Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ services:
environment:
KEY_STORE_DIRECTORY: /keystore
DATA_DIRECTORY: /data
COINBASE: ""
VALIDATOR_PRIVATE_KEYS: ""
P2P_MAX_PEERS: ""
L1_GAS_PRICE_MAX: ""
L1_BLOB_FEE_PER_GAS_MAX: ""
L1_PRIORITY_FEE_BUMP_PERCENTAGE: ""
L1_FIXED_PRIORITY_FEE_PER_GAS: ""
LOG_LEVEL: info
restart: unless-stopped
volumes:
Expand Down
25 changes: 1 addition & 24 deletions setup-wizard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,4 @@ fields:
description: "One or more comma-separated public rpc provider url(s) that supports consensus client requests"
required: true
pattern: '^https?://[\w\-]+(\.[\w\-]+)+([\w\-.,@?^=%&:/~+#]*[\w\-@?^=%&/~+#])?(,https?://[\w\-]+(\.[\w\-]+)+([\w\-.,@?^=%&:/~+#]*[\w\-@?^=%&/~+#])?)*$'
patternErrorMessage: "Please enter one or more valid comma-separated URLs (e.g., http://prysm-sepolia.dappnode:3500)"

- id: VALIDATOR_PRIVATE_KEYS
target:
type: environment
name: VALIDATOR_PRIVATE_KEYS
service: [sequencer]
title: Validator Private Key - DEPRECATED, just for backup purposes
description: "Private key of testnet L1 EOA that holds Sepolia ETH (0.01 Sepolia ETH can get you started)"
required: false
secret: true
pattern: '^0x[a-fA-F0-9]{64}$'
patternErrorMessage: "Please enter a valid private key (0x followed by 64 hexadecimal characters)"

- id: coinbase
target:
type: environment
name: COINBASE
service: [sequencer]
title: Coinbase Address - DEPRECATED, just for backup purposes
description: "Recipient of block rewards (for node security on mainnet, this should be a different address to the validator eoa)"
required: false
pattern: '^0x[a-fA-F0-9]{40}$'
patternErrorMessage: "Please enter a valid Ethereum address (0x followed by 40 hexadecimal characters)"
patternErrorMessage: "Please enter one or more valid comma-separated URLs (e.g., http://prysm-sepolia.dappnode:3500)"