mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 01:27:38 +00:00
Switch testnet snapshots to PulseChain from Mainnet
This commit is contained in:
parent
d523c5de7f
commit
c8c9b1f523
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user