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
ec89eb7f
Unverified
Commit
ec89eb7f
authored
Jan 10, 2023
by
mergify[bot]
Committed by
GitHub
Jan 10, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4641 from ethereum-optimism/willc/devnet-ui
feat(ops-bedrock): Add gateway ui to make devnet-up
parents
ddb52f7a
c4b04b6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
devnet-up.sh
ops-bedrock/devnet-up.sh
+5
-0
docker-compose.yml
ops-bedrock/docker-compose.yml
+5
-0
No files found.
ops-bedrock/devnet-up.sh
View file @
ec89eb7f
...
...
@@ -31,6 +31,7 @@ set -eu
L1_URL
=
"http://localhost:8545"
L2_URL
=
"http://localhost:9545"
GATEWAY_URL
=
"http://localhost:3000"
OP_NODE
=
"
$PWD
/op-node"
CONTRACTS_BEDROCK
=
"
$PWD
/packages/contracts-bedrock"
...
...
@@ -108,6 +109,10 @@ SEQUENCER_BATCH_INBOX_ADDRESS="$(cat $DEVNET/rollup.json | jq -r '.batch_inbox_a
echo
"Bringing up stateviz webserver..."
docker-compose up
-d
stateviz
echo
"Bringing up gateway-ui..."
docker-compose up
-d
gateway-ui
wait_up
$GATEWAY_URL
)
echo
"Devnet ready."
ops-bedrock/docker-compose.yml
View file @
ec89eb7f
...
...
@@ -145,3 +145,8 @@ services:
-
"
9090:8080"
volumes
:
-
op_log:/op_log:ro
gateway-ui
:
image
:
ethereumoptimism/gateway-frontend:latest
ports
:
-
"
3000:80"
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