Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tokens list to v3.10.0 #293

Merged
merged 2 commits into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
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
15 changes: 12 additions & 3 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": "2024-02-28T16:44:44+00:00",
"timestamp": "2024-03-07T18:02:39+00:00",
"tokens": [
{
"chainId": 1313161554,
Expand Down Expand Up @@ -1192,13 +1192,22 @@
"chainId": 1313161554,
"address": "0x4988a896b1227218e4a686fde5eabdcabd91571f",
"symbol": "USDT.e",
"name": "TetherUS",
"name": "Tether USD",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/aurora-is-near/bridge-assets/master/tokens/usdt.e.svg",
"tags": [
"ethereum"
]
},
{
"chainId": 1313161554,
"address": "0x80da25da4d783e57d2fcda0436873a193a4beccf",
"symbol": "USDT",
"name": "Tether USD",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/aurora-is-near/bridge-assets/master/tokens/usdt.svg",
"tags": []
},
{
"chainId": 1313161554,
"address": "0x5183e1b1091804bc2602586919e6880ac1cf2896",
Expand Down Expand Up @@ -1333,7 +1342,7 @@
],
"version": {
"major": 3,
"minor": 9,
"minor": 10,
"patch": 0
}
}
2 changes: 1 addition & 1 deletion tokens/usdt.e.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ethereum_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"near_address": "dac17f958d2ee523a2206206994597c13d831ec7.factory.bridge.near",
"aurora_address": "0x4988a896b1227218e4a686fde5eabdcabd91571f",
"name": "TetherUS",
"name": "Tether USD",
"symbol": "USDT.e",
"decimals": 6,
"icon": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='16' cy='16' r='16' fill='%2326A17B'/%3E%3Cpath fill='%23FFF' d='M17.922 17.383v-.002c-.11.008-.677.042-1.942.042-1.01 0-1.721-.03-1.971-.042v.003c-3.888-.171-6.79-.848-6.79-1.658 0-.809 2.902-1.486 6.79-1.66v2.644c.254.018.982.061 1.988.061 1.207 0 1.812-.05 1.925-.06v-2.643c3.88.173 6.775.85 6.775 1.658 0 .81-2.895 1.485-6.775 1.657m0-3.59v-2.366h5.414V7.819H8.595v3.608h5.414v2.365c-4.4.202-7.709 1.074-7.709 2.118 0 1.044 3.309 1.915 7.709 2.118v7.582h3.913v-7.584c4.393-.202 7.694-1.073 7.694-2.116 0-1.043-3.301-1.914-7.694-2.117'/%3E%3C/g%3E%3C/svg%3E",
Expand Down