We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hoodi
1 parent c9071df commit 49fa648Copy full SHA for 49fa648
common/eth2_config/src/lib.rs
@@ -37,8 +37,9 @@ const HOLESKY_GENESIS_STATE_SOURCE: GenesisStateSource = GenesisStateSource::Url
37
38
const HOODI_GENESIS_STATE_SOURCE: GenesisStateSource = GenesisStateSource::Url {
39
urls: &[
40
- // FIXME(hoodi): Replace by a better URL.
41
- "https://sproul.xyz/eth2/hoodi/",
+ // This is an AWS S3 bucket hosted by Sigma Prime. See Paul Hauner for
+ // more details.
42
+ "https://sigp-public-genesis-states.s3.ap-southeast-2.amazonaws.com/hoodi/",
43
],
44
checksum: "0x7f42257ef69e055496c964a753bb07e54001ccd57ab467ef72d67af086bcfce7",
45
genesis_validators_root: "0x212f13fc4df078b6cb7db228f1c8307566dcecf900867401a92023d7ba99cb5f",
0 commit comments