@yodlpay/tokenlists 0.8.26 → 0.8.27
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/tokenlist-featured.json +2 -1
- package/dist/tokenlists.cjs.development.js +3 -1
- package/dist/tokenlists.cjs.development.js.map +1 -1
- package/dist/tokenlists.cjs.production.min.js +1 -1
- package/dist/tokenlists.cjs.production.min.js.map +1 -1
- package/dist/tokenlists.esm.js +3 -1
- package/dist/tokenlists.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/tokenlists.esm.js
CHANGED
|
@@ -1381,11 +1381,13 @@ var tokens = [
|
|
|
1381
1381
|
coinGeckoId: "tether-gold",
|
|
1382
1382
|
name: "Tether Gold",
|
|
1383
1383
|
symbol: "XAUt",
|
|
1384
|
+
currency: "XAU",
|
|
1384
1385
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/XAUt.svg",
|
|
1385
1386
|
decimals: 6,
|
|
1386
1387
|
tags: [
|
|
1387
1388
|
"Mainnet",
|
|
1388
|
-
"Featured"
|
|
1389
|
+
"Featured",
|
|
1390
|
+
"XAU"
|
|
1389
1391
|
],
|
|
1390
1392
|
address: "0x68749665ff8d2d112fa859aa293f07a622782f38"
|
|
1391
1393
|
},
|