Skip to content

Commit

Permalink
upgrade: block height of Luban on mainnet (bnb-chain#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
brilliant-lx committed May 22, 2023
1 parent 33e6f84 commit e3afa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ var (

// TODO modify blockNumber, make sure the blockNumber is not an integer multiple of 200 (epoch number)
// TODO Caution !!! it should be very careful !!!
LubanBlock: nil,
LubanBlock: big.NewInt(29020050),
PlatoBlock: nil,

Parlia: &ParliaConfig{
Expand Down

0 comments on commit e3afa12

Please sign in to comment.