Skip to content

Commit c58bd49

Browse files
Merge pull request #6684 from BitGo/WIN-5786-apechain-contract-update
chore: added contracts for apechain in testnet
2 parents 34cc01c + 8a56d1c commit c58bd49

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/statics/src/networks.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,6 +1313,11 @@ class ApeChainTestnet extends Testnet implements EthereumNetwork {
13131313
accountExplorerUrl = 'https://curtis.apescan.io/address/';
13141314
chainId = 33111;
13151315
nativeCoinOperationHashPrefix = '33111';
1316+
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1317+
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1318+
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1319+
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
1320+
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
13161321
}
13171322

13181323
class Pharos extends Mainnet implements EthereumNetwork {

0 commit comments

Comments
 (0)