feat(pay-me): add nano address
All checks were successful
Deploy to Web Server / deploy (push) Successful in 7m15s
All checks were successful
Deploy to Web Server / deploy (push) Successful in 7m15s
This commit is contained in:
parent
2093606d41
commit
82102d3625
4 changed files with 33 additions and 0 deletions
|
@ -85,5 +85,19 @@ import { Icon } from "astro-icon/components";
|
|||
>0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58</textarea
|
||||
>
|
||||
</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>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue