@yodlpay/tokenlists 0.8.22 → 0.8.23
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 +20 -0
- package/dist/tokenlists.cjs.development.js +30 -0
- 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 +30 -0
- package/dist/tokenlists.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/tokenlists.esm.js
CHANGED
|
@@ -1321,6 +1321,36 @@ var tokens = [
|
|
|
1321
1321
|
"USD"
|
|
1322
1322
|
],
|
|
1323
1323
|
address: "0x6440f144b7e50d6a8439336510312d2f54beb01d"
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
chainId: 1,
|
|
1327
|
+
coinGeckoId: "usd1-wlfi",
|
|
1328
|
+
name: "World Liberty Financial USD",
|
|
1329
|
+
symbol: "USD1",
|
|
1330
|
+
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USD1.png",
|
|
1331
|
+
decimals: 18,
|
|
1332
|
+
tags: [
|
|
1333
|
+
"Mainnet",
|
|
1334
|
+
"Featured",
|
|
1335
|
+
"Stablecoin",
|
|
1336
|
+
"USD"
|
|
1337
|
+
],
|
|
1338
|
+
address: "0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d"
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
chainId: 56,
|
|
1342
|
+
coinGeckoId: "usd1-wlfi",
|
|
1343
|
+
name: "World Liberty Financial USD",
|
|
1344
|
+
symbol: "USD1",
|
|
1345
|
+
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USD1.png",
|
|
1346
|
+
decimals: 18,
|
|
1347
|
+
tags: [
|
|
1348
|
+
"BNB Smart Chain",
|
|
1349
|
+
"Featured",
|
|
1350
|
+
"Stablecoin",
|
|
1351
|
+
"USD"
|
|
1352
|
+
],
|
|
1353
|
+
address: "0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d"
|
|
1324
1354
|
}
|
|
1325
1355
|
];
|
|
1326
1356
|
var featuredTokenlist = {
|