Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand All @@ -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 <admin@dappnode.io> (https://github.com/dappnode)",
"contributors": [
"Eduardo Antuña <eduadiez@gmail.com> (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",
Expand Down