feat(pay-me): add nano address

This commit is contained in:
aria 2025-06-17 15:44:39 +10:00
parent 2093606d41
commit 82102d3625
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds
4 changed files with 33 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,15 @@
I have added a new wallet address to my website!
Nano: nano_1o6wsddxjbkhrt38m6n87b8szg4jdkkuty7r3t553sqgj5ue7kbqqrioaap9
I am leaving this note here and signing it as proof of identity.
all my current wallets are as follows:
XMR: 48NZQ5rYpiNEjNtsWKbyniVY3FpJ9kLVA815cxfSMPF5gvjrBiHH9x5JLr3aBYhvKvENCdhrYgzQ9LhBnR5NoinWDCGBzNm
BTC: bc1qeqz2fswpn4hjjy373gyvjgkq63hv7mknwd6cau
LTC: LW4tGWNzYQ21eJ8G2LZaLqroYU67nSNwnY
ETH: 0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58
USDC(ETH): 0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58
USDT(ETH): 0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58
NANO: nano_1o6wsddxjbkhrt38m6n87b8szg4jdkkuty7r3t553sqgj5ue7kbqqrioaap9

View file

@ -0,0 +1,4 @@
untrusted comment: signature from minisign secret key
RUQLW3LQVJ3g5iLSdWYVagu6OID+UN0fgm4hDgaKm5mych2VPCes1mx6WI9My1/A0YFjsufskQVJtAaqDHXgIcQ1U7orzxJXCQI=
trusted comment: timestamp:1750138827 file:nano-note.txt hashed
IdrZ+thtF+EJ4a12lRmrDIFyyTHx2pVLxA9nbTEsG/P3VlWv7tp94GkrZ0l+x72CaG8F1FKBu/aS0BKK8LHwDA==

View file

@ -85,5 +85,19 @@ import { Icon } from "astro-icon/components";
>0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58</textarea >0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58</textarea
> >
</li> </li>
<li>
<Icon name="token:xno" class={"svg-inline"} /> NANO: <textarea
onclick="this.select()"
readonly
cols="65"
rows="1"
class="rounded backdrop-brightness-0"
style="background-color: var(--third-colour); resize: none;"
>nano_1o6wsddxjbkhrt38m6n87b8szg4jdkkuty7r3t553sqgj5ue7kbqqrioaap9</textarea
>
</li>
</ul> </ul>
<br />
<sub>note about addition of nano: <a href="/static/messages/nano-note.txt" download="nano-note.txt">nano-note.txt</a></sub><br />
<sub>signature of note about addition of nano: <a href="/static/messages/nano-note.txt.minisig" download="nano-note.txt.minisig">nano-note.txt.minisig</a></sub>
</Partition> </Partition>