forked from cerc-io/testnet-ops
Prathamesh Musale
e142357428
Part of [Automate testnet nitro deployments using Ansible](https://www.notion.so/Automate-testnet-nitro-deployments-using-Ansible-0d15579430204b8daba9a8aa31e07568) Co-authored-by: Adw8 <adwaitgharpure@gmail.com> Reviewed-on: cerc-io/testnet-ops#3 Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to> Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
10 lines
297 B
Django/Jinja
10 lines
297 B
Django/Jinja
CERC_L1_CHAIN_ID={{ l1_chain_id }}
|
|
CERC_L1_RPC={{ l1_rpc }}
|
|
CERC_L1_HOST={{ l1_host }}
|
|
CERC_L1_PORT={{ l1_port }}
|
|
CERC_L1_BEACON={{ l1_beacon }}
|
|
CERC_L1_ADDRESS={{ l1_address }}
|
|
CERC_L1_PRIV_KEY={{ l1_priv_key }}
|
|
CERC_PROPOSER_AMOUNT={{ proposer_amount }}
|
|
CERC_BATCHER_AMOUNT={{ batcher_amount }}
|