Nabarun Gogoi
63fbaa7ae3
* Set optimism geth endpoint from env file
* Set L1 account private keys from env
* Only deploy contract and generate invite in mobymask container
* Add readme for running mobymask v2 stack independently
* Modify mobymask container to stop running server and update readmes
* Check deployer account balance before deploying contract
* Fix for checking account balance before deploying
* Update readme description
* Update MobyMask repo tag in readme
Former-commit-id: 94e38ceaba
13 lines
303 B
Bash
13 lines
303 B
Bash
# Change if pointing to an external optimism geth endpoint
|
|
|
|
# L2 endpoints
|
|
# TODO: Add another env for complete URL to handle https
|
|
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=
|