MCPcopy Create free account
hub / github.com/wevm/viem / deployErrorExample

Function deployErrorExample

test/src/utils.ts:108–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106}
107
108export async function deployErrorExample() {
109 return deploy(client, {
110 abi: ErrorsExample.abi,
111 bytecode: ErrorsExample.bytecode.object,
112 })
113}
114
115export async function deployEnsAvatarTokenUri({
116 metadataUri,

Calls 1

deployFunction · 0.85

Tested by

no test coverage detected