@ichidao/ichi-vaults-sdk 0.1.43 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +61 -208
- package/dist/abis/types/AlgebraIntegralPool.d.ts +702 -793
- package/dist/abis/types/AlgebraPool.d.ts +693 -730
- package/dist/abis/types/ClPool.d.ts +789 -871
- package/dist/abis/types/DepositGuard.d.ts +193 -178
- package/dist/abis/types/DepositGuardWithHtsWrapping.d.ts +300 -297
- package/dist/abis/types/ERC20.d.ts +120 -147
- package/dist/abis/types/ERC20Wrapper.d.ts +147 -155
- package/dist/abis/types/IchiVault.d.ts +598 -728
- package/dist/abis/types/MultiFeeDistributer.d.ts +314 -423
- package/dist/abis/types/Multicall.d.ts +58 -73
- package/dist/abis/types/UniswapV3Pool.d.ts +654 -693
- package/dist/abis/types/common.d.ts +40 -12
- package/dist/abis/types/factories/AlgebraIntegralPool__factory.d.ts +2 -3
- package/dist/abis/types/factories/AlgebraIntegralPool__factory.js +10 -13
- package/dist/abis/types/factories/AlgebraIntegralPool__factory.js.map +1 -1
- package/dist/abis/types/factories/AlgebraPool__factory.d.ts +2 -3
- package/dist/abis/types/factories/AlgebraPool__factory.js +10 -13
- package/dist/abis/types/factories/AlgebraPool__factory.js.map +1 -1
- package/dist/abis/types/factories/ClPool__factory.d.ts +2 -3
- package/dist/abis/types/factories/ClPool__factory.js +10 -13
- package/dist/abis/types/factories/ClPool__factory.js.map +1 -1
- package/dist/abis/types/factories/DepositGuardWithHtsWrapping__factory.d.ts +2 -3
- package/dist/abis/types/factories/DepositGuardWithHtsWrapping__factory.js +10 -13
- package/dist/abis/types/factories/DepositGuardWithHtsWrapping__factory.js.map +1 -1
- package/dist/abis/types/factories/DepositGuard__factory.d.ts +2 -3
- package/dist/abis/types/factories/DepositGuard__factory.js +10 -13
- package/dist/abis/types/factories/DepositGuard__factory.js.map +1 -1
- package/dist/abis/types/factories/ERC20Wrapper__factory.d.ts +2 -3
- package/dist/abis/types/factories/ERC20Wrapper__factory.js +10 -13
- package/dist/abis/types/factories/ERC20Wrapper__factory.js.map +1 -1
- package/dist/abis/types/factories/ERC20__factory.d.ts +2 -3
- package/dist/abis/types/factories/ERC20__factory.js +10 -13
- package/dist/abis/types/factories/ERC20__factory.js.map +1 -1
- package/dist/abis/types/factories/IchiVault__factory.d.ts +2 -3
- package/dist/abis/types/factories/IchiVault__factory.js +10 -13
- package/dist/abis/types/factories/IchiVault__factory.js.map +1 -1
- package/dist/abis/types/factories/MultiFeeDistributer__factory.d.ts +2 -3
- package/dist/abis/types/factories/MultiFeeDistributer__factory.js +10 -13
- package/dist/abis/types/factories/MultiFeeDistributer__factory.js.map +1 -1
- package/dist/abis/types/factories/Multicall__factory.d.ts +2 -3
- package/dist/abis/types/factories/Multicall__factory.js +10 -13
- package/dist/abis/types/factories/Multicall__factory.js.map +1 -1
- package/dist/abis/types/factories/UniswapV3Pool__factory.d.ts +2 -3
- package/dist/abis/types/factories/UniswapV3Pool__factory.js +10 -13
- package/dist/abis/types/factories/UniswapV3Pool__factory.js.map +1 -1
- package/dist/src/__tests__/index.test.js +356 -738
- package/dist/src/__tests__/index.test.js.map +1 -1
- package/dist/src/abis/types/AlgebraIntegralPool.d.ts +702 -793
- package/dist/src/abis/types/AlgebraPool.d.ts +693 -730
- package/dist/src/abis/types/ClPool.d.ts +789 -871
- package/dist/src/abis/types/DepositGuard.d.ts +193 -178
- package/dist/src/abis/types/DepositGuardWithHtsWrapping.d.ts +300 -297
- package/dist/src/abis/types/ERC20.d.ts +120 -147
- package/dist/src/abis/types/ERC20Wrapper.d.ts +147 -155
- package/dist/src/abis/types/IchiVault.d.ts +598 -728
- package/dist/src/abis/types/MultiFeeDistributer.d.ts +314 -423
- package/dist/src/abis/types/Multicall.d.ts +58 -73
- package/dist/src/abis/types/UniswapV3Pool.d.ts +654 -693
- package/dist/src/abis/types/common.d.ts +40 -12
- package/dist/src/abis/types/factories/AlgebraIntegralPool__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/AlgebraPool__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/ClPool__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/DepositGuardWithHtsWrapping__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/DepositGuard__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/ERC20Wrapper__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/ERC20__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/IchiVault__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/MultiFeeDistributer__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/Multicall__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/UniswapV3Pool__factory.d.ts +2 -3
- package/dist/src/contracts/index.d.ts +1 -1
- package/dist/src/contracts/index.js +12 -12
- package/dist/src/contracts/index.js.map +1 -1
- package/dist/src/functions/_totalBalances.d.ts +2 -3
- package/dist/src/functions/_totalBalances.js +46 -117
- package/dist/src/functions/_totalBalances.js.map +1 -1
- package/dist/src/functions/_vaultEvents.js +347 -488
- package/dist/src/functions/_vaultEvents.js.map +1 -1
- package/dist/src/functions/_withdrawHelpers.d.ts +2 -3
- package/dist/src/functions/_withdrawHelpers.js +13 -62
- package/dist/src/functions/_withdrawHelpers.js.map +1 -1
- package/dist/src/functions/calculateApr.d.ts +1 -1
- package/dist/src/functions/calculateApr.js +77 -150
- package/dist/src/functions/calculateApr.js.map +1 -1
- package/dist/src/functions/calculateDtr.d.ts +1 -1
- package/dist/src/functions/calculateDtr.js +84 -169
- package/dist/src/functions/calculateDtr.js.map +1 -1
- package/dist/src/functions/calculateFees.d.ts +1 -1
- package/dist/src/functions/calculateFees.js +97 -172
- package/dist/src/functions/calculateFees.js.map +1 -1
- package/dist/src/functions/chains.js +6 -6
- package/dist/src/functions/chains.js.map +1 -1
- package/dist/src/functions/claimRewards.d.ts +3 -4
- package/dist/src/functions/claimRewards.js +29 -92
- package/dist/src/functions/claimRewards.js.map +1 -1
- package/dist/src/functions/deposit.d.ts +7 -9
- package/dist/src/functions/deposit.js +199 -364
- package/dist/src/functions/deposit.js.map +1 -1
- package/dist/src/functions/depositWithHtsWrapping.d.ts +4 -6
- package/dist/src/functions/depositWithHtsWrapping.js +109 -226
- package/dist/src/functions/depositWithHtsWrapping.js.map +1 -1
- package/dist/src/functions/getFeeAprs.d.ts +1 -1
- package/dist/src/functions/getFeeAprs.js +55 -111
- package/dist/src/functions/getFeeAprs.js.map +1 -1
- package/dist/src/functions/priceFromPool.d.ts +3 -4
- package/dist/src/functions/priceFromPool.js +99 -208
- package/dist/src/functions/priceFromPool.js.map +1 -1
- package/dist/src/functions/rewardInfo.js +79 -159
- package/dist/src/functions/rewardInfo.js.map +1 -1
- package/dist/src/functions/totalBalances.d.ts +2 -3
- package/dist/src/functions/totalBalances.js +14 -67
- package/dist/src/functions/totalBalances.js.map +1 -1
- package/dist/src/functions/userBalances.d.ts +2 -3
- package/dist/src/functions/userBalances.js +244 -368
- package/dist/src/functions/userBalances.js.map +1 -1
- package/dist/src/functions/userRewards.d.ts +1 -1
- package/dist/src/functions/userRewards.js +87 -145
- package/dist/src/functions/userRewards.js.map +1 -1
- package/dist/src/functions/vault.d.ts +1 -1
- package/dist/src/functions/vault.js +203 -383
- package/dist/src/functions/vault.js.map +1 -1
- package/dist/src/functions/vaultBasics.js +6 -7
- package/dist/src/functions/vaultBasics.js.map +1 -1
- package/dist/src/functions/vaultMetrics.d.ts +1 -1
- package/dist/src/functions/vaultMetrics.js +111 -189
- package/dist/src/functions/vaultMetrics.js.map +1 -1
- package/dist/src/functions/vaultPositions.d.ts +1 -1
- package/dist/src/functions/vaultPositions.js +69 -134
- package/dist/src/functions/vaultPositions.js.map +1 -1
- package/dist/src/functions/vaultTvl.d.ts +1 -1
- package/dist/src/functions/vaultTvl.js +80 -165
- package/dist/src/functions/vaultTvl.js.map +1 -1
- package/dist/src/functions/withdraw.d.ts +6 -8
- package/dist/src/functions/withdraw.js +165 -295
- package/dist/src/functions/withdraw.js.map +1 -1
- package/dist/src/functions/withdrawWithErc20Wrapping.d.ts +2 -4
- package/dist/src/functions/withdrawWithErc20Wrapping.js +59 -126
- package/dist/src/functions/withdrawWithErc20Wrapping.js.map +1 -1
- package/dist/src/graphql/constants.js +211 -212
- package/dist/src/graphql/constants.js.map +1 -1
- package/dist/src/graphql/functions.js +30 -102
- package/dist/src/graphql/functions.js.map +1 -1
- package/dist/src/graphql/queries.js +407 -42
- package/dist/src/graphql/queries.js.map +1 -1
- package/dist/src/index.cjs.js +2 -2
- package/dist/src/index.esm.js +2 -2
- package/dist/src/src/contracts/index.d.ts +1 -1
- package/dist/src/src/functions/_totalBalances.d.ts +2 -3
- package/dist/src/src/functions/_withdrawHelpers.d.ts +2 -3
- package/dist/src/src/functions/calculateApr.d.ts +1 -1
- package/dist/src/src/functions/calculateDtr.d.ts +1 -1
- package/dist/src/src/functions/calculateFees.d.ts +1 -1
- package/dist/src/src/functions/claimRewards.d.ts +3 -4
- package/dist/src/src/functions/deposit.d.ts +7 -9
- package/dist/src/src/functions/depositWithHtsWrapping.d.ts +4 -6
- package/dist/src/src/functions/getFeeAprs.d.ts +1 -1
- package/dist/src/src/functions/priceFromPool.d.ts +3 -4
- package/dist/src/src/functions/totalBalances.d.ts +2 -3
- package/dist/src/src/functions/userBalances.d.ts +2 -3
- package/dist/src/src/functions/userRewards.d.ts +1 -1
- package/dist/src/src/functions/vault.d.ts +1 -1
- package/dist/src/src/functions/vaultMetrics.d.ts +1 -1
- package/dist/src/src/functions/vaultPositions.d.ts +1 -1
- package/dist/src/src/functions/vaultTvl.d.ts +1 -1
- package/dist/src/src/functions/withdraw.d.ts +6 -8
- package/dist/src/src/functions/withdrawWithErc20Wrapping.d.ts +2 -4
- package/dist/src/src/types/calculateGasMargin.d.ts +1 -2
- package/dist/src/src/types/index.d.ts +11 -13
- package/dist/src/src/utils/amountWithSlippage.d.ts +1 -2
- package/dist/src/src/utils/config/addresses.d.ts +1 -1
- package/dist/src/src/utils/formatBigInt.d.ts +1 -2
- package/dist/src/src/utils/getPrice.d.ts +1 -2
- package/dist/src/src/utils/multicallUtils.d.ts +9 -10
- package/dist/src/src/utils/parseBigInt.d.ts +1 -2
- package/dist/src/types/calculateGasMargin.d.ts +1 -2
- package/dist/src/types/calculateGasMargin.js +4 -5
- package/dist/src/types/calculateGasMargin.js.map +1 -1
- package/dist/src/types/index.d.ts +11 -13
- package/dist/src/types/index.js.map +1 -1
- package/dist/src/utils/amountWithSlippage.d.ts +1 -2
- package/dist/src/utils/amountWithSlippage.js +1 -1
- package/dist/src/utils/amountWithSlippage.js.map +1 -1
- package/dist/src/utils/cache.js +2 -2
- package/dist/src/utils/cache.js.map +1 -1
- package/dist/src/utils/config/addresses.d.ts +1 -1
- package/dist/src/utils/config/addresses.js +267 -268
- package/dist/src/utils/config/addresses.js.map +1 -1
- package/dist/src/utils/formatBigInt.d.ts +1 -2
- package/dist/src/utils/formatBigInt.js +4 -5
- package/dist/src/utils/formatBigInt.js.map +1 -1
- package/dist/src/utils/getConfigByFactory.js +24 -28
- package/dist/src/utils/getConfigByFactory.js.map +1 -1
- package/dist/src/utils/getGraphUrls.js +8 -12
- package/dist/src/utils/getGraphUrls.js.map +1 -1
- package/dist/src/utils/getPrice.d.ts +1 -2
- package/dist/src/utils/getPrice.js +5 -6
- package/dist/src/utils/getPrice.js.map +1 -1
- package/dist/src/utils/isVelodrome.js +2 -3
- package/dist/src/utils/isVelodrome.js.map +1 -1
- package/dist/src/utils/multicallUtils.d.ts +9 -10
- package/dist/src/utils/multicallUtils.js +38 -93
- package/dist/src/utils/multicallUtils.js.map +1 -1
- package/dist/src/utils/parseBigInt.d.ts +1 -2
- package/dist/src/utils/parseBigInt.js +5 -7
- package/dist/src/utils/parseBigInt.js.map +1 -1
- package/dist/src/utils/positionKey.js +2 -4
- package/dist/src/utils/positionKey.js.map +1 -1
- package/package.json +5 -17
|
@@ -1,649 +1,648 @@
|
|
|
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, _28, _29, _30;
|
|
3
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
3
|
exports.graphUrls = void 0;
|
|
5
4
|
/* eslint-disable import/prefer-default-export */
|
|
6
|
-
|
|
5
|
+
const types_1 = require("../types");
|
|
7
6
|
// 'none' indicates that graph is not enabled on that chain
|
|
8
|
-
exports.graphUrls =
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
exports.graphUrls = {
|
|
8
|
+
[types_1.SupportedChainId.arbitrum]: {
|
|
9
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
11
10
|
url: 'https://api.studio.thegraph.com/query/88584/arbitrum-v1/version/latest',
|
|
12
11
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/EHrAjHvipRZ6oUpdxjMMQmmtTBGEgTeLfAbcGmwDP5MS',
|
|
13
12
|
supportsCollectFees: false,
|
|
14
13
|
},
|
|
15
|
-
|
|
14
|
+
[types_1.SupportedDex.Pancakeswap]: {
|
|
16
15
|
url: 'https://api.studio.thegraph.com/query/88584/arbitrum-v1-pancakeswap/version/latest',
|
|
17
16
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/5LbeEUUQSCgL9H4H1YqF6ef71z2BFnEYdkJF7ETPby6H',
|
|
18
17
|
supportsCollectFees: true,
|
|
19
18
|
},
|
|
20
|
-
|
|
19
|
+
[types_1.SupportedDex.Ramses]: {
|
|
21
20
|
url: 'https://api.studio.thegraph.com/query/88584/arbitrum-v1-ramses/version/latest',
|
|
22
21
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/GUje3ta3bDgpyT5pUzhpuxZJetRMhYHSuBdbLC6aKh7u',
|
|
23
22
|
supportsCollectFees: false,
|
|
24
23
|
},
|
|
25
|
-
|
|
24
|
+
[types_1.SupportedDex.Sushiswap]: {
|
|
26
25
|
url: 'https://api.studio.thegraph.com/query/88584/arbitrum-v1-sushiswap/version/latest',
|
|
27
26
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/9LLNtWuxZC8CJ8VKNXFonZTfCZ2dkNFQ75WfAjjG5tWu',
|
|
28
27
|
supportsCollectFees: false,
|
|
29
28
|
},
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
29
|
+
},
|
|
30
|
+
[types_1.SupportedChainId.arthera]: {
|
|
31
|
+
[types_1.SupportedDex.Thirdfy]: {
|
|
33
32
|
url: 'https://subgraph.arthera.net/subgraphs/name/ichifarm/thirdfy',
|
|
34
33
|
publishedUrl: 'https://subgraph.arthera.net/subgraphs/name/ichifarm/thirdfy',
|
|
35
34
|
supportsCollectFees: true,
|
|
36
35
|
},
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
36
|
+
},
|
|
37
|
+
[types_1.SupportedChainId.arthera_testnet]: {
|
|
38
|
+
[types_1.SupportedDex.Thirdfy]: {
|
|
40
39
|
url: 'https://subgraph-test.arthera.net/subgraphs/name/ichifarm/thirdfy',
|
|
41
40
|
publishedUrl: 'https://subgraph-test.arthera.net/subgraphs/name/ichifarm/thirdfy',
|
|
42
41
|
supportsCollectFees: true,
|
|
43
42
|
},
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
43
|
+
},
|
|
44
|
+
[types_1.SupportedChainId.mainnet]: {
|
|
45
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
47
46
|
url: 'https://api.studio.thegraph.com/query/88584/mainnet-v1/version/latest',
|
|
48
47
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/rsoxiRb9Ps8nd7FheU2QGeWVhTALCQjUZeUv8pS93gt',
|
|
49
48
|
supportsCollectFees: false,
|
|
50
49
|
},
|
|
51
|
-
|
|
50
|
+
[types_1.SupportedDex.Blueprint]: {
|
|
52
51
|
url: 'https://api.studio.thegraph.com/query/88584/mainnet-v1-blueprint/version/latest',
|
|
53
52
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/DZ7m2Dr1ZVkeQMgi1LDLwKSCvscEUteGSKbAmcspF68G',
|
|
54
53
|
supportsCollectFees: false,
|
|
55
54
|
},
|
|
56
|
-
|
|
55
|
+
[types_1.SupportedDex.Pancakeswap]: {
|
|
57
56
|
url: 'https://api.studio.thegraph.com/query/88584/mainnet-v1-pancakeswap/version/latest',
|
|
58
57
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/GtYgZPoaEtbiajpAEZCGk9Z6MGHFmXeNyvnG5voF5AuS',
|
|
59
58
|
supportsCollectFees: true,
|
|
60
59
|
},
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
60
|
+
},
|
|
61
|
+
[types_1.SupportedChainId.polygon]: {
|
|
62
|
+
[types_1.SupportedDex.UniswapNew]: {
|
|
64
63
|
url: 'https://api.studio.thegraph.com/query/88584/polygon-v-2-uniswap/version/latest',
|
|
65
64
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/9x1nQRYUBpBjr8V4TKAKBKDxoeVuijYYA8PNhkTFECkY',
|
|
66
65
|
supportsCollectFees: true,
|
|
67
66
|
version: 2,
|
|
68
67
|
},
|
|
69
|
-
|
|
68
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
70
69
|
url: 'https://api.studio.thegraph.com/query/88584/polygon-v1/version/latest',
|
|
71
70
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/6WH2uyXvDZByPEBQ46mieAgvyS9ELiuGXfffyGKbw1Qf',
|
|
72
71
|
supportsCollectFees: false,
|
|
73
72
|
},
|
|
74
|
-
|
|
73
|
+
[types_1.SupportedDex.Retro]: {
|
|
75
74
|
url: 'https://api.studio.thegraph.com/query/88584/polygon-v1-retro/version/latest',
|
|
76
75
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/5WyaMUnnbvGWkzpGyWNETNhgPgohtmV8wFn7Bn7akcUj',
|
|
77
76
|
supportsCollectFees: false,
|
|
78
77
|
},
|
|
79
|
-
|
|
78
|
+
[types_1.SupportedDex.Quickswap]: {
|
|
80
79
|
url: 'https://api.studio.thegraph.com/query/88584/polygon-v1-quickswap/version/latest',
|
|
81
80
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/CbYdVpAtj6bU1jcb7FcEWn2ydLdVNhwRy1c7C2XGrNa9',
|
|
82
81
|
supportsCollectFees: true,
|
|
83
82
|
},
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
83
|
+
},
|
|
84
|
+
[types_1.SupportedChainId.base]: {
|
|
85
|
+
[types_1.SupportedDex.Aerodrome]: {
|
|
87
86
|
url: 'https://api.studio.thegraph.com/query/88584/base-v-3-aerodrome/version/latest',
|
|
88
87
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/nZnftbmERiB2tY6t2ika7kP9srTcKnYFEnqG3RKa38r',
|
|
89
88
|
supportsCollectFees: true,
|
|
90
89
|
version: 2,
|
|
91
90
|
},
|
|
92
|
-
|
|
91
|
+
[types_1.SupportedDex.Equalizer]: {
|
|
93
92
|
url: 'https://api.studio.thegraph.com/query/88584/base-v1-equalizer/version/latest',
|
|
94
93
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/FeWJod9KKVkeRrC7MB54cJNu9qYhoyNzDYPa8D62U2AS',
|
|
95
94
|
supportsCollectFees: true,
|
|
96
95
|
},
|
|
97
|
-
|
|
96
|
+
[types_1.SupportedDex.Equalizer2Thick]: {
|
|
98
97
|
url: 'https://api.studio.thegraph.com/query/88584/base-v1-thick-equalizer/version/latest',
|
|
99
98
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/45JgzDREhiqSh1RXnJNzgPA7byxQWD8TpUHu4GuHYsdx',
|
|
100
99
|
supportsCollectFees: true,
|
|
101
100
|
},
|
|
102
|
-
|
|
101
|
+
[types_1.SupportedDex.Henjin]: {
|
|
103
102
|
url: 'https://api.studio.thegraph.com/query/88584/base-v1-henjin/version/latest',
|
|
104
103
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/BBF1RTBGjEhMzoHg7WV4HYKj3rXxE6BZJGYe4n6BgkMv',
|
|
105
104
|
supportsCollectFees: true,
|
|
106
105
|
},
|
|
107
|
-
|
|
106
|
+
[types_1.SupportedDex.Hydrex]: {
|
|
108
107
|
url: 'https://api.studio.thegraph.com/query/88584/base-v-2-hydrex/version/latest',
|
|
109
108
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/AusreZtgQFkkCDsvGZ6uLZxxCD3KwcpCjrE2sK3ZkW1J',
|
|
110
109
|
supportsCollectFees: true,
|
|
111
110
|
version: 2,
|
|
112
111
|
},
|
|
113
|
-
|
|
112
|
+
[types_1.SupportedDex.Kim]: {
|
|
114
113
|
url: 'https://api.studio.thegraph.com/query/88584/base-v1-kim/version/latest',
|
|
115
114
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/BWxqY53LHYaYVCHiAjv8mHNPWL3HKaNbZoXt48CnthCw',
|
|
116
115
|
supportsCollectFees: true,
|
|
117
116
|
},
|
|
118
|
-
|
|
117
|
+
[types_1.SupportedDex.Pancakeswap]: {
|
|
119
118
|
url: 'https://api.studio.thegraph.com/query/88584/base-v1-pancakeswap/version/latest',
|
|
120
119
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/AWny6b9W1v63MPFqeCSFQJt5dMP7xX1nzSCJd2zh8Dgd',
|
|
121
120
|
supportsCollectFees: true,
|
|
122
121
|
},
|
|
123
|
-
|
|
122
|
+
[types_1.SupportedDex.Quickswap]: {
|
|
124
123
|
url: 'https://api.studio.thegraph.com/query/88584/base-v-2-quickswap/version/latest',
|
|
125
124
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/EJLBiJxWkpS4eNGErvpShfCzLnzhAv8GHFMe4kVTebY3',
|
|
126
125
|
supportsCollectFees: true,
|
|
127
126
|
version: 2,
|
|
128
127
|
},
|
|
129
|
-
|
|
128
|
+
[types_1.SupportedDex.Thirdfy]: {
|
|
130
129
|
url: 'https://api.studio.thegraph.com/query/88584/base-v-2-thirdfy/version/latest',
|
|
131
130
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/5hB9frAcP8qbdMof5qmhE7tXu8hdaT1BeA8HBtvKb3KG',
|
|
132
131
|
supportsCollectFees: true,
|
|
133
132
|
version: 2,
|
|
134
133
|
},
|
|
135
|
-
|
|
134
|
+
[types_1.SupportedDex.Trebleswap]: {
|
|
136
135
|
url: 'https://api.studio.thegraph.com/query/88584/base-v1-trebleswap/version/latest',
|
|
137
136
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/AdkJodYmr7P6xa221cwdhPBT3xZF3g7FftcrbRV4y75u',
|
|
138
137
|
supportsCollectFees: true,
|
|
139
138
|
},
|
|
140
|
-
|
|
139
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
141
140
|
url: 'https://api.studio.thegraph.com/query/88584/base-v1/version/latest',
|
|
142
141
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/2RW5ke8ps9rAjPaAxxQpe8rFexLWWMLL5ySzwLZPnG6g',
|
|
143
142
|
supportsCollectFees: true,
|
|
144
143
|
},
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
144
|
+
},
|
|
145
|
+
[types_1.SupportedChainId.base_sepolia]: {
|
|
146
|
+
[types_1.SupportedDex.Hydrex]: {
|
|
148
147
|
url: 'https://api.studio.thegraph.com/query/88584/base-sepolia-v-2-hydrex/version/latest',
|
|
149
148
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/BMMasWpeHafiTQQsG7TC871zzUMLH7LPTrN5aYmAod1o',
|
|
150
149
|
supportsCollectFees: true,
|
|
151
150
|
version: 2,
|
|
152
151
|
},
|
|
153
|
-
|
|
152
|
+
[types_1.SupportedDex.Thirdfy]: {
|
|
154
153
|
url: 'https://api.studio.thegraph.com/query/88584/base-sepolia-v2-thirdfy/version/latest',
|
|
155
154
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/9JrFqJq9MjKR2wibqcvpB98BywRqNuwgencrYGKBsqBD',
|
|
156
155
|
supportsCollectFees: true,
|
|
157
156
|
version: 2,
|
|
158
157
|
},
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
158
|
+
},
|
|
159
|
+
[types_1.SupportedChainId.berachain]: {
|
|
160
|
+
[types_1.SupportedDex.Kodiak]: {
|
|
162
161
|
url: 'https://api.studio.thegraph.com/query/88584/berachain-v1-kodiak/version/latest',
|
|
163
162
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/7P9DAPWihEJ3QHrR9eeEp3KAP9FgTTo2SnzAaXXPQSau',
|
|
164
163
|
supportsCollectFees: true,
|
|
165
164
|
},
|
|
166
|
-
|
|
165
|
+
[types_1.SupportedDex.Wasabee]: {
|
|
167
166
|
url: 'https://api.studio.thegraph.com/query/88584/berachain-v2-wasabee/version/latest',
|
|
168
167
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/8hmju8E9uZRmMAFGv2j4cGHF6GFVm8ederosj7hF4gsw',
|
|
169
168
|
supportsCollectFees: true,
|
|
170
169
|
version: 2,
|
|
171
170
|
},
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
171
|
+
},
|
|
172
|
+
[types_1.SupportedChainId.berachain_bartio]: {
|
|
173
|
+
[types_1.SupportedDex.Honeypot]: {
|
|
175
174
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/berachain-bartio-v1-honeypot/gn',
|
|
176
175
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/berachain-bartio-v1-honeypot/gn',
|
|
177
176
|
supportsCollectFees: true,
|
|
178
177
|
},
|
|
179
|
-
|
|
178
|
+
[types_1.SupportedDex.Kodiak]: {
|
|
180
179
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/berachain-bartio-v1-kodiak/gn',
|
|
181
180
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/berachain-bartio-v1-kodiak/gn',
|
|
182
181
|
supportsCollectFees: true,
|
|
183
182
|
},
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
183
|
+
},
|
|
184
|
+
[types_1.SupportedChainId.blast]: {
|
|
185
|
+
[types_1.SupportedDex.Fenix]: {
|
|
187
186
|
url: 'https://api.goldsky.com/api/public/project_clxadvm41bujy01ui2qalezdn/subgraphs/ichi-new-subgraph/0.0.1/gn',
|
|
188
187
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clxadvm41bujy01ui2qalezdn/subgraphs/ichi-new-subgraph/0.0.1/gn',
|
|
189
188
|
supportsCollectFees: true,
|
|
190
189
|
},
|
|
191
|
-
|
|
190
|
+
[types_1.SupportedDex.Thruster]: {
|
|
192
191
|
url: 'https://api.studio.thegraph.com/query/88584/blast-v1-thruster/version/latest',
|
|
193
192
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/JDXqs18mzaghk5kZRTRLtQZAMkrqhfYk1LJagcAgHwPc',
|
|
194
193
|
supportsCollectFees: true,
|
|
195
194
|
},
|
|
196
|
-
|
|
195
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
197
196
|
url: 'https://api.studio.thegraph.com/query/88584/blast-v1/version/latest',
|
|
198
197
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/2WUyxDQ824jLYkQ53JXMByumvXVgTeJcLD6XezRr9QgV',
|
|
199
198
|
supportsCollectFees: true,
|
|
200
199
|
},
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
200
|
+
},
|
|
201
|
+
[types_1.SupportedChainId.blast_sepolia_testnet]: {
|
|
202
|
+
[types_1.SupportedDex.Fenix]: {
|
|
204
203
|
url: 'https://api.goldsky.com/api/public/project_clxadvm41bujy01ui2qalezdn/subgraphs/blast-sepolia-v1-fenix/1.0.0/gn',
|
|
205
204
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clxadvm41bujy01ui2qalezdn/subgraphs/blast-sepolia-v1-fenix/1.0.0/gn',
|
|
206
205
|
supportsCollectFees: true,
|
|
207
206
|
},
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
207
|
+
},
|
|
208
|
+
[types_1.SupportedChainId.botanix]: {
|
|
209
|
+
[types_1.SupportedDex.Bitzy]: {
|
|
211
210
|
url: 'https://api.studio.thegraph.com/query/88584/botanix-v-2-bitzy/version/latest',
|
|
212
211
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/JCJdoEihvoziMjpMHs9eyMnaBmXijWoeuq73zoy8tNJN',
|
|
213
212
|
supportsCollectFees: true,
|
|
214
213
|
version: 2,
|
|
215
214
|
},
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
215
|
+
},
|
|
216
|
+
[types_1.SupportedChainId.bsc]: {
|
|
217
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
219
218
|
url: 'https://api.studio.thegraph.com/query/88584/bnb-v1/version/latest',
|
|
220
219
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/A5d7JgbjDdfD2iSgArqdBUQubFEWHG264vCZuqWBiJDU',
|
|
221
220
|
supportsCollectFees: false,
|
|
222
221
|
},
|
|
223
|
-
|
|
222
|
+
[types_1.SupportedDex.Pancakeswap]: {
|
|
224
223
|
url: 'https://api.studio.thegraph.com/query/88584/bsc-v-2-pancakeswap/version/latest',
|
|
225
224
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/zGTwSohEE3tmbnoUSdm5PRTFVscBUPDGgpz2VHvN1vG',
|
|
226
225
|
supportsCollectFees: false,
|
|
227
226
|
version: 2,
|
|
228
227
|
},
|
|
229
|
-
|
|
228
|
+
[types_1.SupportedDex.Thena]: {
|
|
230
229
|
url: 'https://api.studio.thegraph.com/query/88584/bnb-v1-thena/version/latest',
|
|
231
230
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/6x5DWy8Tnber9jND8qbxjtCtus11tkkjd6r2qJphoLvf',
|
|
232
231
|
supportsCollectFees: true,
|
|
233
232
|
},
|
|
234
|
-
|
|
233
|
+
[types_1.SupportedDex.ThenaV3Fees]: {
|
|
235
234
|
url: 'https://api.studio.thegraph.com/query/88584/bsc-v3-thena-fees/version/latest',
|
|
236
235
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/CUDHBLjeeqpprHGZeesTi9kxtjsZTQnJrvuT4Sm8nyx5',
|
|
237
236
|
supportsCollectFees: true,
|
|
238
237
|
},
|
|
239
|
-
|
|
238
|
+
[types_1.SupportedDex.ThenaV3Rewards]: {
|
|
240
239
|
url: 'https://api.studio.thegraph.com/query/88584/bsc-v-2-thena-rw/version/latest',
|
|
241
240
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/hsjGcogPgNcYYmdXnZNedrbotTsFxSSn8Sso9FUWc25',
|
|
242
241
|
supportsCollectFees: true,
|
|
243
242
|
version: 2,
|
|
244
243
|
},
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
244
|
+
},
|
|
245
|
+
[types_1.SupportedChainId.celo]: {
|
|
246
|
+
[types_1.SupportedDex.Ubeswap]: {
|
|
248
247
|
url: 'https://api.studio.thegraph.com/query/88584/celo-v1-ubeswap/version/latest',
|
|
249
248
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/8N5VoyCYnFxFVLiMgNWXR9dMtcRrTRC1DjHwNeq5DzNY',
|
|
250
249
|
supportsCollectFees: true,
|
|
251
250
|
},
|
|
252
|
-
|
|
251
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
253
252
|
url: 'https://api.studio.thegraph.com/query/88584/celo-v1/version/latest',
|
|
254
253
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/7dD1q2C5qCXmQpGCgnUsHmFaufD9c9qfppNoeEjEfkLm',
|
|
255
254
|
supportsCollectFees: true,
|
|
256
255
|
},
|
|
257
|
-
|
|
256
|
+
[types_1.SupportedDex.Velodrome]: {
|
|
258
257
|
url: 'https://api.studio.thegraph.com/query/88584/celo-v-3-velodrome/version/latest',
|
|
259
258
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/B5bAxkSXt1oXaDJgTdP3UqigxcwgXjeBY51eo9WMmija',
|
|
260
259
|
supportsCollectFees: true,
|
|
261
260
|
version: 2,
|
|
262
261
|
},
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
262
|
+
},
|
|
263
|
+
[types_1.SupportedChainId.citrea_testnet]: {
|
|
264
|
+
[types_1.SupportedDex.Satsuma]: {
|
|
266
265
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/citrea-testnet-v2-satsuma/gn',
|
|
267
266
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/citrea-testnet-v2-satsuma/gn',
|
|
268
267
|
supportsCollectFees: true,
|
|
269
268
|
version: 2,
|
|
270
269
|
},
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
270
|
+
},
|
|
271
|
+
[types_1.SupportedChainId.cronos]: {
|
|
272
|
+
[types_1.SupportedDex.VVS]: {
|
|
274
273
|
url: 'https://api.studio.thegraph.com/query/88584/cronos-v-2-vvs/version/latest',
|
|
275
274
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/2q9731g9mpWPpzNDXuSDZ7o92sxHzBs8Nqq4EUHLoQqc',
|
|
276
275
|
supportsCollectFees: true,
|
|
277
276
|
version: 2,
|
|
278
277
|
},
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
278
|
+
},
|
|
279
|
+
[types_1.SupportedChainId.eon]: {
|
|
280
|
+
[types_1.SupportedDex.Ascent]: {
|
|
282
281
|
url: 'none',
|
|
283
282
|
publishedUrl: 'none',
|
|
284
283
|
supportsCollectFees: false,
|
|
285
284
|
},
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
285
|
+
},
|
|
286
|
+
[types_1.SupportedChainId.evmos]: {
|
|
287
|
+
[types_1.SupportedDex.Forge]: {
|
|
289
288
|
url: 'none',
|
|
290
289
|
publishedUrl: 'none',
|
|
291
290
|
supportsCollectFees: false,
|
|
292
291
|
},
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
292
|
+
},
|
|
293
|
+
[types_1.SupportedChainId.fantom]: {
|
|
294
|
+
[types_1.SupportedDex.Equalizer]: {
|
|
296
295
|
url: 'https://api.studio.thegraph.com/query/88584/fantom-v1-equalizer/version/latest',
|
|
297
296
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/sB5joTEeHxm7ab61PTbGsrqMpkdsFeMdiwjsURXWXcY',
|
|
298
297
|
supportsCollectFees: true,
|
|
299
298
|
},
|
|
300
|
-
|
|
299
|
+
[types_1.SupportedDex.SpiritSwap]: {
|
|
301
300
|
url: 'https://api.studio.thegraph.com/query/88584/fantom-v1-spiritswap/version/latest',
|
|
302
301
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/62EgsMcsvnSR2vUbS2c6u1Au3janYYtuKFhd3D2NkyMd',
|
|
303
302
|
supportsCollectFees: true,
|
|
304
303
|
},
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
304
|
+
},
|
|
305
|
+
[types_1.SupportedChainId.flare]: {
|
|
306
|
+
[types_1.SupportedDex.SparkDex]: {
|
|
308
307
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/flare-v2-sparkdex/gn',
|
|
309
308
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/flare-v2-sparkdex/gn',
|
|
310
309
|
supportsCollectFees: true,
|
|
311
310
|
},
|
|
312
|
-
|
|
311
|
+
[types_1.SupportedDex.SparkDexV1]: {
|
|
313
312
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/flare-v1-sparkdex/gn',
|
|
314
313
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/flare-v1-sparkdex/gn',
|
|
315
314
|
supportsCollectFees: true,
|
|
316
315
|
},
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
316
|
+
},
|
|
317
|
+
[types_1.SupportedChainId.flow]: {
|
|
318
|
+
[types_1.SupportedDex.FlowSwap]: {
|
|
320
319
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/flow-v2-flowswap/gn',
|
|
321
320
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/flow-v2-flowswap/gn',
|
|
322
321
|
supportsCollectFees: true,
|
|
323
322
|
version: 2,
|
|
324
323
|
},
|
|
325
|
-
|
|
324
|
+
[types_1.SupportedDex.KittyPunch]: {
|
|
326
325
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/flow-v2-kittypunch/gn',
|
|
327
326
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/flow-v2-kittypunch/gn',
|
|
328
327
|
supportsCollectFees: true,
|
|
329
328
|
version: 2,
|
|
330
329
|
},
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
330
|
+
},
|
|
331
|
+
[types_1.SupportedChainId.fuse]: {
|
|
332
|
+
[types_1.SupportedDex.Voltage]: {
|
|
334
333
|
url: 'https://api.studio.thegraph.com/query/88584/fuse-v1-voltage/version/latest',
|
|
335
334
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/3vPXgLUrHhG6tRs6YoT7656UQXSa2dN6breZt9P8TfsQ',
|
|
336
335
|
supportsCollectFees: true,
|
|
337
336
|
},
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
337
|
+
},
|
|
338
|
+
[types_1.SupportedChainId.haven1]: {
|
|
339
|
+
[types_1.SupportedDex.hSwap]: {
|
|
341
340
|
url: 'https://api.haven1.0xgraph.xyz/api/public/4ba4443d-fa4a-4ec0-be0d-ba1a189c2277/subgraphs/haven1-v2-ichi-hswap/v0.0.1/gn',
|
|
342
341
|
publishedUrl: 'https://api.haven1.0xgraph.xyz/api/public/4ba4443d-fa4a-4ec0-be0d-ba1a189c2277/subgraphs/haven1-v2-ichi-hswap/v0.0.1/gn',
|
|
343
342
|
supportsCollectFees: true,
|
|
344
343
|
version: 2,
|
|
345
344
|
},
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
345
|
+
},
|
|
346
|
+
[types_1.SupportedChainId.haven1_devnet]: {
|
|
347
|
+
[types_1.SupportedDex.hSwap]: {
|
|
349
348
|
url: 'https://api.haven1.0xgraph.xyz/api/public/4ba4443d-fa4a-4ec0-be0d-ba1a189c2277/subgraphs/ichi-staging-v2/v0.0.1/gn',
|
|
350
349
|
publishedUrl: 'https://api.haven1.0xgraph.xyz/api/public/4ba4443d-fa4a-4ec0-be0d-ba1a189c2277/subgraphs/ichi-staging-v2/v0.0.1/gn',
|
|
351
350
|
supportsCollectFees: true,
|
|
352
351
|
version: 2,
|
|
353
352
|
},
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
353
|
+
},
|
|
354
|
+
[types_1.SupportedChainId.hedera]: {
|
|
355
|
+
[types_1.SupportedDex.SaucerSwap]: {
|
|
357
356
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hedera-v1-saucerswap/gn',
|
|
358
357
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hedera-v1-saucerswap/gn',
|
|
359
358
|
supportsCollectFees: true,
|
|
360
359
|
},
|
|
361
|
-
|
|
360
|
+
[types_1.SupportedDex.Bonzo]: {
|
|
362
361
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hedera-v2-bonzo/gn',
|
|
363
362
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hedera-v2-bonzo/gn',
|
|
364
363
|
supportsCollectFees: true,
|
|
365
364
|
version: 2,
|
|
366
365
|
},
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
366
|
+
},
|
|
367
|
+
[types_1.SupportedChainId.hedera_testnet]: {
|
|
368
|
+
[types_1.SupportedDex.SaucerSwap]: {
|
|
370
369
|
url: 'none',
|
|
371
370
|
publishedUrl: 'none',
|
|
372
371
|
supportsCollectFees: false,
|
|
373
372
|
},
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
373
|
+
},
|
|
374
|
+
[types_1.SupportedChainId.hemi]: {
|
|
375
|
+
[types_1.SupportedDex.Sushiswap]: {
|
|
377
376
|
url: 'https://api.studio.thegraph.com/query/88584/hemi-v-2-sushiswap/version/latest',
|
|
378
377
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/GhoXkgbWWpAMQ6C1sgJ7hQJt36ocDR31XxPb9RhjXgL2',
|
|
379
378
|
supportsCollectFees: true,
|
|
380
379
|
version: 2,
|
|
381
380
|
},
|
|
382
|
-
|
|
381
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
383
382
|
url: 'https://api.studio.thegraph.com/query/88584/hemi-v-2-uniswap/version/latest',
|
|
384
383
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/6vgG6d1icWJ8xYonLW5iZTSgJMMSMsGuuk5F137ksQVf',
|
|
385
384
|
supportsCollectFees: true,
|
|
386
385
|
version: 2,
|
|
387
386
|
},
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
387
|
+
},
|
|
388
|
+
[types_1.SupportedChainId.hyperevm]: {
|
|
389
|
+
[types_1.SupportedDex.HyperSwap]: {
|
|
391
390
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hyperevm-v2-hyperswap/gn',
|
|
392
391
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hyperevm-v2-hyperswap/gn',
|
|
393
392
|
supportsCollectFees: true,
|
|
394
393
|
version: 2,
|
|
395
394
|
},
|
|
396
|
-
|
|
395
|
+
[types_1.SupportedDex.Nest]: {
|
|
397
396
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hyperevm-v2-nest/gn',
|
|
398
397
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hyperevm-v2-nest/gn',
|
|
399
398
|
supportsCollectFees: true,
|
|
400
399
|
version: 2,
|
|
401
400
|
},
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
401
|
+
},
|
|
402
|
+
[types_1.SupportedChainId.ink]: {
|
|
403
|
+
[types_1.SupportedDex.Reservoir]: {
|
|
405
404
|
url: 'https://api.studio.thegraph.com/query/88584/ink-v-1-reservoir/version/latest',
|
|
406
405
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/HpknPC4bxoVsiNp1gXq63w4tcjFGN9ZokWSWdc3aKSRz',
|
|
407
406
|
supportsCollectFees: true,
|
|
408
407
|
},
|
|
409
|
-
|
|
408
|
+
[types_1.SupportedDex.Velodrome]: {
|
|
410
409
|
url: 'https://api.studio.thegraph.com/query/88584/ink-v-3-velodrome/version/latest',
|
|
411
410
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/DpBJxoNPbremsbV22e6wm3GCq41R715QXPUYdPxd9TQi',
|
|
412
411
|
supportsCollectFees: true,
|
|
413
412
|
version: 2,
|
|
414
413
|
},
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
414
|
+
},
|
|
415
|
+
[types_1.SupportedChainId.ink_sepolia]: {
|
|
416
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
418
417
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/open-v3/ink-sepolia-v1/gn',
|
|
419
418
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/open-v3/ink-sepolia-v1/gn',
|
|
420
419
|
supportsCollectFees: true,
|
|
421
420
|
},
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
421
|
+
},
|
|
422
|
+
[types_1.SupportedChainId.katana]: {
|
|
423
|
+
[types_1.SupportedDex.Sushiswap]: {
|
|
425
424
|
url: 'https://api.studio.thegraph.com/query/88584/katana-v-2-sushiswap/version/latest',
|
|
426
425
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/F4BWERAWUduNTwZEF72yYi8GyEbWWsDdDZbJADUEUG16',
|
|
427
426
|
supportsCollectFees: true,
|
|
428
427
|
version: 2,
|
|
429
428
|
},
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
429
|
+
},
|
|
430
|
+
[types_1.SupportedChainId.kava]: {
|
|
431
|
+
[types_1.SupportedDex.Kinetix]: {
|
|
433
432
|
url: 'https://the-graph.kava.io/subgraphs/name/ichi-org/kava-v1-kinetix',
|
|
434
433
|
publishedUrl: 'https://the-graph.kava.io/subgraphs/name/ichi-org/kava-v1-kinetix',
|
|
435
434
|
supportsCollectFees: true,
|
|
436
435
|
},
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
436
|
+
},
|
|
437
|
+
[types_1.SupportedChainId.linea]: {
|
|
438
|
+
[types_1.SupportedDex.Linehub]: {
|
|
440
439
|
url: 'https://api.studio.thegraph.com/query/88584/linea-v1-linehub/v0.0.3',
|
|
441
440
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/T2KQrNBqn6Et7xEjDAhMrvb9aJBYnHqmQhimbauYW9E',
|
|
442
441
|
supportsCollectFees: true,
|
|
443
442
|
},
|
|
444
|
-
|
|
443
|
+
[types_1.SupportedDex.Lynex]: {
|
|
445
444
|
url: 'https://api.studio.thegraph.com/query/88584/linea-v1-lynex/version/latest',
|
|
446
445
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/BXngwuUh7YYXg9QY2bFW5tqhuG2okNgczm1utfpEyCX9',
|
|
447
446
|
supportsCollectFees: true,
|
|
448
447
|
},
|
|
449
|
-
|
|
448
|
+
[types_1.SupportedDex.Metavault]: {
|
|
450
449
|
url: 'https://api.studio.thegraph.com/query/88584/linea-v1-metavault/version/latest',
|
|
451
450
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/CVBmJy2wVp3NPZQRzwHjboNyfVKsp2jaQoXZbFx1rR2A',
|
|
452
451
|
supportsCollectFees: true,
|
|
453
452
|
},
|
|
454
|
-
|
|
453
|
+
[types_1.SupportedDex.Nile]: {
|
|
455
454
|
url: 'https://api.studio.thegraph.com/query/88584/linea-v1-nile/version/latest',
|
|
456
455
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/3vrWez6BeB5jnvzXh9Vs9rbUSWmSKNbwDTcnuHQTbehu',
|
|
457
456
|
supportsCollectFees: true,
|
|
458
457
|
},
|
|
459
|
-
|
|
458
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
460
459
|
url: 'https://api.studio.thegraph.com/query/88584/linea-v1/version/latest',
|
|
461
460
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/3FDwqSf1ftVtvDiTZExGZut3TPJKVx74htgPL2cuWh7g',
|
|
462
461
|
supportsCollectFees: true,
|
|
463
462
|
},
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
463
|
+
},
|
|
464
|
+
[types_1.SupportedChainId.mantle]: {
|
|
465
|
+
[types_1.SupportedDex.Agni]: {
|
|
467
466
|
url: 'https://subgraph-api.mantle.xyz/api/public/0adbe4aa-15df-48ae-aead-f7a80732986d/subgraphs/ichi-org/mantle-v1-agni/v0.0.2/gn',
|
|
468
467
|
publishedUrl: 'https://subgraph-api.mantle.xyz/api/public/0adbe4aa-15df-48ae-aead-f7a80732986d/subgraphs/ichi-org/mantle-v1-agni/v0.0.2/gn',
|
|
469
468
|
supportsCollectFees: true,
|
|
470
469
|
},
|
|
471
|
-
|
|
470
|
+
[types_1.SupportedDex.Cleo]: {
|
|
472
471
|
url: 'https://subgraph-api.mantle.xyz/api/public/0adbe4aa-15df-48ae-aead-f7a80732986d/subgraphs/ichi-org/mantle-v1-cleo/v0.0.2/gn',
|
|
473
472
|
publishedUrl: 'https://subgraph-api.mantle.xyz/api/public/0adbe4aa-15df-48ae-aead-f7a80732986d/subgraphs/ichi-org/mantle-v1-cleo/v0.0.2/gn',
|
|
474
473
|
supportsCollectFees: true,
|
|
475
474
|
},
|
|
476
|
-
|
|
475
|
+
[types_1.SupportedDex.Crust]: {
|
|
477
476
|
url: 'https://subgraph-api.mantle.xyz/api/public/0adbe4aa-15df-48ae-aead-f7a80732986d/subgraphs/ichi-org/mantle-v1-crust/v0.0.2/gn',
|
|
478
477
|
publishedUrl: 'https://subgraph-api.mantle.xyz/api/public/0adbe4aa-15df-48ae-aead-f7a80732986d/subgraphs/ichi-org/mantle-v1-crust/v0.0.2/gn',
|
|
479
478
|
supportsCollectFees: true,
|
|
480
479
|
},
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
480
|
+
},
|
|
481
|
+
[types_1.SupportedChainId.mode]: {
|
|
482
|
+
[types_1.SupportedDex.Kim]: {
|
|
484
483
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/mode-v1-kim/gn',
|
|
485
484
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/mode-v1-kim/gn',
|
|
486
485
|
supportsCollectFees: true,
|
|
487
486
|
},
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
487
|
+
},
|
|
488
|
+
[types_1.SupportedChainId.monad]: {
|
|
489
|
+
[types_1.SupportedDex.Atlantis]: {
|
|
491
490
|
url: 'https://api.studio.thegraph.com/query/88584/monad-v-2-atlantis/version/latest',
|
|
492
491
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/EZgWBfZdrmM59HL5SbQkcQp53toKpvKkHgP8RcuQH5uw',
|
|
493
492
|
supportsCollectFees: true,
|
|
494
493
|
version: 2,
|
|
495
494
|
},
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
495
|
+
},
|
|
496
|
+
[types_1.SupportedChainId.monad_testnet]: {
|
|
497
|
+
[types_1.SupportedDex.Atlantis]: {
|
|
499
498
|
url: 'https://api.studio.thegraph.com/query/88584/monad-testnet-v-2-1-atlantis/version/latest',
|
|
500
499
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/rJu7xtaKTLrbvhgoqDNGYxULnFnHdMptq19gU8yRqkB',
|
|
501
500
|
supportsCollectFees: true,
|
|
502
501
|
version: 2,
|
|
503
502
|
},
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
503
|
+
},
|
|
504
|
+
[types_1.SupportedChainId.moonbeam]: {
|
|
505
|
+
[types_1.SupportedDex.StellaSwap]: {
|
|
507
506
|
url: 'https://api.studio.thegraph.com/query/88584/moonbeam-v-2-stellaswap/version/latest',
|
|
508
507
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/DgBPraNX8mK7uthvPtzq2rMWx1eU543rWT8kBi1ogWh8',
|
|
509
508
|
supportsCollectFees: true,
|
|
510
509
|
version: 2,
|
|
511
510
|
},
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
511
|
+
},
|
|
512
|
+
[types_1.SupportedChainId.nibiru]: {
|
|
513
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
515
514
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/nibiru-v2-uniswap/gn',
|
|
516
515
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/nibiru-v2-uniswap/gn',
|
|
517
516
|
supportsCollectFees: true,
|
|
518
517
|
version: 2,
|
|
519
518
|
},
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
519
|
+
},
|
|
520
|
+
[types_1.SupportedChainId.polygon_zkevm]: {
|
|
521
|
+
[types_1.SupportedDex.Pancakeswap]: {
|
|
523
522
|
url: 'https://api.studio.thegraph.com/query/88584/zkevm-v1-pancakeswap/version/latest',
|
|
524
523
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/6suvZcqmzNcrr6ewVwjeMtq2vNsZ6Z7pL3dVjWvDF96f',
|
|
525
524
|
supportsCollectFees: true,
|
|
526
525
|
},
|
|
527
|
-
|
|
526
|
+
[types_1.SupportedDex.Quickswap]: {
|
|
528
527
|
url: 'https://api.studio.thegraph.com/query/88584/zkevm-v1-quickswap/version/latest',
|
|
529
528
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/4LAUjmgShgrvFFv7W9zPRKKDqLeSHMp1BMtPeR7cfBHt',
|
|
530
529
|
supportsCollectFees: true,
|
|
531
530
|
},
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
531
|
+
},
|
|
532
|
+
[types_1.SupportedChainId.real]: {
|
|
533
|
+
[types_1.SupportedDex.Pearl]: {
|
|
535
534
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/real-v1-pearl/gn',
|
|
536
535
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/real-v1-pearl/gn',
|
|
537
536
|
supportsCollectFees: true,
|
|
538
537
|
},
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
538
|
+
},
|
|
539
|
+
[types_1.SupportedChainId.rootstock]: {
|
|
540
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
542
541
|
url: 'https://api.studio.thegraph.com/query/88584/rootstock-v1/version/latest',
|
|
543
542
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/BAvYHGJeD743cE3eg3UXYmjuEjtz72CCJ94Vp1zbFHhY',
|
|
544
543
|
supportsCollectFees: true,
|
|
545
544
|
},
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
545
|
+
},
|
|
546
|
+
[types_1.SupportedChainId.scroll]: {
|
|
547
|
+
[types_1.SupportedDex.Metavault]: {
|
|
549
548
|
url: 'https://api.studio.thegraph.com/query/88584/scroll-v1-metavault/version/latest',
|
|
550
549
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/J9ftF7FnUTbLDxxTXza1ekix2w39dspgpiFiquRK1qL',
|
|
551
550
|
supportsCollectFees: true,
|
|
552
551
|
},
|
|
553
|
-
|
|
552
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
554
553
|
url: 'https://api.studio.thegraph.com/query/88584/scroll-v1/version/latest',
|
|
555
554
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/3LqDsCLFLTTkwSfoCNVuHufLBeWyogSb1fZYicPmjron',
|
|
556
555
|
supportsCollectFees: true,
|
|
557
556
|
},
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
557
|
+
},
|
|
558
|
+
[types_1.SupportedChainId.skale_europa]: {
|
|
559
|
+
[types_1.SupportedDex.Sushiswap]: {
|
|
561
560
|
url: 'https://elated-tan-skat-graph.skalenodes.com:8000/subgraphs/name/ichi-org/skale-europa-v1-sushiswap',
|
|
562
561
|
publishedUrl: 'https://elated-tan-skat-graph.skalenodes.com:8000/subgraphs/name/ichi-org/skale-europa-v1-sushiswap',
|
|
563
562
|
supportsCollectFees: true,
|
|
564
563
|
},
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
564
|
+
},
|
|
565
|
+
[types_1.SupportedChainId.sonic]: {
|
|
566
|
+
[types_1.SupportedDex.Equalizer]: {
|
|
568
567
|
url: 'https://api.studio.thegraph.com/query/88584/sonic-v1-equalizer/version/latest',
|
|
569
568
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/nPdJMpi6vnGWYWwLXwkmtGe7qW6oUC28pmYPmWz2eY1',
|
|
570
569
|
supportsCollectFees: true,
|
|
571
570
|
},
|
|
572
|
-
|
|
571
|
+
[types_1.SupportedDex.SwapX]: {
|
|
573
572
|
url: 'https://api.studio.thegraph.com/query/88584/sonic-v1-swapx/version/latest',
|
|
574
573
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/Gw1DrPbd1pBNorCWEfyb9i8txJ962qYqqPtuyX6iEH8u',
|
|
575
574
|
supportsCollectFees: true,
|
|
576
575
|
},
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
576
|
+
},
|
|
577
|
+
[types_1.SupportedChainId.tac]: {
|
|
578
|
+
[types_1.SupportedDex.Snap]: {
|
|
580
579
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/tac-v2-snap/gn',
|
|
581
580
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/tac-v2-snap/gn',
|
|
582
581
|
supportsCollectFees: true,
|
|
583
582
|
version: 2,
|
|
584
583
|
},
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
584
|
+
},
|
|
585
|
+
[types_1.SupportedChainId.taiko]: {
|
|
586
|
+
[types_1.SupportedDex.Henjin]: {
|
|
588
587
|
url: 'https://api.goldsky.com/api/public/project_clvwe2yydw1n701uh6yple20i/subgraphs/henjin-ichi/1.0.0/gn',
|
|
589
588
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clvwe2yydw1n701uh6yple20i/subgraphs/henjin-ichi/1.0.0/gn',
|
|
590
589
|
supportsCollectFees: true,
|
|
591
590
|
},
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
591
|
+
},
|
|
592
|
+
[types_1.SupportedChainId.taiko_hekla]: {
|
|
593
|
+
[types_1.SupportedDex.Henjin]: {
|
|
595
594
|
url: 'none',
|
|
596
595
|
publishedUrl: 'none',
|
|
597
596
|
supportsCollectFees: true,
|
|
598
597
|
},
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
598
|
+
},
|
|
599
|
+
[types_1.SupportedChainId.unichain]: {
|
|
600
|
+
[types_1.SupportedDex.Catex]: {
|
|
602
601
|
url: 'https://api.studio.thegraph.com/query/88584/unichain-v-2-uniswap/version/latest',
|
|
603
602
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/8fsJpbjBEzkwBUjsNbnA8tDd94NLSh6DvEUGhvFfNfho',
|
|
604
603
|
supportsCollectFees: true,
|
|
605
604
|
version: 2,
|
|
606
605
|
},
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
606
|
+
},
|
|
607
|
+
[types_1.SupportedChainId.unreal]: {
|
|
608
|
+
[types_1.SupportedDex.Pearl]: {
|
|
610
609
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/unreal-v1-pearl/gn',
|
|
611
610
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/unreal-v1-pearl/gn',
|
|
612
611
|
supportsCollectFees: true,
|
|
613
612
|
},
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
613
|
+
},
|
|
614
|
+
[types_1.SupportedChainId.x_layer_testnet]: {
|
|
615
|
+
[types_1.SupportedDex.XSwap]: {
|
|
617
616
|
url: 'https://api.studio.thegraph.com/query/88584/xlayer-sepolia-v1-xswap/version/latest',
|
|
618
617
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/EsPs6Mz2akM2Hbqm66jTb4YrnW1cjHVDnoqcJV2Xvitt',
|
|
619
618
|
supportsCollectFees: true,
|
|
620
619
|
},
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
620
|
+
},
|
|
621
|
+
[types_1.SupportedChainId.zircuit]: {
|
|
622
|
+
[types_1.SupportedDex.Ocelex]: {
|
|
624
623
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/zircuit-v1-ocelex-0.0.1/gn',
|
|
625
624
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/zircuit-v1-ocelex-0.0.1/gn',
|
|
626
625
|
supportsCollectFees: true,
|
|
627
626
|
},
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
627
|
+
},
|
|
628
|
+
[types_1.SupportedChainId.zksync_era]: {
|
|
629
|
+
[types_1.SupportedDex.Pancakeswap]: {
|
|
631
630
|
url: 'https://api.studio.thegraph.com/query/88584/zksync-v1-pancakeswap/version/latest',
|
|
632
631
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/HRoLbVrr8T8zCbC769cMseTpHq9Ebnqv5fKaJKJ4qkYc',
|
|
633
632
|
supportsCollectFees: true,
|
|
634
633
|
},
|
|
635
|
-
|
|
634
|
+
[types_1.SupportedDex.Velocore]: {
|
|
636
635
|
url: 'https://api.studio.thegraph.com/query/88584/zksync-v1-velocore/version/latest',
|
|
637
636
|
publishedUrl: 'https://api.studio.thegraph.com/query/88584/zksync-v1-velocore/version/latest',
|
|
638
637
|
supportsCollectFees: false,
|
|
639
638
|
},
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
639
|
+
},
|
|
640
|
+
[types_1.SupportedChainId.zksync_era_testnet]: {
|
|
641
|
+
[types_1.SupportedDex.Velocore]: {
|
|
643
642
|
url: 'none',
|
|
644
643
|
publishedUrl: 'none',
|
|
645
644
|
supportsCollectFees: true,
|
|
646
645
|
},
|
|
647
|
-
|
|
648
|
-
|
|
646
|
+
},
|
|
647
|
+
};
|
|
649
648
|
//# sourceMappingURL=constants.js.map
|