Skip to content

Commit 73e7860

Browse files
committed
chore: updated version and config
1 parent a00f259 commit 73e7860

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

dappnode_package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "op-node.dnp.dappnode.eth",
3-
"version": "0.1.0",
4-
"upstreamVersion": "v1.1.4",
5-
"upstreamRepo": "ethereum-optimism/op-node",
3+
"version": "0.1.1",
4+
"upstreamVersion": "v1.4.2",
5+
"upstreamRepo": "ethereum-optimism/optimism",
66
"upstreamArg": "UPSTREAM_VERSION",
77
"shortDescription": "Optimism Rollup node",
88
"description": "The Optimism rollup node is the component responsible for deriving the L2 chain from L1 blocks (and their associated receipts)",
99
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)",
1010
"categories": ["ETH2.0"],
1111
"keywords": ["optimism", "rollup", "ethereum", "node"],
1212
"type": "service",
13-
"architectures": ["linux/amd64", "linux/arm64"],
13+
"architectures": ["linux/amd64"],
1414
"links": {
1515
"homepage": "https://github.com/dappnode/DAppNodePackage-op-node#readme",
1616
"api": "http://op-node.dappnode:9545"

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ services:
44
build:
55
context: op-node
66
args:
7-
UPSTREAM_VERSION: v1.1.4
7+
UPSTREAM_VERSION: v1.4.2
88
environment:
99
- CUSTOM_L1_RPC
1010
restart: unless-stopped
11-
image: "op-node.op-node.dnp.dappnode.eth:0.1.0"
11+
image: "op-node.op-node.dnp.dappnode.eth:0.1.1"

op-node/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ case $_DAPPNODE_GLOBAL_OP_EXECUTION_CLIENT in
4646
esac
4747

4848
while true; do
49-
op-node --network=mainnet \
49+
op-node --network=op-mainnet \
5050
--l1="$L1_RPC" \
5151
--l2="$L2_ENGINE" \
5252
--l2.jwt-secret="$JWT_PATH" \

0 commit comments

Comments
 (0)