2023-04-11 10:51:03 +00:00
|
|
|
# Defaults
|
2023-04-05 11:56:38 +00:00
|
|
|
|
|
|
|
# L1 endpoint
|
2023-04-11 10:51:03 +00:00
|
|
|
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
|
2023-04-05 11:56:38 +00:00
|
|
|
|
2023-04-20 09:42:59 +00:00
|
|
|
# URL to get CSV with credentials for accounts on L1
|
|
|
|
# that are used to send balance to Optimism Proxy contract
|
2023-04-05 11:56:38 +00:00
|
|
|
# (enables them to do transactions on L2)
|
2023-04-20 09:42:59 +00:00
|
|
|
DEFAULT_CERC_L1_ACCOUNTS_CSV_URL="http://fixturenet-eth-bootnode-geth:9898/accounts.csv"
|