Skip to content

Commit

Permalink
fixed explorer link (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
adirola authored Oct 28, 2024
1 parent 32d9442 commit 474768d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h2 class="response-title">Test Ether sent to the wallet</h2>
<script>
const faucetApp = (function () {
let providerUrl = "{{ public_node_url }}";
let blockExplorer = "https://app.fuel.network";
let blockExplorer = "https://app-testnet.fuel.network";
let query = params = new URLSearchParams(document.location.search);
let address = query.get('address');
let redirectUrl = query.get('redirectUrl');
Expand Down

0 comments on commit 474768d

Please sign in to comment.