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 {