File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ class BinanceSmartChain extends Mainnet implements EthereumNetwork {
355
355
chainId = 56 ;
356
356
nativeCoinOperationHashPrefix = '56' ;
357
357
tokenOperationHashPrefix = '56-ERC20' ;
358
- batcherContractAddress = '0xb1b7e7cc1ecafbfd0771a5eb5454ab5b0356980d ' ;
358
+ batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e ' ;
359
359
}
360
360
361
361
class BinanceSmartChainTestnet extends Testnet implements EthereumNetwork {
@@ -366,7 +366,7 @@ class BinanceSmartChainTestnet extends Testnet implements EthereumNetwork {
366
366
chainId = 97 ;
367
367
nativeCoinOperationHashPrefix = '97' ;
368
368
tokenOperationHashPrefix = '97-ERC20' ;
369
- batcherContractAddress = '0x6faf4b6bae3d4bf20c5d866c938f51992c63e825 ' ;
369
+ batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e ' ;
370
370
}
371
371
372
372
class LightningBitcoin extends Mainnet implements LightningNetwork {
You can’t perform that action at this time.
0 commit comments