From c9bfc53da79fc0d30a91aef05cb7c9c370671211 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Mon, 5 Nov 2018 08:14:16 +0800 Subject: [PATCH] New stagenet explorer link --- html/js/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/js/config.js b/html/js/config.js index b8c871e..784a9c3 100755 --- a/html/js/config.js +++ b/html/js/config.js @@ -2,7 +2,7 @@ var config = { apiUrl: "http://127.0.0.1:1984/", mainnetExplorerUrl: "https://xmrchain.com/", testnetExplorerUrl: "https://testnet.xmrchain.com/", - stagenetExplorerUrl: "https://stagenet.xmrchain.net/", + stagenetExplorerUrl: "http://139.162.60.17:8082/", nettype: 2, /* 0 - MAINNET, 1 - TESTNET, 2 - STAGENET */ coinUnitPlaces: 12, txMinConfirms: 10, // corresponds to CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE in Monero