@@ -1178,6 +1178,9 @@ class XdcTestnet extends Testnet implements EthereumNetwork {
1178
1178
accountExplorerUrl = 'https://testnet.xdcscan.com/address' ;
1179
1179
chainId = 51 ;
1180
1180
nativeCoinOperationHashPrefix = '51' ;
1181
+ batcherContractAddress = '0xedf1a0016d9c41d2ad0c275e1ba708361a90c0d1' ;
1182
+ forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a' ;
1183
+ forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b' ;
1181
1184
}
1182
1185
class Wemix extends Mainnet implements EthereumNetwork {
1183
1186
name = 'WemixChain' ;
@@ -1194,6 +1197,9 @@ class WemixTestnet extends Testnet implements EthereumNetwork {
1194
1197
accountExplorerUrl = 'https://explorer.test.wemix.com/address' ;
1195
1198
chainId = 1112 ;
1196
1199
nativeCoinOperationHashPrefix = '1112' ;
1200
+ batcherContractAddress = '0xedf1a0016d9c41d2ad0c275e1ba708361a90c0d1' ;
1201
+ forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a' ;
1202
+ forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b' ;
1197
1203
}
1198
1204
class Flare extends Mainnet implements EthereumNetwork {
1199
1205
name = 'Flarechain' ;
@@ -1210,6 +1216,9 @@ class FlareTestnet extends Testnet implements EthereumNetwork {
1210
1216
accountExplorerUrl = 'https://coston2-explorer.flare.network/address' ;
1211
1217
chainId = 114 ;
1212
1218
nativeCoinOperationHashPrefix = '114' ;
1219
+ batcherContractAddress = '0xedf1a0016d9c41d2ad0c275e1ba708361a90c0d1' ;
1220
+ forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a' ;
1221
+ forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b' ;
1213
1222
}
1214
1223
class Songbird extends Mainnet implements EthereumNetwork {
1215
1224
name = 'Songbirdchain' ;
@@ -1226,6 +1235,9 @@ class SongbirdTestnet extends Testnet implements EthereumNetwork {
1226
1235
accountExplorerUrl = 'https://coston-explorer.flare.network/address' ;
1227
1236
chainId = 16 ;
1228
1237
nativeCoinOperationHashPrefix = '16' ;
1238
+ batcherContractAddress = '0xedf1a0016d9c41d2ad0c275e1ba708361a90c0d1' ;
1239
+ forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a' ;
1240
+ forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b' ;
1229
1241
}
1230
1242
class BaseChainTestnet extends Testnet implements EthereumNetwork {
1231
1243
name = 'BaseChainTestnet' ;
0 commit comments