diff --git a/yarn-project/aztec/src/cli/aztec_start_options.ts b/yarn-project/aztec/src/cli/aztec_start_options.ts index 7b1ba0598151..cfdc8e240bd8 100644 --- a/yarn-project/aztec/src/cli/aztec_start_options.ts +++ b/yarn-project/aztec/src/cli/aztec_start_options.ts @@ -53,7 +53,16 @@ export const getOptions = (namespace: string, configMappings: Record', + description: 'URL of the Ethereum consensus node that services will connect to', + defaultValue: undefined, + envVar: 'L1_CONSENSUS_HOST_URL', + }, + { + flag: '--l1-consensus-host-api-key ', + description: 'API key for the Ethereum consensus node', + defaultValue: undefined, + envVar: 'L1_CONSENSUS_HOST_API_KEY', + }, + { + flag: '--l1-consensus-host-api-key-header ', + description: + 'API key header for the Ethereum consensus node. If not set, the api key will be appended to the URL as ?key=', + defaultValue: undefined, + envVar: 'L1_CONSENSUS_HOST_API_KEY_HEADER', + }, ], 'L1 CONTRACT ADDRESSES': [ {