Skip to content

Commit

Permalink
update Amazon hardfork height of mainnet (#132)
Browse files Browse the repository at this point in the history
* add Amazon hardfork hight

* update amazon hardfork hight

* add Amazon hardfork hight of mainnet
  • Loading branch information
0xcary committed Sep 28, 2023
1 parent e0fe214 commit 27ea3ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ var (
IshikariBlock: big.NewInt(11171299),
IshikariPatch001Block: big.NewInt(11171299),
IshikariPatch002Block: big.NewInt(11171299),
AmazonBlock: big.NewInt(24766075),
POSA: &POSAConfig{
Period: 3,
Epoch: 100,
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 = 4 // Minor version component of the current release
VersionPatch = 0 // 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 = 4 // Minor version component of the current release
VersionPatch = 1 // 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 27ea3ff

Please sign in to comment.