Browse Source

Add SNG

Added snowgem
v0.25^2
blackjok3rtt 7 years ago
committed by GitHub
parent
commit
cca4d1b702
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      routes/shepherd/electrum/network.js

2
routes/shepherd/electrum/network.js

@ -10,6 +10,8 @@ module.exports = (shepherd) => {
network === 'zec' || network === 'zec' ||
network === 'zcash' || network === 'zcash' ||
network === 'ZCASH' || network === 'ZCASH' ||
network === 'snowgem' ||
network === 'SNOWGEM' ||
network === 'HUSH' || network === 'HUSH' ||
network === 'hush' || network === 'hush' ||
network === 'ZCL' || network === 'ZCL' ||

Loading…
Cancel
Save