@yodlpay/tokenlists 0.8.33 → 0.8.35
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/index.d.ts +1 -31
- package/dist/tokenlist-featured.json +11 -0
- package/dist/tokenlists.cjs.development.js +16 -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 +16 -0
- package/dist/tokenlists.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/tokenlists.esm.js
CHANGED
|
@@ -24536,6 +24536,22 @@ var tokens = [
|
|
|
24536
24536
|
"EUR"
|
|
24537
24537
|
],
|
|
24538
24538
|
address: "0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51"
|
|
24539
|
+
},
|
|
24540
|
+
{
|
|
24541
|
+
chainId: 1,
|
|
24542
|
+
coinGeckoId: "schuman-europ",
|
|
24543
|
+
name: "Schuman Euro",
|
|
24544
|
+
symbol: "EUROP",
|
|
24545
|
+
currency: "EUR",
|
|
24546
|
+
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EUROP.png",
|
|
24547
|
+
decimals: 6,
|
|
24548
|
+
tags: [
|
|
24549
|
+
"Mainnet",
|
|
24550
|
+
"Featured",
|
|
24551
|
+
"Stablecoin",
|
|
24552
|
+
"EUR"
|
|
24553
|
+
],
|
|
24554
|
+
address: "0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51"
|
|
24539
24555
|
}
|
|
24540
24556
|
];
|
|
24541
24557
|
var featuredTokenlist = {
|