Skip to content

Commit 49fa648

Browse files
authored
Fetch hoodi genesis state from AWS (sigp#7154)
1 parent c9071df commit 49fa648

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

common/eth2_config/src/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ const HOLESKY_GENESIS_STATE_SOURCE: GenesisStateSource = GenesisStateSource::Url
3737

3838
const HOODI_GENESIS_STATE_SOURCE: GenesisStateSource = GenesisStateSource::Url {
3939
urls: &[
40-
// FIXME(hoodi): Replace by a better URL.
41-
"https://sproul.xyz/eth2/hoodi/",
40+
// This is an AWS S3 bucket hosted by Sigma Prime. See Paul Hauner for
41+
// more details.
42+
"https://sigp-public-genesis-states.s3.ap-southeast-2.amazonaws.com/hoodi/",
4243
],
4344
checksum: "0x7f42257ef69e055496c964a753bb07e54001ccd57ab467ef72d67af086bcfce7",
4445
genesis_validators_root: "0x212f13fc4df078b6cb7db228f1c8307566dcecf900867401a92023d7ba99cb5f",

0 commit comments

Comments
 (0)