Skip to content

Commit

Permalink
fix moduleproxyfactory version
Browse files Browse the repository at this point in the history
  • Loading branch information
santteegt committed Dec 4, 2023
1 parent 2c56be6 commit aa06429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addresses/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const getSetupAddresses = async (
const gnosisMultisendLibrary = getMultiSendDeployment(filter)?.networkAddresses[chainId];
const gnosisSafeProxyFactory = getProxyFactoryDeployment(filter)?.networkAddresses[chainId];
let moduleProxyFactory = Object.values(SupportedNetworks).includes(Number(chainId))
? ContractVersions[Number(chainId) as SupportedNetworks]?.factory?.['1.1.0']
? ContractVersions[Number(chainId) as SupportedNetworks]?.factory?.['1.2.0']
: undefined;
// TODO: Base network is not officially supported by the Zodiac SDK
if (chainId === '8453') moduleProxyFactory = '0x000000000000aDdB49795b0f9bA5BC298cDda236';
Expand Down

0 comments on commit aa06429

Please sign in to comment.