upgrade: block height of Luban on mainnet (#1636)

This commit is contained in:
lx 2023-05-22 18:53:09 +08:00 committed by GitHub
parent 1759c69f86
commit bd8795d649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,
// TODO modify blockNumber, make sure the Hertz block number is equal to BerlinBlock for enabling Berlin EIPs
BerlinBlock: nil,