Skip to content

Commit

Permalink
Update master-release to output generated at
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlbgn committed Nov 3, 2023
1 parent 25d681f commit 13a5aae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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")
Expand Down Expand Up @@ -86,10 +86,10 @@
<div>
<div id="div-error" style="width: 768px; display: none;">

<span><b>CID: bafybeih6o2knhfte7oi3aznqnsbgz64tbmpg4qg67vjqvtotfyvsf7uatu</b><br><br></span>
<span><b>CID: bafybeidmvjsdaqujejcsyhhum3xzpeofaw6rrl55xnip73qexa77u42bai</b><br><br></span>

<span>The IPFS gateway is currently not available, please visit our </span>
<a id="rel-link" href="https://github.com/KiraCore/testnet.kira.network/releases/tag/v0.0.8"><span><strong>GitHub repository</strong></span></a>&nbsp
<a id="rel-link" href="https://github.com/KiraCore/testnet.kira.network/releases/tag/v0.0.9"><span><strong>GitHub repository</strong></span></a>&nbsp
<span>
where you can download latest release, alternatively copy above CID and try another
<a id="rel-link" href="https://ipfs.github.io/public-gateway-checker/"><span><strong>public gateway</strong></span></a>
Expand Down
2 changes: 1 addition & 1 deletion ipfs-cid.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bafybeih6o2knhfte7oi3aznqnsbgz64tbmpg4qg67vjqvtotfyvsf7uatu
bafybeidmvjsdaqujejcsyhhum3xzpeofaw6rrl55xnip73qexa77u42bai

0 comments on commit 13a5aae

Please sign in to comment.