diff --git a/docker-compose.yml b/docker-compose.yml index 1e74a14..65ef61e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: diff --git a/setup-wizard.yml b/setup-wizard.yml index 85261e4..9c33d95 100644 --- a/setup-wizard.yml +++ b/setup-wizard.yml @@ -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)" \ No newline at end of file