@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.
- package/README.md +4 -0
- package/dist/src/functions/_vaultEvents.js +6 -6
- package/dist/src/functions/_vaultEvents.js.map +1 -1
- package/dist/src/functions/calculateApr.js +3 -3
- package/dist/src/functions/calculateApr.js.map +1 -1
- package/dist/src/functions/calculateFees.js +3 -3
- package/dist/src/functions/calculateFees.js.map +1 -1
- package/dist/src/functions/getFeeAprs.js +2 -2
- package/dist/src/functions/getFeeAprs.js.map +1 -1
- package/dist/src/functions/rewardInfo.js +3 -3
- package/dist/src/functions/rewardInfo.js.map +1 -1
- package/dist/src/functions/userBalances.js +3 -3
- package/dist/src/functions/userBalances.js.map +1 -1
- package/dist/src/functions/vault.js +5 -5
- package/dist/src/functions/vault.js.map +1 -1
- package/dist/src/graphql/constants.js +163 -147
- package/dist/src/graphql/constants.js.map +1 -1
- package/dist/src/graphql/queries.js +3 -6
- package/dist/src/graphql/queries.js.map +1 -1
- package/dist/src/index.cjs.js +2 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.esm.js +2 -1
- package/dist/src/index.js +1 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/src/index.d.ts +1 -0
- package/dist/src/src/types/index.d.ts +4 -0
- package/dist/src/src/utils/getGraphUrls.d.ts +1 -1
- package/dist/src/types/index.d.ts +4 -0
- package/dist/src/types/index.js +4 -0
- package/dist/src/types/index.js.map +1 -1
- package/dist/src/utils/config/addresses.js +217 -193
- package/dist/src/utils/config/addresses.js.map +1 -1
- package/dist/src/utils/getGraphUrls.d.ts +1 -1
- package/dist/src/utils/getGraphUrls.js +3 -1
- package/dist/src/utils/getGraphUrls.js.map +1 -1
- 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.
|
|
204
|
-
_o[types_1.SupportedDex.
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
232
|
-
_a[types_1.SupportedChainId.celo] = (
|
|
233
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
250
|
-
_a[types_1.SupportedChainId.citrea_testnet] = (
|
|
251
|
-
|
|
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
|
-
|
|
258
|
-
_a[types_1.SupportedChainId.
|
|
259
|
-
|
|
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
|
-
|
|
265
|
-
_a[types_1.SupportedChainId.evmos] = (
|
|
266
|
-
|
|
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
|
-
|
|
272
|
-
_a[types_1.SupportedChainId.fantom] = (
|
|
273
|
-
|
|
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
|
-
|
|
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
|
-
|
|
284
|
-
_a[types_1.SupportedChainId.flare] = (
|
|
285
|
-
|
|
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
|
-
|
|
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
|
-
|
|
296
|
-
_a[types_1.SupportedChainId.flow] = (
|
|
297
|
-
|
|
298
|
-
url: 'https://
|
|
299
|
-
publishedUrl: 'https://
|
|
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
|
-
|
|
304
|
-
url: 'https://
|
|
305
|
-
publishedUrl: 'https://
|
|
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
|
-
|
|
310
|
-
_a[types_1.SupportedChainId.fuse] = (
|
|
311
|
-
|
|
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
|
-
|
|
317
|
-
_a[types_1.SupportedChainId.haven1] = (
|
|
318
|
-
|
|
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
|
-
|
|
325
|
-
_a[types_1.SupportedChainId.haven1_devnet] = (
|
|
326
|
-
|
|
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
|
-
|
|
333
|
-
_a[types_1.SupportedChainId.hedera] = (
|
|
334
|
-
|
|
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
|
-
|
|
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
|
-
|
|
346
|
-
_a[types_1.SupportedChainId.hedera_testnet] = (
|
|
347
|
-
|
|
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
|
-
|
|
353
|
-
_a[types_1.SupportedChainId.hemi] = (
|
|
354
|
-
|
|
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
|
-
|
|
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
|
-
|
|
367
|
-
_a[types_1.SupportedChainId.hyperevm] = (
|
|
368
|
-
|
|
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
|
-
|
|
375
|
-
_a[types_1.SupportedChainId.ink] = (
|
|
376
|
-
|
|
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
|
-
|
|
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
|
-
|
|
388
|
-
_a[types_1.SupportedChainId.ink_sepolia] = (
|
|
389
|
-
|
|
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
|
-
|
|
395
|
-
_a[types_1.SupportedChainId.katana] = (
|
|
396
|
-
|
|
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
|
-
|
|
403
|
-
_a[types_1.SupportedChainId.kava] = (
|
|
404
|
-
|
|
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
|
-
|
|
410
|
-
_a[types_1.SupportedChainId.linea] = (
|
|
411
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
437
|
-
_a[types_1.SupportedChainId.mantle] = (
|
|
438
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
454
|
-
_a[types_1.SupportedChainId.mode] = (
|
|
455
|
-
|
|
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
|
-
|
|
461
|
-
_a[types_1.SupportedChainId.monad_testnet] = (
|
|
462
|
-
|
|
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
|
-
|
|
469
|
-
_a[types_1.SupportedChainId.moonbeam] = (
|
|
470
|
-
|
|
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
|
-
|
|
477
|
-
_a[types_1.SupportedChainId.nibiru] = (
|
|
478
|
-
|
|
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
|
-
|
|
485
|
-
_a[types_1.SupportedChainId.polygon_zkevm] = (
|
|
486
|
-
|
|
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
|
-
|
|
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
|
-
|
|
497
|
-
_a[types_1.SupportedChainId.real] = (
|
|
498
|
-
|
|
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
|
-
|
|
504
|
-
_a[types_1.SupportedChainId.rootstock] = (
|
|
505
|
-
|
|
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
|
-
|
|
511
|
-
_a[types_1.SupportedChainId.scroll] = (
|
|
512
|
-
|
|
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
|
-
|
|
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
|
-
|
|
523
|
-
_a[types_1.SupportedChainId.skale_europa] = (
|
|
524
|
-
|
|
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
|
-
|
|
530
|
-
_a[types_1.SupportedChainId.sonic] = (
|
|
531
|
-
|
|
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
|
-
|
|
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
|
-
|
|
542
|
-
_a[types_1.SupportedChainId.tac] = (
|
|
543
|
-
|
|
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
|
-
|
|
550
|
-
_a[types_1.SupportedChainId.taiko] = (
|
|
551
|
-
|
|
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
|
-
|
|
557
|
-
_a[types_1.SupportedChainId.taiko_hekla] = (
|
|
558
|
-
|
|
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
|
-
|
|
564
|
-
_a[types_1.SupportedChainId.unichain] = (
|
|
565
|
-
|
|
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
|
-
|
|
572
|
-
_a[types_1.SupportedChainId.unreal] = (
|
|
573
|
-
|
|
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
|
-
|
|
579
|
-
_a[types_1.SupportedChainId.x_layer_testnet] = (
|
|
580
|
-
|
|
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
|
-
|
|
586
|
-
_a[types_1.SupportedChainId.zircuit] = (
|
|
587
|
-
|
|
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
|
-
|
|
593
|
-
_a[types_1.SupportedChainId.zksync_era] = (
|
|
594
|
-
|
|
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
|
-
|
|
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
|
-
|
|
605
|
-
_a[types_1.SupportedChainId.zksync_era_testnet] = (
|
|
606
|
-
|
|
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
|
-
|
|
627
|
+
_29),
|
|
612
628
|
_a);
|
|
613
629
|
//# sourceMappingURL=constants.js.map
|