feat: Add addresses to webpage
All checks were successful
Build Docker / BuildImage (push) Successful in 1m10s

This commit is contained in:
Nathan Woodburn 2024-12-05 12:39:55 +11:00
parent 2f9c167cec
commit 0ead851279
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
2 changed files with 27 additions and 0 deletions

Binary file not shown.

View File

@ -156,6 +156,33 @@
</div>
</div>
</section>
<section>
<div class="container">
<div class="p-5">
<h2 class="display-4">Vault addresses</h2>
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th>Chain</th>
<th>Address</th>
</tr>
</thead>
<tbody>
<tr>
<td>Solana</td>
<td>NWywvhcqdkJsm1s9VVviPm9UfyDtyCW9t8kDb24PDPN</td>
</tr>
<tr>
<td>Cardano</td>
<td>stake1uy4qd785pcds7ph2jue2lrhhxa698c5959375lqdv3yphcgwc8qna</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<footer class="py-5 bg-black">
<div class="container">
<p class="text-center text-white m-0 small">Copyright&nbsp;© Vault | Woodburn 2024</p>