We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec47ff9 + 4d78659 commit 692484dCopy full SHA for 692484d
1 file changed
modules/statics/src/networks.ts
@@ -722,6 +722,8 @@ class Ethereum extends Mainnet implements EthereumNetwork {
722
walletV2ImplementationAddress = '0xe5DcdC13B628c2df813DB1080367E929c1507Ca0';
723
walletV4FactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
724
walletV4ImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
725
+ // https://github.com/zama-ai/sdk/blob/prerelease/packages/sdk/src/chains/configs.ts#L17
726
+ zamaAclContractAddress = '0xca2e8f1f656cd25c01f05d0b243ab1ecd4a8ffb6';
727
}
728
729
class Ethereum2 extends Mainnet implements AccountNetwork {
0 commit comments