diff --git a/dappnode_package.json b/dappnode_package.json index 776ad37..800c7f2 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,43 +1,49 @@ { - "upstream": [ - { - "repo": "sigp/lighthouse", - "version": "v8.1.3", - "arg": "UPSTREAM_VERSION" - }, - { - "repo": "dappnode/staker-package-scripts", - "version": "v0.1.2", - "arg": "STAKER_SCRIPTS_VERSION" - } + "architectures": [ + "linux/amd64", + "linux/arm64" ], - "architectures": ["linux/amd64", "linux/arm64"], - "shortDescription": "Lighthouse Consensus Client + Validator Client", - "description": "Lighthouse is an Ethereum consensus client based in Rust and developed by [Sigma Prime](https://github.com/sigp/).", - "type": "service", "author": "DAppNode Association (https://github.com/dappnode)", + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-lighthouse-generic/issues" + }, + "categories": [ + "Blockchain", + "ETH2.0" + ], + "chain": { + "driver": "ethereum-beacon-chain", + "portNumber": 3500, + "serviceName": "beacon-chain" + }, "contributors": [ "pablo (https://github.com/pablomendezroyo)", "mgarciate (https://github.com/mgarciate)" ], - "categories": ["Blockchain", "ETH2.0"], + "description": "Lighthouse is an Ethereum consensus client based in Rust and developed by [Sigma Prime](https://github.com/sigp/).", + "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/dappnode/DAppNodePackage-lighthouse-generic.git" }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-lighthouse-generic/issues" - }, - "license": "Apache-2.0", - "chain": { - "driver": "ethereum-beacon-chain", - "serviceName": "beacon-chain", - "portNumber": 3500 + "requirements": { + "minimumDappnodeVersion": "0.2.106" }, + "shortDescription": "Lighthouse Consensus Client + Validator Client", + "type": "service", + "upstream": [ + { + "arg": "UPSTREAM_VERSION", + "repo": "sigp/lighthouse", + "version": "v8.2.0" + }, + { + "arg": "STAKER_SCRIPTS_VERSION", + "repo": "dappnode/staker-package-scripts", + "version": "v0.1.2" + } + ], "warnings": { "onRemove": "Make sure your StakersUI does not have this client selected! Double check in the Stakers Tab in the left NavBar" - }, - "requirements": { - "minimumDappnodeVersion": "0.2.106" } } diff --git a/docker-compose.yml b/docker-compose.yml index 45220ec..3451d2c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: beacon-chain args: - UPSTREAM_VERSION: v8.1.3 + UPSTREAM_VERSION: v8.2.0 STAKER_SCRIPTS_VERSION: v0.1.2 BEACON_API_PORT: 3500 DATA_DIR: /root/.lighthouse