File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ set -euo pipefail
44# — Required environment variables
55: " ${ETHEREUM_HOSTS?Need to set ETHEREUM_HOSTS} "
66: " ${L1_CONSENSUS_HOST_URLS?Need to set L1_CONSENSUS_HOST_URLS} "
7- : " ${VALIDATOR_PRIVATE_KEYS?Need to set VALIDATOR_PRIVATE_KEYS} "
8- : " ${COINBASE?Need to set COINBASE} "
97: " ${_DAPPNODE_GLOBAL_PUBLIC_IP?Need to set _DAPPNODE_GLOBAL_PUBLIC_IP (your public IP)} "
108: " ${NETWORK?Need to set NETWORK (build arg)} "
119: " ${LOG_LEVEL:= info} "
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ fields:
3030 service : [sequencer]
3131 title : Validator Private Key - DEPRECATED, just for backup purposes
3232 description : " Private key of testnet L1 EOA that holds Sepolia ETH (0.01 Sepolia ETH can get you started)"
33- required : true
33+ required : false
3434 secret : true
3535 pattern : ' ^0x[a-fA-F0-9]{64}$'
3636 patternErrorMessage : " Please enter a valid private key (0x followed by 64 hexadecimal characters)"
@@ -42,6 +42,6 @@ fields:
4242 service : [sequencer]
4343 title : Coinbase Address - DEPRECATED, just for backup purposes
4444 description : " Recipient of block rewards (for node security on mainnet, this should be a different address to the validator eoa)"
45- required : true
45+ required : false
4646 pattern : ' ^0x[a-fA-F0-9]{40}$'
4747 patternErrorMessage : " Please enter a valid Ethereum address (0x followed by 40 hexadecimal characters)"
You can’t perform that action at this time.
0 commit comments