From 2fc9c68b12f0759d39cdfb34cb769b5c3eccb708 Mon Sep 17 00:00:00 2001 From: Mo Lin Date: Tue, 6 Apr 2021 16:50:43 +0800 Subject: [PATCH] update mainnet jupiter hard fork. --- VERSION | 2 +- params/version.go | 8 ++++---- pos/posconfig/config.go | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index bfb711af..edbec98e 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -2.1.10-beta.1 +2.2.0 diff --git a/params/version.go b/params/version.go index 215b7e0a..e2b1548a 100644 --- a/params/version.go +++ b/params/version.go @@ -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 = 10 // Patch version component of the current release - VersionMeta = "beta.1" // Version metadata to append to the version string + VersionMajor = 2 // Major version component of the current release + VersionMinor = 2 // Minor version component of the current release + VersionPatch = 0 // Patch version component of the current release + VersionMeta = "" // Version metadata to append to the version string ) // Version holds the textual version string. diff --git a/pos/posconfig/config.go b/pos/posconfig/config.go index a0672a2f..41bf6f41 100644 --- a/pos/posconfig/config.go +++ b/pos/posconfig/config.go @@ -112,7 +112,7 @@ const ( TestnetMarsEpochId = 18506 //2020.09.01 // After Jupiter fork, wanchain support ethereum tx and wallet. - MainnetJupiterEpochId = 99999 + MainnetJupiterEpochId = 18732 TestnetJupiterEpochId = 18698 TARGETS_LOCKED_EPOCH = 90 //90 DAYS,90 EPOCH