forked from cerc-io/stack-orchestrator
c2a3ffe0dd
* Add an option to pass env file to deploy command
* Use env variable mapping in fixturenet-optimism stack
* Use default values from checked in env files
* Use env variable mapping in mobymask-v2 stack
* Update instructions
* Add extra hosts in app compose files and update instructions
* Add CERC prefix to env variables in fixturenet-optimism stack
* Add CERC prefix to env variables in mobymask-v2 stack
Former-commit-id: 6b62247ef7
14 lines
324 B
Bash
14 lines
324 B
Bash
# Defaults
|
|
|
|
# L2 endpoints
|
|
DEFAULT_CERC_L2_GETH_RPC="http://op-geth:8545"
|
|
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
|
|
|
|
# Credentials for accounts to perform txs on L2
|
|
DEFAULT_CERC_PRIVATE_KEY_DEPLOYER=
|
|
DEFAULT_CERC_PRIVATE_KEY_PEER=
|