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
15 lines
413 B
Bash
15 lines
413 B
Bash
# Defaults
|
|
|
|
# L1 endpoint
|
|
DEFAULT_CERC_L1_CHAIN_ID=1212
|
|
DEFAULT_CERC_L1_RPC="http://fixturenet-eth-geth-1:8545"
|
|
DEFAULT_CERC_L1_HOST="fixturenet-eth-geth-1"
|
|
DEFAULT_CERC_L1_PORT=8545
|
|
|
|
# Credentials for accounts on L1 to send balance to Optimism Proxy contract from
|
|
# (enables them to do transactions on L2)
|
|
DEFAULT_CERC_L1_ADDRESS=
|
|
DEFAULT_CERC_L1_PRIV_KEY=
|
|
DEFAULT_CERC_L1_ADDRESS_2=
|
|
DEFAULT_CERC_L1_PRIV_KEY_2=
|