Skip to content

Commit

Permalink
Merge pull request #611 from node-real/new-testnet-hf
Browse files Browse the repository at this point in the history
udpate hf times for testnet
  • Loading branch information
blxdyx authored Feb 17, 2025
2 parents 2f51d0d + 1b7fb51 commit 29a3078
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions params/chainspecs/chapel.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"haberTime": 1716962820,
"haberFixTime": 1719986788,
"bohrTime": 1724116996,
"pragueTime": 1740021480,
"pascalTime": 1740021480,
"pragueTime": 1740452880,
"pascalTime": 1740452880,
"parlia": {
"DBPath": "",
"InMemory": false,
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 3 // Minor version component of the current release
VersionMicro = 0 // Patch version component of the current release
VersionMicro = 1 // Patch version component of the current release
VersionModifier = "beta2" // Modifier component of the current release
VersionKeyCreated = "ErigonVersionCreated"
VersionKeyFinished = "ErigonVersionFinished"
Expand Down

0 comments on commit 29a3078

Please sign in to comment.