Skip to content

Commit

Permalink
Merge pull request #1621 from CortexFoundation/dev
Browse files Browse the repository at this point in the history
1.10.46 stable
  • Loading branch information
ucwong authored Jul 11, 2023
2 parents 2eb1f89 + 07d0ddc commit 37e98a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ var (
var (
MainnetTrustedCheckpoint = &TrustedCheckpoint{
Name: "mainnet",
SectionIndex: 263,
SectionHead: common.HexToHash("0x59f59574a278d3f4325fa28e90795d89dc04a2d77ffa7ae9cfd09ae095e0b3bd"),
SectionIndex: 269,
SectionHead: common.HexToHash("0xa10f940c69e0c9a269a2329854d2b11e6cdcb42457215f56c9bc85ea12b3e2bc"),
}

DoloresTrustedCheckpoint = &TrustedCheckpoint{
Expand Down
8 changes: 4 additions & 4 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (
)

const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 10 // Minor version component of the current release
VersionPatch = 46 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
VersionMajor = 1 // Major version component of the current release
VersionMinor = 10 // Minor version component of the current release
VersionPatch = 46 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

0 comments on commit 37e98a3

Please sign in to comment.