Skip to content

Commit

Permalink
update mainnet mars hard-fork point.
Browse files Browse the repository at this point in the history
  • Loading branch information
lolieatcat committed Oct 15, 2020
1 parent 980b225 commit 28ef9d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2.1.6-beta.4
2.1.6

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 = 2 // Major version component of the current release
VersionMinor = 1 // Minor version component of the current release
VersionPatch = 6 // Patch version component of the current release
VersionMeta = "beta.4" // Version metadata to append to the version string
VersionMajor = 2 // Major version component of the current release
VersionMinor = 1 // Minor version component of the current release
VersionPatch = 6 // Patch version component of the current release
VersionMeta = "" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down
2 changes: 1 addition & 1 deletion pos/posconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const (
MainnetMercuryEpochId = 18250 //2019.12.20
TestnetMercuryEpochId = 18246 //2019.12.16

MainnetVenusEpochId = 11112222
MainnetVenusEpochId = 18557
TestnetVenusEpochId = 18369

MainnetMarsEpochId = MainnetVenusEpochId
Expand Down

0 comments on commit 28ef9d9

Please sign in to comment.