Skip to content

Commit

Permalink
Show Mainnet tokens as coming soon (#91)
Browse files Browse the repository at this point in the history
* Show Mainnet tokens as coming soon

* Adjust so the page shows the full table

* typos
  • Loading branch information
timothymcmackin authored Jul 8, 2024
1 parent f67c129 commit 0c2ecc7
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 15 deletions.
68 changes: 53 additions & 15 deletions docs/building-on-etherlink/token-addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,57 @@
title: 'Token Addresses'
---

## Etherlink Testnet

:::note
Click on the address to go to the block explorer page!
:::

| Name | Symbol | Address |
| ------------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------|
| Wrapped XTZ | WXTZ | [0xB1Ea698633d57705e93b0E40c1077d46CD6A51d8](https://testnet-explorer.etherlink.com/address/0xB1Ea698633d57705e93b0E40c1077d46CD6A51d8) |
| Iguana Token | IGN | [0xBeEfb119631691a1e0D9378fA7864fC6E67A72Ad](https://testnet-explorer.etherlink.com/address/0xBeEfb119631691a1e0D9378fA7864fC6E67A72Ad) |
| Etherlink USD | eUSD | [0x1A71f491fb0Ef77F13F8f6d2a927dd4C969ECe4f](https://testnet-explorer.etherlink.com/address/0x1A71f491fb0Ef77F13F8f6d2a927dd4C969ECe4f) |
| Tether USD | USDT | [0xD21B917D2f4a4a8E3D12892160BFFd8f4cd72d4F](https://testnet-explorer.etherlink.com/address/0xD21B917D2f4a4a8E3D12892160BFFd8f4cd72d4F) |
| USD Coin | USDC | [0xa7c9092A5D2C3663B7C5F714dbA806d02d62B58a](https://testnet-explorer.etherlink.com/address/0xa7c9092A5D2C3663B7C5F714dbA806d02d62B58a) |
| Wrapped ETH | WETH | [0x8DEF68408Bc96553003094180E5C90d9fe5b88C1](https://testnet-explorer.etherlink.com/address/0x8DEF68408Bc96553003094180E5C90d9fe5b88C1) |
| Tezos BTC | tzBTC | [0x6bDE94725379334b469449f4CF49bCfc85ebFb27](https://testnet-explorer.etherlink.com/address/0x6bDE94725379334b469449f4CF49bCfc85ebFb27) |
Click the address to go to the block explorer page for the token.

<table class="token_address_table">
<thead>
<th>Name</th>
<th>Symbol</th>
<th>Mainnet address</th>
<th>Ghostnet address</th>
</thead>
<tbody>
<tr>
<td>Wrapped XTZ</td>
<td>WXTZ</td>
<td>Coming soon</td>
<td><a href="https://testnet-explorer.etherlink.com/address/0xB1Ea698633d57705e93b0E40c1077d46CD6A51d8" target="_blank">0xB1Ea698633d57705e93b0E40c1077d46CD6A51d8</a></td>
</tr>
<tr>
<td>Iguana Token</td>
<td>GN </td>
<td>Coming soon</td>
<td><a href="https://testnet-explorer.etherlink.com/address/0xBeEfb119631691a1e0D9378fA7864fC6E67A72Ad" target="_blank">0xBeEfb119631691a1e0D9378fA7864fC6E67A72Ad</a></td>
</tr>
<tr>
<td>Etherlink USD</td>
<td>SD</td>
<td>Coming soon</td>
<td><a href="https://testnet-explorer.etherlink.com/address/0x1A71f491fb0Ef77F13F8f6d2a927dd4C969ECe4f" target="_blank">0x1A71f491fb0Ef77F13F8f6d2a927dd4C969ECe4f</a></td>
</tr>
<tr>
<td>Tether USD</td>
<td> USDT</td>
<td>Coming soon</td>
<td><a href="https://testnet-explorer.etherlink.com/address/0xD21B917D2f4a4a8E3D12892160BFFd8f4cd72d4F" target="_blank">0xD21B917D2f4a4a8E3D12892160BFFd8f4cd72d4F</a></td>
</tr>
<tr>
<td>USD Coin</td>
<td>USDC</td>
<td>Coming soon</td>
<td><a href="https://testnet-explorer.etherlink.com/address/0xa7c9092A5D2C3663B7C5F714dbA806d02d62B58a" target="_blank">0xa7c9092A5D2C3663B7C5F714dbA806d02d62B58a</a></td>
</tr>
<tr>
<td>Wrapped ETH</td>
<td>WETH</td>
<td>Coming soon</td>
<td><a href="https://testnet-explorer.etherlink.com/address/0x8DEF68408Bc96553003094180E5C90d9fe5b88C1" target="_blank">0x8DEF68408Bc96553003094180E5C90d9fe5b88C1</a></td>
</tr>
<tr>
<td>Tezos BTC</td>
<td>tzBTC</td>
<td>Coming soon</td>
<td><a href="https://testnet-explorer.etherlink.com/address/0x6bDE94725379334b469449f4CF49bCfc85ebFb27" target="_blank">0x6bDE94725379334b469449f4CF49bCfc85ebFb27</a></td>
</tr>
</tbody>
</table>
4 changes: 4 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,7 @@ article a[target="_blank"]:after {
.navbar__title {
font-family: 'Inter SemiBold', 'Roboto', sans-serif;
}

.token_address_table {
width: fit-content;
}

0 comments on commit 0c2ecc7

Please sign in to comment.