@yodlpay/tokenlists 0.5.6-usdm → 0.6.0

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
@@ -1,4 +1,4 @@
1
- import { ChainInfo, RouterInfo, TokenInfo } from './types';
1
+ import { ChainInfo, RouterInfo, TokenInfo, TestnetFaucetInfo } from './types';
2
2
  export * from './abis';
3
3
  export * from './types';
4
4
  export * from './isVersionUpdate';
@@ -115,6 +115,7 @@ export declare function getPriceFeed(chainId: number, baseSymbol: string, quoteS
115
115
  export declare function getFeaturedTokenBySymbol(tokenSymbol: string, chainId?: number): TokenInfo | null;
116
116
  export declare function getTokenBySymbol(tokenSymbol: string, chainId?: number): TokenInfo | null;
117
117
  export declare function getTokens(chainId?: number): TokenInfo[];
118
+ export declare function getFaucetAddress(tokenInfo: TokenInfo): TestnetFaucetInfo;
118
119
  export declare function getRouters(chainId: number): RouterInfo[];
119
120
  export declare function getRouter(chainId: number, version: string): RouterInfo | undefined;
120
121
  export declare function getRouterByAddress(address: string, chainId?: number): RouterInfo | undefined;
@@ -43,6 +43,13 @@
43
43
  "version": "0.5",
44
44
  "fee": "0.002"
45
45
  },
46
+ {
47
+ "chainId": 1,
48
+ "address": "0x9179F20b028eCbfcb7C3ADa495b5A30D4c437ffd",
49
+ "timestamp": "2024-07-17T00:00:00+00:00",
50
+ "version": "0.6",
51
+ "fee": "0.002"
52
+ },
46
53
  {
47
54
  "chainId": 5,
48
55
  "address": "0x8412D3c11aa605EbaF14D0b6BC7705ab45143Ee8",
@@ -85,6 +92,13 @@
85
92
  "version": "0.5",
86
93
  "fee": "0.002"
87
94
  },
95
+ {
96
+ "chainId": 10,
97
+ "address": "0xB771B043328FF491D52EC0AAaf78BE2EF5aBC2A5",
98
+ "timestamp": "2024-07-17T00:00:00+00:00",
99
+ "version": "0.6",
100
+ "fee": "0.002"
101
+ },
88
102
  {
89
103
  "chainId": 42161,
90
104
  "address": "0x334264f4fbb56a84f80df722ba765d210f0cf555",
@@ -120,6 +134,13 @@
120
134
  "version": "0.5",
121
135
  "fee": "0.002"
122
136
  },
137
+ {
138
+ "chainId": 42161,
139
+ "address": "0x65d3B655BAdDbb6abe14faFFe25d866fE84DF55c",
140
+ "timestamp": "2024-07-17T00:00:00+00:00",
141
+ "version": "0.6",
142
+ "fee": "0.002"
143
+ },
123
144
  {
124
145
  "chainId": 100,
125
146
  "address": "0x448fabd2d16bc48ecdbe68890414de7a1b6348fd",
@@ -155,6 +176,13 @@
155
176
  "version": "0.5",
156
177
  "fee": "0.002"
157
178
  },
179
+ {
180
+ "chainId": 100,
181
+ "address": "0x820F8C0113bbbAA6A27d97736EA5c6bb57Ea8F08",
182
+ "timestamp": "2024-07-17T00:00:00+00:00",
183
+ "version": "0.6",
184
+ "fee": "0.002"
185
+ },
158
186
  {
159
187
  "chainId": 137,
160
188
  "address": "0x8866DAFa2762346c85098C5b2201fA7CB2dA6100",
@@ -181,7 +209,14 @@
181
209
  "address": "0x3530780d479D15F6F3762943F63feF98f0b13021",
182
210
  "timestamp": "2024-07-17T00:00:00+00:00",
183
211
  "version": "0.5",
184
- "fee": "0.002"
212
+ "fee": "0.002"
213
+ },
214
+ {
215
+ "chainId": 137,
216
+ "address": "0x2185406360F8A4b32f5f47337da8befD2D3182c9",
217
+ "timestamp": "2024-07-17T00:00:00+00:00",
218
+ "version": "0.6",
219
+ "fee": "0.002"
185
220
  },
186
221
  {
187
222
  "chainId": 8453,
@@ -218,13 +253,26 @@
218
253
  "version": "0.5",
219
254
  "fee": "0.002"
220
255
  },
