pbca26
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
8 additions and
0 deletions
-
BIN
react/src/assets/images/cryptologo/dnr.png
-
react/src/components/addcoin/addcoinOptionsCrypto.js
-
react/src/util/coinHelper.js
Width:
|
Height:
|
Size: 46 KiB
|
|
|
@ -36,6 +36,10 @@ const addCoinOptionsCrypto = () => { |
|
|
|
label: 'Dash (DASH)', |
|
|
|
icon: 'DASH', |
|
|
|
value: `DASH|spv`, |
|
|
|
}, { |
|
|
|
label: 'Denarius (DNR)', |
|
|
|
icon: 'DNR', |
|
|
|
value: `DNR|spv`, |
|
|
|
}, { |
|
|
|
label: 'DigiByte (DGB)', |
|
|
|
icon: 'DGB', |
|
|
|
|
|
@ -14,6 +14,10 @@ export function getCoinTitle(coin) { |
|
|
|
coinlogo = 'grs'; |
|
|
|
coinname = 'Groestlcoin'; |
|
|
|
break; |
|
|
|
case 'DNR': |
|
|
|
coinlogo = 'dnr'; |
|
|
|
coinname = 'Denarius'; |
|
|
|
break; |
|
|
|
case 'BTCZ': |
|
|
|
coinlogo = 'btcz'; |
|
|
|
coinname = 'BitcoinZ'; |
|
|
|