From 13a5aae2d576bb8a8a049a6d71778bc3a957b799 Mon Sep 17 00:00:00 2001 From: kmlbgn <59659182+kmlbgn@users.noreply.github.com> Date: Fri, 3 Nov 2023 07:29:39 +0000 Subject: [PATCH] Update master-release to output generated at --- index.html | 8 ++++---- ipfs-cid.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index a7f27ba..6daebc1 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ var sleepPromise = sleep(4000) console.info("INFO: Setting up load balancing...") - var cid = "bafybeih6o2knhfte7oi3aznqnsbgz64tbmpg4qg67vjqvtotfyvsf7uatu" + var cid = "bafybeidmvjsdaqujejcsyhhum3xzpeofaw6rrl55xnip73qexa77u42bai" // Choose random gateway to distribute the traffic var gateways = [ @@ -45,7 +45,7 @@ document.getElementById('vid-404').style.display = '' console.error("ERROR: We were not able to find the app") - console.info("INFO: Visit following github page to find latest release: https://github.com/KiraCore/testnet.kira.network/releases/tag/v0.0.8") + console.info("INFO: Visit following github page to find latest release: https://github.com/KiraCore/testnet.kira.network/releases/tag/v0.0.9") } console.info("INFO: Page loader finished") @@ -86,10 +86,10 @@