Skip to content

Commit

Permalink
Merge pull request #2 from vbaranov/master
Browse files Browse the repository at this point in the history
(Fix) ETH to POA in alerts and in the page
  • Loading branch information
igorbarinov authored Jan 4, 2018
2 parents 8fca8f7 + 754b027 commit 887fb3b
Show file tree
Hide file tree
Showing 12 changed files with 5,298 additions and 130 deletions.
2 changes: 1 addition & 1 deletion helpers/blockchainHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = function (app) {
response.send({
code: 200,
title: "Success",
message: '0.5 ETH successfully sent'
message: '0.5 POA successfully sent'
});
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed public/assets/images/FAUCET.png
Binary file not shown.
Binary file removed public/assets/images/[email protected]
Binary file not shown.
Binary file removed public/assets/images/socials/[email protected]
Binary file not shown.
2 changes: 1 addition & 1 deletion public/assets/javascripts/application/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $(function() {
$("#receiver").val('');
loader.addClass("hidden");
swal("Success",
"0.5 ETH is successfully transfered to " + receiver + "</a>",
"0.5 POA is successfully transfered to " + receiver + "</a>",
"success"
);
grecaptcha.reset();
Expand Down
24 changes: 0 additions & 24 deletions public/assets/stylesheets/index/_0_fonts.scss

This file was deleted.

10 changes: 0 additions & 10 deletions public/assets/stylesheets/index/_1_mixins.scss

This file was deleted.

43 changes: 0 additions & 43 deletions public/assets/stylesheets/index/_2_placeholders.scss

This file was deleted.

49 changes: 0 additions & 49 deletions public/assets/stylesheets/index/_3_base.scss

This file was deleted.

2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2>
Please use <a href="https://sokol.poa.network">https://sokol.poa.network</a> RPC to connect<br>
to the Sokol testnet.
</h2>
<button type="submit" id="requestTokens" class="request-tokens-button">Request 0.5 ETH</button>
<button type="submit" id="requestTokens" class="request-tokens-button">Request 0.5 POA</button>
</div>
<!--<div class="text-xs-center">
<div class="g-recaptcha" data-sitekey="6LdcdjQUAAAAACIxl5VzkTRuVG5KvWdf0rYcC7mD"></div>
Expand Down
Loading

0 comments on commit 887fb3b

Please sign in to comment.