removed ParallelUniverseBlock from amoyTestnet (#1154)

This commit is contained in:
Pratik Patil 2024-02-05 11:29:07 +05:30 committed by GitHub
parent 577e2b572c
commit 08a2608023
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 8 deletions

View file

@ -30,7 +30,6 @@ var amoyTestnet = &Chain{
Bor: &params.BorConfig{ Bor: &params.BorConfig{
JaipurBlock: big.NewInt(73100), JaipurBlock: big.NewInt(73100),
DelhiBlock: big.NewInt(73100), DelhiBlock: big.NewInt(73100),
ParallelUniverseBlock: nil,
IndoreBlock: big.NewInt(73100), IndoreBlock: big.NewInt(73100),
StateSyncConfirmationDelay: map[string]uint64{ StateSyncConfirmationDelay: map[string]uint64{
"0": 128, "0": 128,

View file

@ -266,7 +266,6 @@ var (
Bor: &BorConfig{ Bor: &BorConfig{
JaipurBlock: big.NewInt(73100), JaipurBlock: big.NewInt(73100),
DelhiBlock: big.NewInt(73100), DelhiBlock: big.NewInt(73100),
ParallelUniverseBlock: nil,
IndoreBlock: big.NewInt(73100), IndoreBlock: big.NewInt(73100),
StateSyncConfirmationDelay: map[string]uint64{ StateSyncConfirmationDelay: map[string]uint64{
"0": 128, "0": 128,