Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 0842591

Browse files
authored
genesis: update Aaron hardfork on testnet (#471)
* genesis: update Aaron hardfork on testnet The hardfork is scheduled around 7:00 UTC June 15th, 2024 at block 28231200 (https://saigon-app.roninchain.com/block/28231200). * version: bump Ronin to v2.8.2
1 parent f615759 commit 0842591

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

genesis/testnet.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"londonBlock": 27580600,
3737
"trippBlock": 27580600,
3838
"trippPeriod": 19866,
39-
"aaronBlock": 28174200,
39+
"aaronBlock": 28231200,
4040
"whiteListDeployerContractV2Address": "0x50a7e07Aa75eB9C04281713224f50403cA79851F",
4141
"roninTrustedOrgUpgrade": {
4242
"proxyAddress": "0x7507dc433a98E1fE105d69f19f3B40E4315A4F32",

params/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ var (
344344
BerlinBlock: big.NewInt(27580600),
345345
TrippBlock: big.NewInt(27580600),
346346
TrippPeriod: big.NewInt(19866),
347-
AaronBlock: big.NewInt(28174200),
347+
AaronBlock: big.NewInt(28231200),
348348
}
349349

350350
// GoerliTrustedCheckpoint contains the light client trusted checkpoint for the Görli test network.

params/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
const (
2424
VersionMajor = 2 // Major version component of the current release
2525
VersionMinor = 8 // Minor version component of the current release
26-
VersionPatch = 1 // Patch version component of the current release
26+
VersionPatch = 2 // Patch version component of the current release
2727
VersionMeta = "" // Version metadata to append to the version string
2828
)
2929

0 commit comments

Comments
 (0)