Nabarun Gogoi
6f781ae303
* Separate out watcher and web-apps in mobymask stack * Take L2 RPC endpoint from the env file * Changes to run watcher and mobymask web-app separately * Support running watcher without contract deployment and L2 txs * Remove duplicate mobymask params env * Add code comments * Add instructions for running web-apps separately * Self review fixes * Fix timeout for mobymask-app on watcher server --------- Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com>
14 lines
281 B
Bash
14 lines
281 B
Bash
# Change if pointing to an external optimism geth endpoint
|
|
|
|
# L2 endpoints
|
|
L2_GETH_RPC="http://op-geth:8545"
|
|
L2_GETH_HOST="op-geth"
|
|
L2_GETH_PORT=8545
|
|
|
|
L2_NODE_HOST="op-node"
|
|
L2_NODE_PORT=8547
|
|
|
|
# Credentials for accounts to perform txs on L2
|
|
PRIVATE_KEY_DEPLOYER=
|
|
PRIVATE_KEY_PEER=
|