Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
6f2e29d0
Unverified
Commit
6f2e29d0
authored
Jan 18, 2022
by
Javed Khan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix (docker): pass sequencer client http from env
parent
7c439edf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
flags.go
l2geth/cmd/utils/flags.go
+0
-1
docker-compose.yml
ops/docker-compose.yml
+1
-1
No files found.
l2geth/cmd/utils/flags.go
View file @
6f2e29d0
...
@@ -864,7 +864,6 @@ var (
...
@@ -864,7 +864,6 @@ var (
SequencerClientHttpFlag
=
cli
.
StringFlag
{
SequencerClientHttpFlag
=
cli
.
StringFlag
{
Name
:
"sequencer.clienthttp"
,
Name
:
"sequencer.clienthttp"
,
Usage
:
"HTTP endpoint for the sequencer client"
,
Usage
:
"HTTP endpoint for the sequencer client"
,
Value
:
"http://l2geth:8545"
,
EnvVar
:
"SEQUENCER_CLIENT_HTTP"
,
EnvVar
:
"SEQUENCER_CLIENT_HTTP"
,
}
}
)
)
...
...
ops/docker-compose.yml
View file @
6f2e29d0
...
@@ -166,7 +166,7 @@ services:
...
@@ -166,7 +166,7 @@ services:
-
./envs/geth.env
-
./envs/geth.env
environment
:
environment
:
ETH1_HTTP
:
http://l1_chain:8545
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_STATE_DUMP_PATH
:
http://deployer:8081/state-dump.latest.json
ROLLUP_CLIENT_HTTP
:
http://dtl:7878
ROLLUP_CLIENT_HTTP
:
http://dtl:7878
ROLLUP_BACKEND
:
'
l2'
ROLLUP_BACKEND
:
'
l2'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment