@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 CHANGED
@@ -8,37 +8,7 @@ export * from './minVersionBump';
8
8
  export * from './nextVersion';
9
9
  export * from './types';
10
10
  export * from './versionComparator';
11
- export declare const tokenlist: ({
12
- chainId: number;
13
- coinGeckoId: string;
14
- name: string;
15
- symbol: string;
16
- logoUri: string;
17
- decimals: number;
18
- tags: string[];
19
- address: string;
20
- currency?: undefined;
21
- } | {
22
- chainId: number;
23
- coinGeckoId: string;
24
- name: string;
25
- symbol: string;
26
- currency: string;
27
- logoUri: string;
28
- decimals: number;
29
- tags: string[];
30
- address: string;
31
- } | {
32
- chainId: number;
33
- name: string;
34
- symbol: string;
35
- logoUri: string;
36
- decimals: number;
37
- tags: string[];
38
- address: string;
39
- coinGeckoId?: undefined;
40
- currency?: undefined;
41
- })[];
11
+ export declare const tokenlist: TokenInfo[];
42
12
  export declare function getCurveRouterAddress(chainId: number): string;
43
13
  export declare function getChains(): ChainInfo[];
44
14
  export declare function getChain(chainId: number): ChainInfo;
@@ -1022,6 +1022,17 @@
1022
1022
  "decimals": 6,
1023
1023
  "tags": ["Polygon", "Featured", "Stablecoin", "EUR"],
1024
1024
  "address": "0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51"
1025
+ },
1026
+ {
1027
+ "chainId": 1,
1028
+ "coinGeckoId": "schuman-europ",
1029
+ "name": "Schuman Euro",
1030
+ "symbol": "EUROP",
1031
+ "currency": "EUR",
1032
+ "logoUri": "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EUROP.png",
1033
+ "decimals": 6,
1034
+ "tags": ["Mainnet", "Featured", "Stablecoin", "EUR"],
1035
+ "address": "0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51"
1025
1036
  }
1026
1037
  ]
1027
1038
  }
@@ -24540,6 +24540,22 @@ var tokens = [
24540
24540
  "EUR"
24541
24541
  ],
24542
24542
  address: "0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51"
24543
+ },
24544
+ {
24545
+ chainId: 1,
24546
+ coinGeckoId: "schuman-europ",
24547
+ name: "Schuman Euro",
24548
+ symbol: "EUROP",
24549
+ currency: "EUR",
24550
+ logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EUROP.png",
24551
+ decimals: 6,
24552
+ tags: [
24553
+ "Mainnet",
24554
+ "Featured",
24555
+ "Stablecoin",
24556
+ "EUR"
24557
+ ],
24558
+ address: "0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51"
24543
24559
  }
24544
24560
  ];
24545
24561
  var featuredTokenlist = {