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 {
355355 chainId = 56 ;
356356 nativeCoinOperationHashPrefix = '56' ;
357357 tokenOperationHashPrefix = '56-ERC20' ;
358- batcherContractAddress = '0xb1b7e7cc1ecafbfd0771a5eb5454ab5b0356980d ' ;
358+ batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e ' ;
359359}
360360
361361class BinanceSmartChainTestnet extends Testnet implements EthereumNetwork {
@@ -366,7 +366,7 @@ class BinanceSmartChainTestnet extends Testnet implements EthereumNetwork {
366366 chainId = 97 ;
367367 nativeCoinOperationHashPrefix = '97' ;
368368 tokenOperationHashPrefix = '97-ERC20' ;
369- batcherContractAddress = '0x6faf4b6bae3d4bf20c5d866c938f51992c63e825 ' ;
369+ batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e ' ;
370370}
371371
372372class LightningBitcoin extends Mainnet implements LightningNetwork {
You can’t perform that action at this time.
0 commit comments