File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
internal/cli/server/chains Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,9 @@ var amoyTestnet = &Chain{
28
28
LondonBlock : big .NewInt (73100 ),
29
29
ShanghaiBlock : big .NewInt (73100 ),
30
30
Bor : & params.BorConfig {
31
- JaipurBlock : big .NewInt (73100 ),
32
- DelhiBlock : big .NewInt (73100 ),
33
- ParallelUniverseBlock : nil ,
34
- IndoreBlock : big .NewInt (73100 ),
31
+ JaipurBlock : big .NewInt (73100 ),
32
+ DelhiBlock : big .NewInt (73100 ),
33
+ IndoreBlock : big .NewInt (73100 ),
35
34
StateSyncConfirmationDelay : map [string ]uint64 {
36
35
"0" : 128 ,
37
36
},
Original file line number Diff line number Diff line change @@ -264,10 +264,9 @@ var (
264
264
LondonBlock : big .NewInt (73100 ),
265
265
ShanghaiBlock : big .NewInt (73100 ),
266
266
Bor : & BorConfig {
267
- JaipurBlock : big .NewInt (73100 ),
268
- DelhiBlock : big .NewInt (73100 ),
269
- ParallelUniverseBlock : nil ,
270
- IndoreBlock : big .NewInt (73100 ),
267
+ JaipurBlock : big .NewInt (73100 ),
268
+ DelhiBlock : big .NewInt (73100 ),
269
+ IndoreBlock : big .NewInt (73100 ),
271
270
StateSyncConfirmationDelay : map [string ]uint64 {
272
271
"0" : 128 ,
273
272
},
You can’t perform that action at this time.
0 commit comments