Alchemy Logo

getDefaultMultiOwnerModularAccountFactoryAddress

const getDefaultMultiOwnerModularAccountFactoryAddress: (chain) => Address;

Defined in: account-kit/smart-contracts/dist/types/src/msca/utils.d.ts:19

Utility method returning the default multi owner msca factory address given a chain

ParameterTypeDescription

chain

Chain

the chain object for which to get the address

Address

the address for the given chain

if the chain doesn't have an address currently deployed

Was this page helpful?