We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcd331d + c8ec322 commit 5cba22aCopy full SHA for 5cba22a
dappnode_package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "op-node.dnp.dappnode.eth",
3
- "version": "0.1.2",
4
- "upstreamVersion": "v1.7.4",
+ "version": "0.1.3",
+ "upstreamVersion": "op-proposer/v1.10.2",
5
"upstreamRepo": "ethereum-optimism/optimism",
6
"upstreamArg": "UPSTREAM_VERSION",
7
"shortDescription": "Optimism Rollup node",
docker-compose.yml
@@ -4,7 +4,7 @@ services:
build:
context: op-node
args:
- UPSTREAM_VERSION: v1.7.4
+ UPSTREAM_VERSION: op-proposer/v1.10.2
8
environment:
9
- CUSTOM_L1_RPC
10
- CUSTOM_L1_BEACON_API
0 commit comments