@ichidao/ichi-vaults-sdk 0.1.33 → 0.1.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.
Files changed (36) hide show
  1. package/README.md +4 -0
  2. package/dist/src/functions/_vaultEvents.js +6 -6
  3. package/dist/src/functions/_vaultEvents.js.map +1 -1
  4. package/dist/src/functions/calculateApr.js +3 -3
  5. package/dist/src/functions/calculateApr.js.map +1 -1
  6. package/dist/src/functions/calculateFees.js +3 -3
  7. package/dist/src/functions/calculateFees.js.map +1 -1
  8. package/dist/src/functions/getFeeAprs.js +2 -2
  9. package/dist/src/functions/getFeeAprs.js.map +1 -1
  10. package/dist/src/functions/rewardInfo.js +3 -3
  11. package/dist/src/functions/rewardInfo.js.map +1 -1
  12. package/dist/src/functions/userBalances.js +3 -3
  13. package/dist/src/functions/userBalances.js.map +1 -1
  14. package/dist/src/functions/vault.js +5 -5
  15. package/dist/src/functions/vault.js.map +1 -1
  16. package/dist/src/graphql/constants.js +163 -147
  17. package/dist/src/graphql/constants.js.map +1 -1
  18. package/dist/src/graphql/queries.js +3 -6
  19. package/dist/src/graphql/queries.js.map +1 -1
  20. package/dist/src/index.cjs.js +2 -1
  21. package/dist/src/index.d.ts +1 -0
  22. package/dist/src/index.esm.js +2 -1
  23. package/dist/src/index.js +1 -0
  24. package/dist/src/index.js.map +1 -1
  25. package/dist/src/src/index.d.ts +1 -0
  26. package/dist/src/src/types/index.d.ts +4 -0
  27. package/dist/src/src/utils/getGraphUrls.d.ts +1 -1
  28. package/dist/src/types/index.d.ts +4 -0
  29. package/dist/src/types/index.js +4 -0
  30. package/dist/src/types/index.js.map +1 -1
  31. package/dist/src/utils/config/addresses.js +217 -193
  32. package/dist/src/utils/config/addresses.js.map +1 -1
  33. package/dist/src/utils/getGraphUrls.d.ts +1 -1
  34. package/dist/src/utils/getGraphUrls.js +3 -1
  35. package/dist/src/utils/getGraphUrls.js.map +1 -1
  36. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26, _27;
2
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26, _27, _28, _29;
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.graphUrls = void 0;
5
5
  /* eslint-disable import/prefer-default-export */
@@ -200,414 +200,430 @@ exports.graphUrls = (_a = {},
200
200
  supportsCollectFees: true,
201
201
  },
202
202
  _m),
