mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
Added Bhilai (and Prague) block for Amoy (#1564)
This commit is contained in:
parent
94738bb96c
commit
f8624560f3
3 changed files with 6 additions and 0 deletions
|
|
@ -15,11 +15,13 @@
|
||||||
"londonBlock": 73100,
|
"londonBlock": 73100,
|
||||||
"shanghaiBlock": 73100,
|
"shanghaiBlock": 73100,
|
||||||
"cancunBlock": 5423600,
|
"cancunBlock": 5423600,
|
||||||
|
"pragueBlock": 22765056,
|
||||||
"bor": {
|
"bor": {
|
||||||
"jaipurBlock": 73100,
|
"jaipurBlock": 73100,
|
||||||
"delhiBlock": 73100,
|
"delhiBlock": 73100,
|
||||||
"indoreBlock": 73100,
|
"indoreBlock": 73100,
|
||||||
"ahmedabadBlock": 11865856,
|
"ahmedabadBlock": 11865856,
|
||||||
|
"bhilaiBlock": 22765056,
|
||||||
"stateSyncConfirmationDelay": {
|
"stateSyncConfirmationDelay": {
|
||||||
"0": 128
|
"0": 128
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -28,11 +28,13 @@ var amoyTestnet = &Chain{
|
||||||
LondonBlock: big.NewInt(73100),
|
LondonBlock: big.NewInt(73100),
|
||||||
ShanghaiBlock: big.NewInt(73100),
|
ShanghaiBlock: big.NewInt(73100),
|
||||||
CancunBlock: big.NewInt(5423600),
|
CancunBlock: big.NewInt(5423600),
|
||||||
|
PragueBlock: big.NewInt(22765056),
|
||||||
Bor: ¶ms.BorConfig{
|
Bor: ¶ms.BorConfig{
|
||||||
JaipurBlock: big.NewInt(73100),
|
JaipurBlock: big.NewInt(73100),
|
||||||
DelhiBlock: big.NewInt(73100),
|
DelhiBlock: big.NewInt(73100),
|
||||||
IndoreBlock: big.NewInt(73100),
|
IndoreBlock: big.NewInt(73100),
|
||||||
AhmedabadBlock: big.NewInt(11865856),
|
AhmedabadBlock: big.NewInt(11865856),
|
||||||
|
BhilaiBlock: big.NewInt(22765056),
|
||||||
StateSyncConfirmationDelay: map[string]uint64{
|
StateSyncConfirmationDelay: map[string]uint64{
|
||||||
"0": 128,
|
"0": 128,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -319,11 +319,13 @@ var (
|
||||||
LondonBlock: big.NewInt(73100),
|
LondonBlock: big.NewInt(73100),
|
||||||
ShanghaiBlock: big.NewInt(73100),
|
ShanghaiBlock: big.NewInt(73100),
|
||||||
CancunBlock: big.NewInt(5423600),
|
CancunBlock: big.NewInt(5423600),
|
||||||
|
PragueBlock: big.NewInt(22765056),
|
||||||
Bor: &BorConfig{
|
Bor: &BorConfig{
|
||||||
JaipurBlock: big.NewInt(73100),
|
JaipurBlock: big.NewInt(73100),
|
||||||
DelhiBlock: big.NewInt(73100),
|
DelhiBlock: big.NewInt(73100),
|
||||||
IndoreBlock: big.NewInt(73100),
|
IndoreBlock: big.NewInt(73100),
|
||||||
AhmedabadBlock: big.NewInt(11865856),
|
AhmedabadBlock: big.NewInt(11865856),
|
||||||
|
BhilaiBlock: big.NewInt(22765056),
|
||||||
StateSyncConfirmationDelay: map[string]uint64{
|
StateSyncConfirmationDelay: map[string]uint64{
|
||||||
"0": 128,
|
"0": 128,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue