Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Added trust token #30048

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions src/tokens/solana.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -183374,6 +183374,39 @@
"twitter": "https://twitter.com/TrippinApeNFT",
"website": "https://www.trippinapetribe.xyz/"
}
},
{
"chainId": 101,
"address": "29FFvE1yK7N2rw4UszxBfWtdaTpdh6fNj4Gh4pfNYTgK",
"symbol": "mBTC",
"name": "Mirrored Bitcoin",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/ZuluSpl0it/crypto_logos/main/logo.png",
"tags": [
"wrapped",
"wormhole"
],
"extensions": {
"assetContract": "https://solscan.io/token/29FFvE1yK7N2rw4UszxBfWtdaTpdh6fNj4Gh4pfNYTgK",
"coinmarketcap": "https://coinmarketcap.com/currencies/mirrored-bitcoin/",
"description": "Mirrored Bitcoin is a synthetic asset that mirrors BTC by reflecting the exchange prices on-chain.",
"medium": "https://medium.com/mirror-protocol",
"whitepaper": "https://docs.mirror.finance/"
}
},
{
"chainId": 101,
"address": "6UZsQ5sCGCSJyxHbYrEjZTWvXmYsWEcKbd77AKi3oxxi",
"symbol": "$TRUST",
"name": "TRUST Token",
"decimals": 9,
"logoURI": "https://raw.githubusercontent.com/rabindrarajawat/arr-solana/main/trust.png",
"tags": [
"utility-token"
],
"extensions": {
"website": "https://trustedgoats.io"
}
}
],
"version": {
Expand Down