@yodlpay/tokenlists 0.8.33-beta.0 → 0.8.34
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 +24 -0
- package/dist/tokenlists.cjs.development.js +34 -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 +34 -0
- package/dist/tokenlists.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/tokenlists.esm.js
CHANGED
|
@@ -24494,6 +24494,7 @@ var tokens = [
|
|
|
24494
24494
|
coinGeckoId: "usd1-wlfi",
|
|
24495
24495
|
name: "World Liberty Financial USD",
|
|
24496
24496
|
symbol: "USD1",
|
|
24497
|
+
currency: "USD",
|
|
24497
24498
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USD1.png",
|
|
24498
24499
|
decimals: 18,
|
|
24499
24500
|
tags: [
|
|
@@ -24509,6 +24510,7 @@ var tokens = [
|
|
|
24509
24510
|
coinGeckoId: "usd1-wlfi",
|
|
24510
24511
|
name: "World Liberty Financial USD",
|
|
24511
24512
|
symbol: "USD1",
|
|
24513
|
+
currency: "USD",
|
|
24512
24514
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USD1.png",
|
|
24513
24515
|
decimals: 18,
|
|
24514
24516
|
tags: [
|
|
@@ -24518,6 +24520,38 @@ var tokens = [
|
|
|
24518
24520
|
"USD"
|
|
24519
24521
|
],
|
|
24520
24522
|
address: "0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d"
|
|
24523
|
+
},
|
|
24524
|
+
{
|
|
24525
|
+
chainId: 137,
|
|
24526
|
+
coinGeckoId: "schuman-europ",
|
|
24527
|
+
name: "Schuman Euro",
|
|
24528
|
+
symbol: "EUROP",
|
|
24529
|
+
currency: "EUR",
|
|
24530
|
+
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EUROP.png",
|
|
24531
|
+
decimals: 6,
|
|
24532
|
+
tags: [
|
|
24533
|
+
"Polygon",
|
|
24534
|
+
"Featured",
|
|
24535
|
+
"Stablecoin",
|
|
24536
|
+
"EUR"
|
|
24537
|
+
],
|
|
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"
|
|
24521
24555
|
}
|
|
24522
24556
|
];
|
|
24523
24557
|
var featuredTokenlist = {
|