mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 17:03:46 +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),
|
IstanbulBlock: big.NewInt(3395000),
|
||||||
MuirGlacierBlock: big.NewInt(3395000),
|
MuirGlacierBlock: big.NewInt(3395000),
|
||||||
BerlinBlock: big.NewInt(14750000),
|
BerlinBlock: big.NewInt(14750000),
|
||||||
LondonBlock: big.NewInt(0), // TODO - Add london fork block
|
LondonBlock: big.NewInt(23850000),
|
||||||
Bor: &BorConfig{
|
Bor: &BorConfig{
|
||||||
|
JaipurBlock: 23850000,
|
||||||
Period: map[string]uint64{
|
Period: map[string]uint64{
|
||||||
"0": 2,
|
"0": 2,
|
||||||
},
|
},
|
||||||
|
|
@ -341,8 +342,8 @@ var (
|
||||||
"14953856": 0,
|
"14953856": 0,
|
||||||
},
|
},
|
||||||
BurntContract: map[string]string{
|
BurntContract: map[string]string{
|
||||||
"0": "0x0000000000000000000000000000000000000000",
|
"23850000": "0x0000000000000000000000000000000000000000",
|
||||||
}, // TODO add london fork contract and block
|
},
|
||||||
BlockAlloc: map[string]interface{}{
|
BlockAlloc: map[string]interface{}{
|
||||||
// write as interface since that is how it is decoded in genesis
|
// write as interface since that is how it is decoded in genesis
|
||||||
"22156660": map[string]interface{}{
|
"22156660": map[string]interface{}{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue