Skip to content

Commit

Permalink
Fix USDT naming to correspond to USDC one (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karkunow authored Mar 8, 2024
1 parent 6129310 commit 72f2c36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "Tether USD",
"name": "Bridged USDT",
"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
2 changes: 1 addition & 1 deletion tokens/usdt.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ethereum_address": "",
"near_address": "usdt.tether-token.near",
"aurora_address": "0x80da25da4d783e57d2fcda0436873a193a4beccf",
"name": "Tether USD",
"name": "USDT",
"symbol": "USDT",
"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

0 comments on commit 72f2c36

Please sign in to comment.