Skip to content

Commit d8e3331

Browse files
committed
Remove unnecessary env
1 parent 47ac8a5 commit d8e3331

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/common_tools.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/sh
22

33
STAKER_GLOBAL_ENVS="EXECUTION_CLIENT CONSENSUS_CLIENT MEVBOOST"
4-
AVAILABLE_NETWORKS="mainnet holesky gnosis lukso sepolia"
54

65
# Internal function to add a flag to EXTRA_OPTS if it's not already included
76
#

scripts/consensus_tools.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
MEVBOOST_SUPPORTED_NETWORKS="mainnet holesky"
44

5+
# TODO: Remove this function once all clients have migrated to staker network
56
# Returns the engine URL based on the execution client selected in the Stakers tab
67
#
78
# Arguments:

0 commit comments

Comments
 (0)