Skip to content

Commit

Permalink
upgrade: block height of Hertz(London&Berlin) on testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
brilliant-lx committed Jun 15, 2023
1 parent f130dfa commit 9d2a860
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ var (
LubanBlock: big.NewInt(29295050),
PlatoBlock: big.NewInt(29861024),
// TODO modify blockNumber, make sure HertzBlock=BerlinBlock=LondonBlock to enable Berlin and London EIPs
BerlinBlock: nil,
LondonBlock: nil,
HertzBlock: nil,
BerlinBlock: big.NewInt(31103030),
LondonBlock: big.NewInt(31103030),
HertzBlock: big.NewInt(31103030),

Parlia: &ParliaConfig{
Period: 3,
Expand Down

0 comments on commit 9d2a860

Please sign in to comment.