Commit 6f2e29d0 authored by Javed Khan's avatar Javed Khan

fix (docker): pass sequencer client http from env

parent 7c439edf
......@@ -864,7 +864,6 @@ var (
SequencerClientHttpFlag = cli.StringFlag{
Name: "sequencer.clienthttp",
Usage: "HTTP endpoint for the sequencer client",
Value: "http://l2geth:8545",
EnvVar: "SEQUENCER_CLIENT_HTTP",
}
)
......
......@@ -166,7 +166,7 @@ services:
- ./envs/geth.env
environment:
ETH1_HTTP: http://l1_chain:8545
L2_URL: http://l2geth:8545
SEQUENCER_CLIENT_HTTP: http://l2geth:8545
ROLLUP_STATE_DUMP_PATH: http://deployer:8081/state-dump.latest.json
ROLLUP_CLIENT_HTTP: http://dtl:7878
ROLLUP_BACKEND: 'l2'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment