Skip to content

Commit

Permalink
updated indore block to 44934656 for mainnet (maticnetwork#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikspatil024 authored Jun 27, 2023
1 parent 7fdb5a2 commit d71c00d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions builder/files/genesis-mainnet-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"jaipurBlock": 23850000,
"delhiBlock": 38189056,
"parallelUniverseBlock": 0,
"indoreBlock": 44915456,
"indoreBlock": 44934656,
"stateSyncConfirmationDelay": {
"44915456": 128
"44934656": 128
},
"period": {
"0": 2
Expand Down
4 changes: 2 additions & 2 deletions internal/cli/server/chains/mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit d71c00d

Please sign in to comment.