File tree Expand file tree Collapse file tree
shared/services/rocketpool/assets/install/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if [ "$NETWORK" = "testnet" ]; then
66 echo " Prysm is configured to use Hoodi, genesis state required."
77 if [ ! -f " /ethclient/hoodi-genesis.ssz" ]; then
88 echo " Downloading from Github..."
9- wget https://github.com/eth-clients/hoodi/blob /main/metadata/genesis.ssz -O /ethclient/hoodi-genesis.ssz
9+ wget https://github.com/eth-clients/hoodi/raw/refs/heads /main/metadata/genesis.ssz -O /ethclient/hoodi-genesis.ssz
1010 echo " Download complete."
1111 else
1212 echo " Genesis state already downloaded, continuing."
@@ -15,7 +15,7 @@ elif [ "$NETWORK" = "devnet" ]; then
1515 echo " Prysm is configured to use Hoodi, genesis state required."
1616 if [ ! -f " /ethclient/hoodi-genesis.ssz" ]; then
1717 echo " Downloading from Github..."
18- wget https://github.com/eth-clients/hoodi/blob /main/metadata/genesis.ssz -O /ethclient/hoodi-genesis.ssz
18+ wget https://github.com/eth-clients/hoodi/raw/refs/heads /main/metadata/genesis.ssz -O /ethclient/hoodi-genesis.ssz
1919 echo " Download complete."
2020 else
2121 echo " Genesis state already downloaded, continuing."
You can’t perform that action at this time.
0 commit comments