upgrade: block height of Luban on mainnet (#1636)
This commit is contained in:
parent
1759c69f86
commit
bd8795d649
@ -192,7 +192,7 @@ var (
|
|||||||
|
|
||||||
// TODO modify blockNumber, make sure the blockNumber is not an integer multiple of 200 (epoch number)
|
// TODO modify blockNumber, make sure the blockNumber is not an integer multiple of 200 (epoch number)
|
||||||
// TODO Caution !!! it should be very careful !!!
|
// TODO Caution !!! it should be very careful !!!
|
||||||
LubanBlock: nil,
|
LubanBlock: big.NewInt(29020050),
|
||||||
PlatoBlock: nil,
|
PlatoBlock: nil,
|
||||||
// TODO modify blockNumber, make sure the Hertz block number is equal to BerlinBlock for enabling Berlin EIPs
|
// TODO modify blockNumber, make sure the Hertz block number is equal to BerlinBlock for enabling Berlin EIPs
|
||||||
BerlinBlock: nil,
|
BerlinBlock: nil,
|
||||||
|
Loading…
Reference in New Issue
Block a user