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

Function clients

tests/simulation/BlockHashHistory.test.ts:29–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28describe('BlockHashHistory (EIP-2935) simulation', () => {
29 const clients = async () => {
30 const client = await hre.viem.getPublicClient({ chain: getChain(hre) })
31 return { client }
32 }
33
34 it('contract is deployed with correct codehash', async () => {
35 const { client } = await clients()

Callers 1

Calls 1

getChainFunction · 0.90

Tested by

no test coverage detected