cmd/geth: add Prague pruning points for hoodi (#34714)

Adds config to add Prague prune point for the hoodi testnet.
This commit is contained in:
jvn 2026-04-14 18:28:27 +05:30 committed by GitHub
parent c2234462a8
commit c690d6041e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,6 +107,10 @@ var staticPrunePoints = map[HistoryMode]map[common.Hash]*PrunePoint{
BlockNumber: 7836331,
BlockHash: common.HexToHash("0xe6571beb68bf24dbd8a6ba354518996920c55a3f8d8fdca423e391b8ad071f22"),
},
params.HoodiGenesisHash: {
BlockNumber: 60412,
BlockHash: common.HexToHash("0x1562792812ef418eaafc8f1f093d84d9634971e9dd6b0771302eb5b9fd4d2c46"),
},
},
}