MCPcopy Create free account
hub / github.com/5afe/safe-eip7702 / getSafeModuleSetup

Function getSafeModuleSetup

safe-eip7702-contracts/src/utils/setup.ts:39–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37};
38
39export const getSafeModuleSetup = async () => {
40 const safeModuleSetup = await hre.deployments.get("SafeModuleSetup");
41 return ethers.getContractAt("SafeModuleSetup", safeModuleSetup.address);
42};
43
44export const getSafeEIP7702ProxyFactory = async () => {
45 const safeEIP7702ProxyFactory = await hre.deployments.get("SafeEIP7702ProxyFactory");

Callers 3

EIP7702.spec.tsFile · 0.90
SafeLite.spec.tsFile · 0.90
setupFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected