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

Function localSigningSender

tests/localdev/PrecompileCode.test.ts:42–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42const localSigningSender = () => {
43 const ac = new LocalDevAccountCreator()
44 const { sender } = ac.namedAccounts(ac.defaultAccounts())
45 return createWalletClient(hre, sender)
46}
47
48describe('Precompile bytecode (0xef)', () => {
49 it('eth_getCode returns 0xef for active precompiles and sampled reserved slots', async () => {

Callers 1

Calls 1

createWalletClientFunction · 0.90

Tested by

no test coverage detected