Skip to content

Commit

Permalink
Add Denarius (D) currency (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
metaspartan authored and sindresorhus committed Apr 17, 2019
1 parent 870c9ee commit e589e08
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions app/marketmaker/supported-currencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,33 @@ const supportedCurrencies = [
etomic: '0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359',
rpcport: 80,
},
{
coin: 'D',
name: 'Denarius',
rpcport: 32369,
pubtype: 30,
p2shtype: 90,
wiftype: 158,
txfee: 10000,
electrumServers: [
{
host: 'electrumx1.denarius.pro',
port: 50001,
},
{
host: 'electrumx2.denarius.pro',
port: 50001,
},
{
host: 'electrum.denariuspool.info',
port: 50001,
},
{
host: 'electrum.denarius.vip',
port: 50001,
},
],
},
{
coin: 'DASH',
rpcport: 9998,
Expand Down
1 change: 1 addition & 0 deletions app/renderer/block-explorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const explorers = new Map(Object.entries({
CREA: 'https://chainz.cryptoid.info/crea/tx.dws?{txid}',
CRW: 'https://chainz.cryptoid.info/crw/tx.dws?{txid}',
CRYPTO: 'https://crypto.kmdexplorer.io/tx/{txid}',
D: 'https://chainz.cryptoid.info/d/tx.dws?{txid}',
DASH: 'https://chainz.cryptoid.info/dash/tx.dws?{txid}',
DEX: 'https://dex.kmdexplorer.io/tx/{txid}',
DGB: 'https://digiexplorer.info/tx/{txid}',
Expand Down

0 comments on commit e589e08

Please sign in to comment.