File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1084,6 +1084,7 @@ class OasTestnet extends Testnet implements EthereumNetwork {
10841084 accountExplorerUrl = 'https://explorer.testnet.oasys.games/address/' ;
10851085 chainId = 9372 ;
10861086 nativeCoinOperationHashPrefix = '9372' ;
1087+ batcherContractAddress = '0x55670664990e6efb9189cb15ff59d25c0579d32b' ;
10871088 forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a' ;
10881089 forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b' ;
10891090}
@@ -1106,6 +1107,9 @@ class CoredaoTestnet extends Testnet implements EthereumNetwork {
11061107 accountExplorerUrl = 'https://scan.test.btcs.network/address/' ;
11071108 chainId = 1115 ;
11081109 nativeCoinOperationHashPrefix = '1115' ;
1110+ batcherContractAddress = '0x103a5e8b870ca1de37982ddc09cbb4f2fd6fe6fe' ;
1111+ forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a' ;
1112+ forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b' ;
11091113}
11101114
11111115class BaseChainTestnet extends Testnet implements EthereumNetwork {
You can’t perform that action at this time.
0 commit comments