Skip to content

Commit

Permalink
Change POA to SPOA, change link to Community Sokol explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranov committed Aug 9, 2018
1 parent daab8c9 commit c2b3ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/assets/javascripts/application/index.js
Expand Up @@ -25,7 +25,7 @@ $(function() {
$("#receiver").val('');
loader.addClass("hidden");
swal("Success",
`0.5 POA is successfully transfered to <a href="https://sokol-explorer.poa.network/tx/${data.success.txHash}" target="blank">${receiver}</a>`,
`0.5 SPOA has successfully transferred to <a href="https://sokol.poaexplorer.com/txid/search/${data.success.txHash}" target="blank">${receiver}</a>`,
"success"
);
}).fail(function(err) {
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Expand Up @@ -25,7 +25,7 @@ <h2>
Please use https://sokol.poa.network RPC to connect<br>
to the Sokol testnet.
</h2>
<button type="submit" id="requestTokens" class="request-tokens-button">Request 0.5 POA</button>
<button type="submit" id="requestTokens" class="request-tokens-button">Request 0.5 SPOA</button>
</div>
<div class="text-xs-center">
<div class="g-recaptcha" data-sitekey="6LdcdjQUAAAAACIxl5VzkTRuVG5KvWdf0rYcC7mD"></div>
Expand Down

0 comments on commit c2b3ac7

Please sign in to comment.