# Amount to send the proposer on L2 (default: 0.2 ether)
CERC_L2_PROPOSER_AMOUNT=
# Amount to send the batcher on L2 (default: 0.1 ether)
CERC_L2_BATCHER_AMOUNT=
# L1 RPC endpoint host or IP address
CERC_L1_HOST=
# L1 RPC endpoint port number
CERC_L1_PORT=
# Address of the funded account on L1
# Used for optimism contracts deployment
CERC_L1_ADDRESS=
# Private key of the funded account on L1
CERC_L1_PRIV_KEY=
```
- To setup and run L2, execute the `run-optimism.yml` Ansible playbook by running the following command.
NOTE: By default, deployments are created in the `l2-setup/out` directory. To change this location, update the `l2_directory` variable in the [vars.yml](./vars.yml) file.