Skip to content

Commit

Permalink
chore: updated version and config
Browse files Browse the repository at this point in the history
  • Loading branch information
melenxyz committed Jan 24, 2024
1 parent a00f259 commit 73e7860
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "op-node.dnp.dappnode.eth",
"version": "0.1.0",
"upstreamVersion": "v1.1.4",
"upstreamRepo": "ethereum-optimism/op-node",
"version": "0.1.1",
"upstreamVersion": "v1.4.2",
"upstreamRepo": "ethereum-optimism/optimism",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Optimism Rollup node",
"description": "The Optimism rollup node is the component responsible for deriving the L2 chain from L1 blocks (and their associated receipts)",
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)",
"categories": ["ETH2.0"],
"keywords": ["optimism", "rollup", "ethereum", "node"],
"type": "service",
"architectures": ["linux/amd64", "linux/arm64"],
"architectures": ["linux/amd64"],
"links": {
"homepage": "https://github.com/dappnode/DAppNodePackage-op-node#readme",
"api": "http://op-node.dappnode:9545"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ services:
build:
context: op-node
args:
UPSTREAM_VERSION: v1.1.4
UPSTREAM_VERSION: v1.4.2
environment:
- CUSTOM_L1_RPC
restart: unless-stopped
image: "op-node.op-node.dnp.dappnode.eth:0.1.0"
image: "op-node.op-node.dnp.dappnode.eth:0.1.1"
2 changes: 1 addition & 1 deletion op-node/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ case $_DAPPNODE_GLOBAL_OP_EXECUTION_CLIENT in
esac

while true; do
op-node --network=mainnet \
op-node --network=op-mainnet \
--l1="$L1_RPC" \
--l2="$L2_ENGINE" \
--l2.jwt-secret="$JWT_PATH" \
Expand Down

0 comments on commit 73e7860

Please sign in to comment.