From 08cbcd5859d0a3ce96d1d9d4b4f3095eff8a67f3 Mon Sep 17 00:00:00 2001 From: Iaroslav Karkunov Date: Thu, 7 Mar 2024 17:51:55 +0000 Subject: [PATCH] Add USDT native token metadata (#292) * Add USDT native token metadata * Update tokens/usdt.json --------- Co-authored-by: Karim --- tokens/usdt.json | 11 +++++++++++ tokens/usdt.svg | 1 + 2 files changed, 12 insertions(+) create mode 100644 tokens/usdt.json create mode 100644 tokens/usdt.svg diff --git a/tokens/usdt.json b/tokens/usdt.json new file mode 100644 index 0000000..da21a55 --- /dev/null +++ b/tokens/usdt.json @@ -0,0 +1,11 @@ +{ + "ethereum_address": "", + "near_address": "usdt.tether-token.near", + "aurora_address": "0x80da25da4d783e57d2fcda0436873a193a4beccf", + "name": "Tether USD", + "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", + "reference": "", + "reference_hash": "" +} diff --git a/tokens/usdt.svg b/tokens/usdt.svg new file mode 100644 index 0000000..e13eabc --- /dev/null +++ b/tokens/usdt.svg @@ -0,0 +1 @@ + \ No newline at end of file