mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
removed ParallelUniverseBlock from amoyTestnet (#1154)
This commit is contained in:
parent
577e2b572c
commit
08a2608023
2 changed files with 6 additions and 8 deletions
|
|
@ -28,10 +28,9 @@ var amoyTestnet = &Chain{
|
|||
LondonBlock: big.NewInt(73100),
|
||||
ShanghaiBlock: big.NewInt(73100),
|
||||
Bor: ¶ms.BorConfig{
|
||||
JaipurBlock: big.NewInt(73100),
|
||||
DelhiBlock: big.NewInt(73100),
|
||||
ParallelUniverseBlock: nil,
|
||||
IndoreBlock: big.NewInt(73100),
|
||||
JaipurBlock: big.NewInt(73100),
|
||||
DelhiBlock: big.NewInt(73100),
|
||||
IndoreBlock: big.NewInt(73100),
|
||||
StateSyncConfirmationDelay: map[string]uint64{
|
||||
"0": 128,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -264,10 +264,9 @@ var (
|
|||
LondonBlock: big.NewInt(73100),
|
||||
ShanghaiBlock: big.NewInt(73100),
|
||||
Bor: &BorConfig{
|
||||
JaipurBlock: big.NewInt(73100),
|
||||
DelhiBlock: big.NewInt(73100),
|
||||
ParallelUniverseBlock: nil,
|
||||
IndoreBlock: big.NewInt(73100),
|
||||
JaipurBlock: big.NewInt(73100),
|
||||
DelhiBlock: big.NewInt(73100),
|
||||
IndoreBlock: big.NewInt(73100),
|
||||
StateSyncConfirmationDelay: map[string]uint64{
|
||||
"0": 128,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue