From 3a25b1ebf108dd91e345e066173c3e0c3ae1dfd2 Mon Sep 17 00:00:00 2001 From: siulynot Date: Sat, 10 Mar 2018 10:27:29 -0400 Subject: [PATCH] Update explorerList.js --- 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..e65db5c 100644 --- a/react/src/util/explorerList.js +++ b/react/src/util/explorerList.js @@ -2,6 +2,7 @@ const explorerList = { KMD: 'http://www.kmdexplorer.ru', + OOT: 'http://explorer.utrum.io', MSHARK: 'http://MSHARK.explorer.supernet.org', REVS: 'http://revs.explorer.supernet.org', SUPERNET: 'http://SUPERNET.explorer.supernet.org', @@ -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;