Skip to content

Commit dbc28d0

Browse files
committed
Deprecated ENVs for Coinbase and PK
1 parent af48ab1 commit dbc28d0

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

sequencer/entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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}"

setup-wizard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)"

0 commit comments

Comments
 (0)