Skip to content

Commit

Permalink
genesis: add Tripp hardfork on testnet (#457)
Browse files Browse the repository at this point in the history
* genesis: add Tripp hardfork on testnet

* version: bump Ronin to version 2.8.0
  • Loading branch information
minh-bq authored May 21, 2024
1 parent 6d61939 commit 0ac7633
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions genesis/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
"shillinBlock": 20268000,
"antennaBlock": 20737258,
"mikoBlock": 23694400,
"berlinBlock": 34871800,
"londonBlock": 34871800,
"trippBlock": 34871800,
"trippPeriod": 19866,
"whiteListDeployerContractV2Address": "0x50a7e07Aa75eB9C04281713224f50403cA79851F",
"roninTrustedOrgUpgrade": {
"proxyAddress": "0x7507dc433a98E1fE105d69f19f3B40E4315A4F32",
Expand Down
4 changes: 2 additions & 2 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (

const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 7 // Minor version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionMinor = 8 // 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
)

Expand Down

0 comments on commit 0ac7633

Please sign in to comment.