@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
|
@@ -964,9 +964,10 @@
|
|
|
964
964
|
"coinGeckoId": "tether-gold",
|
|
965
965
|
"name": "Tether Gold",
|
|
966
966
|
"symbol": "XAUt",
|
|
967
|
+
"currency": "XAU",
|
|
967
968
|
"logoUri": "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/XAUt.svg",
|
|
968
969
|
"decimals": 6,
|
|
969
|
-
"tags": ["Mainnet", "Featured"],
|
|
970
|
+
"tags": ["Mainnet", "Featured", "XAU"],
|
|
970
971
|
"address": "0x68749665ff8d2d112fa859aa293f07a622782f38"
|
|
971
972
|
},
|
|
972
973
|
{
|
|
@@ -1385,11 +1385,13 @@ var tokens = [
|
|
|
1385
1385
|
coinGeckoId: "tether-gold",
|
|
1386
1386
|
name: "Tether Gold",
|
|
1387
1387
|
symbol: "XAUt",
|
|
1388
|
+
currency: "XAU",
|
|
1388
1389
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/XAUt.svg",
|
|
1389
1390
|
decimals: 6,
|
|
1390
1391
|
tags: [
|
|
1391
1392
|
"Mainnet",
|
|
1392
|
-
"Featured"
|
|
1393
|
+
"Featured",
|
|
1394
|
+
"XAU"
|
|
1393
1395
|
],
|
|
1394
1396
|
address: "0x68749665ff8d2d112fa859aa293f07a622782f38"
|
|
1395
1397
|
},
|