Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
delhi HF for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKrishna committed Jan 9, 2023
1 parent de53916 commit 9b3480d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions params/chainspecs/bor-mainnet.json
Expand Up @@ -21,10 +21,12 @@
"0": 2
},
"producerDelay": {
"0": 6
"0": 6,
"38189056": 4
},
"sprint": {
"0": 64
"0": 64,
"38189056": 16
},
"backupMultiplier": {
"0": 2
Expand All @@ -50,6 +52,7 @@
}
}
},
"jaipurBlock": 23850000
"jaipurBlock": 23850000,
"delhiBlock": 38189056
}
}
2 changes: 1 addition & 1 deletion params/version.go
Expand Up @@ -33,7 +33,7 @@ var (
const (
VersionMajor = 0 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionMicro = 4 // Patch version component of the current release
VersionMicro = 5 // Patch version component of the current release
VersionModifier = "bor" // Modifier component of the current release
VersionKeyCreated = "ErigonVersionCreated"
VersionKeyFinished = "ErigonVersionFinished"
Expand Down

0 comments on commit 9b3480d

Please sign in to comment.