diff --git a/dappnode_package.json b/dappnode_package.json index a9295b9..e91038e 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,10 +1,11 @@ { "name": "kovan.dnp.dappnode.eth", "version": "0.1.5", - "description": "Kovan chain for DAppNode based on Parity v2.4.5", + "upstreamVersion": "2.4.6", + "shortDescription": "Ethereum testnet with Parity's PoA Protocol", + "description": "Kovan is an Ethereum testnet using Parity's Proof of Authority consensus engine, with benefits over Ropsten: \n\n - Immune to spam attacks (as Ether supply is controlled by trusted parties) \n - Consistent 4 second block time \n\n\n For Parity support, head to the [Parity Gitter channel](https://gitter.im/ethcore/parity). After configuring, you probably want to acquire some Kovan Ether. To do so, follow the [faucet guide](https://github.com/kovan-testnet/faucet).", "avatar": "/ipfs/QmajTBCxjKUqwpiRjUs6csZzfECHLsAoMAiNAq56SyiWE8", "type": "library", - "chain": "ethereum", "image": { "path": "", "hash": "", @@ -21,18 +22,23 @@ "EXTRA_OPTS=--jsonrpc-port 8545 --jsonrpc-interface all --jsonrpc-hosts all --jsonrpc-cors all --ws-interface all --ws-port 8546 --ws-origins all --ws-hosts all" ] }, + "chain": "ethereum", "author": "DAppNode Association (https://github.com/dappnode)", "contributors": [ "Eduardo Antuña (https://github.com/eduadiez)" ], + "categories": [ + "Developer tools" + ], "keywords": [ "parity", "kovan", "ethereum", "testnet" ], - "homepage": { - "homepage": "https://kovan.etherscan.io/" + "links": { + "homepage": "https://kovan.etherscan.io/", + "api": "http://kovan.dappnode:8545" }, "repository": { "type": "git",