Skip to content

Commit

Permalink
Replace Chainlink by Solana
Browse files Browse the repository at this point in the history
  • Loading branch information
Safihre committed Sep 10, 2024
1 parent 00b48f9 commit b672a7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions donate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ <h3>Litecoin</h3>
<div class="col-sm-4 col-sm-offset-2">
<h3>Chainlink</h3>
<div class="input-group">
<input type="text" class="form-control" readonly name="chainlink" value="0xc9c424F21edbC2d200d38643C261407a3A3805F7">
<input type="text" class="form-control" readonly name="solana" value="HxtYCFBvp6rUJ93Tn63hShLn8WzQ7WWr86GDNWPbwvxU">
<span class="input-group-btn">
<button class="btn btn-default" type="button"><span class="glyphicon glyphicon-qrcode"></span></button>
</span>
</div>
<div id="qr-chainlink" class="crypto-qrs"></div>
<div id="qr-solana" class="crypto-qrs"></div>
</div>
<div class="col-sm-4">
<h3>Stellar Lumens</h3>
Expand Down Expand Up @@ -182,8 +182,8 @@ <h3>Stellar Lumens</h3>
text: "LcToBHhN15VDornWjCgvHyFdvxYQTP36Zr",
size: 170
});
$('#qr-chainlink').html('').qrcode({
text: "0x8C2f78aa2645C94A483fdA54F4f6f94F76077467",
$('#qr-solana').html('').qrcode({
text: "HxtYCFBvp6rUJ93Tn63hShLn8WzQ7WWr86GDNWPbwvxU",
size: 170
});
$('.qr-codes input').click(function() {
Expand Down

0 comments on commit b672a7c

Please sign in to comment.