@yodlpay/tokenlists 0.9.0-alpha.1 → 0.9.0-alpha.3
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/abis-ts/YodlRouterV0.9.abi.d.ts +12 -2
- package/dist/fiatCurrencies.json +87 -42
- package/dist/index.d.ts +109 -9
- package/dist/pricefeeds.json +12224 -2333
- package/dist/tokenlist-featured.json +12 -0
- package/dist/tokenlist-generated.json +1346 -511
- package/dist/tokenlists.cjs.development.js +22364 -11557
- 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 +22367 -11560
- package/dist/tokenlists.esm.js.map +1 -1
- package/dist/types.d.ts +2 -1
- package/dist/update.d.ts +27 -1
- package/package.json +1 -1
|
@@ -268,6 +268,17 @@
|
|
|
268
268
|
"tags": ["Arbitrum", "Stablecoin", "Top10", "USD", "featured"],
|
|
269
269
|
"address": "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1"
|
|
270
270
|
},
|
|
271
|
+
{
|
|
272
|
+
"chainId": 8453,
|
|
273
|
+
"coinGeckoId": "dai",
|
|
274
|
+
"name": "DAI",
|
|
275
|
+
"symbol": "DAI",
|
|
276
|
+
"currency": "USD",
|
|
277
|
+
"logoUri": "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",
|
|
278
|
+
"decimals": 18,
|
|
279
|
+
"tags": ["Base", "Stablecoin", "Top10", "USD", "featured"],
|
|
280
|
+
"address": "0x50c5725949a6f0c72e6c4a641f24049a917db0cb"
|
|
281
|
+
},
|
|
271
282
|
{
|
|
272
283
|
"chainId": 1,
|
|
273
284
|
"coinGeckoId": "crvusd",
|
|
@@ -633,6 +644,7 @@
|
|
|
633
644
|
"coinGeckoId": "dai",
|
|
634
645
|
"name": "Dai",
|
|
635
646
|
"symbol": "DAI",
|
|
647
|
+
"currency": "USD",
|
|
636
648
|
"decimals": 18,
|
|
637
649
|
"tags": ["BNB Smart Chain", "Stablecoin", "USD", "featured"],
|
|
638
650
|
"logoUri": "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg"
|