@ichidao/ichi-vaults-sdk 0.1.43 → 2.0.1
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 +62 -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 +217 -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 +12 -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 +12 -13
- package/dist/src/types/index.js +1 -0
- 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 +276 -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,654 @@
|
|
|
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.Aux]: {
|
|
92
|
+
url: 'https://api.studio.thegraph.com/query/88584/base-v-2-aux-uniswap/version/latest',
|
|
93
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/6VPXnjNNHVD4pF42txnerqA8zjarFcLFcT6hjmLKurX4',
|
|
94
|
+
supportsCollectFees: true,
|
|
95
|
+
version: 2,
|
|
96
|
+
},
|
|
97
|
+
[types_1.SupportedDex.Equalizer]: {
|
|
93
98
|
url: 'https://api.studio.thegraph.com/query/88584/base-v1-equalizer/version/latest',
|
|
94
99
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/FeWJod9KKVkeRrC7MB54cJNu9qYhoyNzDYPa8D62U2AS',
|
|
95
100
|
supportsCollectFees: true,
|
|
96
101
|
},
|
|
97
|
-
|
|
102
|
+
[types_1.SupportedDex.Equalizer2Thick]: {
|
|
98
103
|
url: 'https://api.studio.thegraph.com/query/88584/base-v1-thick-equalizer/version/latest',
|
|
99
104
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/45JgzDREhiqSh1RXnJNzgPA7byxQWD8TpUHu4GuHYsdx',
|
|
100
105
|
supportsCollectFees: true,
|
|
101
106
|
},
|
|
102
|
-
|
|
107
|
+
[types_1.SupportedDex.Henjin]: {
|
|
103
108
|
url: 'https://api.studio.thegraph.com/query/88584/base-v1-henjin/version/latest',
|
|
104
109
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/BBF1RTBGjEhMzoHg7WV4HYKj3rXxE6BZJGYe4n6BgkMv',
|
|
105
110
|
supportsCollectFees: true,
|
|
106
111
|
},
|
|
107
|
-
|
|
112
|
+
[types_1.SupportedDex.Hydrex]: {
|
|
108
113
|
url: 'https://api.studio.thegraph.com/query/88584/base-v-2-hydrex/version/latest',
|
|
109
114
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/AusreZtgQFkkCDsvGZ6uLZxxCD3KwcpCjrE2sK3ZkW1J',
|
|
110
115
|
supportsCollectFees: true,
|
|
111
116
|
version: 2,
|
|
112
117
|
},
|
|
113
|
-
|
|
118
|
+
[types_1.SupportedDex.Kim]: {
|
|
114
119
|
url: 'https://api.studio.thegraph.com/query/88584/base-v1-kim/version/latest',
|
|
115
120
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/BWxqY53LHYaYVCHiAjv8mHNPWL3HKaNbZoXt48CnthCw',
|
|
116
121
|
supportsCollectFees: true,
|
|
117
122
|
},
|
|
118
|
-
|
|
123
|
+
[types_1.SupportedDex.Pancakeswap]: {
|
|
119
124
|
url: 'https://api.studio.thegraph.com/query/88584/base-v1-pancakeswap/version/latest',
|
|
120
125
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/AWny6b9W1v63MPFqeCSFQJt5dMP7xX1nzSCJd2zh8Dgd',
|
|
121
126
|
supportsCollectFees: true,
|
|
122
127
|
},
|
|
123
|
-
|
|
128
|
+
[types_1.SupportedDex.Quickswap]: {
|
|
124
129
|
url: 'https://api.studio.thegraph.com/query/88584/base-v-2-quickswap/version/latest',
|
|
125
130
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/EJLBiJxWkpS4eNGErvpShfCzLnzhAv8GHFMe4kVTebY3',
|
|
126
131
|
supportsCollectFees: true,
|
|
127
132
|
version: 2,
|
|
128
133
|
},
|
|
129
|
-
|
|
134
|
+
[types_1.SupportedDex.Thirdfy]: {
|
|
130
135
|
url: 'https://api.studio.thegraph.com/query/88584/base-v-2-thirdfy/version/latest',
|
|
131
136
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/5hB9frAcP8qbdMof5qmhE7tXu8hdaT1BeA8HBtvKb3KG',
|
|
132
137
|
supportsCollectFees: true,
|
|
133
138
|
version: 2,
|
|
134
139
|
},
|
|
135
|
-
|
|
140
|
+
[types_1.SupportedDex.Trebleswap]: {
|
|
136
141
|
url: 'https://api.studio.thegraph.com/query/88584/base-v1-trebleswap/version/latest',
|
|
137
142
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/AdkJodYmr7P6xa221cwdhPBT3xZF3g7FftcrbRV4y75u',
|
|
138
143
|
supportsCollectFees: true,
|
|
139
144
|
},
|
|
140
|
-
|
|
145
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
141
146
|
url: 'https://api.studio.thegraph.com/query/88584/base-v1/version/latest',
|
|
142
147
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/2RW5ke8ps9rAjPaAxxQpe8rFexLWWMLL5ySzwLZPnG6g',
|
|
143
148
|
supportsCollectFees: true,
|
|
144
149
|
},
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
150
|
+
},
|
|
151
|
+
[types_1.SupportedChainId.base_sepolia]: {
|
|
152
|
+
[types_1.SupportedDex.Hydrex]: {
|
|
148
153
|
url: 'https://api.studio.thegraph.com/query/88584/base-sepolia-v-2-hydrex/version/latest',
|
|
149
154
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/BMMasWpeHafiTQQsG7TC871zzUMLH7LPTrN5aYmAod1o',
|
|
150
155
|
supportsCollectFees: true,
|
|
151
156
|
version: 2,
|
|
152
157
|
},
|
|
153
|
-
|
|
158
|
+
[types_1.SupportedDex.Thirdfy]: {
|
|
154
159
|
url: 'https://api.studio.thegraph.com/query/88584/base-sepolia-v2-thirdfy/version/latest',
|
|
155
160
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/9JrFqJq9MjKR2wibqcvpB98BywRqNuwgencrYGKBsqBD',
|
|
156
161
|
supportsCollectFees: true,
|
|
157
162
|
version: 2,
|
|
158
163
|
},
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
164
|
+
},
|
|
165
|
+
[types_1.SupportedChainId.berachain]: {
|
|
166
|
+
[types_1.SupportedDex.Kodiak]: {
|
|
162
167
|
url: 'https://api.studio.thegraph.com/query/88584/berachain-v1-kodiak/version/latest',
|
|
163
168
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/7P9DAPWihEJ3QHrR9eeEp3KAP9FgTTo2SnzAaXXPQSau',
|
|
164
169
|
supportsCollectFees: true,
|
|
165
170
|
},
|
|
166
|
-
|
|
171
|
+
[types_1.SupportedDex.Wasabee]: {
|
|
167
172
|
url: 'https://api.studio.thegraph.com/query/88584/berachain-v2-wasabee/version/latest',
|
|
168
173
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/8hmju8E9uZRmMAFGv2j4cGHF6GFVm8ederosj7hF4gsw',
|
|
169
174
|
supportsCollectFees: true,
|
|
170
175
|
version: 2,
|
|
171
176
|
},
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
177
|
+
},
|
|
178
|
+
[types_1.SupportedChainId.berachain_bartio]: {
|
|
179
|
+
[types_1.SupportedDex.Honeypot]: {
|
|
175
180
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/berachain-bartio-v1-honeypot/gn',
|
|
176
181
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/berachain-bartio-v1-honeypot/gn',
|
|
177
182
|
supportsCollectFees: true,
|
|
178
183
|
},
|
|
179
|
-
|
|
184
|
+
[types_1.SupportedDex.Kodiak]: {
|
|
180
185
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/berachain-bartio-v1-kodiak/gn',
|
|
181
186
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/berachain-bartio-v1-kodiak/gn',
|
|
182
187
|
supportsCollectFees: true,
|
|
183
188
|
},
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
189
|
+
},
|
|
190
|
+
[types_1.SupportedChainId.blast]: {
|
|
191
|
+
[types_1.SupportedDex.Fenix]: {
|
|
187
192
|
url: 'https://api.goldsky.com/api/public/project_clxadvm41bujy01ui2qalezdn/subgraphs/ichi-new-subgraph/0.0.1/gn',
|
|
188
193
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clxadvm41bujy01ui2qalezdn/subgraphs/ichi-new-subgraph/0.0.1/gn',
|
|
189
194
|
supportsCollectFees: true,
|
|
190
195
|
},
|
|
191
|
-
|
|
196
|
+
[types_1.SupportedDex.Thruster]: {
|
|
192
197
|
url: 'https://api.studio.thegraph.com/query/88584/blast-v1-thruster/version/latest',
|
|
193
198
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/JDXqs18mzaghk5kZRTRLtQZAMkrqhfYk1LJagcAgHwPc',
|
|
194
199
|
supportsCollectFees: true,
|
|
195
200
|
},
|
|
196
|
-
|
|
201
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
197
202
|
url: 'https://api.studio.thegraph.com/query/88584/blast-v1/version/latest',
|
|
198
203
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/2WUyxDQ824jLYkQ53JXMByumvXVgTeJcLD6XezRr9QgV',
|
|
199
204
|
supportsCollectFees: true,
|
|
200
205
|
},
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
206
|
+
},
|
|
207
|
+
[types_1.SupportedChainId.blast_sepolia_testnet]: {
|
|
208
|
+
[types_1.SupportedDex.Fenix]: {
|
|
204
209
|
url: 'https://api.goldsky.com/api/public/project_clxadvm41bujy01ui2qalezdn/subgraphs/blast-sepolia-v1-fenix/1.0.0/gn',
|
|
205
210
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clxadvm41bujy01ui2qalezdn/subgraphs/blast-sepolia-v1-fenix/1.0.0/gn',
|
|
206
211
|
supportsCollectFees: true,
|
|
207
212
|
},
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
213
|
+
},
|
|
214
|
+
[types_1.SupportedChainId.botanix]: {
|
|
215
|
+
[types_1.SupportedDex.Bitzy]: {
|
|
211
216
|
url: 'https://api.studio.thegraph.com/query/88584/botanix-v-2-bitzy/version/latest',
|
|
212
217
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/JCJdoEihvoziMjpMHs9eyMnaBmXijWoeuq73zoy8tNJN',
|
|
213
218
|
supportsCollectFees: true,
|
|
214
219
|
version: 2,
|
|
215
220
|
},
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
221
|
+
},
|
|
222
|
+
[types_1.SupportedChainId.bsc]: {
|
|
223
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
219
224
|
url: 'https://api.studio.thegraph.com/query/88584/bnb-v1/version/latest',
|
|
220
225
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/A5d7JgbjDdfD2iSgArqdBUQubFEWHG264vCZuqWBiJDU',
|
|
221
226
|
supportsCollectFees: false,
|
|
222
227
|
},
|
|
223
|
-
|
|
228
|
+
[types_1.SupportedDex.Pancakeswap]: {
|
|
224
229
|
url: 'https://api.studio.thegraph.com/query/88584/bsc-v-2-pancakeswap/version/latest',
|
|
225
230
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/zGTwSohEE3tmbnoUSdm5PRTFVscBUPDGgpz2VHvN1vG',
|
|
226
231
|
supportsCollectFees: false,
|
|
227
232
|
version: 2,
|
|
228
233
|
},
|
|
229
|
-
|
|
234
|
+
[types_1.SupportedDex.Thena]: {
|
|
230
235
|
url: 'https://api.studio.thegraph.com/query/88584/bnb-v1-thena/version/latest',
|
|
231
236
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/6x5DWy8Tnber9jND8qbxjtCtus11tkkjd6r2qJphoLvf',
|
|
232
237
|
supportsCollectFees: true,
|
|
233
238
|
},
|
|
234
|
-
|
|
239
|
+
[types_1.SupportedDex.ThenaV3Fees]: {
|
|
235
240
|
url: 'https://api.studio.thegraph.com/query/88584/bsc-v3-thena-fees/version/latest',
|
|
236
241
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/CUDHBLjeeqpprHGZeesTi9kxtjsZTQnJrvuT4Sm8nyx5',
|
|
237
242
|
supportsCollectFees: true,
|
|
238
243
|
},
|
|
239
|
-
|
|
244
|
+
[types_1.SupportedDex.ThenaV3Rewards]: {
|
|
240
245
|
url: 'https://api.studio.thegraph.com/query/88584/bsc-v-2-thena-rw/version/latest',
|
|
241
246
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/hsjGcogPgNcYYmdXnZNedrbotTsFxSSn8Sso9FUWc25',
|
|
242
247
|
supportsCollectFees: true,
|
|
243
248
|
version: 2,
|
|
244
249
|
},
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
250
|
+
},
|
|
251
|
+
[types_1.SupportedChainId.celo]: {
|
|
252
|
+
[types_1.SupportedDex.Ubeswap]: {
|
|
248
253
|
url: 'https://api.studio.thegraph.com/query/88584/celo-v1-ubeswap/version/latest',
|
|
249
254
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/8N5VoyCYnFxFVLiMgNWXR9dMtcRrTRC1DjHwNeq5DzNY',
|
|
250
255
|
supportsCollectFees: true,
|
|
251
256
|
},
|
|
252
|
-
|
|
257
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
253
258
|
url: 'https://api.studio.thegraph.com/query/88584/celo-v1/version/latest',
|
|
254
259
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/7dD1q2C5qCXmQpGCgnUsHmFaufD9c9qfppNoeEjEfkLm',
|
|
255
260
|
supportsCollectFees: true,
|
|
256
261
|
},
|
|
257
|
-
|
|
262
|
+
[types_1.SupportedDex.Velodrome]: {
|
|
258
263
|
url: 'https://api.studio.thegraph.com/query/88584/celo-v-3-velodrome/version/latest',
|
|
259
264
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/B5bAxkSXt1oXaDJgTdP3UqigxcwgXjeBY51eo9WMmija',
|
|
260
265
|
supportsCollectFees: true,
|
|
261
266
|
version: 2,
|
|
262
267
|
},
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
268
|
+
},
|
|
269
|
+
[types_1.SupportedChainId.citrea_testnet]: {
|
|
270
|
+
[types_1.SupportedDex.Satsuma]: {
|
|
266
271
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/citrea-testnet-v2-satsuma/gn',
|
|
267
272
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/citrea-testnet-v2-satsuma/gn',
|
|
268
273
|
supportsCollectFees: true,
|
|
269
274
|
version: 2,
|
|
270
275
|
},
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
276
|
+
},
|
|
277
|
+
[types_1.SupportedChainId.cronos]: {
|
|
278
|
+
[types_1.SupportedDex.VVS]: {
|
|
274
279
|
url: 'https://api.studio.thegraph.com/query/88584/cronos-v-2-vvs/version/latest',
|
|
275
280
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/2q9731g9mpWPpzNDXuSDZ7o92sxHzBs8Nqq4EUHLoQqc',
|
|
276
281
|
supportsCollectFees: true,
|
|
277
282
|
version: 2,
|
|
278
283
|
},
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
284
|
+
},
|
|
285
|
+
[types_1.SupportedChainId.eon]: {
|
|
286
|
+
[types_1.SupportedDex.Ascent]: {
|
|
282
287
|
url: 'none',
|
|
283
288
|
publishedUrl: 'none',
|
|
284
289
|
supportsCollectFees: false,
|
|
285
290
|
},
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
291
|
+
},
|
|
292
|
+
[types_1.SupportedChainId.evmos]: {
|
|
293
|
+
[types_1.SupportedDex.Forge]: {
|
|
289
294
|
url: 'none',
|
|
290
295
|
publishedUrl: 'none',
|
|
291
296
|
supportsCollectFees: false,
|
|
292
297
|
},
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
298
|
+
},
|
|
299
|
+
[types_1.SupportedChainId.fantom]: {
|
|
300
|
+
[types_1.SupportedDex.Equalizer]: {
|
|
296
301
|
url: 'https://api.studio.thegraph.com/query/88584/fantom-v1-equalizer/version/latest',
|
|
297
302
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/sB5joTEeHxm7ab61PTbGsrqMpkdsFeMdiwjsURXWXcY',
|
|
298
303
|
supportsCollectFees: true,
|
|
299
304
|
},
|
|
300
|
-
|
|
305
|
+
[types_1.SupportedDex.SpiritSwap]: {
|
|
301
306
|
url: 'https://api.studio.thegraph.com/query/88584/fantom-v1-spiritswap/version/latest',
|
|
302
307
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/62EgsMcsvnSR2vUbS2c6u1Au3janYYtuKFhd3D2NkyMd',
|
|
303
308
|
supportsCollectFees: true,
|
|
304
309
|
},
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
310
|
+
},
|
|
311
|
+
[types_1.SupportedChainId.flare]: {
|
|
312
|
+
[types_1.SupportedDex.SparkDex]: {
|
|
308
313
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/flare-v2-sparkdex/gn',
|
|
309
314
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/flare-v2-sparkdex/gn',
|
|
310
315
|
supportsCollectFees: true,
|
|
311
316
|
},
|
|
312
|
-
|
|
317
|
+
[types_1.SupportedDex.SparkDexV1]: {
|
|
313
318
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/flare-v1-sparkdex/gn',
|
|
314
319
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/flare-v1-sparkdex/gn',
|
|
315
320
|
supportsCollectFees: true,
|
|
316
321
|
},
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
322
|
+
},
|
|
323
|
+
[types_1.SupportedChainId.flow]: {
|
|
324
|
+
[types_1.SupportedDex.FlowSwap]: {
|
|
320
325
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/flow-v2-flowswap/gn',
|
|
321
326
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/flow-v2-flowswap/gn',
|
|
322
327
|
supportsCollectFees: true,
|
|
323
328
|
version: 2,
|
|
324
329
|
},
|
|
325
|
-
|
|
330
|
+
[types_1.SupportedDex.KittyPunch]: {
|
|
326
331
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/flow-v2-kittypunch/gn',
|
|
327
332
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/flow-v2-kittypunch/gn',
|
|
328
333
|
supportsCollectFees: true,
|
|
329
334
|
version: 2,
|
|
330
335
|
},
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
336
|
+
},
|
|
337
|
+
[types_1.SupportedChainId.fuse]: {
|
|
338
|
+
[types_1.SupportedDex.Voltage]: {
|
|
334
339
|
url: 'https://api.studio.thegraph.com/query/88584/fuse-v1-voltage/version/latest',
|
|
335
340
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/3vPXgLUrHhG6tRs6YoT7656UQXSa2dN6breZt9P8TfsQ',
|
|
336
341
|
supportsCollectFees: true,
|
|
337
342
|
},
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
343
|
+
},
|
|
344
|
+
[types_1.SupportedChainId.haven1]: {
|
|
345
|
+
[types_1.SupportedDex.hSwap]: {
|
|
341
346
|
url: 'https://api.haven1.0xgraph.xyz/api/public/4ba4443d-fa4a-4ec0-be0d-ba1a189c2277/subgraphs/haven1-v2-ichi-hswap/v0.0.1/gn',
|
|
342
347
|
publishedUrl: 'https://api.haven1.0xgraph.xyz/api/public/4ba4443d-fa4a-4ec0-be0d-ba1a189c2277/subgraphs/haven1-v2-ichi-hswap/v0.0.1/gn',
|
|
343
348
|
supportsCollectFees: true,
|
|
344
349
|
version: 2,
|
|
345
350
|
},
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
351
|
+
},
|
|
352
|
+
[types_1.SupportedChainId.haven1_devnet]: {
|
|
353
|
+
[types_1.SupportedDex.hSwap]: {
|
|
349
354
|
url: 'https://api.haven1.0xgraph.xyz/api/public/4ba4443d-fa4a-4ec0-be0d-ba1a189c2277/subgraphs/ichi-staging-v2/v0.0.1/gn',
|
|
350
355
|
publishedUrl: 'https://api.haven1.0xgraph.xyz/api/public/4ba4443d-fa4a-4ec0-be0d-ba1a189c2277/subgraphs/ichi-staging-v2/v0.0.1/gn',
|
|
351
356
|
supportsCollectFees: true,
|
|
352
357
|
version: 2,
|
|
353
358
|
},
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
359
|
+
},
|
|
360
|
+
[types_1.SupportedChainId.hedera]: {
|
|
361
|
+
[types_1.SupportedDex.SaucerSwap]: {
|
|
357
362
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hedera-v1-saucerswap/gn',
|
|
358
363
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hedera-v1-saucerswap/gn',
|
|
359
364
|
supportsCollectFees: true,
|
|
360
365
|
},
|
|
361
|
-
|
|
366
|
+
[types_1.SupportedDex.Bonzo]: {
|
|
362
367
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hedera-v2-bonzo/gn',
|
|
363
368
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hedera-v2-bonzo/gn',
|
|
364
369
|
supportsCollectFees: true,
|
|
365
370
|
version: 2,
|
|
366
371
|
},
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
372
|
+
},
|
|
373
|
+
[types_1.SupportedChainId.hedera_testnet]: {
|
|
374
|
+
[types_1.SupportedDex.SaucerSwap]: {
|
|
370
375
|
url: 'none',
|
|
371
376
|
publishedUrl: 'none',
|
|
372
377
|
supportsCollectFees: false,
|
|
373
378
|
},
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
379
|
+
},
|
|
380
|
+
[types_1.SupportedChainId.hemi]: {
|
|
381
|
+
[types_1.SupportedDex.Sushiswap]: {
|
|
377
382
|
url: 'https://api.studio.thegraph.com/query/88584/hemi-v-2-sushiswap/version/latest',
|
|
378
383
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/GhoXkgbWWpAMQ6C1sgJ7hQJt36ocDR31XxPb9RhjXgL2',
|
|
379
384
|
supportsCollectFees: true,
|
|
380
385
|
version: 2,
|
|
381
386
|
},
|
|
382
|
-
|
|
387
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
383
388
|
url: 'https://api.studio.thegraph.com/query/88584/hemi-v-2-uniswap/version/latest',
|
|
384
389
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/6vgG6d1icWJ8xYonLW5iZTSgJMMSMsGuuk5F137ksQVf',
|
|
385
390
|
supportsCollectFees: true,
|
|
386
391
|
version: 2,
|
|
387
392
|
},
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
393
|
+
},
|
|
394
|
+
[types_1.SupportedChainId.hyperevm]: {
|
|
395
|
+
[types_1.SupportedDex.HyperSwap]: {
|
|
391
396
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hyperevm-v2-hyperswap/gn',
|
|
392
397
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hyperevm-v2-hyperswap/gn',
|
|
393
398
|
supportsCollectFees: true,
|
|
394
399
|
version: 2,
|
|
395
400
|
},
|
|
396
|
-
|
|
401
|
+
[types_1.SupportedDex.Nest]: {
|
|
397
402
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hyperevm-v2-nest/gn',
|
|
398
403
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hyperevm-v2-nest/gn',
|
|
399
404
|
supportsCollectFees: true,
|
|
400
405
|
version: 2,
|
|
401
406
|
},
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
407
|
+
},
|
|
408
|
+
[types_1.SupportedChainId.ink]: {
|
|
409
|
+
[types_1.SupportedDex.Reservoir]: {
|
|
405
410
|
url: 'https://api.studio.thegraph.com/query/88584/ink-v-1-reservoir/version/latest',
|
|
406
411
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/HpknPC4bxoVsiNp1gXq63w4tcjFGN9ZokWSWdc3aKSRz',
|
|
407
412
|
supportsCollectFees: true,
|
|
408
413
|
},
|
|
409
|
-
|
|
414
|
+
[types_1.SupportedDex.Velodrome]: {
|
|
410
415
|
url: 'https://api.studio.thegraph.com/query/88584/ink-v-3-velodrome/version/latest',
|
|
411
416
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/DpBJxoNPbremsbV22e6wm3GCq41R715QXPUYdPxd9TQi',
|
|
412
417
|
supportsCollectFees: true,
|
|
413
418
|
version: 2,
|
|
414
419
|
},
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
420
|
+
},
|
|
421
|
+
[types_1.SupportedChainId.ink_sepolia]: {
|
|
422
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
418
423
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/open-v3/ink-sepolia-v1/gn',
|
|
419
424
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/open-v3/ink-sepolia-v1/gn',
|
|
420
425
|
supportsCollectFees: true,
|
|
421
426
|
},
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
427
|
+
},
|
|
428
|
+
[types_1.SupportedChainId.katana]: {
|
|
429
|
+
[types_1.SupportedDex.Sushiswap]: {
|
|
425
430
|
url: 'https://api.studio.thegraph.com/query/88584/katana-v-2-sushiswap/version/latest',
|
|
426
431
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/F4BWERAWUduNTwZEF72yYi8GyEbWWsDdDZbJADUEUG16',
|
|
427
432
|
supportsCollectFees: true,
|
|
428
433
|
version: 2,
|
|
429
434
|
},
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
435
|
+
},
|
|
436
|
+
[types_1.SupportedChainId.kava]: {
|
|
437
|
+
[types_1.SupportedDex.Kinetix]: {
|
|
433
438
|
url: 'https://the-graph.kava.io/subgraphs/name/ichi-org/kava-v1-kinetix',
|
|
434
439
|
publishedUrl: 'https://the-graph.kava.io/subgraphs/name/ichi-org/kava-v1-kinetix',
|
|
435
440
|
supportsCollectFees: true,
|
|
436
441
|
},
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
442
|
+
},
|
|
443
|
+
[types_1.SupportedChainId.linea]: {
|
|
444
|
+
[types_1.SupportedDex.Linehub]: {
|
|
440
445
|
url: 'https://api.studio.thegraph.com/query/88584/linea-v1-linehub/v0.0.3',
|
|
441
446
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/T2KQrNBqn6Et7xEjDAhMrvb9aJBYnHqmQhimbauYW9E',
|
|
442
447
|
supportsCollectFees: true,
|
|
443
448
|
},
|
|
444
|
-
|
|
449
|
+
[types_1.SupportedDex.Lynex]: {
|
|
445
450
|
url: 'https://api.studio.thegraph.com/query/88584/linea-v1-lynex/version/latest',
|
|
446
451
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/BXngwuUh7YYXg9QY2bFW5tqhuG2okNgczm1utfpEyCX9',
|
|
447
452
|
supportsCollectFees: true,
|
|
448
453
|
},
|
|
449
|
-
|
|
454
|
+
[types_1.SupportedDex.Metavault]: {
|
|
450
455
|
url: 'https://api.studio.thegraph.com/query/88584/linea-v1-metavault/version/latest',
|
|
451
456
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/CVBmJy2wVp3NPZQRzwHjboNyfVKsp2jaQoXZbFx1rR2A',
|
|
452
457
|
supportsCollectFees: true,
|
|
453
458
|
},
|
|
454
|
-
|
|
459
|
+
[types_1.SupportedDex.Nile]: {
|
|
455
460
|
url: 'https://api.studio.thegraph.com/query/88584/linea-v1-nile/version/latest',
|
|
456
461
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/3vrWez6BeB5jnvzXh9Vs9rbUSWmSKNbwDTcnuHQTbehu',
|
|
457
462
|
supportsCollectFees: true,
|
|
458
463
|
},
|
|
459
|
-
|
|
464
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
460
465
|
url: 'https://api.studio.thegraph.com/query/88584/linea-v1/version/latest',
|
|
461
466
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/3FDwqSf1ftVtvDiTZExGZut3TPJKVx74htgPL2cuWh7g',
|
|
462
467
|
supportsCollectFees: true,
|
|
463
468
|
},
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
469
|
+
},
|
|
470
|
+
[types_1.SupportedChainId.mantle]: {
|
|
471
|
+
[types_1.SupportedDex.Agni]: {
|
|
467
472
|
url: 'https://subgraph-api.mantle.xyz/api/public/0adbe4aa-15df-48ae-aead-f7a80732986d/subgraphs/ichi-org/mantle-v1-agni/v0.0.2/gn',
|
|
468
473
|
publishedUrl: 'https://subgraph-api.mantle.xyz/api/public/0adbe4aa-15df-48ae-aead-f7a80732986d/subgraphs/ichi-org/mantle-v1-agni/v0.0.2/gn',
|
|
469
474
|
supportsCollectFees: true,
|
|
470
475
|
},
|
|
471
|
-
|
|
476
|
+
[types_1.SupportedDex.Cleo]: {
|
|
472
477
|
url: 'https://subgraph-api.mantle.xyz/api/public/0adbe4aa-15df-48ae-aead-f7a80732986d/subgraphs/ichi-org/mantle-v1-cleo/v0.0.2/gn',
|
|
473
478
|
publishedUrl: 'https://subgraph-api.mantle.xyz/api/public/0adbe4aa-15df-48ae-aead-f7a80732986d/subgraphs/ichi-org/mantle-v1-cleo/v0.0.2/gn',
|
|
474
479
|
supportsCollectFees: true,
|
|
475
480
|
},
|
|
476
|
-
|
|
481
|
+
[types_1.SupportedDex.Crust]: {
|
|
477
482
|
url: 'https://subgraph-api.mantle.xyz/api/public/0adbe4aa-15df-48ae-aead-f7a80732986d/subgraphs/ichi-org/mantle-v1-crust/v0.0.2/gn',
|
|
478
483
|
publishedUrl: 'https://subgraph-api.mantle.xyz/api/public/0adbe4aa-15df-48ae-aead-f7a80732986d/subgraphs/ichi-org/mantle-v1-crust/v0.0.2/gn',
|
|
479
484
|
supportsCollectFees: true,
|
|
480
485
|
},
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
486
|
+
},
|
|
487
|
+
[types_1.SupportedChainId.mode]: {
|
|
488
|
+
[types_1.SupportedDex.Kim]: {
|
|
484
489
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/mode-v1-kim/gn',
|
|
485
490
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/mode-v1-kim/gn',
|
|
486
491
|
supportsCollectFees: true,
|
|
487
492
|
},
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
493
|
+
},
|
|
494
|
+
[types_1.SupportedChainId.monad]: {
|
|
495
|
+
[types_1.SupportedDex.Atlantis]: {
|
|
491
496
|
url: 'https://api.studio.thegraph.com/query/88584/monad-v-2-atlantis/version/latest',
|
|
492
497
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/EZgWBfZdrmM59HL5SbQkcQp53toKpvKkHgP8RcuQH5uw',
|
|
493
498
|
supportsCollectFees: true,
|
|
494
499
|
version: 2,
|
|
495
500
|
},
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
501
|
+
},
|
|
502
|
+
[types_1.SupportedChainId.monad_testnet]: {
|
|
503
|
+
[types_1.SupportedDex.Atlantis]: {
|
|
499
504
|
url: 'https://api.studio.thegraph.com/query/88584/monad-testnet-v-2-1-atlantis/version/latest',
|
|
500
505
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/rJu7xtaKTLrbvhgoqDNGYxULnFnHdMptq19gU8yRqkB',
|
|
501
506
|
supportsCollectFees: true,
|
|
502
507
|
version: 2,
|
|
503
508
|
},
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
509
|
+
},
|
|
510
|
+
[types_1.SupportedChainId.moonbeam]: {
|
|
511
|
+
[types_1.SupportedDex.StellaSwap]: {
|
|
507
512
|
url: 'https://api.studio.thegraph.com/query/88584/moonbeam-v-2-stellaswap/version/latest',
|
|
508
513
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/DgBPraNX8mK7uthvPtzq2rMWx1eU543rWT8kBi1ogWh8',
|
|
509
514
|
supportsCollectFees: true,
|
|
510
515
|
version: 2,
|
|
511
516
|
},
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
517
|
+
},
|
|
518
|
+
[types_1.SupportedChainId.nibiru]: {
|
|
519
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
515
520
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/nibiru-v2-uniswap/gn',
|
|
516
521
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/nibiru-v2-uniswap/gn',
|
|
517
522
|
supportsCollectFees: true,
|
|
518
523
|
version: 2,
|
|
519
524
|
},
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
525
|
+
},
|
|
526
|
+
[types_1.SupportedChainId.polygon_zkevm]: {
|
|
527
|
+
[types_1.SupportedDex.Pancakeswap]: {
|
|
523
528
|
url: 'https://api.studio.thegraph.com/query/88584/zkevm-v1-pancakeswap/version/latest',
|
|
524
529
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/6suvZcqmzNcrr6ewVwjeMtq2vNsZ6Z7pL3dVjWvDF96f',
|
|
525
530
|
supportsCollectFees: true,
|
|
526
531
|
},
|
|
527
|
-
|
|
532
|
+
[types_1.SupportedDex.Quickswap]: {
|
|
528
533
|
url: 'https://api.studio.thegraph.com/query/88584/zkevm-v1-quickswap/version/latest',
|
|
529
534
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/4LAUjmgShgrvFFv7W9zPRKKDqLeSHMp1BMtPeR7cfBHt',
|
|
530
535
|
supportsCollectFees: true,
|
|
531
536
|
},
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
537
|
+
},
|
|
538
|
+
[types_1.SupportedChainId.real]: {
|
|
539
|
+
[types_1.SupportedDex.Pearl]: {
|
|
535
540
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/real-v1-pearl/gn',
|
|
536
541
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/real-v1-pearl/gn',
|
|
537
542
|
supportsCollectFees: true,
|
|
538
543
|
},
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
544
|
+
},
|
|
545
|
+
[types_1.SupportedChainId.rootstock]: {
|
|
546
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
542
547
|
url: 'https://api.studio.thegraph.com/query/88584/rootstock-v1/version/latest',
|
|
543
548
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/BAvYHGJeD743cE3eg3UXYmjuEjtz72CCJ94Vp1zbFHhY',
|
|
544
549
|
supportsCollectFees: true,
|
|
545
550
|
},
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
551
|
+
},
|
|
552
|
+
[types_1.SupportedChainId.scroll]: {
|
|
553
|
+
[types_1.SupportedDex.Metavault]: {
|
|
549
554
|
url: 'https://api.studio.thegraph.com/query/88584/scroll-v1-metavault/version/latest',
|
|
550
555
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/J9ftF7FnUTbLDxxTXza1ekix2w39dspgpiFiquRK1qL',
|
|
551
556
|
supportsCollectFees: true,
|
|
552
557
|
},
|
|
553
|
-
|
|
558
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
554
559
|
url: 'https://api.studio.thegraph.com/query/88584/scroll-v1/version/latest',
|
|
555
560
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/3LqDsCLFLTTkwSfoCNVuHufLBeWyogSb1fZYicPmjron',
|
|
556
561
|
supportsCollectFees: true,
|
|
557
562
|
},
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
563
|
+
},
|
|
564
|
+
[types_1.SupportedChainId.skale_europa]: {
|
|
565
|
+
[types_1.SupportedDex.Sushiswap]: {
|
|
561
566
|
url: 'https://elated-tan-skat-graph.skalenodes.com:8000/subgraphs/name/ichi-org/skale-europa-v1-sushiswap',
|
|
562
567
|
publishedUrl: 'https://elated-tan-skat-graph.skalenodes.com:8000/subgraphs/name/ichi-org/skale-europa-v1-sushiswap',
|
|
563
568
|
supportsCollectFees: true,
|
|
564
569
|
},
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
570
|
+
},
|
|
571
|
+
[types_1.SupportedChainId.sonic]: {
|
|
572
|
+
[types_1.SupportedDex.Equalizer]: {
|
|
568
573
|
url: 'https://api.studio.thegraph.com/query/88584/sonic-v1-equalizer/version/latest',
|
|
569
574
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/nPdJMpi6vnGWYWwLXwkmtGe7qW6oUC28pmYPmWz2eY1',
|
|
570
575
|
supportsCollectFees: true,
|
|
571
576
|
},
|
|
572
|
-
|
|
577
|
+
[types_1.SupportedDex.SwapX]: {
|
|
573
578
|
url: 'https://api.studio.thegraph.com/query/88584/sonic-v1-swapx/version/latest',
|
|
574
579
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/Gw1DrPbd1pBNorCWEfyb9i8txJ962qYqqPtuyX6iEH8u',
|
|
575
580
|
supportsCollectFees: true,
|
|
576
581
|
},
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
582
|
+
},
|
|
583
|
+
[types_1.SupportedChainId.tac]: {
|
|
584
|
+
[types_1.SupportedDex.Snap]: {
|
|
580
585
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/tac-v2-snap/gn',
|
|
581
586
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/tac-v2-snap/gn',
|
|
582
587
|
supportsCollectFees: true,
|
|
583
588
|
version: 2,
|
|
584
589
|
},
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
590
|
+
},
|
|
591
|
+
[types_1.SupportedChainId.taiko]: {
|
|
592
|
+
[types_1.SupportedDex.Henjin]: {
|
|
588
593
|
url: 'https://api.goldsky.com/api/public/project_clvwe2yydw1n701uh6yple20i/subgraphs/henjin-ichi/1.0.0/gn',
|
|
589
594
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clvwe2yydw1n701uh6yple20i/subgraphs/henjin-ichi/1.0.0/gn',
|
|
590
595
|
supportsCollectFees: true,
|
|
591
596
|
},
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
597
|
+
},
|
|
598
|
+
[types_1.SupportedChainId.taiko_hekla]: {
|
|
599
|
+
[types_1.SupportedDex.Henjin]: {
|
|
595
600
|
url: 'none',
|
|
596
601
|
publishedUrl: 'none',
|
|
597
602
|
supportsCollectFees: true,
|
|
598
603
|
},
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
604
|
+
},
|
|
605
|
+
[types_1.SupportedChainId.unichain]: {
|
|
606
|
+
[types_1.SupportedDex.Catex]: {
|
|
602
607
|
url: 'https://api.studio.thegraph.com/query/88584/unichain-v-2-uniswap/version/latest',
|
|
603
608
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/8fsJpbjBEzkwBUjsNbnA8tDd94NLSh6DvEUGhvFfNfho',
|
|
604
609
|
supportsCollectFees: true,
|
|
605
610
|
version: 2,
|
|
606
611
|
},
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
612
|
+
},
|
|
613
|
+
[types_1.SupportedChainId.unreal]: {
|
|
614
|
+
[types_1.SupportedDex.Pearl]: {
|
|
610
615
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/unreal-v1-pearl/gn',
|
|
611
616
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/unreal-v1-pearl/gn',
|
|
612
617
|
supportsCollectFees: true,
|
|
613
618
|
},
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
619
|
+
},
|
|
620
|
+
[types_1.SupportedChainId.x_layer_testnet]: {
|
|
621
|
+
[types_1.SupportedDex.XSwap]: {
|
|
617
622
|
url: 'https://api.studio.thegraph.com/query/88584/xlayer-sepolia-v1-xswap/version/latest',
|
|
618
623
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/EsPs6Mz2akM2Hbqm66jTb4YrnW1cjHVDnoqcJV2Xvitt',
|
|
619
624
|
supportsCollectFees: true,
|
|
620
625
|
},
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
626
|
+
},
|
|
627
|
+
[types_1.SupportedChainId.zircuit]: {
|
|
628
|
+
[types_1.SupportedDex.Ocelex]: {
|
|
624
629
|
url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/zircuit-v1-ocelex-0.0.1/gn',
|
|
625
630
|
publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/zircuit-v1-ocelex-0.0.1/gn',
|
|
626
631
|
supportsCollectFees: true,
|
|
627
632
|
},
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
633
|
+
},
|
|
634
|
+
[types_1.SupportedChainId.zksync_era]: {
|
|
635
|
+
[types_1.SupportedDex.Pancakeswap]: {
|
|
631
636
|
url: 'https://api.studio.thegraph.com/query/88584/zksync-v1-pancakeswap/version/latest',
|
|
632
637
|
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/HRoLbVrr8T8zCbC769cMseTpHq9Ebnqv5fKaJKJ4qkYc',
|
|
633
638
|
supportsCollectFees: true,
|
|
634
639
|
},
|
|
635
|
-
|
|
640
|
+
[types_1.SupportedDex.Velocore]: {
|
|
636
641
|
url: 'https://api.studio.thegraph.com/query/88584/zksync-v1-velocore/version/latest',
|
|
637
642
|
publishedUrl: 'https://api.studio.thegraph.com/query/88584/zksync-v1-velocore/version/latest',
|
|
638
643
|
supportsCollectFees: false,
|
|
639
644
|
},
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
645
|
+
},
|
|
646
|
+
[types_1.SupportedChainId.zksync_era_testnet]: {
|
|
647
|
+
[types_1.SupportedDex.Velocore]: {
|
|
643
648
|
url: 'none',
|
|
644
649
|
publishedUrl: 'none',
|
|
645
650
|
supportsCollectFees: true,
|
|
646
651
|
},
|
|
647
|
-
|
|
648
|
-
|
|
652
|
+
},
|
|
653
|
+
};
|
|
649
654
|
//# sourceMappingURL=constants.js.map
|