diff --git a/dappnode_package.json b/dappnode_package.json index b7801c3..2032210 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,34 +1,44 @@ { - "upstream": [ - { - "repo": "paradigmxyz/reth", - "version": "v2.2.0", - "arg": "UPSTREAM_VERSION" - }, - { - "repo": "dappnode/staker-package-scripts", - "version": "v0.1.2", - "arg": "STAKER_SCRIPTS_VERSION" - } + "architectures": [ + "linux/amd64" + ], + "author": "DAppNode Association (https://github.com/dappnode)", + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-reth-generic/issues" + }, + "categories": [ + "Blockchain" ], - "shortDescription": "Reth is the Rust implementation of the Ethereum protocol.", - "description": "Ethereum is a global, open-source platform for decentralized applications where you can write code that controls digital value, runs exactly as programmed, and is accessible anywhere in the world.", - "type": "service", - "architectures": ["linux/amd64"], "chain": "ethereum", + "description": "Ethereum is a global, open-source platform for decentralized applications where you can write code that controls digital value, runs exactly as programmed, and is accessible anywhere in the world.", "dockerTimeout": "20min", - "author": "DAppNode Association (https://github.com/dappnode)", - "categories": ["Blockchain"], - "keywords": ["reth", "rust-ethereum", "ethereum", "client", "execution"], + "keywords": [ + "reth", + "rust-ethereum", + "ethereum", + "client", + "execution" + ], "license": "GPL-3.0", "repository": { "type": "git", "url": "https://github.com/dappnode/DAppNodePackage-reth-generic.git" }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-reth-generic/issues" - }, "requirements": { "minimumDappnodeVersion": "0.2.106" - } + }, + "shortDescription": "Reth is the Rust implementation of the Ethereum protocol.", + "type": "service", + "upstream": [ + { + "arg": "UPSTREAM_VERSION", + "repo": "paradigmxyz/reth", + "version": "v2.3.0" + }, + { + "arg": "STAKER_SCRIPTS_VERSION", + "repo": "dappnode/staker-package-scripts", + "version": "v0.1.2" + } + ] } diff --git a/docker-compose.yml b/docker-compose.yml index b8be0cf..e4347b4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: reth args: - UPSTREAM_VERSION: v2.2.0 + UPSTREAM_VERSION: v2.3.0 STAKER_SCRIPTS_VERSION: v0.1.2 DATA_DIR: /data/reth volumes: