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

Function deployOffchainLookupExample

test/src/utils.ts:135–145  ·  view source on GitHub ↗
({
  urls,
}: {
  urls: string[]
})

Source from the content-addressed store, hash-verified

133}
134
135export async function deployOffchainLookupExample({
136 urls,
137}: {
138 urls: string[]
139}) {
140 return deploy(client, {
141 abi: OffchainLookupExample.abi,
142 bytecode: OffchainLookupExample.bytecode.object,
143 args: [urls],
144 })
145}
146
147export async function deployPayable() {
148 return deploy(client, {

Callers 2

call.test.tsFile · 0.85
ccip.test.tsFile · 0.85

Calls 1

deployFunction · 0.85

Tested by

no test coverage detected