d6f829ee65
* Refactor L2 enpoint check to contract deployment script
* Add instructions to join to an existing watcher network
* Include mobymask-v2-watcher-ts in repositories setup
* Add a clean up section and expected outputs
* Add a troubleshooting section
* Use lxdao frontend
* Update instructions for updated UI
Former-commit-id: f78176a27f
15 lines
423 B
Bash
15 lines
423 B
Bash
# Defaults
|
|
|
|
# L2 endpoints
|
|
DEFAULT_CERC_L2_GETH_RPC="http://op-geth:8545"
|
|
|
|
# Endpoints waited on before contract deployment
|
|
DEFAULT_CERC_L2_GETH_HOST="op-geth"
|
|
DEFAULT_CERC_L2_GETH_PORT=8545
|
|
|
|
DEFAULT_CERC_L2_NODE_HOST="op-node"
|
|
DEFAULT_CERC_L2_NODE_PORT=8547
|
|
|
|
# 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"
|