Skip to content

Commit

Permalink
Reth release version
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Jun 26, 2024
1 parent 1555fba commit 018713a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ethd
Original file line number Diff line number Diff line change
Expand Up @@ -2565,10 +2565,10 @@ query_execution_client() {
else
EXECUTION_CLIENT=$(whiptail --notags --title "Select execution client" --menu \
"Which execution client do you want to run?" 13 65 6 \
"nethermind.yml" "Nethermind (.NET)" \
"reth.yml" "Reth (Rust)" \
"besu.yml" "Besu (Java)" \
"nethermind.yml" "Nethermind (.NET)" \
"geth.yml" "Geth (Go)" \
"reth.yml" "Reth (Rust) - beta release" \
"erigon.yml" "Erigon (Go)" \
"NONE" "Custom - Distributed" 3>&1 1>&2 2>&3)
fi
Expand Down

0 comments on commit 018713a

Please sign in to comment.