forked from cerc-io/stack-orchestrator
be08ee81ea
* Remove unnecessary todos
* Set option to log commands in shell scripts
* Replace fixturenet-eth dependency with wait on endpoint
* Skip lighthouse node dependency check
* Update all services in the stack
* Use debug flag to enable shell commands logging
* Add bash in op-batcher container
* Update mobymask-v2 instructions
* Update fixturenet-optimism instructions
* Add descriptions for services
* Move ts files to container-build
* Take L1 RPC endpoint from the env file
* Add dev mode restriction for editing env file
Former-commit-id: 2515878eeb
10 lines
207 B
Bash
10 lines
207 B
Bash
# Change if pointing to an external L1 endpoint
|
|
L1_RPC="http://fixturenet-eth-geth-1:8545"
|
|
L1_CHAIN_ID=1212
|
|
L1_HOST="fixturenet-eth-geth-1"
|
|
L1_PORT=8545
|
|
L1_ADDRESS=
|
|
L1_PRIV_KEY=
|
|
L1_ADDRESS_2=
|
|
L1_PRIV_KEY_2=
|