@tokemak/tokenlist 0.0.2

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.js ADDED
@@ -0,0 +1,1220 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EZETH_TOKEN = exports.OSETH_TOKEN = exports.CBETH_TOKEN = exports.EETH_TOKEN = exports.WEETH_TOKEN = exports.SFRXETH_TOKEN = exports.FRXETH_TOKEN = exports.SWETH_TOKEN = exports.WSTETH_TOKEN = exports.STETH_TOKEN = exports.RETH_TOKEN = exports.TOKE_TOKEN = exports.WBTC_TOKEN = exports.WETH_TOKEN = exports.ETH_TOKEN = exports.NONE_PROTOCOL = exports.LLAMASWAP_PROTOCOL = exports.DEBANK_PROTOCOL = exports.ZAPPER_PROTOCOL = exports.SILO_PROTOCOL = exports.LIDO_PROTOCOL = exports.INVERSE_PROTOCOL = exports.ORIGIN_PROTOCOL = exports.ANGLE_PROTOCOL = exports.FRAX_PROTOCOL = exports.SKY_PROTOCOL = exports.EULER_PROTOCOL = exports.MAKER_PROTOCOL = exports.ETHENA_PROTOCOL = exports.BALANCERV3_PROTOCOL = exports.MORPHO_PROTOCOL = exports.FLUID_PROTOCOL = exports.AAVE_PROTOCOL = exports.BEETS_PROTOCOL = exports.SUSHI_PROTOCOL = exports.AERODROME_PROTOCOL = exports.MAVERICK_PROTOCOL = exports.BALANCER_PROTOCOL = exports.CURVE_PROTOCOL = exports.SONIC_NETWORK = exports.ARBITRUM_NETWORK = exports.OPTIMISM_NETWORK = exports.BASE_NETWORK = exports.ETHEREUM_NETWORK = exports.TOKEMAK_LISTS_URL = exports.TOKEMAK_AUTOPOOLS_BASE_URL = exports.TOKEMAK_PROTOCOLS_BASE_URL = exports.TOKEMAK_NETWORKS_BASE_URL = exports.TOKEMAK_TOKENS_BASE_URL = exports.TOKEMAK_TOKENLIST_BASE_URL = void 0;
4
+ exports.IETHV2_TOKEN = exports.LVLUSD_TOKEN = exports.WSTUSR_TOKEN = exports.LUSD_TOKEN = exports.BOLD_TOKEN = exports.WSTKSCUSD_TOKEN = exports.STKSCUSD_TOKEN = exports.SCUSD_TOKEN = exports.WANS_TOKEN = exports.ANS_TOKEN = exports.WOS_TOKEN = exports.OS_TOKEN = exports.STS_TOKEN = exports.SYRUPUSDC_TOKEN = exports.ALUSD_TOKEN = exports.DEUSD_TOKEN = exports.EUSD_TOKEN = exports.REUSD_TOKEN = exports.SDOLA_TOKEN = exports.DOLA_TOKEN = exports.WS_TOKEN = exports.S_TOKEN = exports.WRSETH_TOKEN = exports.WAUSDC_TOKEN = exports.WAGHO_TOKEN = exports.WAUSDT_TOKEN = exports.SFRXUSD_TOKEN = exports.FRXUSD_TOKEN = exports.SFRAX_TOKEN = exports.SDAI_TOKEN = exports.USR_TOKEN = exports.GYD_TOKEN = exports.FRAX_TOKEN = exports.GHO_TOKEN = exports.CRVUSD_TOKEN = exports.USDT_TOKEN = exports.USDE_TOKEN = exports.DAI_TOKEN = exports.SCRVUSD_TOKEN = exports.USDS_TOKEN = exports.SUSDS_TOKEN = exports.SUSDE_TOKEN = exports.PUFETH_TOKEN = exports.USDC_TOKEN = exports.RSWETH_TOKEN = exports.ETHX_TOKEN = exports.RSETH_TOKEN = exports.OETH_TOKEN = exports.APXETH_TOKEN = exports.PXETH_TOKEN = void 0;
5
+ exports.SWAP_ENABLED_SONIC = exports.SWAP_ENABLED = exports.FAV_USD_TOKENS = exports.FAV_SONIC_TOKENS = exports.FAV_ETH_TOKENS = exports.FAV_BASE_USD_TOKENS = exports.ALL_AUTOPOOLS = exports.ALL_TOKENS = exports.ALL_PROTOCOLS = exports.ALL_NETWORKS = exports.SILOETH_AUTOPOOL = exports.SILOUSD_AUTOPOOL = exports.TURBOUSD_AUTOPOOL = exports.SONICUSD_AUTOPOOL = exports.PENDLEUSD_AUTOPOOL = exports.MORPHOUSD_AUTOPOOL = exports.AUTODOLA_AUTOPOOL = exports.AUTOS_AUTOPOOL = exports.BASEUSD_AUTOPOOL = exports.AUTOUSD_AUTOPOOL = exports.DINEROETH_AUTOPOOL = exports.AUTOLRT_AUTOPOOL = exports.BASEETH_AUTOPOOL = exports.BALETH_AUTOPOOL = exports.AUTOETH_AUTOPOOL = exports.XSILO_TOKEN = exports.SILO_TOKEN = void 0;
6
+ // Constants
7
+ exports.TOKEMAK_TOKENLIST_BASE_URL = "https://token-imgs.tokemaklabs.com";
8
+ exports.TOKEMAK_TOKENS_BASE_URL = "https://token-imgs.tokemaklabs.com/tokens";
9
+ exports.TOKEMAK_NETWORKS_BASE_URL = "https://token-imgs.tokemaklabs.com/networks";
10
+ exports.TOKEMAK_PROTOCOLS_BASE_URL = "https://token-imgs.tokemaklabs.com/protocols";
11
+ exports.TOKEMAK_AUTOPOOLS_BASE_URL = "https://token-imgs.tokemaklabs.com/autopools";
12
+ exports.TOKEMAK_LISTS_URL = "https://token-imgs.tokemaklabs.com/lists";
13
+ // Networks
14
+ exports.ETHEREUM_NETWORK = {
15
+ "name": "Ethereum",
16
+ "logoURI": "https://token-imgs.tokemaklabs.com/networks/ethereum.png",
17
+ "chainId": 1
18
+ };
19
+ exports.BASE_NETWORK = {
20
+ "name": "Base",
21
+ "logoURI": "https://token-imgs.tokemaklabs.com/networks/base.png",
22
+ "chainId": 8453
23
+ };
24
+ exports.OPTIMISM_NETWORK = {
25
+ "name": "Optimism",
26
+ "logoURI": "https://token-imgs.tokemaklabs.com/networks/optimism.png",
27
+ "chainId": 10
28
+ };
29
+ exports.ARBITRUM_NETWORK = {
30
+ "name": "Arbitrum",
31
+ "logoURI": "https://token-imgs.tokemaklabs.com/networks/arbitrum.png",
32
+ "chainId": 42161
33
+ };
34
+ exports.SONIC_NETWORK = {
35
+ "name": "Sonic",
36
+ "logoURI": "https://token-imgs.tokemaklabs.com/networks/sonic.png",
37
+ "chainId": 146
38
+ };
39
+ // Protocols
40
+ exports.CURVE_PROTOCOL = {
41
+ "name": "Curve",
42
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/curve.png",
43
+ "type": "DEX",
44
+ "audits": "https://docs.curve.finance/references/audits/"
45
+ };
46
+ exports.BALANCER_PROTOCOL = {
47
+ "name": "Balancer",
48
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/balancer.png",
49
+ "type": "DEX",
50
+ "audits": "https://balancer.gitbook.io/balancer-v2/security/audits"
51
+ };
52
+ exports.MAVERICK_PROTOCOL = {
53
+ "name": "Maverick",
54
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/maverick.png",
55
+ "type": "DEX",
56
+ "audits": "https://docs.mav.xyz/further-information/security"
57
+ };
58
+ exports.AERODROME_PROTOCOL = {
59
+ "name": "Aerodrome",
60
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/aerodrome.png",
61
+ "type": "DEX",
62
+ "audits": "https://aerodrome.finance/security"
63
+ };
64
+ exports.SUSHI_PROTOCOL = {
65
+ "name": "Sushi",
66
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/sushi.png",
67
+ "type": "DEX"
68
+ };
69
+ exports.BEETS_PROTOCOL = {
70
+ "name": "Beets",
71
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/beets.png",
72
+ "type": "DEX"
73
+ };
74
+ exports.AAVE_PROTOCOL = {
75
+ "name": "Aave",
76
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/aave.png",
77
+ "type": "Lending Market",
78
+ "audits": "https://aave.com/security"
79
+ };
80
+ exports.FLUID_PROTOCOL = {
81
+ "name": "Fluid",
82
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/fluid.png",
83
+ "type": "Lending Market",
84
+ "audits": "https://fluid.guides.instadapp.io/"
85
+ };
86
+ exports.MORPHO_PROTOCOL = {
87
+ "name": "Morpho",
88
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/morpho.png",
89
+ "type": "Lending Market",
90
+ "audits": "https://docs.morpho.org/overview/resources/audits/"
91
+ };
92
+ exports.BALANCERV3_PROTOCOL = {
93
+ "name": "BalancerV3",
94
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/balancerv3.png",
95
+ "type": "DEX",
96
+ "audits": "https://docs.balancer.fi/reference/contracts/security.html"
97
+ };
98
+ exports.ETHENA_PROTOCOL = {
99
+ "name": "Ethena",
100
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/ethena.png",
101
+ "type": "Protocol",
102
+ "audits": "https://docs.ethena.fi/resources/audits"
103
+ };
104
+ exports.MAKER_PROTOCOL = {
105
+ "name": "Maker",
106
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/maker.png",
107
+ "type": "Protocol",
108
+ "audits": "https://docs.makerdao.com/security/security.makerdao.com"
109
+ };
110
+ exports.EULER_PROTOCOL = {
111
+ "name": "Euler",
112
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/euler.png",
113
+ "type": "Lending Market",
114
+ "audits": "https://docs.euler.finance/security/audits"
115
+ };
116
+ exports.SKY_PROTOCOL = {
117
+ "name": "Sky",
118
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/sky.png",
119
+ "type": "Protocol",
120
+ "audits": "https://developers.sky.money/security/security-measures/overview#audits"
121
+ };
122
+ exports.FRAX_PROTOCOL = {
123
+ "name": "Frax",
124
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/frax.png",
125
+ "type": "Protocol",
126
+ "audits": "https://docs.frax.finance/other/audits"
127
+ };
128
+ exports.ANGLE_PROTOCOL = {
129
+ "name": "Angle",
130
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/angle.png",
131
+ "type": "Protocol",
132
+ "audits": "https://docs.angle.money/resources/audits"
133
+ };
134
+ exports.ORIGIN_PROTOCOL = {
135
+ "name": "Origin",
136
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/origin.png",
137
+ "type": "Protocol",
138
+ "audits": "https://docs.originprotocol.com/security-and-risk/audits"
139
+ };
140
+ exports.INVERSE_PROTOCOL = {
141
+ "name": "Inverse",
142
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/inverse.png",
143
+ "type": "Protocol",
144
+ "audits": "https://docs.inverse.finance/inverse-finance/technical/audits"
145
+ };
146
+ exports.LIDO_PROTOCOL = {
147
+ "name": "Lido",
148
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/lido.png",
149
+ "type": "Protocol",
150
+ "audits": "https://github.com/lidofinance/audits"
151
+ };
152
+ exports.SILO_PROTOCOL = {
153
+ "name": "Silo",
154
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/silo.png",
155
+ "type": "Lending Market",
156
+ "audits": "https://docs.silo.finance/docs/audits"
157
+ };
158
+ exports.ZAPPER_PROTOCOL = {
159
+ "name": "Zapper",
160
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/zapper.png",
161
+ "type": "Portfolio Tracker"
162
+ };
163
+ exports.DEBANK_PROTOCOL = {
164
+ "name": "Debank",
165
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/debank.png",
166
+ "type": "Portfolio Tracker"
167
+ };
168
+ exports.LLAMASWAP_PROTOCOL = {
169
+ "name": "LlamaSwap",
170
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/llamaswap.png",
171
+ "type": "Protocol"
172
+ };
173
+ exports.NONE_PROTOCOL = {
174
+ "name": "None",
175
+ "logoURI": "https://token-imgs.tokemaklabs.com/protocols/none.png",
176
+ "type": "Protocol"
177
+ };
178
+ // Tokens
179
+ exports.ETH_TOKEN = {
180
+ "chainId": 1,
181
+ "address": "0x0000000000000000000000000000000000000000",
182
+ "name": "Ethereum",
183
+ "symbol": "ETH",
184
+ "decimals": 18,
185
+ "extensions": {
186
+ "bridgeInfo": {
187
+ "8453": {
188
+ "tokenAddress": "0x0000000000000000000000000000000000000000"
189
+ }
190
+ }
191
+ },
192
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x0000000000000000000000000000000000000000.png"
193
+ };
194
+ exports.WETH_TOKEN = {
195
+ "chainId": 1,
196
+ "address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
197
+ "name": "Wrapped Ether",
198
+ "symbol": "WETH",
199
+ "decimals": 18,
200
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2.png",
201
+ "extensions": {
202
+ "bridgeInfo": {
203
+ "8453": {
204
+ "tokenAddress": "0x4200000000000000000000000000000000000006"
205
+ }
206
+ },
207
+ "parentAsset": "ETH"
208
+ }
209
+ };
210
+ exports.WBTC_TOKEN = {
211
+ "chainId": 1,
212
+ "address": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
213
+ "name": "Wrapped Bitcoin",
214
+ "symbol": "WBTC",
215
+ "decimals": 8,
216
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599.png"
217
+ };
218
+ exports.TOKE_TOKEN = {
219
+ "chainId": 1,
220
+ "address": "0x2e9d63788249371f1dfc918a52f8d799f4a38c94",
221
+ "name": "Tokemak",
222
+ "symbol": "TOKE",
223
+ "decimals": 18,
224
+ "audits": "https://docs.tokemak.xyz/developer-docs/security-and-audits",
225
+ "extensions": {
226
+ "bridgeMainnetAdapter": "0x413747b50C78fFb67783ed7Fb9736df5dB37aaBE",
227
+ "bridgeInfo": {
228
+ "10": {
229
+ "tokenAddress": "0x223c0d94dbc8c0e5df1f6b2c75f06c0229c91950"
230
+ },
231
+ "146": {
232
+ "tokenAddress": "0x223c0d94dbc8c0e5df1f6b2c75f06c0229c91950"
233
+ },
234
+ "8453": {
235
+ "tokenAddress": "0x223c0d94dbc8c0e5df1f6b2c75f06c0229c91950"
236
+ },
237
+ "42161": {
238
+ "tokenAddress": "0x223c0d94dbc8c0e5df1f6b2c75f06c0229c91950"
239
+ }
240
+ }
241
+ },
242
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x2e9d63788249371f1dfc918a52f8d799f4a38c94.png"
243
+ };
244
+ exports.RETH_TOKEN = {
245
+ "chainId": 1,
246
+ "address": "0xae78736cd615f374d3085123a210448e74fc6393",
247
+ "name": "Rocket Pool ETH",
248
+ "symbol": "rETH",
249
+ "decimals": 18,
250
+ "audits": "https://rocketpool.net/protocol/security",
251
+ "extensions": {
252
+ "bridgeInfo": {
253
+ "8453": {
254
+ "tokenAddress": "0xb6fe221fe9eef5aba221c348ba20a1bf5e73624c"
255
+ }
256
+ }
257
+ },
258
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xae78736cd615f374d3085123a210448e74fc6393.png"
259
+ };
260
+ exports.STETH_TOKEN = {
261
+ "chainId": 1,
262
+ "address": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
263
+ "name": "Lido Staked Ether",
264
+ "symbol": "stETH",
265
+ "decimals": 18,
266
+ "audits": "https://github.com/lidofinance/audits",
267
+ "extensions": {
268
+ "rebasing": true
269
+ },
270
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xae7ab96520de3a18e5e111b5eaab095312d7fe84.png"
271
+ };
272
+ exports.WSTETH_TOKEN = {
273
+ "chainId": 1,
274
+ "address": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
275
+ "name": "Wrapped stETH",
276
+ "symbol": "wstETH",
277
+ "decimals": 18,
278
+ "audits": "https://github.com/lidofinance/audits",
279
+ "extensions": {
280
+ "bridgeInfo": {
281
+ "8453": {
282
+ "tokenAddress": "0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452"
283
+ }
284
+ },
285
+ "parentAsset": "stETH"
286
+ },
287
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0.png"
288
+ };
289
+ exports.SWETH_TOKEN = {
290
+ "chainId": 1,
291
+ "address": "0xf951e335afb289353dc249e82926178eac7ded78",
292
+ "name": "Swell Ethereum",
293
+ "symbol": "swETH",
294
+ "decimals": 18,
295
+ "audits": "https://docs.swellnetwork.io/swell-staking/risks/smart-contract-audits",
296
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xf951e335afb289353dc249e82926178eac7ded78.png"
297
+ };
298
+ exports.FRXETH_TOKEN = {
299
+ "chainId": 1,
300
+ "address": "0x5e8422345238f34275888049021821e8e08caa1f",
301
+ "name": "Frax Ether",
302
+ "symbol": "frxETH",
303
+ "decimals": 18,
304
+ "audits": "https://docs.frax.finance/other/audits",
305
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x5e8422345238f34275888049021821e8e08caa1f.png"
306
+ };
307
+ exports.SFRXETH_TOKEN = {
308
+ "chainId": 1,
309
+ "address": "0xac3e018457b222d93114458476f3e3416abbe38f",
310
+ "name": "Staked Frax Ether",
311
+ "symbol": "sfrxETH",
312
+ "decimals": 18,
313
+ "audits": "https://docs.frax.finance/other/audits",
314
+ "extensions": {
315
+ "bridgeInfo": {
316
+ "8453": {
317
+ "tokenAddress": "0x1f55a02a049033e3419a8e2975cf3f572f4e6e9a"
318
+ }
319
+ }
320
+ },
321
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xac3e018457b222d93114458476f3e3416abbe38f.png"
322
+ };
323
+ exports.WEETH_TOKEN = {
324
+ "chainId": 1,
325
+ "address": "0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee",
326
+ "name": "Wrapped eETH",
327
+ "symbol": "weETH",
328
+ "decimals": 18,
329
+ "audits": "https://etherfi.gitbook.io/etherfi/security/audits",
330
+ "extensions": {
331
+ "bridgeInfo": {
332
+ "8453": {
333
+ "tokenAddress": "0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A"
334
+ }
335
+ }
336
+ },
337
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee.png"
338
+ };
339
+ exports.EETH_TOKEN = {
340
+ "chainId": 1,
341
+ "address": "0x35fa164735182de50811e8e2e824cfb9b6118ac2",
342
+ "name": "ether.fi Staked ETH",
343
+ "symbol": "eETH",
344
+ "decimals": 18,
345
+ "audits": "https://etherfi.gitbook.io/etherfi/security/audits",
346
+ "extensions": {
347
+ "rebasing": true
348
+ },
349
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x35fa164735182de50811e8e2e824cfb9b6118ac2.png"
350
+ };
351
+ exports.CBETH_TOKEN = {
352
+ "chainId": 1,
353
+ "address": "0xbe9895146f7af43049ca1c1ae358b0541ea49704",
354
+ "name": "Coinbase Wrapped Staked ETH",
355
+ "symbol": "cbETH",
356
+ "decimals": 18,
357
+ "audits": "https://blog.openzeppelin.com/coinbase-liquid-staking-token-audit",
358
+ "extensions": {
359
+ "bridgeInfo": {
360
+ "10": {
361
+ "tokenAddress": "0xadDb6A0412DE1BA0F936DCaeb8Aaa24578dcF3B2"
362
+ },
363
+ "8453": {
364
+ "tokenAddress": "0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22"
365
+ },
366
+ "42161": {
367
+ "tokenAddress": "0x1DEBd73E752bEaF79865Fd6446b0c970EaE7732f"
368
+ }
369
+ }
370
+ },
371
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xbe9895146f7af43049ca1c1ae358b0541ea49704.png"
372
+ };
373
+ exports.OSETH_TOKEN = {
374
+ "chainId": 1,
375
+ "address": "0xf1c9acdc66974dfb6decb12aa385b9cd01190e38",
376
+ "name": "StakeWise Staked ETH",
377
+ "symbol": "osETH",
378
+ "decimals": 18,
379
+ "audits": "https://github.com/stakewise/v3-core/tree/main/audits",
380
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xf1c9acdc66974dfb6decb12aa385b9cd01190e38.png"
381
+ };
382
+ exports.EZETH_TOKEN = {
383
+ "chainId": 1,
384
+ "address": "0xbf5495Efe5DB9ce00f80364C8B423567e58d2110",
385
+ "name": "Renzo Restaked ETH",
386
+ "symbol": "ezETH",
387
+ "decimals": 18,
388
+ "audits": "https://docs.renzoprotocol.com/docs/security/audits",
389
+ "extensions": {
390
+ "bridgeInfo": {
391
+ "8453": {
392
+ "tokenAddress": "0x2416092f143378750bb29b79eD961ab195CcEea5"
393
+ }
394
+ }
395
+ },
396
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xbf5495efe5db9ce00f80364c8b423567e58d2110.png"
397
+ };
398
+ exports.PXETH_TOKEN = {
399
+ "chainId": 1,
400
+ "address": "0x04c154b66cb340f3ae24111cc767e0184ed00cc6",
401
+ "name": "Dinero Staked ETH",
402
+ "symbol": "pxETH",
403
+ "decimals": 18,
404
+ "audits": "https://dinero.xyz/docs/security",
405
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x04c154b66cb340f3ae24111cc767e0184ed00cc6.png"
406
+ };
407
+ exports.APXETH_TOKEN = {
408
+ "chainId": 1,
409
+ "address": "0x9ba021b0a9b958b5e75ce9f6dff97c7ee52cb3e6",
410
+ "name": "Dinero apxETH",
411
+ "symbol": "apxETH",
412
+ "decimals": 18,
413
+ "audits": "https://dinero.xyz/docs/security",
414
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x9ba021b0a9b958b5e75ce9f6dff97c7ee52cb3e6.png"
415
+ };
416
+ exports.OETH_TOKEN = {
417
+ "chainId": 1,
418
+ "address": "0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3",
419
+ "name": "Origin Ether",
420
+ "symbol": "oETH",
421
+ "decimals": 18,
422
+ "audits": "https://docs.originprotocol.com/security-and-risk/audits",
423
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3.png"
424
+ };
425
+ exports.RSETH_TOKEN = {
426
+ "chainId": 1,
427
+ "address": "0xa1290d69c65a6fe4df752f95823fae25cb99e5a7",
428
+ "name": "Kelp DAO Restaked ETH",
429
+ "symbol": "rsETH",
430
+ "decimals": 18,
431
+ "audits": "https://kelp.gitbook.io/kelp/audits",
432
+ "extensions": {
433
+ "bridgeInfo": {
434
+ "8453": {
435
+ "tokenAddress": "0x1Bc71130A0e39942a7658878169764Bbd8A45993"
436
+ }
437
+ }
438
+ },
439
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xa1290d69c65a6fe4df752f95823fae25cb99e5a7.png"
440
+ };
441
+ exports.ETHX_TOKEN = {
442
+ "chainId": 1,
443
+ "address": "0xa35b1b31ce002fbf2058d22f30f95d405200a15b",
444
+ "name": "Stader ETHx",
445
+ "symbol": "ETHx",
446
+ "decimals": 18,
447
+ "audits": "https://staderlabs.gitbook.io/ethereum/ethx-security",
448
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xa35b1b31ce002fbf2058d22f30f95d405200a15b.png"
449
+ };
450
+ exports.RSWETH_TOKEN = {
451
+ "chainId": 1,
452
+ "address": "0xfae103dc9cf190ed75350761e95403b7b8afa6c0",
453
+ "name": "Restaked Swell ETH",
454
+ "symbol": "rswETH",
455
+ "decimals": 18,
456
+ "audits": "https://docs.swellnetwork.io/swell-staking/risks/smart-contract-audits",
457
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xfae103dc9cf190ed75350761e95403b7b8afa6c0.png"
458
+ };
459
+ exports.USDC_TOKEN = {
460
+ "chainId": 1,
461
+ "address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
462
+ "name": "USDC",
463
+ "symbol": "USDC",
464
+ "decimals": 6,
465
+ "extensions": {
466
+ "bridgeInfo": {
467
+ "146": {
468
+ "tokenAddress": "0x29219dd400f2Bf60E5a23d13Be72B486D4038894"
469
+ },
470
+ "8453": {
471
+ "tokenAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
472
+ }
473
+ }
474
+ },
475
+ "audits": "https://www.circle.com/transparency",
476
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.png"
477
+ };
478
+ exports.PUFETH_TOKEN = {
479
+ "chainId": 1,
480
+ "address": "0xD9A442856C234a39a81a089C06451EBAa4306a72",
481
+ "name": "pufETH",
482
+ "symbol": "pufETH",
483
+ "decimals": 18,
484
+ "audits": "https://github.com/PufferFinance/puffer-contracts/tree/master/audits",
485
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xd9a442856c234a39a81a089c06451ebaa4306a72.png"
486
+ };
487
+ exports.SUSDE_TOKEN = {
488
+ "address": "0x9d39a5de30e57443bff2a8307a4256c8797a3497",
489
+ "chainId": 1,
490
+ "decimals": 18,
491
+ "symbol": "sUSDe",
492
+ "name": "Staked USDe",
493
+ "audits": "https://docs.ethena.fi/resources/audits",
494
+ "extensions": {
495
+ "parentAsset": "USDe"
496
+ },
497
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x9d39a5de30e57443bff2a8307a4256c8797a3497.png"
498
+ };
499
+ exports.SUSDS_TOKEN = {
500
+ "address": "0xa3931d71877c0e7a3148cb7eb4463524fec27fbd",
501
+ "chainId": 1,
502
+ "decimals": 18,
503
+ "symbol": "sUSDS",
504
+ "name": "Savings USDS",
505
+ "audits": "https://developers.sky.money/security/security-measures/overview#audits",
506
+ "extensions": {
507
+ "parentAsset": "USDS",
508
+ "bridgeInfo": {
509
+ "8453": {
510
+ "tokenAddress": "0x5875eEE11Cf8398102FdAd704C9E96607675467a"
511
+ }
512
+ }
513
+ },
514
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xa3931d71877c0e7a3148cb7eb4463524fec27fbd.png"
515
+ };
516
+ exports.USDS_TOKEN = {
517
+ "address": "0xdc035d45d973e3ec169d2276ddab16f1e407384f",
518
+ "chainId": 1,
519
+ "decimals": 18,
520
+ "symbol": "USDS",
521
+ "name": "USDS",
522
+ "extensions": {
523
+ "bridgeInfo": {
524
+ "8453": {
525
+ "tokenAddress": "0x820C137fa70C8691f0e44Dc420a5e53c168921Dc"
526
+ }
527
+ }
528
+ },
529
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xdc035d45d973e3ec169d2276ddab16f1e407384f.png"
530
+ };
531
+ exports.SCRVUSD_TOKEN = {
532
+ "address": "0x0655977feb2f289a4ab78af67bab0d17aab84367",
533
+ "chainId": 1,
534
+ "decimals": 18,
535
+ "symbol": "scrvUSD",
536
+ "name": "Savings crvUSD",
537
+ "audits": "https://docs.curve.finance/security/security/#security-audits",
538
+ "extensions": {
539
+ "parentAsset": "crvUSD",
540
+ "bridgeInfo": {
541
+ "8453": {
542
+ "tokenAddress": "0x646A737B9B6024e49f5908762B3fF73e65B5160c"
543
+ }
544
+ }
545
+ },
546
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x0655977feb2f289a4ab78af67bab0d17aab84367.png"
547
+ };
548
+ exports.DAI_TOKEN = {
549
+ "address": "0x6b175474e89094c44da98b954eedeac495271d0f",
550
+ "chainId": 1,
551
+ "decimals": 18,
552
+ "symbol": "DAI",
553
+ "name": "Dai Stablecoin",
554
+ "audits": "https://docs.makerdao.com/security/security.makerdao.com",
555
+ "extensions": {
556
+ "bridgeInfo": {
557
+ "8453": {
558
+ "tokenAddress": "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb"
559
+ }
560
+ }
561
+ },
562
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x6b175474e89094c44da98b954eedeac495271d0f.png"
563
+ };
564
+ exports.USDE_TOKEN = {
565
+ "address": "0x4c9edd5852cd905f086c759e8383e09bff1e68b3",
566
+ "chainId": 1,
567
+ "decimals": 18,
568
+ "symbol": "USDe",
569
+ "name": "USDe",
570
+ "audits": "https://docs.ethena.fi/resources/audits",
571
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x4c9edd5852cd905f086c759e8383e09bff1e68b3.png"
572
+ };
573
+ exports.USDT_TOKEN = {
574
+ "address": "0xdac17f958d2ee523a2206206994597c13d831ec7",
575
+ "chainId": 1,
576
+ "decimals": 6,
577
+ "symbol": "USDT",
578
+ "name": "Tether USD",
579
+ "audits": "https://tether.to/ru/transparency/?tab=reports",
580
+ "extensions": {
581
+ "bridgeInfo": {
582
+ "146": {
583
+ "tokenAddress": "0x6047828dc181963ba44974801FF68e538dA5eaF9"
584
+ },
585
+ "8453": {
586
+ "tokenAddress": "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2"
587
+ }
588
+ }
589
+ },
590
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xdac17f958d2ee523a2206206994597c13d831ec7.png"
591
+ };
592
+ exports.CRVUSD_TOKEN = {
593
+ "address": "0xf939e0a03fb07f59a73314e73794be0e57ac1b4e",
594
+ "chainId": 1,
595
+ "decimals": 18,
596
+ "symbol": "crvUSD",
597
+ "name": "Curve.Fi USD Stablecoin",
598
+ "audits": "https://docs.curve.finance/security/security/#security-audits",
599
+ "extensions": {
600
+ "bridgeInfo": {
601
+ "8453": {
602
+ "tokenAddress": "0x417Ac0e078398C154EdFadD9Ef675d30Be60Af93"
603
+ }
604
+ }
605
+ },
606
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xf939e0a03fb07f59a73314e73794be0e57ac1b4e.png"
607
+ };
608
+ exports.GHO_TOKEN = {
609
+ "address": "0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f",
610
+ "chainId": 1,
611
+ "decimals": 18,
612
+ "symbol": "GHO",
613
+ "name": "Gho Token",
614
+ "audits": "https://github.com/aave/gho-public/blob/main/audits/Aave%20GHO%20Audit%20Report%20Updated%20-%20August%202022.pdf",
615
+ "extensions": {
616
+ "bridgeInfo": {
617
+ "8453": {
618
+ "tokenAddress": "0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee"
619
+ }
620
+ }
621
+ },
622
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f.png"
623
+ };
624
+ exports.FRAX_TOKEN = {
625
+ "address": "0x853d955acef822db058eb8505911ed77f175b99e",
626
+ "chainId": 1,
627
+ "decimals": 18,
628
+ "symbol": "FRAX",
629
+ "name": "Frax",
630
+ "audits": "https://docs.frax.finance/other/audits",
631
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x853d955acef822db058eb8505911ed77f175b99e.png"
632
+ };
633
+ exports.GYD_TOKEN = {
634
+ "address": "0xe07f9d810a48ab5c3c914ba3ca53af14e4491e8a",
635
+ "chainId": 1,
636
+ "decimals": 18,
637
+ "symbol": "GYD",
638
+ "name": "Gyro Dollar",
639
+ "audits": "https://docs.gyro.finance/audit-reports",
640
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xe07f9d810a48ab5c3c914ba3ca53af14e4491e8a.png"
641
+ };
642
+ exports.USR_TOKEN = {
643
+ "chainId": 1,
644
+ "address": "0x66a1e37c9b0eaddca17d3662d6c05f4decf3e110",
645
+ "name": "Resolv USR",
646
+ "symbol": "USR",
647
+ "decimals": 18,
648
+ "audits": "https://docs.resolv.xyz/litepaper/resources/security",
649
+ "extensions": {
650
+ "bridgeInfo": {
651
+ "8453": {
652
+ "tokenAddress": "0x35E5dB674D8e93a03d814FA0ADa70731efe8a4b9"
653
+ }
654
+ }
655
+ },
656
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x66a1e37c9b0eaddca17d3662d6c05f4decf3e110.png"
657
+ };
658
+ exports.SDAI_TOKEN = {
659
+ "chainId": 1,
660
+ "address": "0x83f20f44975d03b1b09e64809b757c47f942beea",
661
+ "name": "Savings Dai",
662
+ "symbol": "SDAI",
663
+ "decimals": 18,
664
+ "audits": "https://docs.makerdao.com/security/security.makerdao.com",
665
+ "extensions": {
666
+ "parentAsset": "DAI"
667
+ },
668
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x83f20f44975d03b1b09e64809b757c47f942beea.png"
669
+ };
670
+ exports.SFRAX_TOKEN = {
671
+ "chainId": 1,
672
+ "address": "0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32",
673
+ "name": "Staked FRAX",
674
+ "symbol": "SFRAX",
675
+ "decimals": 18,
676
+ "audits": "https://docs.frax.finance/other/audits",
677
+ "extensions": {
678
+ "parentAsset": "FRAX"
679
+ },
680
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32.png"
681
+ };
682
+ exports.FRXUSD_TOKEN = {
683
+ "chainId": 1,
684
+ "address": "0xcacd6fd266af91b8aed52accc382b4e165586e29",
685
+ "name": "Frax USD",
686
+ "symbol": "FRXUSD",
687
+ "decimals": 18,
688
+ "audits": "https://docs.frax.finance/other/audits",
689
+ "extensions": {
690
+ "bridgeInfo": {
691
+ "146": {
692
+ "tokenAddress": "0x80Eede496655FB9047dd39d9f418d5483ED600df"
693
+ }
694
+ }
695
+ },
696
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xcacd6fd266af91b8aed52accc382b4e165586e29.png"
697
+ };
698
+ exports.SFRXUSD_TOKEN = {
699
+ "chainId": 1,
700
+ "address": "0xcf62f905562626cfcdd2261162a51fd02fc9c5b6",
701
+ "name": "Staked Frax USD",
702
+ "symbol": "SFRXUSD",
703
+ "decimals": 18,
704
+ "audits": "https://docs.frax.finance/other/audits",
705
+ "extensions": {
706
+ "parentAsset": "FRXUSD"
707
+ },
708
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xcf62f905562626cfcdd2261162a51fd02fc9c5b6.png"
709
+ };
710
+ exports.WAUSDT_TOKEN = {
711
+ "chainId": 1,
712
+ "address": "0x7Bc3485026Ac48b6cf9BaF0A377477Fff5703Af8",
713
+ "name": "Wrapped Aave USDT",
714
+ "symbol": "waUSDT",
715
+ "decimals": 18,
716
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x7bc3485026ac48b6cf9baf0a377477fff5703af8.png",
717
+ "audits": "https://docs.aave.com/security/audits"
718
+ };
719
+ exports.WAGHO_TOKEN = {
720
+ "chainId": 1,
721
+ "address": "0xC71Ea051a5F82c67ADcF634c36FFE6334793D24C",
722
+ "name": "Wrapped Aave GHO",
723
+ "symbol": "waGHO",
724
+ "decimals": 18,
725
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xc71ea051a5f82c67adcf634c36ffe6334793d24c.png",
726
+ "audits": "https://docs.aave.com/security/audits",
727
+ "extensions": {
728
+ "parentAsset": "GHO"
729
+ }
730
+ };
731
+ exports.WAUSDC_TOKEN = {
732
+ "chainId": 1,
733
+ "address": "0xD4fa2D31b7968E448877f69A96DE69f5de8cD23E",
734
+ "name": "Wrapped Aave USDC",
735
+ "symbol": "waUSDC",
736
+ "decimals": 6,
737
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xd4fa2d31b7968e448877f69a96de69f5de8cd23e.png",
738
+ "audits": "https://docs.aave.com/security/audits"
739
+ };
740
+ exports.WRSETH_TOKEN = {
741
+ "chainId": 8453,
742
+ "address": "0xedfa23602d0ec14714057867a78d01e94176bea0",
743
+ "name": "Wrapped Kelp DAO Restaked ETH",
744
+ "symbol": "wrsETH",
745
+ "decimals": 18,
746
+ "audits": "https://kelp.gitbook.io/kelp/audits",
747
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/base/0xedfa23602d0ec14714057867a78d01e94176bea0.png"
748
+ };
749
+ exports.S_TOKEN = {
750
+ "chainId": 146,
751
+ "address": "0x0000000000000000000000000000000000000000",
752
+ "name": "Sonic",
753
+ "symbol": "S",
754
+ "decimals": 18,
755
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/sonic/0x0000000000000000000000000000000000000000.png"
756
+ };
757
+ exports.WS_TOKEN = {
758
+ "chainId": 146,
759
+ "address": "0x039e2fB66102314Ce7b64Ce5Ce3E5183bc94aD38",
760
+ "name": "Wrapped Sonic",
761
+ "symbol": "wS",
762
+ "decimals": 18,
763
+ "extensions": {
764
+ "parentAsset": "S"
765
+ },
766
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/sonic/0x039e2fb66102314ce7b64ce5ce3e5183bc94ad38.png"
767
+ };
768
+ exports.DOLA_TOKEN = {
769
+ "chainId": 1,
770
+ "address": "0x865377367054516e17014ccded1e7d814edc9ce4",
771
+ "name": "Dola",
772
+ "symbol": "DOLA",
773
+ "decimals": 18,
774
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x865377367054516e17014ccded1e7d814edc9ce4.png"
775
+ };
776
+ exports.SDOLA_TOKEN = {
777
+ "chainId": 1,
778
+ "address": "0xb45ad160634c528cc3d2926d9807104fa3157305",
779
+ "name": "Staked Dola",
780
+ "symbol": "sDOLA",
781
+ "decimals": 18,
782
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xb45ad160634c528cc3d2926d9807104fa3157305.png"
783
+ };
784
+ exports.REUSD_TOKEN = {
785
+ "chainId": 1,
786
+ "address": "0x57ab1e0003f623289cd798b1824be09a793e4bec",
787
+ "name": "Resupply USD",
788
+ "symbol": "REUSD",
789
+ "decimals": 18,
790
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x57ab1e0003f623289cd798b1824be09a793e4bec.png"
791
+ };
792
+ exports.EUSD_TOKEN = {
793
+ "chainId": 1,
794
+ "address": "0xa0d69e286b938e21cbf7e51d71f6a4c8918f482f",
795
+ "name": "Electronic USD",
796
+ "symbol": "EUSD",
797
+ "decimals": 18,
798
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xa0d69e286b938e21cbf7e51d71f6a4c8918f482f.png"
799
+ };
800
+ exports.DEUSD_TOKEN = {
801
+ "chainId": 1,
802
+ "address": "0x15700b564ca08d9439c58ca5053166e8317aa138",
803
+ "name": "Elixir deUSD",
804
+ "symbol": "deUSD",
805
+ "decimals": 18,
806
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x15700b564ca08d9439c58ca5053166e8317aa138.png"
807
+ };
808
+ exports.ALUSD_TOKEN = {
809
+ "chainId": 1,
810
+ "address": "0xbc6da0fe9ad5f3b0d58160288917aa56653660e9",
811
+ "name": "Alchemix USD",
812
+ "symbol": "alUSD",
813
+ "decimals": 18,
814
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xbc6da0fe9ad5f3b0d58160288917aa56653660e9.png"
815
+ };
816
+ exports.SYRUPUSDC_TOKEN = {
817
+ "chainId": 1,
818
+ "address": "0x80ac24aa929eaf5013f6436cda2a7ba190f5cc0b",
819
+ "name": "Syrup USDC",
820
+ "symbol": "syrupUSDC",
821
+ "decimals": 18,
822
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x80ac24aa929eaf5013f6436cda2a7ba190f5cc0b.png"
823
+ };
824
+ exports.STS_TOKEN = {
825
+ "chainId": 146,
826
+ "address": "0xE5DA20F15420aD15DE0fa650600aFc998bbE3955",
827
+ "name": "Beets Staked Sonic",
828
+ "symbol": "stS",
829
+ "decimals": 18,
830
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/sonic/0xe5da20f15420ad15de0fa650600afc998bbe3955.png"
831
+ };
832
+ exports.OS_TOKEN = {
833
+ "chainId": 146,
834
+ "address": "0xb1e25689D55734FD3ffFc939c4C3Eb52DFf8A794",
835
+ "name": "Origin Sonic",
836
+ "symbol": "OS",
837
+ "decimals": 18,
838
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/sonic/0xb1e25689d55734fd3fffc939c4c3eb52dff8a794.png"
839
+ };
840
+ exports.WOS_TOKEN = {
841
+ "chainId": 146,
842
+ "address": "0x9F0dF7799f6FDAd409300080cfF680f5A23df4b1",
843
+ "name": "Wrapped Origin Sonic",
844
+ "symbol": "wOS",
845
+ "decimals": 18,
846
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/sonic/0x9f0df7799f6fdad409300080cff680f5a23df4b1.png"
847
+ };
848
+ exports.ANS_TOKEN = {
849
+ "chainId": 146,
850
+ "address": "0x0C4E186Eae8aCAA7F7de1315D5AD174BE39Ec987",
851
+ "name": "Angles Staked Sonic",
852
+ "symbol": "anS",
853
+ "decimals": 18,
854
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/sonic/0x0c4e186eae8acaa7f7de1315d5ad174be39ec987.png"
855
+ };
856
+ exports.WANS_TOKEN = {
857
+ "chainId": 146,
858
+ "address": "0xfA85Fe5A8F5560e9039C04f2b0a90dE1415aBD70",
859
+ "name": "Wrapped Angles Staked Sonic",
860
+ "symbol": "wanS",
861
+ "decimals": 18,
862
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/sonic/0xfa85fe5a8f5560e9039c04f2b0a90de1415abd70.png"
863
+ };
864
+ exports.SCUSD_TOKEN = {
865
+ "chainId": 146,
866
+ "address": "0xd3DCe716f3eF535C5Ff8d041c1A41C3bd89b97aE",
867
+ "name": "Sonic USD",
868
+ "symbol": "scUSD",
869
+ "decimals": 18,
870
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/sonic/0xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae.png"
871
+ };
872
+ exports.STKSCUSD_TOKEN = {
873
+ "chainId": 146,
874
+ "address": "0x4D85bA8c3918359c78Ed09581E5bc7578ba932ba",
875
+ "name": "Staked Sonic USD",
876
+ "symbol": "stkscUSD",
877
+ "decimals": 18,
878
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/sonic/0x4d85ba8c3918359c78ed09581e5bc7578ba932ba.png"
879
+ };
880
+ exports.WSTKSCUSD_TOKEN = {
881
+ "chainId": 146,
882
+ "address": "0x9fb76f7ce5FCeAA2C42887ff441D46095E494206",
883
+ "name": "Wrapped Staked Sonic USD",
884
+ "symbol": "wstkscUSD",
885
+ "decimals": 18,
886
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/sonic/0x9fb76f7ce5fceaa2c42887ff441d46095e494206.png"
887
+ };
888
+ exports.BOLD_TOKEN = {
889
+ "chainId": 1,
890
+ "address": "0x6440f144b7e50d6a8439336510312d2f54beb01d",
891
+ "name": "Liquity BOLD",
892
+ "symbol": "BOLD",
893
+ "decimals": 18,
894
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x6440f144b7e50d6a8439336510312d2f54beb01d.png"
895
+ };
896
+ exports.LUSD_TOKEN = {
897
+ "chainId": 1,
898
+ "address": "0x5f98805a4e8be255a32880fdec7f6728c6568ba0",
899
+ "name": "Liquity USD",
900
+ "symbol": "LUSD",
901
+ "decimals": 18,
902
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x5f98805a4e8be255a32880fdec7f6728c6568ba0.png"
903
+ };
904
+ exports.WSTUSR_TOKEN = {
905
+ "chainId": 1,
906
+ "address": "0x1202f5c7b4b9e47a1a484e8b270be34dbbc75055",
907
+ "name": "Resolv wstUSR",
908
+ "symbol": "wstUSR",
909
+ "decimals": 18,
910
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x1202f5c7b4b9e47a1a484e8b270be34dbbc75055.png"
911
+ };
912
+ exports.LVLUSD_TOKEN = {
913
+ "chainId": 1,
914
+ "address": "0x7c1156e515aa1a2e851674120074968c905aaf37",
915
+ "name": "Level USD",
916
+ "symbol": "lvlUSD",
917
+ "decimals": 18,
918
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x7c1156e515aa1a2e851674120074968c905aaf37.png"
919
+ };
920
+ exports.IETHV2_TOKEN = {
921
+ "chainId": 1,
922
+ "address": "0xA0D3707c569ff8C87FA923d3823eC5D81c98Be78",
923
+ "name": "Fluid Lite stETH",
924
+ "symbol": "iETHv2",
925
+ "decimals": 18,
926
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xa0d3707c569ff8c87fa923d3823ec5d81c98be78.png"
927
+ };
928
+ exports.SILO_TOKEN = {
929
+ "chainId": 1,
930
+ "address": "0xf0b2dd79324a66d2108c961d680f7616e1486bb0",
931
+ "name": "Silo Finance",
932
+ "symbol": "SILO",
933
+ "decimals": 18,
934
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xf0b2dd79324a66d2108c961d680f7616e1486bb0.png"
935
+ };
936
+ exports.XSILO_TOKEN = {
937
+ "chainId": 1,
938
+ "address": "0xdd4c6FD31Ccf66E250790643947675153c221A91",
939
+ "name": "XSilo",
940
+ "symbol": "XSILO",
941
+ "decimals": 18,
942
+ "logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xdd4c6fd31ccf66e250790643947675153c221a91.png"
943
+ };
944
+ // Autopools
945
+ exports.AUTOETH_AUTOPOOL = {
946
+ "symbol": "autoETH",
947
+ "description": "ETH LSTs on Ethereum deployed across integrated DEXs.",
948
+ "type": "Tokemak",
949
+ "logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoETH\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
950
+ };
951
+ exports.BALETH_AUTOPOOL = {
952
+ "symbol": "balETH",
953
+ "description": "ETH LSTs and LRTs deployed across Balancer.",
954
+ "type": "Ecosystem",
955
+ "logoURI": "https://token-imgs.tokemaklabs.com/autopools/balETH\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
956
+ };
957
+ exports.BASEETH_AUTOPOOL = {
958
+ "symbol": "baseETH",
959
+ "description": "ETH LSTs and LRTs deployed across integrated DEXs and lending protocols on Base.",
960
+ "type": "Tokemak",
961
+ "logoURI": "https://token-imgs.tokemaklabs.com/autopools/baseETH\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
962
+ };
963
+ exports.AUTOLRT_AUTOPOOL = {
964
+ "symbol": "autoLRT",
965
+ "description": "ETH LRTs deployed across integrated DEXs.",
966
+ "type": "Tokemak",
967
+ "logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoLRT\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
968
+ };
969
+ exports.DINEROETH_AUTOPOOL = {
970
+ "symbol": "dineroETH",
971
+ "description": "Autopool optimizing pxETH LP positions.",
972
+ "type": "Ecosystem",
973
+ "logoURI": "https://token-imgs.tokemaklabs.com/autopools/dineroETH\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
974
+ };
975
+ exports.AUTOUSD_AUTOPOOL = {
976
+ "symbol": "autoUSD",
977
+ "description": "Blue-chip USD stablecoins deployed across integrated DEXs and lending protocols.",
978
+ "type": "Tokemak",
979
+ "logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
980
+ };
981
+ exports.BASEUSD_AUTOPOOL = {
982
+ "symbol": "baseUSD",
983
+ "description": "USD stablecoins deployed across integrated DEXs and lending protocols on Base.",
984
+ "type": "Tokemak",
985
+ "logoURI": "https://token-imgs.tokemaklabs.com/autopools/baseUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
986
+ };
987
+ exports.AUTOS_AUTOPOOL = {
988
+ "symbol": "autoS",
989
+ "description": "S deployed across integrated destinations on Sonic.",
990
+ "type": "Ecosystem",
991
+ "logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoS\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
992
+ };
993
+ exports.AUTODOLA_AUTOPOOL = {
994
+ "symbol": "autoDOLA",
995
+ "description": "DOLA deployed across USD-denominated destinations.",
996
+ "type": "Ecosystem",
997
+ "logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoDOLA\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
998
+ };
999
+ exports.MORPHOUSD_AUTOPOOL = {
1000
+ "symbol": "morphoUSD",
1001
+ "description": "USD stablecoins deployed deployed across Morpho.",
1002
+ "type": "Ecosystem",
1003
+ "logoURI": "https://token-imgs.tokemaklabs.com/autopools/morphoUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
1004
+ };
1005
+ exports.PENDLEUSD_AUTOPOOL = {
1006
+ "symbol": "pendleUSD",
1007
+ "description": "USD stablecoins deployed across Pendle.",
1008
+ "type": "Ecosystem",
1009
+ "logoURI": "https://token-imgs.tokemaklabs.com/autopools/pendleUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
1010
+ };
1011
+ exports.SONICUSD_AUTOPOOL = {
1012
+ "symbol": "sonicUSD",
1013
+ "description": "USD stablecoins deployed across integrated destinations on Sonic.",
1014
+ "type": "Ecosystem",
1015
+ "logoURI": "https://token-imgs.tokemaklabs.com/autopools/sonicUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
1016
+ };
1017
+ exports.TURBOUSD_AUTOPOOL = {
1018
+ "symbol": "turboUSD",
1019
+ "description": "Emerging USD stablecoins deployed across integrated DEXs and lending protocols.",
1020
+ "type": "Tokemak",
1021
+ "logoURI": "https://token-imgs.tokemaklabs.com/autopools/turboUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
1022
+ };
1023
+ exports.SILOUSD_AUTOPOOL = {
1024
+ "symbol": "siloUSD",
1025
+ "description": "USD stablecoins deployed across integrated destinations on Silo.",
1026
+ "type": "Tokemak",
1027
+ "logoURI": "https://token-imgs.tokemaklabs.com/autopools/siloUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
1028
+ };
1029
+ exports.SILOETH_AUTOPOOL = {
1030
+ "symbol": "siloETH",
1031
+ "description": "ETH deployed across integrated destinations on Silo.",
1032
+ "type": "Tokemak",
1033
+ "logoURI": "https://token-imgs.tokemaklabs.com/autopools/siloETH\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
1034
+ };
1035
+ // Arrays of all items
1036
+ exports.ALL_NETWORKS = [
1037
+ exports.ETHEREUM_NETWORK,
1038
+ exports.BASE_NETWORK,
1039
+ exports.OPTIMISM_NETWORK,
1040
+ exports.ARBITRUM_NETWORK,
1041
+ exports.SONIC_NETWORK
1042
+ ];
1043
+ exports.ALL_PROTOCOLS = [
1044
+ exports.CURVE_PROTOCOL,
1045
+ exports.BALANCER_PROTOCOL,
1046
+ exports.MAVERICK_PROTOCOL,
1047
+ exports.AERODROME_PROTOCOL,
1048
+ exports.SUSHI_PROTOCOL,
1049
+ exports.BEETS_PROTOCOL,
1050
+ exports.AAVE_PROTOCOL,
1051
+ exports.FLUID_PROTOCOL,
1052
+ exports.MORPHO_PROTOCOL,
1053
+ exports.BALANCERV3_PROTOCOL,
1054
+ exports.ETHENA_PROTOCOL,
1055
+ exports.MAKER_PROTOCOL,
1056
+ exports.EULER_PROTOCOL,
1057
+ exports.SKY_PROTOCOL,
1058
+ exports.FRAX_PROTOCOL,
1059
+ exports.ANGLE_PROTOCOL,
1060
+ exports.ORIGIN_PROTOCOL,
1061
+ exports.INVERSE_PROTOCOL,
1062
+ exports.LIDO_PROTOCOL,
1063
+ exports.SILO_PROTOCOL,
1064
+ exports.ZAPPER_PROTOCOL,
1065
+ exports.DEBANK_PROTOCOL,
1066
+ exports.LLAMASWAP_PROTOCOL,
1067
+ exports.NONE_PROTOCOL
1068
+ ];
1069
+ exports.ALL_TOKENS = [
1070
+ exports.ETH_TOKEN,
1071
+ exports.WETH_TOKEN,
1072
+ exports.WBTC_TOKEN,
1073
+ exports.TOKE_TOKEN,
1074
+ exports.RETH_TOKEN,
1075
+ exports.STETH_TOKEN,
1076
+ exports.WSTETH_TOKEN,
1077
+ exports.SWETH_TOKEN,
1078
+ exports.FRXETH_TOKEN,
1079
+ exports.SFRXETH_TOKEN,
1080
+ exports.WEETH_TOKEN,
1081
+ exports.EETH_TOKEN,
1082
+ exports.CBETH_TOKEN,
1083
+ exports.OSETH_TOKEN,
1084
+ exports.EZETH_TOKEN,
1085
+ exports.PXETH_TOKEN,
1086
+ exports.APXETH_TOKEN,
1087
+ exports.OETH_TOKEN,
1088
+ exports.RSETH_TOKEN,
1089
+ exports.ETHX_TOKEN,
1090
+ exports.RSWETH_TOKEN,
1091
+ exports.USDC_TOKEN,
1092
+ exports.PUFETH_TOKEN,
1093
+ exports.SUSDE_TOKEN,
1094
+ exports.SUSDS_TOKEN,
1095
+ exports.USDS_TOKEN,
1096
+ exports.SCRVUSD_TOKEN,
1097
+ exports.DAI_TOKEN,
1098
+ exports.USDE_TOKEN,
1099
+ exports.USDT_TOKEN,
1100
+ exports.CRVUSD_TOKEN,
1101
+ exports.GHO_TOKEN,
1102
+ exports.FRAX_TOKEN,
1103
+ exports.GYD_TOKEN,
1104
+ exports.USR_TOKEN,
1105
+ exports.SDAI_TOKEN,
1106
+ exports.SFRAX_TOKEN,
1107
+ exports.FRXUSD_TOKEN,
1108
+ exports.SFRXUSD_TOKEN,
1109
+ exports.WAUSDT_TOKEN,
1110
+ exports.WAGHO_TOKEN,
1111
+ exports.WAUSDC_TOKEN,
1112
+ exports.WRSETH_TOKEN,
1113
+ exports.S_TOKEN,
1114
+ exports.WS_TOKEN,
1115
+ exports.DOLA_TOKEN,
1116
+ exports.SDOLA_TOKEN,
1117
+ exports.REUSD_TOKEN,
1118
+ exports.EUSD_TOKEN,
1119
+ exports.DEUSD_TOKEN,
1120
+ exports.ALUSD_TOKEN,
1121
+ exports.SYRUPUSDC_TOKEN,
1122
+ exports.STS_TOKEN,
1123
+ exports.OS_TOKEN,
1124
+ exports.WOS_TOKEN,
1125
+ exports.ANS_TOKEN,
1126
+ exports.WANS_TOKEN,
1127
+ exports.SCUSD_TOKEN,
1128
+ exports.STKSCUSD_TOKEN,
1129
+ exports.WSTKSCUSD_TOKEN,
1130
+ exports.BOLD_TOKEN,
1131
+ exports.LUSD_TOKEN,
1132
+ exports.WSTUSR_TOKEN,
1133
+ exports.LVLUSD_TOKEN,
1134
+ exports.IETHV2_TOKEN,
1135
+ exports.SILO_TOKEN,
1136
+ exports.XSILO_TOKEN
1137
+ ];
1138
+ exports.ALL_AUTOPOOLS = [
1139
+ exports.AUTOETH_AUTOPOOL,
1140
+ exports.BALETH_AUTOPOOL,
1141
+ exports.BASEETH_AUTOPOOL,
1142
+ exports.AUTOLRT_AUTOPOOL,
1143
+ exports.DINEROETH_AUTOPOOL,
1144
+ exports.AUTOUSD_AUTOPOOL,
1145
+ exports.BASEUSD_AUTOPOOL,
1146
+ exports.AUTOS_AUTOPOOL,
1147
+ exports.AUTODOLA_AUTOPOOL,
1148
+ exports.MORPHOUSD_AUTOPOOL,
1149
+ exports.PENDLEUSD_AUTOPOOL,
1150
+ exports.SONICUSD_AUTOPOOL,
1151
+ exports.TURBOUSD_AUTOPOOL,
1152
+ exports.SILOUSD_AUTOPOOL,
1153
+ exports.SILOETH_AUTOPOOL
1154
+ ];
1155
+ // Token Lists
1156
+ exports.FAV_BASE_USD_TOKENS = [
1157
+ exports.USDC_TOKEN,
1158
+ exports.CRVUSD_TOKEN,
1159
+ exports.USDT_TOKEN,
1160
+ exports.USR_TOKEN,
1161
+ exports.GHO_TOKEN
1162
+ ];
1163
+ exports.FAV_ETH_TOKENS = [
1164
+ exports.ETH_TOKEN,
1165
+ exports.WETH_TOKEN,
1166
+ exports.STETH_TOKEN,
1167
+ exports.RETH_TOKEN,
1168
+ exports.USDC_TOKEN,
1169
+ exports.PXETH_TOKEN
1170
+ ];
1171
+ exports.FAV_SONIC_TOKENS = [
1172
+ exports.S_TOKEN,
1173
+ exports.WS_TOKEN,
1174
+ exports.USDC_TOKEN,
1175
+ exports.USDT_TOKEN,
1176
+ exports.OS_TOKEN
1177
+ ];
1178
+ exports.FAV_USD_TOKENS = [
1179
+ exports.USDC_TOKEN,
1180
+ exports.USDT_TOKEN,
1181
+ exports.USDE_TOKEN,
1182
+ exports.DAI_TOKEN,
1183
+ exports.GHO_TOKEN
1184
+ ];
1185
+ exports.SWAP_ENABLED = [
1186
+ exports.ETH_TOKEN,
1187
+ exports.WETH_TOKEN,
1188
+ exports.WBTC_TOKEN,
1189
+ exports.USDC_TOKEN,
1190
+ exports.STETH_TOKEN,
1191
+ exports.USDT_TOKEN,
1192
+ exports.WSTETH_TOKEN,
1193
+ exports.CBETH_TOKEN,
1194
+ exports.FRAX_TOKEN,
1195
+ exports.RETH_TOKEN,
1196
+ exports.OETH_TOKEN,
1197
+ exports.OSETH_TOKEN,
1198
+ exports.PXETH_TOKEN,
1199
+ exports.ETHX_TOKEN,
1200
+ exports.CRVUSD_TOKEN,
1201
+ exports.DAI_TOKEN,
1202
+ exports.USDS_TOKEN,
1203
+ exports.USDE_TOKEN,
1204
+ exports.GHO_TOKEN,
1205
+ exports.USR_TOKEN,
1206
+ exports.EZETH_TOKEN,
1207
+ exports.RSETH_TOKEN,
1208
+ exports.RSWETH_TOKEN,
1209
+ exports.SWETH_TOKEN,
1210
+ exports.DOLA_TOKEN
1211
+ ];
1212
+ exports.SWAP_ENABLED_SONIC = [
1213
+ exports.S_TOKEN,
1214
+ exports.WS_TOKEN,
1215
+ exports.USDC_TOKEN,
1216
+ exports.USDT_TOKEN,
1217
+ exports.OS_TOKEN,
1218
+ exports.SCUSD_TOKEN,
1219
+ exports.FRXUSD_TOKEN
1220
+ ];