203
- _a[types_1.SupportedChainId.bsc] = (_o = {},
204
- _o[types_1.SupportedDex.UniswapV3] = {
203
+ _a[types_1.SupportedChainId.botanix] = (_o = {},
204
+ _o[types_1.SupportedDex.Bitzy] = {
205
+ url: 'https://api.studio.thegraph.com/query/88584/botanix-v-2-bitzy/version/latest',
206
+ publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/JCJdoEihvoziMjpMHs9eyMnaBmXijWoeuq73zoy8tNJN',
207
+ supportsCollectFees: true,
208
+ version: 2,
209
+ },
210
+ _o),
211
+ _a[types_1.SupportedChainId.bsc] = (_p = {},
212
+ _p[types_1.SupportedDex.UniswapV3] = {
205
213
  url: 'https://api.studio.thegraph.com/query/88584/bnb-v1/version/latest',
206
214
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/A5d7JgbjDdfD2iSgArqdBUQubFEWHG264vCZuqWBiJDU',
207
215
  supportsCollectFees: false,
208
216
  },
209
- _o[types_1.SupportedDex.Pancakeswap] = {
217
+ _p[types_1.SupportedDex.Pancakeswap] = {
210
218
  url: 'https://api.studio.thegraph.com/query/88584/bsc-v-2-pancakeswap/version/latest',
211
219
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/zGTwSohEE3tmbnoUSdm5PRTFVscBUPDGgpz2VHvN1vG',
212
220
  supportsCollectFees: false,
213
221
  version: 2,
214
222
  },
215
- _o[types_1.SupportedDex.Thena] = {
223
+ _p[types_1.SupportedDex.Thena] = {
216
224
  url: 'https://api.studio.thegraph.com/query/88584/bnb-v1-thena/version/latest',
217
225
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/6x5DWy8Tnber9jND8qbxjtCtus11tkkjd6r2qJphoLvf',
218
226
  supportsCollectFees: true,
219
227
  },
220
- _o[types_1.SupportedDex.ThenaV3Fees] = {
228
+ _p[types_1.SupportedDex.ThenaV3Fees] = {
221
229
  url: 'https://api.studio.thegraph.com/query/88584/bsc-v3-thena-fees/version/latest',
222
230
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/CUDHBLjeeqpprHGZeesTi9kxtjsZTQnJrvuT4Sm8nyx5',
223
231
  supportsCollectFees: true,
224
232
  },
225
- _o[types_1.SupportedDex.ThenaV3Rewards] = {
233
+ _p[types_1.SupportedDex.ThenaV3Rewards] = {
226
234
  url: 'https://api.studio.thegraph.com/query/88584/bsc-v-2-thena-rw/version/latest',
227
235
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/hsjGcogPgNcYYmdXnZNedrbotTsFxSSn8Sso9FUWc25',
228
236
  supportsCollectFees: true,
229
237
  version: 2,
230
238
  },
231
- _o),
232
- _a[types_1.SupportedChainId.celo] = (_p = {},
233
- _p[types_1.SupportedDex.Ubeswap] = {
239
+ _p),
240
+ _a[types_1.SupportedChainId.celo] = (_q = {},
241
+ _q[types_1.SupportedDex.Ubeswap] = {
234
242
  url: 'https://api.studio.thegraph.com/query/88584/celo-v1-ubeswap/version/latest',
235
243
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/8N5VoyCYnFxFVLiMgNWXR9dMtcRrTRC1DjHwNeq5DzNY',
236
244
  supportsCollectFees: true,
237
245
  },
238
- _p[types_1.SupportedDex.UniswapV3] = {
246
+ _q[types_1.SupportedDex.UniswapV3] = {
239
247
  url: 'https://api.studio.thegraph.com/query/88584/celo-v1/version/latest',
240
248
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/7dD1q2C5qCXmQpGCgnUsHmFaufD9c9qfppNoeEjEfkLm',
241
249
  supportsCollectFees: true,
242
250
  },
243
- _p[types_1.SupportedDex.Velodrome] = {
251
+ _q[types_1.SupportedDex.Velodrome] = {
244
252
  url: 'https://api.studio.thegraph.com/query/88584/celo-v-3-velodrome/version/latest',
245
253
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/B5bAxkSXt1oXaDJgTdP3UqigxcwgXjeBY51eo9WMmija',
246
254
  supportsCollectFees: true,
247
255
  version: 2,
248
256
  },
249
- _p),
250
- _a[types_1.SupportedChainId.citrea_testnet] = (_q = {},
251
- _q[types_1.SupportedDex.Satsuma] = {
257
+ _q),
258
+ _a[types_1.SupportedChainId.citrea_testnet] = (_r = {},
259
+ _r[types_1.SupportedDex.Satsuma] = {
252
260
  url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/citrea-testnet-v2-satsuma/gn',
253
261
  publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/citrea-testnet-v2-satsuma/gn',
254
262
  supportsCollectFees: true,
255
263
  version: 2,
256
264
  },
257
- _q),
258
- _a[types_1.SupportedChainId.eon] = (_r = {},
259
- _r[types_1.SupportedDex.Ascent] = {
265
+ _r),
266
+ _a[types_1.SupportedChainId.cronos] = (_s = {},
267
+ _s[types_1.SupportedDex.VVS] = {
268
+ url: 'https://api.studio.thegraph.com/query/88584/botanix-v-2-bitzy/version/latest',
269
+ publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/2q9731g9mpWPpzNDXuSDZ7o92sxHzBs8Nqq4EUHLoQqc',
270
+ supportsCollectFees: true,
271
+ version: 2,
272
+ },
273
+ _s),
274
+ _a[types_1.SupportedChainId.eon] = (_t = {},
275
+ _t[types_1.SupportedDex.Ascent] = {
260
276
  url: 'none',
261
277
  publishedUrl: 'none',
262
278
  supportsCollectFees: false,
263
279
  },
264
- _r),
265
- _a[types_1.SupportedChainId.evmos] = (_s = {},
266
- _s[types_1.SupportedDex.Forge] = {
280
+ _t),
281
+ _a[types_1.SupportedChainId.evmos] = (_u = {},
282
+ _u[types_1.SupportedDex.Forge] = {
267
283
  url: 'none',
268
284
  publishedUrl: 'none',
269
285
  supportsCollectFees: false,
270
286
  },
271
- _s),
272
- _a[types_1.SupportedChainId.fantom] = (_t = {},
273
- _t[types_1.SupportedDex.Equalizer] = {
287
+ _u),
288
+ _a[types_1.SupportedChainId.fantom] = (_v = {},
289
+ _v[types_1.SupportedDex.Equalizer] = {
274
290
  url: 'https://api.studio.thegraph.com/query/88584/fantom-v1-equalizer/version/latest',
275
291
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/sB5joTEeHxm7ab61PTbGsrqMpkdsFeMdiwjsURXWXcY',
276
292
  supportsCollectFees: true,
277
293
  },
278
- _t[types_1.SupportedDex.SpiritSwap] = {
294
+ _v[types_1.SupportedDex.SpiritSwap] = {
279
295
  url: 'https://api.studio.thegraph.com/query/88584/fantom-v1-spiritswap/version/latest',
280
296
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/62EgsMcsvnSR2vUbS2c6u1Au3janYYtuKFhd3D2NkyMd',
281
297
  supportsCollectFees: true,
282
298
  },
283
- _t),
284
- _a[types_1.SupportedChainId.flare] = (_u = {},
285
- _u[types_1.SupportedDex.SparkDex] = {
299
+ _v),
300
+ _a[types_1.SupportedChainId.flare] = (_w = {},
301
+ _w[types_1.SupportedDex.SparkDex] = {
286
302
  url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/flare-v2-sparkdex/gn',
287
303
  publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/flare-v2-sparkdex/gn',
288
304
  supportsCollectFees: true,
289
305
  },
290
- _u[types_1.SupportedDex.SparkDexV1] = {
306
+ _w[types_1.SupportedDex.SparkDexV1] = {
291
307
  url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/flare-v1-sparkdex/gn',
292
308
  publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/flare-v1-sparkdex/gn',
293
309
  supportsCollectFees: true,
294
310
  },
295
- _u),
296
- _a[types_1.SupportedChainId.flow] = (_v = {},
297
- _v[types_1.SupportedDex.FlowSwap] = {
298
- url: 'https://subgraph.satsuma-prod.com/[api-key]/kpgsdns3o2izsefijmnehp--15237/flow-v2-flowswap/api',
299
- publishedUrl: 'https://subgraph.satsuma-prod.com/[api-key]/kpgsdns3o2izsefijmnehp--15237/flow-v2-flowswap/api',
311
+ _w),
312
+ _a[types_1.SupportedChainId.flow] = (_x = {},
313
+ _x[types_1.SupportedDex.FlowSwap] = {
314
+ url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/flow-v2-flowswap/gn',
315
+ publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/flow-v2-flowswap/gn',
300
316
  supportsCollectFees: true,
301
317
  version: 2,
302
318
  },
303
- _v[types_1.SupportedDex.KittyPunch] = {
304
- url: 'https://subgraph.satsuma-prod.com/[api-key]/kpgsdns3o2izsefijmnehp--15237/flow-v2-kittypunch/api',
305
- publishedUrl: 'https://subgraph.satsuma-prod.com/[api-key]/kpgsdns3o2izsefijmnehp--15237/flow-v2-kittypunch/api',
319
+ _x[types_1.SupportedDex.KittyPunch] = {
320
+ url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/flow-v2-kittypunch/gn',
321
+ publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/flow-v2-kittypunch/gn',
306
322
  supportsCollectFees: true,
307
323
  version: 2,
308
324
  },
309
- _v),
310
- _a[types_1.SupportedChainId.fuse] = (_w = {},
311
- _w[types_1.SupportedDex.Voltage] = {
325
+ _x),
326
+ _a[types_1.SupportedChainId.fuse] = (_y = {},
327
+ _y[types_1.SupportedDex.Voltage] = {
312
328
  url: 'https://api.studio.thegraph.com/query/88584/fuse-v1-voltage/version/latest',
313
329
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/3vPXgLUrHhG6tRs6YoT7656UQXSa2dN6breZt9P8TfsQ',
314
330
  supportsCollectFees: true,
315
331
  },
316
- _w),
317
- _a[types_1.SupportedChainId.haven1] = (_x = {},
318
- _x[types_1.SupportedDex.hSwap] = {
332
+ _y),
333
+ _a[types_1.SupportedChainId.haven1] = (_z = {},
334
+ _z[types_1.SupportedDex.hSwap] = {
319
335
  url: 'https://api.haven1.0xgraph.xyz/api/public/4ba4443d-fa4a-4ec0-be0d-ba1a189c2277/subgraphs/haven1-v2-ichi-hswap/v0.0.1/gn',
320
336
  publishedUrl: 'https://api.haven1.0xgraph.xyz/api/public/4ba4443d-fa4a-4ec0-be0d-ba1a189c2277/subgraphs/haven1-v2-ichi-hswap/v0.0.1/gn',
321
337
  supportsCollectFees: true,
322
338
  version: 2,
323
339
  },
324
- _x),
325
- _a[types_1.SupportedChainId.haven1_devnet] = (_y = {},
326
- _y[types_1.SupportedDex.hSwap] = {
340
+ _z),
341
+ _a[types_1.SupportedChainId.haven1_devnet] = (_0 = {},
342
+ _0[types_1.SupportedDex.hSwap] = {
327
343
  url: 'https://api.haven1.0xgraph.xyz/api/public/4ba4443d-fa4a-4ec0-be0d-ba1a189c2277/subgraphs/ichi-staging-v2/v0.0.1/gn',
328
344
  publishedUrl: 'https://api.haven1.0xgraph.xyz/api/public/4ba4443d-fa4a-4ec0-be0d-ba1a189c2277/subgraphs/ichi-staging-v2/v0.0.1/gn',
329
345
  supportsCollectFees: true,
330
346
  version: 2,
331
347
  },
332
- _y),
333
- _a[types_1.SupportedChainId.hedera] = (_z = {},
334
- _z[types_1.SupportedDex.SaucerSwap] = {
348
+ _0),
349
+ _a[types_1.SupportedChainId.hedera] = (_1 = {},
350
+ _1[types_1.SupportedDex.SaucerSwap] = {
335
351
  url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hedera-v1-saucerswap/gn',
336
352
  publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hedera-v1-saucerswap/gn',
337
353
  supportsCollectFees: true,
338
354
  },
339
- _z[types_1.SupportedDex.Bonzo] = {
355
+ _1[types_1.SupportedDex.Bonzo] = {
340
356
  url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hedera-v2-bonzo/gn',
341
357
  publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hedera-v2-bonzo/gn',
342
358
  supportsCollectFees: true,
343
359
  version: 2,
344
360
  },
345
- _z),
346
- _a[types_1.SupportedChainId.hedera_testnet] = (_0 = {},
347
- _0[types_1.SupportedDex.SaucerSwap] = {
361
+ _1),
362
+ _a[types_1.SupportedChainId.hedera_testnet] = (_2 = {},
363
+ _2[types_1.SupportedDex.SaucerSwap] = {
348
364
  url: 'none',
349
365
  publishedUrl: 'none',
350
366
  supportsCollectFees: false,
351
367
  },
352
- _0),
353
- _a[types_1.SupportedChainId.hemi] = (_1 = {},
354
- _1[types_1.SupportedDex.Sushiswap] = {
368
+ _2),
369
+ _a[types_1.SupportedChainId.hemi] = (_3 = {},
370
+ _3[types_1.SupportedDex.Sushiswap] = {
355
371
  url: 'https://api.studio.thegraph.com/query/88584/hemi-v-2-sushiswap/version/latest',
356
372
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/GhoXkgbWWpAMQ6C1sgJ7hQJt36ocDR31XxPb9RhjXgL2',
357
373
  supportsCollectFees: true,
358
374
  version: 2,
359
375
  },
360
- _1[types_1.SupportedDex.UniswapV3] = {
376
+ _3[types_1.SupportedDex.UniswapV3] = {
361
377
  url: 'https://api.studio.thegraph.com/query/88584/hemi-v-2-uniswap/version/latest',
362
378
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/6vgG6d1icWJ8xYonLW5iZTSgJMMSMsGuuk5F137ksQVf',
363
379
  supportsCollectFees: true,
364
380
  version: 2,
365
381
  },
366
- _1),
367
- _a[types_1.SupportedChainId.hyperevm] = (_2 = {},
368
- _2[types_1.SupportedDex.HyperSwap] = {
382
+ _3),
383
+ _a[types_1.SupportedChainId.hyperevm] = (_4 = {},
384
+ _4[types_1.SupportedDex.HyperSwap] = {
369
385
  url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hyperevm-v2-hyperswap/gn',
370
386
  publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hyperevm-v2-hyperswap/gn',
371
387
  supportsCollectFees: true,
372
388
  version: 2,
373
389
  },
374
- _2),
375
- _a[types_1.SupportedChainId.ink] = (_3 = {},
376
- _3[types_1.SupportedDex.Reservoir] = {
390
+ _4),
391
+ _a[types_1.SupportedChainId.ink] = (_5 = {},
392
+ _5[types_1.SupportedDex.Reservoir] = {
377
393
  url: 'https://api.studio.thegraph.com/query/88584/ink-v-1-reservoir/version/latest',
378
394
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/HpknPC4bxoVsiNp1gXq63w4tcjFGN9ZokWSWdc3aKSRz',
379
395
  supportsCollectFees: true,
380
396
  },
381
- _3[types_1.SupportedDex.Velodrome] = {
397
+ _5[types_1.SupportedDex.Velodrome] = {
382
398
  url: 'https://api.studio.thegraph.com/query/88584/ink-v-3-velodrome/version/latest',
383
399
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/DpBJxoNPbremsbV22e6wm3GCq41R715QXPUYdPxd9TQi',
384
400
  supportsCollectFees: true,
385
401
  version: 2,
386
402
  },
387
- _3),
388
- _a[types_1.SupportedChainId.ink_sepolia] = (_4 = {},
389
- _4[types_1.SupportedDex.UniswapV3] = {
403
+ _5),
404
+ _a[types_1.SupportedChainId.ink_sepolia] = (_6 = {},
405
+ _6[types_1.SupportedDex.UniswapV3] = {
390
406
  url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/open-v3/ink-sepolia-v1/gn',
391
407
  publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/open-v3/ink-sepolia-v1/gn',
392
408
  supportsCollectFees: true,
393
409
  },
394
- _4),
395
- _a[types_1.SupportedChainId.katana] = (_5 = {},
396
- _5[types_1.SupportedDex.Sushiswap] = {
410
+ _6),
411
+ _a[types_1.SupportedChainId.katana] = (_7 = {},
412
+ _7[types_1.SupportedDex.Sushiswap] = {
397
413
  url: 'https://api.studio.thegraph.com/query/88584/katana-v-2-sushiswap/version/latest',
398
414
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/F4BWERAWUduNTwZEF72yYi8GyEbWWsDdDZbJADUEUG16',
399
415
  supportsCollectFees: true,
400
416
  version: 2,
401
417
  },
402
- _5),
403
- _a[types_1.SupportedChainId.kava] = (_6 = {},
404
- _6[types_1.SupportedDex.Kinetix] = {
418
+ _7),
419
+ _a[types_1.SupportedChainId.kava] = (_8 = {},
420
+ _8[types_1.SupportedDex.Kinetix] = {
405
421
  url: 'https://the-graph.kava.io/subgraphs/name/ichi-org/kava-v1-kinetix',
406
422
  publishedUrl: 'https://the-graph.kava.io/subgraphs/name/ichi-org/kava-v1-kinetix',
407
423
  supportsCollectFees: true,
408
424
  },
409
- _6),
410
- _a[types_1.SupportedChainId.linea] = (_7 = {},
411
- _7[types_1.SupportedDex.Linehub] = {
425
+ _8),
426
+ _a[types_1.SupportedChainId.linea] = (_9 = {},
427
+ _9[types_1.SupportedDex.Linehub] = {
412
428
  url: 'https://api.studio.thegraph.com/query/88584/linea-v1-linehub/v0.0.3',
413
429
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/T2KQrNBqn6Et7xEjDAhMrvb9aJBYnHqmQhimbauYW9E',
414
430
  supportsCollectFees: true,
415
431
  },
416
- _7[types_1.SupportedDex.Lynex] = {
432
+ _9[types_1.SupportedDex.Lynex] = {
417
433
  url: 'https://api.studio.thegraph.com/query/88584/linea-v1-lynex/version/latest',
418
434
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/BXngwuUh7YYXg9QY2bFW5tqhuG2okNgczm1utfpEyCX9',
419
435
  supportsCollectFees: true,
420
436
  },
421
- _7[types_1.SupportedDex.Metavault] = {
437
+ _9[types_1.SupportedDex.Metavault] = {
422
438
  url: 'https://api.studio.thegraph.com/query/88584/linea-v1-metavault/version/latest',
423
439
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/CVBmJy2wVp3NPZQRzwHjboNyfVKsp2jaQoXZbFx1rR2A',
424
440
  supportsCollectFees: true,
425
441
  },
426
- _7[types_1.SupportedDex.Nile] = {
442
+ _9[types_1.SupportedDex.Nile] = {
427
443
  url: 'https://api.studio.thegraph.com/query/88584/linea-v1-nile/version/latest',
428
444
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/3vrWez6BeB5jnvzXh9Vs9rbUSWmSKNbwDTcnuHQTbehu',
429
445
  supportsCollectFees: true,
430
446
  },
431
- _7[types_1.SupportedDex.UniswapV3] = {
447
+ _9[types_1.SupportedDex.UniswapV3] = {
432
448
  url: 'https://api.studio.thegraph.com/query/88584/linea-v1/version/latest',
433
449
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/3FDwqSf1ftVtvDiTZExGZut3TPJKVx74htgPL2cuWh7g',
434
450
  supportsCollectFees: true,
435
451
  },
436
- _7),
437
- _a[types_1.SupportedChainId.mantle] = (_8 = {},
438
- _8[types_1.SupportedDex.Agni] = {
452
+ _9),
453
+ _a[types_1.SupportedChainId.mantle] = (_10 = {},
454
+ _10[types_1.SupportedDex.Agni] = {
439
455
  url: 'https://subgraph-api.mantle.xyz/api/public/0adbe4aa-15df-48ae-aead-f7a80732986d/subgraphs/ichi-org/mantle-v1-agni/v0.0.2/gn',
440
456
  publishedUrl: 'https://subgraph-api.mantle.xyz/api/public/0adbe4aa-15df-48ae-aead-f7a80732986d/subgraphs/ichi-org/mantle-v1-agni/v0.0.2/gn',
441
457
  supportsCollectFees: true,
442
458
  },
443
- _8[types_1.SupportedDex.Cleo] = {
459
+ _10[types_1.SupportedDex.Cleo] = {
444
460
  url: 'https://subgraph-api.mantle.xyz/api/public/0adbe4aa-15df-48ae-aead-f7a80732986d/subgraphs/ichi-org/mantle-v1-cleo/v0.0.2/gn',
445
461
  publishedUrl: 'https://subgraph-api.mantle.xyz/api/public/0adbe4aa-15df-48ae-aead-f7a80732986d/subgraphs/ichi-org/mantle-v1-cleo/v0.0.2/gn',
446
462
  supportsCollectFees: true,
447
463
  },
448
- _8[types_1.SupportedDex.Crust] = {
464
+ _10[types_1.SupportedDex.Crust] = {
449
465
  url: 'https://subgraph-api.mantle.xyz/api/public/0adbe4aa-15df-48ae-aead-f7a80732986d/subgraphs/ichi-org/mantle-v1-crust/v0.0.2/gn',
450
466
  publishedUrl: 'https://subgraph-api.mantle.xyz/api/public/0adbe4aa-15df-48ae-aead-f7a80732986d/subgraphs/ichi-org/mantle-v1-crust/v0.0.2/gn',
451
467
  supportsCollectFees: true,
452
468
  },
453
- _8),
454
- _a[types_1.SupportedChainId.mode] = (_9 = {},
455
- _9[types_1.SupportedDex.Kim] = {
469
+ _10),
470
+ _a[types_1.SupportedChainId.mode] = (_11 = {},
471
+ _11[types_1.SupportedDex.Kim] = {
456
472
  url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/mode-v1-kim/gn',
457
473
  publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/mode-v1-kim/gn',
458
474
  supportsCollectFees: true,
459
475
  },
460
- _9),
461
- _a[types_1.SupportedChainId.monad_testnet] = (_10 = {},
462
- _10[types_1.SupportedDex.Atlantis] = {
476
+ _11),
477
+ _a[types_1.SupportedChainId.monad_testnet] = (_12 = {},
478
+ _12[types_1.SupportedDex.Atlantis] = {
463
479
  url: 'https://api.studio.thegraph.com/query/88584/monad-testnet-v-2-1-atlantis/version/latest',
464
480
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/rJu7xtaKTLrbvhgoqDNGYxULnFnHdMptq19gU8yRqkB',
465
481
  supportsCollectFees: true,
466
482
  version: 2,
467
483
  },
468
- _10),
469
- _a[types_1.SupportedChainId.moonbeam] = (_11 = {},
470
- _11[types_1.SupportedDex.StellaSwap] = {
484
+ _12),
485
+ _a[types_1.SupportedChainId.moonbeam] = (_13 = {},
486
+ _13[types_1.SupportedDex.StellaSwap] = {
471
487
  url: 'https://api.studio.thegraph.com/query/88584/moonbeam-v-2-stellaswap/version/latest',
472
488
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/DgBPraNX8mK7uthvPtzq2rMWx1eU543rWT8kBi1ogWh8',
473
489
  supportsCollectFees: true,
474
490
  version: 2,
475
491
  },
476
- _11),
477
- _a[types_1.SupportedChainId.nibiru] = (_12 = {},
478
- _12[types_1.SupportedDex.UniswapV3] = {
492
+ _13),
493
+ _a[types_1.SupportedChainId.nibiru] = (_14 = {},
494
+ _14[types_1.SupportedDex.UniswapV3] = {
479
495
  url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/nibiru-v2-uniswap/gn',
480
496
  publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/nibiru-v2-uniswap/gn',
481
497
  supportsCollectFees: true,
482
498
  version: 2,
483
499
  },
484
- _12),
485
- _a[types_1.SupportedChainId.polygon_zkevm] = (_13 = {},
486
- _13[types_1.SupportedDex.Pancakeswap] = {
500
+ _14),
501
+ _a[types_1.SupportedChainId.polygon_zkevm] = (_15 = {},
502
+ _15[types_1.SupportedDex.Pancakeswap] = {
487
503
  url: 'https://api.studio.thegraph.com/query/88584/zkevm-v1-pancakeswap/version/latest',
488
504
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/6suvZcqmzNcrr6ewVwjeMtq2vNsZ6Z7pL3dVjWvDF96f',
489
505
  supportsCollectFees: true,
490
506
  },
491
- _13[types_1.SupportedDex.Quickswap] = {
507
+ _15[types_1.SupportedDex.Quickswap] = {
492
508
  url: 'https://api.studio.thegraph.com/query/88584/zkevm-v1-quickswap/version/latest',
493
509
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/4LAUjmgShgrvFFv7W9zPRKKDqLeSHMp1BMtPeR7cfBHt',
494
510
  supportsCollectFees: true,
495
511
  },
496
- _13),
497
- _a[types_1.SupportedChainId.real] = (_14 = {},
498
- _14[types_1.SupportedDex.Pearl] = {
512
+ _15),
513
+ _a[types_1.SupportedChainId.real] = (_16 = {},
514
+ _16[types_1.SupportedDex.Pearl] = {
499
515
  url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/real-v1-pearl/gn',
500
516
  publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/real-v1-pearl/gn',
501
517
  supportsCollectFees: true,
502
518
  },
503
- _14),
504
- _a[types_1.SupportedChainId.rootstock] = (_15 = {},
505
- _15[types_1.SupportedDex.UniswapV3] = {
519
+ _16),
520
+ _a[types_1.SupportedChainId.rootstock] = (_17 = {},
521
+ _17[types_1.SupportedDex.UniswapV3] = {
506
522
  url: 'https://api.studio.thegraph.com/query/88584/rootstock-v1/version/latest',
507
523
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/BAvYHGJeD743cE3eg3UXYmjuEjtz72CCJ94Vp1zbFHhY',
508
524
  supportsCollectFees: true,
509
525
  },
510
- _15),
511
- _a[types_1.SupportedChainId.scroll] = (_16 = {},
512
- _16[types_1.SupportedDex.Metavault] = {
526
+ _17),
527
+ _a[types_1.SupportedChainId.scroll] = (_18 = {},
528
+ _18[types_1.SupportedDex.Metavault] = {
513
529
  url: 'https://api.studio.thegraph.com/query/88584/scroll-v1-metavault/version/latest',
514
530
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/J9ftF7FnUTbLDxxTXza1ekix2w39dspgpiFiquRK1qL',
515
531
  supportsCollectFees: true,
516
532
  },
517
- _16[types_1.SupportedDex.UniswapV3] = {
533
+ _18[types_1.SupportedDex.UniswapV3] = {
518
534
  url: 'https://api.studio.thegraph.com/query/88584/scroll-v1/version/latest',
519
535
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/3LqDsCLFLTTkwSfoCNVuHufLBeWyogSb1fZYicPmjron',
520
536
  supportsCollectFees: true,
521
537
  },
522
- _16),
523
- _a[types_1.SupportedChainId.skale_europa] = (_17 = {},
524
- _17[types_1.SupportedDex.Sushiswap] = {
538
+ _18),
539
+ _a[types_1.SupportedChainId.skale_europa] = (_19 = {},
540
+ _19[types_1.SupportedDex.Sushiswap] = {
525
541
  url: 'https://elated-tan-skat-graph.skalenodes.com:8000/subgraphs/name/ichi-org/skale-europa-v1-sushiswap',
526
542
  publishedUrl: 'https://elated-tan-skat-graph.skalenodes.com:8000/subgraphs/name/ichi-org/skale-europa-v1-sushiswap',
527
543
  supportsCollectFees: true,
528
544
  },
529
- _17),
530
- _a[types_1.SupportedChainId.sonic] = (_18 = {},
531
- _18[types_1.SupportedDex.Equalizer] = {
545
+ _19),
546
+ _a[types_1.SupportedChainId.sonic] = (_20 = {},
547
+ _20[types_1.SupportedDex.Equalizer] = {
532
548
  url: 'https://api.studio.thegraph.com/query/88584/sonic-v1-equalizer/version/latest',
533
549
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/nPdJMpi6vnGWYWwLXwkmtGe7qW6oUC28pmYPmWz2eY1',
534
550
  supportsCollectFees: true,
535
551
  },
536
- _18[types_1.SupportedDex.SwapX] = {
552
+ _20[types_1.SupportedDex.SwapX] = {
537
553
  url: 'https://api.studio.thegraph.com/query/88584/sonic-v1-swapx/version/latest',
538
554
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/Gw1DrPbd1pBNorCWEfyb9i8txJ962qYqqPtuyX6iEH8u',
539
555
  supportsCollectFees: true,
540
556
  },
541
- _18),
542
- _a[types_1.SupportedChainId.tac] = (_19 = {},
543
- _19[types_1.SupportedDex.Snap] = {
557
+ _20),
558
+ _a[types_1.SupportedChainId.tac] = (_21 = {},
559
+ _21[types_1.SupportedDex.Snap] = {
544
560
  url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/tac-v2-snap/gn',
545
561
  publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/tac-v2-snap/gn',
546
562
  supportsCollectFees: true,
547
563
  version: 2,
548
564
  },
549
- _19),
550
- _a[types_1.SupportedChainId.taiko] = (_20 = {},
551
- _20[types_1.SupportedDex.Henjin] = {
565
+ _21),
566
+ _a[types_1.SupportedChainId.taiko] = (_22 = {},
567
+ _22[types_1.SupportedDex.Henjin] = {
552
568
  url: 'https://api.goldsky.com/api/public/project_clvwe2yydw1n701uh6yple20i/subgraphs/henjin-ichi/1.0.0/gn',
553
569
  publishedUrl: 'https://api.goldsky.com/api/public/project_clvwe2yydw1n701uh6yple20i/subgraphs/henjin-ichi/1.0.0/gn',
554
570
  supportsCollectFees: true,
555
571
  },
556
- _20),
557
- _a[types_1.SupportedChainId.taiko_hekla] = (_21 = {},
558
- _21[types_1.SupportedDex.Henjin] = {
572
+ _22),
573
+ _a[types_1.SupportedChainId.taiko_hekla] = (_23 = {},
574
+ _23[types_1.SupportedDex.Henjin] = {
559
575
  url: 'none',
560
576
  publishedUrl: 'none',
561
577
  supportsCollectFees: true,
562
578
  },
563
- _21),
564
- _a[types_1.SupportedChainId.unichain] = (_22 = {},
565
- _22[types_1.SupportedDex.Catex] = {
579
+ _23),
580
+ _a[types_1.SupportedChainId.unichain] = (_24 = {},
581
+ _24[types_1.SupportedDex.Catex] = {
566
582
  url: 'https://api.studio.thegraph.com/query/88584/unichain-v-2-uniswap/version/latest',
567
583
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/8fsJpbjBEzkwBUjsNbnA8tDd94NLSh6DvEUGhvFfNfho',
568
584
  supportsCollectFees: true,
569
585
  version: 2,
570
586
  },
571
- _22),
572
- _a[types_1.SupportedChainId.unreal] = (_23 = {},
573
- _23[types_1.SupportedDex.Pearl] = {
587
+ _24),
588
+ _a[types_1.SupportedChainId.unreal] = (_25 = {},
589
+ _25[types_1.SupportedDex.Pearl] = {
574
590
  url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/unreal-v1-pearl/gn',
575
591
  publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/unreal-v1-pearl/gn',
576
592
  supportsCollectFees: true,
577
593
  },
578
- _23),
579
- _a[types_1.SupportedChainId.x_layer_testnet] = (_24 = {},
580
- _24[types_1.SupportedDex.XSwap] = {
594
+ _25),
595
+ _a[types_1.SupportedChainId.x_layer_testnet] = (_26 = {},
596
+ _26[types_1.SupportedDex.XSwap] = {
581
597
  url: 'https://api.studio.thegraph.com/query/88584/xlayer-sepolia-v1-xswap/version/latest',
582
598
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/EsPs6Mz2akM2Hbqm66jTb4YrnW1cjHVDnoqcJV2Xvitt',
583
599
  supportsCollectFees: true,
584
600
  },
585
- _24),
586
- _a[types_1.SupportedChainId.zircuit] = (_25 = {},
587
- _25[types_1.SupportedDex.Ocelex] = {
601
+ _26),
602
+ _a[types_1.SupportedChainId.zircuit] = (_27 = {},
603
+ _27[types_1.SupportedDex.Ocelex] = {
588
604
  url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/zircuit-v1-ocelex-0.0.1/gn',
589
605
  publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/zircuit-v1-ocelex-0.0.1/gn',
590
606
  supportsCollectFees: true,
591
607
  },
592
- _25),
593
- _a[types_1.SupportedChainId.zksync_era] = (_26 = {},
594
- _26[types_1.SupportedDex.Pancakeswap] = {
608
+ _27),
609
+ _a[types_1.SupportedChainId.zksync_era] = (_28 = {},
610
+ _28[types_1.SupportedDex.Pancakeswap] = {
595
611
  url: 'https://api.studio.thegraph.com/query/88584/zksync-v1-pancakeswap/version/latest',
596
612
  publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/HRoLbVrr8T8zCbC769cMseTpHq9Ebnqv5fKaJKJ4qkYc',
597
613
  supportsCollectFees: true,
598
614
  },
599
- _26[types_1.SupportedDex.Velocore] = {
615
+ _28[types_1.SupportedDex.Velocore] = {
600
616
  url: 'https://api.studio.thegraph.com/query/88584/zksync-v1-velocore/version/latest',
601
617
  publishedUrl: 'https://api.studio.thegraph.com/query/88584/zksync-v1-velocore/version/latest',
602
618
  supportsCollectFees: false,
603
619
  },
604
- _26),
605
- _a[types_1.SupportedChainId.zksync_era_testnet] = (_27 = {},
606
- _27[types_1.SupportedDex.Velocore] = {
620
+ _28),
621
+ _a[types_1.SupportedChainId.zksync_era_testnet] = (_29 = {},
622
+ _29[types_1.SupportedDex.Velocore] = {
607
623
  url: 'none',
608
624
  publishedUrl: 'none',
609
625
  supportsCollectFees: true,
610
626
  },
611
- _27),
627
+ _29),
612
628
  _a);
613
629
  //# sourceMappingURL=constants.js.map