Skip to content

Commit

Permalink
feat(statics): added forwarder, wallet & batcher contract address for…
Browse files Browse the repository at this point in the history
… coredao testnet & oas testnet

Ticket: WIN-3863
  • Loading branch information
parasgarg-bitgo committed Nov 28, 2024
1 parent 9af1239 commit ae37ac6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/statics/src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,7 @@ class OasTestnet extends Testnet implements EthereumNetwork {
accountExplorerUrl = 'https://explorer.testnet.oasys.games/address/';
chainId = 9372;
nativeCoinOperationHashPrefix = '9372';
batcherContractAddress = '0x55670664990e6efb9189cb15ff59d25c0579d32b';
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
}
Expand All @@ -1106,6 +1107,9 @@ class CoredaoTestnet extends Testnet implements EthereumNetwork {
accountExplorerUrl = 'https://scan.test.btcs.network/address/';
chainId = 1115;
nativeCoinOperationHashPrefix = '1115';
batcherContractAddress = '0x103a5e8b870ca1de37982ddc09cbb4f2fd6fe6fe';
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
}

class BaseChainTestnet extends Testnet implements EthereumNetwork {
Expand Down

0 comments on commit ae37ac6

Please sign in to comment.