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.
1 parent b8c3df5 commit 8a56d1cCopy full SHA for 8a56d1c
modules/statics/src/networks.ts
@@ -1296,6 +1296,11 @@ class ApeChainTestnet extends Testnet implements EthereumNetwork {
1296
accountExplorerUrl = 'https://curtis.apescan.io/address/';
1297
chainId = 33111;
1298
nativeCoinOperationHashPrefix = '33111';
1299
+ forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1300
+ forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1301
+ walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1302
+ walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
1303
+ batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
1304
}
1305
1306
class Pharos extends Mainnet implements EthereumNetwork {
0 commit comments