Skip to content

Commit

Permalink
Rename Prater
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Jun 1, 2022
1 parent 47600fa commit bcb0254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ethd
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ query_network() {
# Mainnet or Testnet network
NETWORK=$(whiptail --notags --title "Select Network" --menu \
"Which network do you want to run on?" 9 60 3 \
"prater" "Prater Testnet" \
"prater" "Görli (né Prater) Testnet" \
"mainnet" "Ethereum Mainnet" \
"gnosis" "Gnosis Beacon Chain" 3>&1 1>&2 2>&3)

Expand Down
2 changes: 1 addition & 1 deletion prysm/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ if [[ "$1" =~ ^(beacon-chain)$ ]]; then
exec $@ ${__rapid_sync}
fi
else
exec $@ ${__rapid_sync}
exec $@
fi

0 comments on commit bcb0254

Please sign in to comment.