diff --git a/dappnode_package.json b/dappnode_package.json index 926126f..7540d35 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,51 +1,57 @@ { - "upstream": [ - { - "repo": "sigp/anchor", - "version": "v1.2.3", - "arg": "UPSTREAM_VERSION" - }, + "architectures": [ + "linux/amd64", + "linux/arm64" + ], + "author": "DAppNode Association (https://github.com/dappnode)", + "backup": [ { - "repo": "dappnode/staker-package-scripts", - "version": "v0.1.2", - "arg": "STAKER_SCRIPTS_VERSION" + "name": "keys", + "path": "/root/keys", + "service": "operator" } ], - "architectures": ["linux/amd64", "linux/arm64"], - "shortDescription": "Anchor", - "description": "Anchor is an open source implementation of the Secret Shared Validator (SSV) protocol, written in Rust and maintained by Sigma Prime.", - "type": "service", - "author": "DAppNode Association (https://github.com/dappnode)", + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-Anchor/issues" + }, + "categories": [ + "Blockchain", + "ETH2.0" + ], "contributors": [ "Tan Chee Keong (https://github.com/chong-he)", "Daniel Knopik (https://github.com/dknopik)" ], - "categories": ["Blockchain", "ETH2.0"], - "repository": { - "type": "git", - "url": "https://github.com/dappnode/DAppNodePackage-Anchor.git" - }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-Anchor/issues" - }, - "requirements": { - "minimumDappnodeVersion": "0.2.101" - }, + "description": "Anchor is an open source implementation of the Secret Shared Validator (SSV) protocol, written in Rust and maintained by Sigma Prime.", "license": "Apache-2.0", "links": { - "Readme": "https://github.com/dappnode/DAppNodePackage-Anchor", "Documentation": "https://anchor.sigmaprime.io/introduction/", "Github": "https://github.com/sigp/anchor", + "Readme": "https://github.com/dappnode/DAppNodePackage-Anchor", "SSV Network Explorer": "https://explorer.ssv.network/mainnet/overview", - "SSV Web App": "http://app.ssv.network", "SSV Testnet Faucet": "https://faucet.ssv.network/connect", + "SSV Web App": "http://app.ssv.network", "Support": "https://discord.com/invite/cyAszAh" }, - "backup": [ + "repository": { + "type": "git", + "url": "https://github.com/dappnode/DAppNodePackage-Anchor.git" + }, + "requirements": { + "minimumDappnodeVersion": "0.2.101" + }, + "shortDescription": "Anchor", + "type": "service", + "upstream": [ { - "name": "keys", - "path": "/root/keys", - "service": "operator" + "arg": "UPSTREAM_VERSION", + "repo": "sigp/anchor", + "version": "v1.2.4" + }, + { + "arg": "STAKER_SCRIPTS_VERSION", + "repo": "dappnode/staker-package-scripts", + "version": "v0.1.2" } ] } diff --git a/docker-compose.yml b/docker-compose.yml index 83654b6..30f5922 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: operator args: - UPSTREAM_VERSION: v1.2.3 + UPSTREAM_VERSION: v1.2.4 STAKER_SCRIPTS_VERSION: v0.1.2 restart: unless-stopped volumes: