Skip to content

Commit a2651aa

Browse files
Merge pull request #6774 from BitGo/feat/COIN-4135-update-batcher-contract-bsc
feat: update bsc batcher contract address
2 parents 74f3d88 + 0cb427d commit a2651aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/statics/src/networks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

361361
class 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

372372
class LightningBitcoin extends Mainnet implements LightningNetwork {

0 commit comments

Comments
 (0)