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

Function transferHelperArtifact

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

Source from the content-addressed store, hash-verified

29describe('Native Transfer Tests', () => {
30 const randomAddress = () => privateKeyToAccount(generatePrivateKey()).address
31 const transferHelperArtifact = async () => {
32 return await hre.artifacts.readArtifact('NativeTransferHelper')
33 }
34 const callHelperArtifact = async () => {
35 return await hre.artifacts.readArtifact('CallHelper')
36 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected