From f671f37457204b7a210109e02a08cdb10e0795c0 Mon Sep 17 00:00:00 2001 From: blackjok3rtt <30971146+blackjok3rtt@users.noreply.github.com> Date: Sat, 10 Mar 2018 10:23:01 +0800 Subject: [PATCH] Add SNG Added Snowgem --- react/src/util/explorerList.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/react/src/util/explorerList.js b/react/src/util/explorerList.js index 0cd2ef1..99c319f 100644 --- a/react/src/util/explorerList.js +++ b/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; \ No newline at end of file +export default explorerList;