diff --git a/react/src/components/addcoin/addcoinOptionsCrypto.js b/react/src/components/addcoin/addcoinOptionsCrypto.js index 8039932..a162920 100644 --- a/react/src/components/addcoin/addcoinOptionsCrypto.js +++ b/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',