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
cba069ef
Unverified
Commit
cba069ef
authored
Dec 02, 2022
by
mergify[bot]
Committed by
GitHub
Dec 02, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4187 from ethereum-optimism/config/delete-sequencer-gen-hash
ops-bedrock: delete dead config
parents
d247e706
084786ed
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
__init__.py
bedrock-devnet/devnet/__init__.py
+0
-1
devnet-up.sh
ops-bedrock/devnet-up.sh
+0
-2
docker-compose.yml
ops-bedrock/docker-compose.yml
+0
-1
No files found.
bedrock-devnet/devnet/__init__.py
View file @
cba069ef
...
...
@@ -115,7 +115,6 @@ def main():
run_command
([
'docker-compose'
,
'up'
,
'-d'
,
'op-node'
,
'op-proposer'
,
'op-batcher'
],
cwd
=
ops_bedrock_dir
,
env
=
{
'PWD'
:
ops_bedrock_dir
,
'L2OO_ADDRESS'
:
addresses
[
'L2OutputOracleProxy'
],
'SEQUENCER_GENESIS_HASH'
:
rollup_config
[
'genesis'
][
'l2'
][
'hash'
],
'SEQUENCER_BATCH_INBOX_ADDRESS'
:
rollup_config
[
'batch_inbox_address'
]
})
...
...
ops-bedrock/devnet-up.sh
View file @
cba069ef
...
...
@@ -97,7 +97,6 @@ fi
)
L2OO_ADDRESS
=
"0x6900000000000000000000000000000000000000"
SEQUENCER_GENESIS_HASH
=
"
$(
jq
-r
'.l2.hash'
<
$DEVNET
/rollup.json
)
"
SEQUENCER_BATCH_INBOX_ADDRESS
=
"
$(
cat
$DEVNET
/rollup.json | jq
-r
'.batch_inbox_address'
)
"
# Bring up everything else.
...
...
@@ -105,7 +104,6 @@ SEQUENCER_BATCH_INBOX_ADDRESS="$(cat $DEVNET/rollup.json | jq -r '.batch_inbox_a
cd
ops-bedrock
echo
"Bringing up devnet..."
L2OO_ADDRESS
=
"
$L2OO_ADDRESS
"
\
SEQUENCER_GENESIS_HASH
=
"
$SEQUENCER_GENESIS_HASH
"
\
SEQUENCER_BATCH_INBOX_ADDRESS
=
"
$SEQUENCER_BATCH_INBOX_ADDRESS
"
\
docker-compose up
-d
op-proposer op-batcher
...
...
ops-bedrock/docker-compose.yml
View file @
cba069ef
...
...
@@ -127,7 +127,6 @@ services:
OP_BATCHER_RESUBMISSION_TIMEOUT
:
30s
OP_BATCHER_MNEMONIC
:
test test test test test test test test test test test junk
OP_BATCHER_SEQUENCER_HD_PATH
:
"
m/44'/60'/0'/0/2"
OP_BATCHER_SEQUENCER_GENESIS_HASH
:
"
${SEQUENCER_GENESIS_HASH}"
OP_BATCHER_SEQUENCER_BATCH_INBOX_ADDRESS
:
"
${SEQUENCER_BATCH_INBOX_ADDRESS}"
OP_BATCHER_LOG_TERMINAL
:
"
true"
OP_BATCHER_PPROF_ENABLED
:
"
true"
...
...
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