diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-08-07 01:35:47 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-08-07 01:35:47 -0400 |
| commit | b365b3568e7c6300508e6c04f5a86a1d2e9d82cb (patch) | |
| tree | 814428ca989b525ba29ae9abc02f8f23b5e8962f /static/donate.html | |
| parent | 2de0fa2fe38758fa6ec010611176822ea5327a58 (diff) | |
add Litecoin donation option
Diffstat (limited to 'static/donate.html')
| -rw-r--r-- | static/donate.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/static/donate.html b/static/donate.html index 8367db12..8cc1f82a 100644 --- a/static/donate.html +++ b/static/donate.html @@ -54,6 +54,7 @@ <li><a href="#zcash">Zcash</a></li> <li><a href="#ethereum">Ethereum</a></li> <li><a href="#cardano">Cardano</a></li> + <li><a href="#litecoin">Litecoin</a></li> <li><a href="#paypal">PayPal</a></li> <li><a href="#e-transfer">Interac e-Transfer</a></li> </ul> @@ -182,6 +183,26 @@ <p><strong>We aren't looking for donations of tokens, only Cardano itself.</strong></p> </section> + <section id="litecoin"> + <h2><a href="#litecoin">Litecoin</a></h2> + + <p>Litecoin can be used to make donations to the non-profit GrapheneOS + Foundation.</p> + + <p>You can send Litecoin donations to the following Bech32 (Segwit) address:</p> + + <div class="coin-address"> + <a href="litecoin:ltc1qzssmqueth6zjzr95rkluy5xdx9q4lk8vyrvea9?label=GrapheneOS%20Foundation&message=Donation%20to%20GrapheneOS%20Foundation" rel="nofollow"> + <img src="/donate-litecoin.png" alt="Litecoin donation QR code"/> + <p>ltc1qzssmqueth6zjzr95rkluy5xdx9q4lk8vyrvea9</p> + </a> + </div> + + <p>We recommend using the lowest fee tier recommended by your wallet since the + transaction taking hours or even a couple days is fine. An even lower custom fee + isn't recommended unless you're going to monitor it and bump the fee with RBF.</p> + </section> + <section id="paypal"> <h2><a href="#paypal">PayPal</a></h2> |
