core, params: define london block at 12965000 (#23176)

* core, params: define london block at 12965000

* core/forkid: fix test
This commit is contained in:
Martin Holst Swende
2021-07-08 11:34:56 +02:00
committed by GitHub
parent 00b922fc5d
commit ff4ff30a68
2 changed files with 7 additions and 4 deletions

View File

@ -69,6 +69,7 @@ var (
IstanbulBlock: big.NewInt(9_069_000),
MuirGlacierBlock: big.NewInt(9_200_000),
BerlinBlock: big.NewInt(12_244_000),
LondonBlock: big.NewInt(12_965_000),
Ethash: new(EthashConfig),
}