MCPcopy Create free account
hub / github.com/circlefin/arc-node / callHelperArtifact

Function callHelperArtifact

tests/simulation/native_transfer.test.ts:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 return await hre.artifacts.readArtifact('NativeTransferHelper')
33 }
34 const callHelperArtifact = async () => {
35 return await hre.artifacts.readArtifact('CallHelper')
36 }
37
38 it('CREATE + call value with overflowing deployer nonce does not emit an event', async () => {
39 const client = await hre.viem.getPublicClient({ chain: getChain(hre) })

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected