File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
internal/cli/server/chains Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222 "indoreBlock" : 44934656 ,
2323 "ahmedabadBlock" : 62278656 ,
2424 "bhilaiBlock" : 73440256 ,
25- "rioBlock" : 77369856 ,
25+ "rioBlock" : 77414656 ,
2626 "stateSyncConfirmationDelay" : {
2727 "44934656" : 128
2828 },
4242 },
4343 "coinbase" : {
4444 "0" : " 0x0000000000000000000000000000000000000000" ,
45- "77369856 " : " 0x7Ee41D8A25641000661B1EF5E6AE8A00400466B0"
45+ "77414656 " : " 0x7Ee41D8A25641000661B1EF5E6AE8A00400466B0"
4646 },
4747 "validatorContract" : " 0x0000000000000000000000000000000000001000" ,
4848 "stateReceiverContract" : " 0x0000000000000000000000000000000000001001" ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments