Skip to content

Commit

Permalink
Fix ethd config
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Sep 5, 2023
1 parent 6a3d32d commit 40b3cda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ethd
Original file line number Diff line number Diff line change
Expand Up @@ -1766,10 +1766,10 @@ cmd() {
query_network() {
# Mainnet or Testnet network
NETWORK=$(whiptail --notags --title "Select Network" --menu \
"Which network do you want to run on?" 12 60 5 \
"Which network do you want to run on?" 12 60 6 \
"holesky" "Holešovice Testnet" \
"mainnet" "Ethereum Mainnet" \
"gnosis" "Gnosis Chain (né xDai)" \
"gnosis" "Gnosis Chain" \
"sepolia" "Sepolia Testnet (permissioned validators)" \
"goerli" "Görli Legacy Testnet" \
"custom" "Custom Testnet (needs a URL)" 3>&1 1>&2 2>&3)
Expand Down Expand Up @@ -2242,6 +2242,7 @@ https://0x88d0cc4b8139580d176cf6863db874ee9c505fc3f6362aa005fd9a91f7ea8b47ba026c
https://0x95a0a6af2566fa7db732020bb2724be61963ac1eb760aa1046365eb443bd4e3cc0fba0265d40a2d81dd94366643e986a@goerli-blockspace.frontier.tech
;;
"holesky")
MEV_RELAYS=""
#MEV_RELAYS=https://0xafa4c6985aa049fb79dd37010438cfebeb0f2bd42b115b89dd678dab0670c1de38da0c4e9138c9290a398ecd9a0b3110@boost-relay-holesky.flashbots.net,\
#https://0x821f2a65afb70e7f2e820a925a9b4c80a159620582c1766b1b09729fec178b11ea22abb3a51f07b288be815a1a2ff516@bloxroute.max-profit.builder.holesky.blxrbdn.com,\
#https://0x8f7b17a74569b7a57e9bdafd2e159380759f5dc3ccbd4bf600414147e8c4e1dc6ebada83c0139ac15850eb6c975e82d0@builder-relay-holesky.blocknative.com,\
Expand Down

0 comments on commit 40b3cda

Please sign in to comment.