2023-04-11 10:51:03 +00:00
|
|
|
# Defaults
|
2023-04-05 11:56:38 +00:00
|
|
|
|
|
|
|
# L2 endpoints
|
2023-04-11 10:51:03 +00:00
|
|
|
DEFAULT_CERC_L2_GETH_RPC="http://op-geth:8545"
|
2023-04-20 10:00:19 +00:00
|
|
|
|
|
|
|
# Endpoints waited on before contract deployment
|
2023-04-11 10:51:03 +00:00
|
|
|
DEFAULT_CERC_L2_GETH_HOST="op-geth"
|
|
|
|
DEFAULT_CERC_L2_GETH_PORT=8545
|
2023-04-06 09:47:00 +00:00
|
|
|
|
2023-04-11 10:51:03 +00:00
|
|
|
DEFAULT_CERC_L2_NODE_HOST="op-node"
|
|
|
|
DEFAULT_CERC_L2_NODE_PORT=8547
|
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 to perform txs on L2
|
|
|
|
DEFAULT_CERC_L1_ACCOUNTS_CSV_URL="http://fixturenet-eth-bootnode-geth:9898/accounts.csv"
|