Skip to content

Commit efefa47

Browse files
authored
Update Rio HF block number (#1788)
1 parent b05c052 commit efefa47

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

builder/files/genesis-mainnet-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"indoreBlock": 44934656,
2323
"ahmedabadBlock": 62278656,
2424
"bhilaiBlock": 73440256,
25-
"rioBlock": 77369856,
25+
"rioBlock": 77414656,
2626
"stateSyncConfirmationDelay": {
2727
"44934656": 128
2828
},
@@ -42,7 +42,7 @@
4242
},
4343
"coinbase": {
4444
"0": "0x0000000000000000000000000000000000000000",
45-
"77369856": "0x7Ee41D8A25641000661B1EF5E6AE8A00400466B0"
45+
"77414656": "0x7Ee41D8A25641000661B1EF5E6AE8A00400466B0"
4646
},
4747
"validatorContract": "0x0000000000000000000000000000000000001000",
4848
"stateReceiverContract": "0x0000000000000000000000000000000000001001",

internal/cli/server/chains/mainnet.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var mainnetBor = &Chain{
3636
IndoreBlock: big.NewInt(44934656),
3737
AhmedabadBlock: big.NewInt(62278656),
3838
BhilaiBlock: big.NewInt(73440256),
39-
RioBlock: big.NewInt(77369856),
39+
RioBlock: big.NewInt(77414656),
4040
StateSyncConfirmationDelay: map[string]uint64{
4141
"44934656": 128,
4242
},
@@ -77,7 +77,7 @@ var mainnetBor = &Chain{
7777
},
7878
Coinbase: map[string]string{
7979
"0": "0x0000000000000000000000000000000000000000",
80-
"77369856": "0x7Ee41D8A25641000661B1EF5E6AE8A00400466B0",
80+
"77414656": "0x7Ee41D8A25641000661B1EF5E6AE8A00400466B0",
8181
},
8282
BlockAlloc: map[string]interface{}{
8383
// write as interface since that is how it is decoded in genesis

params/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ var (
417417
IndoreBlock: big.NewInt(44934656),
418418
AhmedabadBlock: big.NewInt(62278656),
419419
BhilaiBlock: big.NewInt(73440256),
420-
RioBlock: big.NewInt(77369856),
420+
RioBlock: big.NewInt(77414656),
421421
StateSyncConfirmationDelay: map[string]uint64{
422422
"44934656": 128,
423423
},
@@ -459,7 +459,7 @@ var (
459459
},
460460
Coinbase: map[string]string{
461461
"0": "0x0000000000000000000000000000000000000000",
462-
"77369856": "0x7Ee41D8A25641000661B1EF5E6AE8A00400466B0",
462+
"77414656": "0x7Ee41D8A25641000661B1EF5E6AE8A00400466B0",
463463
},
464464
BlockAlloc: map[string]interface{}{
465465
// write as interface since that is how it is decoded in genesis

0 commit comments

Comments
 (0)