diff --git a/halving/index.html b/halving/index.html index 5adb176..4fdf642 100644 --- a/halving/index.html +++ b/halving/index.html @@ -280,7 +280,7 @@ This looks like a "double halving", but since the HUSH block time is getting twi $( document ).ready(function() { log("doc ready"); $.ajax({ - url: "https://explorer.hush.is/api/getmininginfo.json", + url: "https://explorer.hush.land/api/getmininginfo.json", type: "GET", dataType : "json", })