diff --git a/app/marketmaker/supported-currencies.js b/app/marketmaker/supported-currencies.js index 7d06ead785..9fb1e69744 100644 --- a/app/marketmaker/supported-currencies.js +++ b/app/marketmaker/supported-currencies.js @@ -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, diff --git a/app/renderer/block-explorer.js b/app/renderer/block-explorer.js index a9623b41a3..7f7da6ddc0 100644 --- a/app/renderer/block-explorer.js +++ b/app/renderer/block-explorer.js @@ -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}',