Skip to content

Commit

Permalink
Set Bohr hardfork date on bsc mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie307 committed Aug 29, 2024
1 parent 341610b commit 5e3523b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static ChainConfig fromChainID(BigInteger cid) {
if (cid.longValue() == 56L) {
// BSC Mainnet
return new ChainConfig(56L, 200L, 3L, BigInteger.valueOf(31302048L),
BigInteger.valueOf(1718863500L), null);
BigInteger.valueOf(1718863500L), BigInteger.valueOf(1727317200L));
} else if (cid.longValue() == 97L) {
// BSC Testnet
return new ChainConfig(97L, 200L, 3L, BigInteger.valueOf(31103030L),
Expand Down

0 comments on commit 5e3523b

Please sign in to comment.