Browse Source

Add SNG

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

3
react/src/util/explorerList.js

@ -36,6 +36,7 @@ const explorerList = {
BTG: 'https://btgexplorer.com',
BCH: 'https://bitcoincash.blockexplorer.com',
ZCL: 'http://explorer.zclmine.pro',
SNG: 'https://explorer.snowgem.org/',
ZMY: 'https://myriadexplorer.com',
BTX: 'http://explorer.bitcore.cc',
BTCZ: 'https://explorer.bitcoinz.site',
@ -47,4 +48,4 @@ const explorerList = {
FAIR: 'https://chain.fair.to/transaction?transaction=',
};
export default explorerList;
export default explorerList;

Loading…
Cancel
Save