updated indore block to 44934656 for mainnet (#916)

This commit is contained in:
Pratik Patil 2023-06-27 14:27:15 +05:30 committed by GitHub
parent 7fdb5a2534
commit d71c00dc79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -17,9 +17,9 @@
"jaipurBlock": 23850000,
"delhiBlock": 38189056,
"parallelUniverseBlock": 0,
"indoreBlock": 44915456,
"indoreBlock": 44934656,
"stateSyncConfirmationDelay": {
"44915456": 128
"44934656": 128
},
"period": {
"0": 2

View file

@ -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,

View file

@ -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{