File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
internal/cli/server/chains Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2323 "ahmedabadBlock" : 62278656 ,
2424 "bhilaiBlock" : 73440256 ,
2525 "rioBlock" : 77414656 ,
26+ "madhugiriBlock" : 79783223 ,
2627 "stateSyncConfirmationDelay" : {
2728 "44934656" : 128
2829 },
2930 "period" : {
30- "0" : 2
31+ "0" : 2 ,
32+ "79783223" : 1
3133 },
3234 "producerDelay" : {
3335 "0" : 6 ,
Original file line number Diff line number Diff line change @@ -37,11 +37,13 @@ var mainnetBor = &Chain{
3737 AhmedabadBlock : big .NewInt (62278656 ),
3838 BhilaiBlock : big .NewInt (73440256 ),
3939 RioBlock : big .NewInt (77414656 ),
40+ MadhugiriBlock : big .NewInt (79783223 ),
4041 StateSyncConfirmationDelay : map [string ]uint64 {
4142 "44934656" : 128 ,
4243 },
4344 Period : map [string ]uint64 {
4445 "0" : 2 ,
46+ "79783223" : 1 ,
4547 },
4648 ProducerDelay : map [string ]uint64 {
4749 "0" : 6 ,
Original file line number Diff line number Diff line change @@ -420,12 +420,14 @@ var (
420420 AhmedabadBlock : big .NewInt (62278656 ),
421421 BhilaiBlock : big .NewInt (73440256 ),
422422 RioBlock : big .NewInt (77414656 ),
423+ MadhugiriBlock : big .NewInt (79783223 ),
423424 StateSyncConfirmationDelay : map [string ]uint64 {
424425 "44934656" : 128 ,
425426 },
426427
427428 Period : map [string ]uint64 {
428- "0" : 2 ,
429+ "0" : 2 ,
430+ "79783223" : 1 ,
429431 },
430432 ProducerDelay : map [string ]uint64 {
431433 "0" : 6 ,
You can’t perform that action at this time.
0 commit comments