Trivial: Make NIMBUS_EL_BINARY customizable
This commit is contained in:
parent
4adf849d09
commit
9e6d9b955d
|
@ -99,7 +99,8 @@ CLEANUP_DIRS=()
|
|||
|
||||
#NIMBUS EL VARS
|
||||
RUN_NIMBUS="0"
|
||||
NIMBUS_EL_BINARY="../nimbus-eth1/build/nimbus"
|
||||
NIMBUS_EL_BINARY="${NIMBUS_EL_BINARY:-../nimbus-eth1/build/nimbus}"
|
||||
echo "${NIMBUS_EL_BINARY}"
|
||||
|
||||
EL_HTTP_PORTS=()
|
||||
EL_RPC_PORTS=()
|
||||
|
|
Loading…
Reference in New Issue