mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 01:13:45 +00:00
add london fork
This commit is contained in:
parent
07c0669654
commit
e4f1677126
2 changed files with 20 additions and 5 deletions
File diff suppressed because one or more lines are too long
|
|
@ -317,8 +317,9 @@ var (
|
|||
IstanbulBlock: big.NewInt(3395000),
|
||||
MuirGlacierBlock: big.NewInt(3395000),
|
||||
BerlinBlock: big.NewInt(14750000),
|
||||
LondonBlock: big.NewInt(0), // TODO - Add london fork block
|
||||
LondonBlock: big.NewInt(23850000),
|
||||
Bor: &BorConfig{
|
||||
JaipurBlock: 23850000,
|
||||
Period: map[string]uint64{
|
||||
"0": 2,
|
||||
},
|
||||
|
|
@ -341,8 +342,8 @@ var (
|
|||
"14953856": 0,
|
||||
},
|
||||
BurntContract: map[string]string{
|
||||
"0": "0x0000000000000000000000000000000000000000",
|
||||
}, // TODO add london fork contract and block
|
||||
"23850000": "0x0000000000000000000000000000000000000000",
|
||||
},
|
||||
BlockAlloc: map[string]interface{}{
|
||||
// write as interface since that is how it is decoded in genesis
|
||||
"22156660": map[string]interface{}{
|
||||
|
|
|
|||
Loading…
Reference in a new issue