Browse Source

Add SNG

Added Snowgem
v0.25^2
blackjok3rtt 7 years ago
committed by GitHub
parent
commit
da957b6b7e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      react/src/components/addcoin/addcoinOptionsCrypto.js

4
react/src/components/addcoin/addcoinOptionsCrypto.js

@ -92,6 +92,10 @@ const addCoinOptionsCrypto = () => {
label: 'Hush (HUSH)',
icon: 'HUSH',
value: `HUSH|spv`,
}, {
label: 'SnowGem (SNG)',
icon: 'snowgem',
value: `SNG|spv`,
}, {
label: 'Zclassic (ZCL)',
icon: 'ZCL',

Loading…
Cancel
Save