Prathamesh Musale
c5f97dda13
Part of [Create a public laconicd testnet](https://www.notion.so/Create-a-public-laconicd-testnet-896a11bdd8094eff8f1b49c0be0ca3b8) Co-authored-by: Adw8 <adwaitgharpure@gmail.com> Reviewed-on: #4 Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
15 lines
568 B
Bash
15 lines
568 B
Bash
# Defaults
|
|
|
|
# L1 endpoint
|
|
DEFAULT_CERC_L1_CHAIN_ID=1212
|
|
DEFAULT_CERC_L1_RPC="http://fixturenet-eth-geth-1:8545"
|
|
DEFAULT_CERC_L1_HOST="fixturenet-eth-geth-1"
|
|
DEFAULT_CERC_L1_PORT=8545
|
|
|
|
# URL to get CSV with credentials for accounts on L1
|
|
# that are used to send balance to Optimism Proxy contract
|
|
# (enables them to do transactions on L2)
|
|
DEFAULT_CERC_L1_ACCOUNTS_CSV_URL="http://fixturenet-eth-bootnode-geth:9898/accounts.csv"
|
|
DEFAULT_CERC_PROPOSER_AMOUNT="0.2ether"
|
|
DEFAULT_CERC_BATCHER_AMOUNT="0.1ether"
|
|
DEFAULT_CERC_L1_BEACON=http://fixturenet-eth-lighthouse-1:8001 |