Skip to content

Commit

Permalink
Update to new block explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentCicero authored Mar 27, 2024
1 parent 7c261fa commit d2058a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ <h2 class="response-title">Test Ether sent to the wallet</h2>
<script>
const faucetApp = (function () {
let providerUrl = "{{ public_node_url }}";
let blockExplorer = "https://fuellabs.github.io/block-explorer-v2";
let blockExplorer = "https://app.fuel.network";
let query = params = new URLSearchParams(document.location.search);
let address = query.get('address');

Expand Down Expand Up @@ -321,7 +321,7 @@ <h2 class="response-title">Test Ether sent to the wallet</h2>
document.getElementById("response").style.display = "block";
document.getElementById(
"explorer-link"
).href = `${blockExplorer}/address/${address}?providerUrl=${encodeURIComponent(
).href = `${blockExplorer}/account/${address}/assets?providerUrl=${encodeURIComponent(
providerUrl
)}`;
} else {
Expand All @@ -341,4 +341,4 @@ <h2 class="response-title">Test Ether sent to the wallet</h2>
</script>
</body>

</html>
</html>

0 comments on commit d2058a9

Please sign in to comment.