From c8c9b1f5232dbe9b00e18f8d858573784e78a173 Mon Sep 17 00:00:00 2001 From: bretep <717695-bretep@users.noreply.gitlab.com> Date: Fri, 10 Mar 2023 13:44:29 -0800 Subject: [PATCH] Switch testnet snapshots to PulseChain from Mainnet --- turbo/snapshotsync/snapcfg/util.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/turbo/snapshotsync/snapcfg/util.go b/turbo/snapshotsync/snapcfg/util.go index 379ae0fce..f012eb4ac 100644 --- a/turbo/snapshotsync/snapcfg/util.go +++ b/turbo/snapshotsync/snapcfg/util.go @@ -23,7 +23,7 @@ var ( Gnosis = fromToml(snapshothashes.Gnosis) Chiado = fromToml(snapshothashes.Chiado) PulseChainMainnet = fromToml(pulseSnapshotHashes.PulseChainMainnet) - PulseChainTestnet = fromToml(snapshothashes.Mainnet) + PulseChainTestnet = fromToml(pulseSnapshotHashes.PulseChainTestnet) MainnetHistory = fromToml(snapshothashes.MainnetHistory) SepoliaHistory = fromToml(snapshothashes.SepoliaHistory) @@ -33,7 +33,7 @@ var ( GnosisHistory = fromToml(snapshothashes.GnosisHistory) ChiadoHistory = fromToml(snapshothashes.ChiadoHistory) PulseChainMainnetHistory = fromToml(pulseSnapshotHashes.PulseChainMainnetHistory) - PulseChainTestnetHistory = fromToml(snapshothashes.MainnetHistory) + PulseChainTestnetHistory = fromToml(pulseSnapshotHashes.PulseChainTestnetHistory) ) type PreverifiedItem struct {