Skip to content

Commit 5e3523b

Browse files
committed
Set Bohr hardfork date on bsc mainnet
1 parent 341610b commit 5e3523b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bmv/bsc2/src/main/java/foundation/icon/btp/bmv/bsc2/ChainConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static ChainConfig fromChainID(BigInteger cid) {
5353
if (cid.longValue() == 56L) {
5454
// BSC Mainnet
5555
return new ChainConfig(56L, 200L, 3L, BigInteger.valueOf(31302048L),
56-
BigInteger.valueOf(1718863500L), null);
56+
BigInteger.valueOf(1718863500L), BigInteger.valueOf(1727317200L));
5757
} else if (cid.longValue() == 97L) {
5858
// BSC Testnet
5959
return new ChainConfig(97L, 200L, 3L, BigInteger.valueOf(31103030L),

0 commit comments

Comments
 (0)