Skip to content

Commit

Permalink
Update tokens list to v1.13 (#166)
Browse files Browse the repository at this point in the history
* Add USN token metadata
* Add HBTC token metadata
* Add GATA token metadata
  • Loading branch information
sept-en authored Apr 26, 2022
1 parent 54b1a0f commit b376b8f
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions assets/aurora.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"description": "Tokens that were bridged using Allbridge"
}
},
"timestamp": "2022-04-21T23:33:45+00:00",
"timestamp": "2022-04-26T11:06:22+00:00",
"tokens": [
{
"chainId": 1313161554,
Expand Down Expand Up @@ -372,6 +372,15 @@
"ethereum"
]
},
{
"chainId": 1313161554,
"address": "0x6961775A3Cafa23fcd24Df8F9b72fc98692B9288",
"symbol": "GATA",
"name": "Gata Protocol Token",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/aurora-is-near/bridge-assets/master/tokens/gata.svg",
"tags": []
},
{
"chainId": 1313161554,
"address": "0x5ac53f985ea80c6af769b9272f35f122201d0f56",
Expand All @@ -392,6 +401,17 @@
"ethereum"
]
},
{
"chainId": 1313161554,
"address": "0x95f09a800e80a17eac1ba746489c48a1e012d855",
"symbol": "HBTC",
"name": "Huobi BTC",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/aurora-is-near/bridge-assets/master/tokens/hbtc.svg",
"tags": [
"ethereum"
]
},
{
"chainId": 1313161554,
"address": "0x6454e4a4891c6b78a5a85304d34558dda5f3d6d8",
Expand Down Expand Up @@ -795,6 +815,15 @@
"ethereum"
]
},
{
"chainId": 1313161554,
"address": "0x5183e1b1091804bc2602586919e6880ac1cf2896",
"symbol": "USN",
"name": "USN",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/aurora-is-near/bridge-assets/master/tokens/usn.svg",
"tags": []
},
{
"chainId": 1313161554,
"address": "0x098d5b6a26bca1d71f2335805d71b244f94e8a5f",
Expand Down Expand Up @@ -900,7 +929,7 @@
],
"version": {
"major": 1,
"minor": 12,
"minor": 13,
"patch": 0
}
}

0 comments on commit b376b8f

Please sign in to comment.