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

Function deployBAYC

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

Source from the content-addressed store, hash-verified

99}
100
101export async function deployBAYC() {
102 return deploy(client, {
103 ...baycContractConfig,
104 args: ['Bored Ape Wagmi Club', 'BAYC', 69420n, 0n],
105 })
106}
107
108export async function deployErrorExample() {
109 return deploy(client, {

Calls 1

deployFunction · 0.85

Tested by

no test coverage detected