256
+ {
257
+ "chainId": 8453,
258
+ "address": "0x5D3D61ea8619cB78E4692fb6518c1c79E1AEF420",
259
+ "timestamp": "2024-07-17T00:00:00+00:00",
260
+ "version": "0.6",
261
+ "fee": "0.002"
262
+ },
221
263
  {
222
264
  "chainId": 56,
223
265
  "address": "0x34d327475e4e96a738e21cfc1a5d0f2256c62c34",
224
266
  "timestamp": "2024-07-17T00:00:00+00:00",
225
267
  "version": "0.5",
226
268
  "fee": "0.002"
227
-
269
+ },
270
+ {
271
+ "chainId": 56,
272
+ "address": "0x01E5654694BC495Da858A8A0dF28456f136421A5",
273
+ "timestamp": "2024-07-17T00:00:00+00:00",
274
+ "version": "0.6",
275
+ "fee": "0.002"
228
276
  }
229
277
  ]
230
278
  }
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "Default",
3
+ "logoUri": "",
4
+ "keywords": [],
5
+ "version": {
6
+ "major": 0,
7
+ "minor": 0,
8
+ "patch": 1
9
+ },
10
+ "faucets": [
11
+ {
12
+ "chainId": 5,
13
+ "token": "0x33ca3889bb0032e9c3794b608a242d27e7293353",
14
+ "address": "0xd2bc1d97793763b7262987a67f1945169c763389"
15
+ },
16
+ {
17
+ "chainId": 5,
18
+ "token": "0xe5768E2dDEc1E50Ac2672a2d75D63d36A8Ec88d9",
19
+ "address": "0x5A3380C7d6A05AF3Ce68C939142658C35Efc066d"
20
+ },
21
+ {
22
+ "chainId": 5,
23
+ "token": "0xeB87E5d9c773d3E802989295147564985B5B358C",
24
+ "address": "0xF47661BCe78194b44675547873ef58Ca8Db9b145"
25
+ }
26
+ ]
27
+ }
@@ -809,82 +809,6 @@
809
809
  "featured"
810
810
  ],
811
811
  "logoUri": "https://raw.githubusercontent.com/yodlpay/tokenlists/main/logos/tokens/DAI.svg"
812
- },
813
- {
814
- "chainId": 1,
815
- "coinGeckoId": "usdm",
816
- "name": "Mountain Protocol USD",
817
- "symbol": "USDM",
818
- "logoUri": "https://raw.githubusercontent.com/yodlpay/tokenlists/main/logos/tokens/USDM.svg",
819
- "decimals": 18,
820
- "currency": "USD",
821
- "tags": [
822
- "Mainnet",
823
- "Stablecoin",
824
- "featured",
825
- "USD"
826
- ],
827
- "address": "0x59d9356e565ab3a36dd77763fc0d87feaf85508c"
828
- },
829
- {
830
- "chainId": 10,
831
- "coinGeckoId": "usdm",
832
- "name": "Mountain Protocol USD",
833
- "symbol": "USDM",
834
- "logoUri": "https://raw.githubusercontent.com/yodlpay/tokenlists/main/logos/tokens/USDM.svg",
835
- "decimals": 18,
836
- "currency": "USD",
837
- "tags": [
838
- "Stablecoin",
839
- "featured",
840
- "USD"
841
- ],
842
- "address": "0x59d9356e565ab3a36dd77763fc0d87feaf85508c"
843
- },
844
- {
845
- "chainId": 137,
846
- "coinGeckoId": "usdm",
847
- "name": "Mountain Protocol USD",
848
- "symbol": "USDM",
849
- "logoUri": "https://raw.githubusercontent.com/yodlpay/tokenlists/main/logos/tokens/USDM.svg",
850
- "decimals": 18,
851
- "currency": "USD",
852
- "tags": [
853
- "Stablecoin",
854
- "featured",
855
- "USD"
856
- ],
857
- "address": "0x59d9356e565ab3a36dd77763fc0d87feaf85508c"
858
- },
859
- {
860
- "chainId": 8453,
861
- "coinGeckoId": "usdm",
862
- "name": "Mountain Protocol USD",
863
- "symbol": "USDM",
864
- "logoUri": "https://raw.githubusercontent.com/yodlpay/tokenlists/main/logos/tokens/USDM.svg",
865
- "decimals": 18,
866
- "currency": "USD",
867
- "tags": [
868
- "Stablecoin",
869
- "featured",
870
- "USD"
871
- ],
872
- "address": "0x59d9356e565ab3a36dd77763fc0d87feaf85508c"
873
- },
874
- {
875
- "chainId": 42161,
876
- "coinGeckoId": "usdm",
877
- "name": "Mountain Protocol USD",
878
- "symbol": "USDM",
879
- "logoUri": "https://raw.githubusercontent.com/yodlpay/tokenlists/main/logos/tokens/USDM.svg",
880
- "decimals": 18,
881
- "currency": "USD",
882
- "tags": [
883
- "Stablecoin",
884
- "featured",
885
- "USD"
886
- ],
887
- "address": "0x59d9356e565ab3a36dd77763fc0d87feaf85508c"
888
812
  }
889
- ]
813
+ ]
890
814
  }