@yodlpay/tokenlists 1.1.9 → 1.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/tokens.cjs CHANGED
@@ -142,9 +142,9 @@ var tokens$1 = [
142
142
  {
143
143
  chainId: 42161,
144
144
  address: "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9",
145
- name: "USD₮0",
145
+ name: "Tether USD",
146
146
  decimals: 6,
147
- symbol: "USD₮0",
147
+ symbol: "USDT",
148
148
  logoURI: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.webp",
149
149
  extensions: {
150
150
  coinGeckoId: "tether",
package/dist/tokens.js CHANGED
@@ -140,9 +140,9 @@ var tokens$1 = [
140
140
  {
141
141
  chainId: 42161,
142
142
  address: "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9",
143
- name: "USD₮0",
143
+ name: "Tether USD",
144
144
  decimals: 6,
145
- symbol: "USD₮0",
145
+ symbol: "USDT",
146
146
  logoURI: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.webp",
147
147
  extensions: {
148
148
  coinGeckoId: "tether",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yodlpay/tokenlists",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "Tokenlist typings, schema and lists.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",