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. 4
      routes/shepherd/electrum/network.js

4
routes/shepherd/electrum/network.js

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

Loading…
Cancel
Save