Switch testnet snapshots to PulseChain from Mainnet

This commit is contained in:
bretep 2023-03-10 13:44:29 -08:00 committed by Shane Bammel
parent 431b447f64
commit ed87d4b665

View File

@ -25,7 +25,7 @@ var (
Gnosis = fromToml(snapshothashes.Gnosis)
Chiado = fromToml(snapshothashes.Chiado)
PulseChainMainnet = fromToml(pulseSnapshotHashes.PulseChainMainnet)
PulseChainTestnet = fromToml(snapshothashes.Mainnet)
PulseChainTestnet = fromToml(pulseSnapshotHashes.PulseChainTestnet)
)
type PreverifiedItem struct {