Skip to content

Commit 08a2608

Browse files
removed ParallelUniverseBlock from amoyTestnet (ethereum#1154)
1 parent 577e2b5 commit 08a2608

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

internal/cli/server/chains/amoy.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ var amoyTestnet = &Chain{
2828
LondonBlock: big.NewInt(73100),
2929
ShanghaiBlock: big.NewInt(73100),
3030
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),
3534
StateSyncConfirmationDelay: map[string]uint64{
3635
"0": 128,
3736
},

params/config.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,9 @@ var (
264264
LondonBlock: big.NewInt(73100),
265265
ShanghaiBlock: big.NewInt(73100),
266266
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),
271270
StateSyncConfirmationDelay: map[string]uint64{
272271
"0": 128,
273272
},

0 commit comments

Comments
 (0)