diff --git a/dappnode_package.json b/dappnode_package.json index 6a5ef01..c3339d0 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,9 @@ { "name": "ropsten.dnp.dappnode.eth", "version": "0.2.1", - "description": "Ropsten chain for DAppNode based on go-ethereum v1.8.27", + "upstreamVersion": "1.8.27", + "shortDescription": "Ethereum testnet with PoW - closest to Mainnet", + "description": "Ropsten Ethereum, also known as “Ethereum Testnet”, is a testing network that runs the same protocol as Ethereum Mainnet. It is useful for last-step stepping which requires conditions as close to Mainnet as possible. You can explore the chain on [etherscan](https://ropsten.etherscan.io/", "avatar": "/ipfs/QmQ9UqjybFLPSqJJgMdM3QsRj3mrnApSNwiHArJXFt7uz3", "type": "library", "chain": "ethereum", @@ -26,6 +28,9 @@ "contributors": [ "Eduardo Antuña (https://github.com/eduadiez)" ], + "categories": [ + "Developer tools" + ], "keywords": [ "DAppNode", "Ethereum", @@ -33,12 +38,13 @@ "Ropsten", "Geth" ], - "homepage": { - "homepage": "https://github.com/dappnode/DAppNodePackage-ropsten#readme" + "links": { + "homepage": "https://github.com/dappnode/DAppNodePackage-ropsten#readme", + "api": "http://ropsten.dappnode:8545" }, "repository": { "type": "git", - "url": "git+https://github.com/dappnode/DAppNodePackage-ropsten.git" + "url": "https://github.com/dappnode/DAppNodePackage-ropsten.git" }, "bugs": { "url": "https://github.com/dappnode/DAppNodePackage-ropsten/issues"