@@ -1178,6 +1178,9 @@ class XdcTestnet extends Testnet implements EthereumNetwork {
11781178 accountExplorerUrl = 'https://testnet.xdcscan.com/address' ;
11791179 chainId = 51 ;
11801180 nativeCoinOperationHashPrefix = '51' ;
1181+ batcherContractAddress = '0xedf1a0016d9c41d2ad0c275e1ba708361a90c0d1' ;
1182+ forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a' ;
1183+ forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b' ;
11811184}
11821185class Wemix extends Mainnet implements EthereumNetwork {
11831186 name = 'WemixChain' ;
@@ -1194,6 +1197,9 @@ class WemixTestnet extends Testnet implements EthereumNetwork {
11941197 accountExplorerUrl = 'https://explorer.test.wemix.com/address' ;
11951198 chainId = 1112 ;
11961199 nativeCoinOperationHashPrefix = '1112' ;
1200+ batcherContractAddress = '0xedf1a0016d9c41d2ad0c275e1ba708361a90c0d1' ;
1201+ forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a' ;
1202+ forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b' ;
11971203}
11981204class Flare extends Mainnet implements EthereumNetwork {
11991205 name = 'Flarechain' ;
@@ -1210,6 +1216,9 @@ class FlareTestnet extends Testnet implements EthereumNetwork {
12101216 accountExplorerUrl = 'https://coston2-explorer.flare.network/address' ;
12111217 chainId = 114 ;
12121218 nativeCoinOperationHashPrefix = '114' ;
1219+ batcherContractAddress = '0xedf1a0016d9c41d2ad0c275e1ba708361a90c0d1' ;
1220+ forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a' ;
1221+ forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b' ;
12131222}
12141223class Songbird extends Mainnet implements EthereumNetwork {
12151224 name = 'Songbirdchain' ;
@@ -1226,6 +1235,9 @@ class SongbirdTestnet extends Testnet implements EthereumNetwork {
12261235 accountExplorerUrl = 'https://coston-explorer.flare.network/address' ;
12271236 chainId = 16 ;
12281237 nativeCoinOperationHashPrefix = '16' ;
1238+ batcherContractAddress = '0xedf1a0016d9c41d2ad0c275e1ba708361a90c0d1' ;
1239+ forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a' ;
1240+ forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b' ;
12291241}
12301242class BaseChainTestnet extends Testnet implements EthereumNetwork {
12311243 name = 'BaseChainTestnet' ;
0 commit comments