We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ac8a5 commit d8e3331Copy full SHA for d8e3331
scripts/common_tools.sh
@@ -1,7 +1,6 @@
1
#!/bin/sh
2
3
STAKER_GLOBAL_ENVS="EXECUTION_CLIENT CONSENSUS_CLIENT MEVBOOST"
4
-AVAILABLE_NETWORKS="mainnet holesky gnosis lukso sepolia"
5
6
# Internal function to add a flag to EXTRA_OPTS if it's not already included
7
#
scripts/consensus_tools.sh
@@ -2,6 +2,7 @@
MEVBOOST_SUPPORTED_NETWORKS="mainnet holesky"
+# TODO: Remove this function once all clients have migrated to staker network
# Returns the engine URL based on the execution client selected in the Stakers tab
8
# Arguments:
0 commit comments