Skip to content

Commit

Permalink
update mainnet jupiter hard fork.
Browse files Browse the repository at this point in the history
  • Loading branch information
lolieatcat committed Apr 6, 2021
1 parent 24ce6a1 commit 2fc9c68
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.10-beta.1
2.2.0

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 = 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.
Expand Down
2 changes: 1 addition & 1 deletion pos/posconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fc9c68

Please sign in to comment.