MCPcopy
hub / github.com/eth-infinitism/account-abstraction / isDeployed

Function isDeployed

test/testutils.ts:286–289  ·  view source on GitHub ↗
(addr: string)

Source from the content-addressed store, hash-verified

284}
285
286export async function isDeployed (addr: string): Promise<boolean> {
287 const code = await ethers.provider.getCode(addr)
288 return code.length > 2
289}
290
291// Deploys an implementation and a proxy pointing to this implementation
292export async function createAccount (

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected