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
9cef078d
Unverified
Commit
9cef078d
authored
Nov 07, 2022
by
mergify[bot]
Committed by
GitHub
Nov 07, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3909 from ethereum-optimism/bugfix/devnet
ci: Fix devnet
parents
e8ed2453
864c8c44
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
3 deletions
+14
-3
Dockerfile.l2
ops-bedrock/Dockerfile.l2
+1
-1
docker-compose.yml
ops-bedrock/docker-compose.yml
+2
-1
entrypoint.sh
ops-bedrock/entrypoint.sh
+4
-0
devnetL1.json
packages/contracts-bedrock/deploy-config/devnetL1.json
+7
-1
No files found.
ops-bedrock/Dockerfile.l2
View file @
9cef078d
FROM ethereumoptimism/op-geth:
latest
FROM ethereumoptimism/op-geth:
optimism-history
RUN apk add --no-cache jq
RUN apk add --no-cache jq
...
...
ops-bedrock/docker-compose.yml
View file @
9cef078d
...
@@ -20,6 +20,7 @@ services:
...
@@ -20,6 +20,7 @@ services:
volumes
:
volumes
:
-
"
l1_data:/db"
-
"
l1_data:/db"
-
"
${PWD}/../.devnet/genesis-l1.json:/genesis.json"
-
"
${PWD}/../.devnet/genesis-l1.json:/genesis.json"
-
"
${PWD}/test-jwt-secret.txt:/config/test-jwt-secret.txt"
l2
:
l2
:
build
:
build
:
...
@@ -46,7 +47,7 @@ services:
...
@@ -46,7 +47,7 @@ services:
command
:
>
command
:
>
op-node
op-node
--l1=ws://l1:8546
--l1=ws://l1:8546
--l2=
ws://l2:8546
--l2=
http://l2:8551
--l2.jwt-secret=/config/test-jwt-secret.txt
--l2.jwt-secret=/config/test-jwt-secret.txt
--sequencer.enabled
--sequencer.enabled
--sequencer.l1-confs=0
--sequencer.l1-confs=0
...
...
ops-bedrock/entrypoint.sh
View file @
9cef078d
...
@@ -60,5 +60,9 @@ exec geth \
...
@@ -60,5 +60,9 @@ exec geth \
--miner
.etherbase
=
$BLOCK_SIGNER_ADDRESS
\
--miner
.etherbase
=
$BLOCK_SIGNER_ADDRESS
\
--password
=
"
$GETH_DATA_DIR
"
/password
\
--password
=
"
$GETH_DATA_DIR
"
/password
\
--allow-insecure-unlock
\
--allow-insecure-unlock
\
--authrpc
.addr
=
"0.0.0.0"
\
--authrpc
.port
=
"8551"
\
--authrpc
.vhosts
=
"*"
\
--authrpc
.jwtsecret
=
/config/jwt-secret.txt
\
--gcmode
=
archive
\
--gcmode
=
archive
\
"
$@
"
"
$@
"
packages/contracts-bedrock/deploy-config/devnetL1.json
View file @
9cef078d
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
"l2OutputOracleProposer"
:
"0x70997970C51812dc3A010C7d01b50e0d17dc79C8"
,
"l2OutputOracleProposer"
:
"0x70997970C51812dc3A010C7d01b50e0d17dc79C8"
,
"l2OutputOracleOwner"
:
"0x15d34AAf54267DB7D7c367839AAf71A00a2C6A65"
,
"l2OutputOracleOwner"
:
"0x15d34AAf54267DB7D7c367839AAf71A00a2C6A65"
,
"l2GenesisBlockCoinbase"
:
"0x42000000000000000000000000000000000000f0"
,
"l2GenesisBlockCoinbase"
:
"0x42000000000000000000000000000000000000f0"
,
"l2GenesisBlockGasLimit"
:
"0xE4E1C0"
,
"l1BlockTime"
:
15
,
"l1BlockTime"
:
15
,
"cliqueSignerAddress"
:
"0xca062b0fd91172d89bcd4bb084ac4e21972cc467"
,
"cliqueSignerAddress"
:
"0xca062b0fd91172d89bcd4bb084ac4e21972cc467"
,
...
@@ -27,5 +28,10 @@
...
@@ -27,5 +28,10 @@
"finalizationPeriodSeconds"
:
2
,
"finalizationPeriodSeconds"
:
2
,
"deploymentWaitConfirmations"
:
1
,
"deploymentWaitConfirmations"
:
1
,
"fundDevAccounts"
:
true
"fundDevAccounts"
:
true
,
"gasPriceOracleOverhead"
:
2100
,
"gasPriceOracleScalar"
:
1000000
,
"eip1559Denominator"
:
8
,
"eip1559Elasticity"
:
2
}
}
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