mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
updated indore block to 44934656 for mainnet (#916)
This commit is contained in:
parent
7fdb5a2534
commit
d71c00dc79
3 changed files with 6 additions and 6 deletions
|
|
@ -17,9 +17,9 @@
|
|||
"jaipurBlock": 23850000,
|
||||
"delhiBlock": 38189056,
|
||||
"parallelUniverseBlock": 0,
|
||||
"indoreBlock": 44915456,
|
||||
"indoreBlock": 44934656,
|
||||
"stateSyncConfirmationDelay": {
|
||||
"44915456": 128
|
||||
"44934656": 128
|
||||
},
|
||||
"period": {
|
||||
"0": 2
|
||||
|
|
|
|||
|
|
@ -32,9 +32,9 @@ var mainnetBor = &Chain{
|
|||
JaipurBlock: big.NewInt(23850000),
|
||||
DelhiBlock: big.NewInt(38189056),
|
||||
ParallelUniverseBlock: big.NewInt(0),
|
||||
IndoreBlock: big.NewInt(44915456),
|
||||
IndoreBlock: big.NewInt(44934656),
|
||||
StateSyncConfirmationDelay: map[string]uint64{
|
||||
"44915456": 128,
|
||||
"44934656": 128,
|
||||
},
|
||||
Period: map[string]uint64{
|
||||
"0": 2,
|
||||
|
|
|
|||
|
|
@ -412,9 +412,9 @@ var (
|
|||
JaipurBlock: big.NewInt(23850000),
|
||||
DelhiBlock: big.NewInt(38189056),
|
||||
ParallelUniverseBlock: big.NewInt(0),
|
||||
IndoreBlock: big.NewInt(44915456),
|
||||
IndoreBlock: big.NewInt(44934656),
|
||||
StateSyncConfirmationDelay: map[string]uint64{
|
||||
"44915456": 128,
|
||||
"44934656": 128,
|
||||
},
|
||||
|
||||
Period: map[string]uint64{
|
||||
|
|
|
|||
Loading…
Reference in a new issue