@ichidao/ichi-vaults-sdk 0.1.42 → 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.
Files changed (215) hide show
  1. package/README.md +61 -208
  2. package/dist/abis/types/AlgebraIntegralPool.d.ts +702 -793
  3. package/dist/abis/types/AlgebraPool.d.ts +693 -730
  4. package/dist/abis/types/ClPool.d.ts +789 -871
  5. package/dist/abis/types/DepositGuard.d.ts +193 -178
  6. package/dist/abis/types/DepositGuardWithHtsWrapping.d.ts +300 -297
  7. package/dist/abis/types/ERC20.d.ts +120 -147
  8. package/dist/abis/types/ERC20Wrapper.d.ts +147 -155
  9. package/dist/abis/types/IchiVault.d.ts +598 -728
  10. package/dist/abis/types/MultiFeeDistributer.d.ts +314 -423
  11. package/dist/abis/types/Multicall.d.ts +58 -73
  12. package/dist/abis/types/UniswapV3Pool.d.ts +654 -693
  13. package/dist/abis/types/common.d.ts +40 -12
  14. package/dist/abis/types/factories/AlgebraIntegralPool__factory.d.ts +2 -3
  15. package/dist/abis/types/factories/AlgebraIntegralPool__factory.js +10 -13
  16. package/dist/abis/types/factories/AlgebraIntegralPool__factory.js.map +1 -1
  17. package/dist/abis/types/factories/AlgebraPool__factory.d.ts +2 -3
  18. package/dist/abis/types/factories/AlgebraPool__factory.js +10 -13
  19. package/dist/abis/types/factories/AlgebraPool__factory.js.map +1 -1
  20. package/dist/abis/types/factories/ClPool__factory.d.ts +2 -3
  21. package/dist/abis/types/factories/ClPool__factory.js +10 -13
  22. package/dist/abis/types/factories/ClPool__factory.js.map +1 -1
  23. package/dist/abis/types/factories/DepositGuardWithHtsWrapping__factory.d.ts +2 -3
  24. package/dist/abis/types/factories/DepositGuardWithHtsWrapping__factory.js +10 -13
  25. package/dist/abis/types/factories/DepositGuardWithHtsWrapping__factory.js.map +1 -1
  26. package/dist/abis/types/factories/DepositGuard__factory.d.ts +2 -3
  27. package/dist/abis/types/factories/DepositGuard__factory.js +10 -13
  28. package/dist/abis/types/factories/DepositGuard__factory.js.map +1 -1
  29. package/dist/abis/types/factories/ERC20Wrapper__factory.d.ts +2 -3
  30. package/dist/abis/types/factories/ERC20Wrapper__factory.js +10 -13
  31. package/dist/abis/types/factories/ERC20Wrapper__factory.js.map +1 -1
  32. package/dist/abis/types/factories/ERC20__factory.d.ts +2 -3
  33. package/dist/abis/types/factories/ERC20__factory.js +10 -13
  34. package/dist/abis/types/factories/ERC20__factory.js.map +1 -1
  35. package/dist/abis/types/factories/IchiVault__factory.d.ts +2 -3
  36. package/dist/abis/types/factories/IchiVault__factory.js +10 -13
  37. package/dist/abis/types/factories/IchiVault__factory.js.map +1 -1
  38. package/dist/abis/types/factories/MultiFeeDistributer__factory.d.ts +2 -3
  39. package/dist/abis/types/factories/MultiFeeDistributer__factory.js +10 -13
  40. package/dist/abis/types/factories/MultiFeeDistributer__factory.js.map +1 -1
  41. package/dist/abis/types/factories/Multicall__factory.d.ts +2 -3
  42. package/dist/abis/types/factories/Multicall__factory.js +10 -13
  43. package/dist/abis/types/factories/Multicall__factory.js.map +1 -1
  44. package/dist/abis/types/factories/UniswapV3Pool__factory.d.ts +2 -3
  45. package/dist/abis/types/factories/UniswapV3Pool__factory.js +10 -13
  46. package/dist/abis/types/factories/UniswapV3Pool__factory.js.map +1 -1
  47. package/dist/src/__tests__/index.test.js +376 -700
  48. package/dist/src/__tests__/index.test.js.map +1 -1
  49. package/dist/src/abis/types/AlgebraIntegralPool.d.ts +702 -793
  50. package/dist/src/abis/types/AlgebraPool.d.ts +693 -730
  51. package/dist/src/abis/types/ClPool.d.ts +789 -871
  52. package/dist/src/abis/types/DepositGuard.d.ts +193 -178
  53. package/dist/src/abis/types/DepositGuardWithHtsWrapping.d.ts +300 -297
  54. package/dist/src/abis/types/ERC20.d.ts +120 -147
  55. package/dist/src/abis/types/ERC20Wrapper.d.ts +147 -155
  56. package/dist/src/abis/types/IchiVault.d.ts +598 -728
  57. package/dist/src/abis/types/MultiFeeDistributer.d.ts +314 -423
  58. package/dist/src/abis/types/Multicall.d.ts +58 -73
  59. package/dist/src/abis/types/UniswapV3Pool.d.ts +654 -693
  60. package/dist/src/abis/types/common.d.ts +40 -12
  61. package/dist/src/abis/types/factories/AlgebraIntegralPool__factory.d.ts +2 -3
  62. package/dist/src/abis/types/factories/AlgebraPool__factory.d.ts +2 -3
  63. package/dist/src/abis/types/factories/ClPool__factory.d.ts +2 -3
  64. package/dist/src/abis/types/factories/DepositGuardWithHtsWrapping__factory.d.ts +2 -3
  65. package/dist/src/abis/types/factories/DepositGuard__factory.d.ts +2 -3
  66. package/dist/src/abis/types/factories/ERC20Wrapper__factory.d.ts +2 -3
  67. package/dist/src/abis/types/factories/ERC20__factory.d.ts +2 -3
  68. package/dist/src/abis/types/factories/IchiVault__factory.d.ts +2 -3
  69. package/dist/src/abis/types/factories/MultiFeeDistributer__factory.d.ts +2 -3
  70. package/dist/src/abis/types/factories/Multicall__factory.d.ts +2 -3
  71. package/dist/src/abis/types/factories/UniswapV3Pool__factory.d.ts +2 -3
  72. package/dist/src/contracts/index.d.ts +1 -1
  73. package/dist/src/contracts/index.js +12 -12
  74. package/dist/src/contracts/index.js.map +1 -1
  75. package/dist/src/functions/_totalBalances.d.ts +2 -3
  76. package/dist/src/functions/_totalBalances.js +46 -117
  77. package/dist/src/functions/_totalBalances.js.map +1 -1
  78. package/dist/src/functions/_vaultEvents.js +347 -488
  79. package/dist/src/functions/_vaultEvents.js.map +1 -1
  80. package/dist/src/functions/_withdrawHelpers.d.ts +2 -3
  81. package/dist/src/functions/_withdrawHelpers.js +13 -62
  82. package/dist/src/functions/_withdrawHelpers.js.map +1 -1
  83. package/dist/src/functions/calculateApr.d.ts +1 -1
  84. package/dist/src/functions/calculateApr.js +77 -150
  85. package/dist/src/functions/calculateApr.js.map +1 -1
  86. package/dist/src/functions/calculateDtr.d.ts +1 -1
  87. package/dist/src/functions/calculateDtr.js +84 -169
  88. package/dist/src/functions/calculateDtr.js.map +1 -1
  89. package/dist/src/functions/calculateFees.d.ts +1 -1
  90. package/dist/src/functions/calculateFees.js +97 -172
  91. package/dist/src/functions/calculateFees.js.map +1 -1
  92. package/dist/src/functions/chains.js +6 -6
  93. package/dist/src/functions/chains.js.map +1 -1
  94. package/dist/src/functions/claimRewards.d.ts +3 -4
  95. package/dist/src/functions/claimRewards.js +29 -92
  96. package/dist/src/functions/claimRewards.js.map +1 -1
  97. package/dist/src/functions/deposit.d.ts +7 -9
  98. package/dist/src/functions/deposit.js +199 -364
  99. package/dist/src/functions/deposit.js.map +1 -1
  100. package/dist/src/functions/depositWithHtsWrapping.d.ts +4 -6
  101. package/dist/src/functions/depositWithHtsWrapping.js +109 -226
  102. package/dist/src/functions/depositWithHtsWrapping.js.map +1 -1
  103. package/dist/src/functions/getFeeAprs.d.ts +1 -1
  104. package/dist/src/functions/getFeeAprs.js +55 -111
  105. package/dist/src/functions/getFeeAprs.js.map +1 -1
  106. package/dist/src/functions/priceFromPool.d.ts +3 -4
  107. package/dist/src/functions/priceFromPool.js +99 -208
  108. package/dist/src/functions/priceFromPool.js.map +1 -1
  109. package/dist/src/functions/rewardInfo.js +79 -159
  110. package/dist/src/functions/rewardInfo.js.map +1 -1
  111. package/dist/src/functions/totalBalances.d.ts +2 -3
  112. package/dist/src/functions/totalBalances.js +14 -67
  113. package/dist/src/functions/totalBalances.js.map +1 -1
  114. package/dist/src/functions/userBalances.d.ts +2 -3
  115. package/dist/src/functions/userBalances.js +244 -368
  116. package/dist/src/functions/userBalances.js.map +1 -1
  117. package/dist/src/functions/userRewards.d.ts +1 -1
  118. package/dist/src/functions/userRewards.js +87 -145
  119. package/dist/src/functions/userRewards.js.map +1 -1
  120. package/dist/src/functions/vault.d.ts +1 -1
  121. package/dist/src/functions/vault.js +203 -383
  122. package/dist/src/functions/vault.js.map +1 -1
  123. package/dist/src/functions/vaultBasics.js +6 -7
  124. package/dist/src/functions/vaultBasics.js.map +1 -1
  125. package/dist/src/functions/vaultMetrics.d.ts +1 -1
  126. package/dist/src/functions/vaultMetrics.js +111 -189
  127. package/dist/src/functions/vaultMetrics.js.map +1 -1
  128. package/dist/src/functions/vaultPositions.d.ts +1 -1
  129. package/dist/src/functions/vaultPositions.js +69 -134
  130. package/dist/src/functions/vaultPositions.js.map +1 -1
  131. package/dist/src/functions/vaultTvl.d.ts +1 -1
  132. package/dist/src/functions/vaultTvl.js +80 -165
  133. package/dist/src/functions/vaultTvl.js.map +1 -1
  134. package/dist/src/functions/withdraw.d.ts +6 -8
  135. package/dist/src/functions/withdraw.js +165 -295
  136. package/dist/src/functions/withdraw.js.map +1 -1
  137. package/dist/src/functions/withdrawWithErc20Wrapping.d.ts +2 -4
  138. package/dist/src/functions/withdrawWithErc20Wrapping.js +59 -126
  139. package/dist/src/functions/withdrawWithErc20Wrapping.js.map +1 -1
  140. package/dist/src/graphql/constants.js +211 -212
  141. package/dist/src/graphql/constants.js.map +1 -1
  142. package/dist/src/graphql/functions.js +30 -102
  143. package/dist/src/graphql/functions.js.map +1 -1
  144. package/dist/src/graphql/queries.js +407 -42
  145. package/dist/src/graphql/queries.js.map +1 -1
  146. package/dist/src/index.cjs.js +3 -2
  147. package/dist/src/index.d.ts +1 -0
  148. package/dist/src/index.esm.js +3 -2
  149. package/dist/src/index.js +1 -0
  150. package/dist/src/index.js.map +1 -1
  151. package/dist/src/src/contracts/index.d.ts +1 -1
  152. package/dist/src/src/functions/_totalBalances.d.ts +2 -3
  153. package/dist/src/src/functions/_withdrawHelpers.d.ts +2 -3
  154. package/dist/src/src/functions/calculateApr.d.ts +1 -1
  155. package/dist/src/src/functions/calculateDtr.d.ts +1 -1
  156. package/dist/src/src/functions/calculateFees.d.ts +1 -1
  157. package/dist/src/src/functions/claimRewards.d.ts +3 -4
  158. package/dist/src/src/functions/deposit.d.ts +7 -9
  159. package/dist/src/src/functions/depositWithHtsWrapping.d.ts +4 -6
  160. package/dist/src/src/functions/getFeeAprs.d.ts +1 -1
  161. package/dist/src/src/functions/priceFromPool.d.ts +3 -4
  162. package/dist/src/src/functions/totalBalances.d.ts +2 -3
  163. package/dist/src/src/functions/userBalances.d.ts +2 -3
  164. package/dist/src/src/functions/userRewards.d.ts +1 -1
  165. package/dist/src/src/functions/vault.d.ts +1 -1
  166. package/dist/src/src/functions/vaultMetrics.d.ts +1 -1
  167. package/dist/src/src/functions/vaultPositions.d.ts +1 -1
  168. package/dist/src/src/functions/vaultTvl.d.ts +1 -1
  169. package/dist/src/src/functions/withdraw.d.ts +6 -8
  170. package/dist/src/src/functions/withdrawWithErc20Wrapping.d.ts +2 -4
  171. package/dist/src/src/index.d.ts +1 -0
  172. package/dist/src/src/types/calculateGasMargin.d.ts +1 -2
  173. package/dist/src/src/types/index.d.ts +11 -13
  174. package/dist/src/src/utils/amountWithSlippage.d.ts +1 -2
  175. package/dist/src/src/utils/config/addresses.d.ts +1 -1
  176. package/dist/src/src/utils/formatBigInt.d.ts +1 -2
  177. package/dist/src/src/utils/getConfigByFactory.d.ts +33 -0
  178. package/dist/src/src/utils/getPrice.d.ts +1 -2
  179. package/dist/src/src/utils/multicallUtils.d.ts +9 -10
  180. package/dist/src/src/utils/parseBigInt.d.ts +1 -2
  181. package/dist/src/types/calculateGasMargin.d.ts +1 -2
  182. package/dist/src/types/calculateGasMargin.js +4 -5
  183. package/dist/src/types/calculateGasMargin.js.map +1 -1
  184. package/dist/src/types/index.d.ts +11 -13
  185. package/dist/src/types/index.js.map +1 -1
  186. package/dist/src/utils/amountWithSlippage.d.ts +1 -2
  187. package/dist/src/utils/amountWithSlippage.js +1 -1
  188. package/dist/src/utils/amountWithSlippage.js.map +1 -1
  189. package/dist/src/utils/cache.js +2 -2
  190. package/dist/src/utils/cache.js.map +1 -1
  191. package/dist/src/utils/config/addresses.d.ts +1 -1
  192. package/dist/src/utils/config/addresses.js +267 -268
  193. package/dist/src/utils/config/addresses.js.map +1 -1
  194. package/dist/src/utils/formatBigInt.d.ts +1 -2
  195. package/dist/src/utils/formatBigInt.js +4 -5
  196. package/dist/src/utils/formatBigInt.js.map +1 -1
  197. package/dist/src/utils/getConfigByFactory.d.ts +33 -0
  198. package/dist/src/utils/getConfigByFactory.js +79 -0
  199. package/dist/src/utils/getConfigByFactory.js.map +1 -0
  200. package/dist/src/utils/getGraphUrls.js +8 -12
  201. package/dist/src/utils/getGraphUrls.js.map +1 -1
  202. package/dist/src/utils/getPrice.d.ts +1 -2
  203. package/dist/src/utils/getPrice.js +5 -6
  204. package/dist/src/utils/getPrice.js.map +1 -1
  205. package/dist/src/utils/isVelodrome.js +2 -3
  206. package/dist/src/utils/isVelodrome.js.map +1 -1
  207. package/dist/src/utils/multicallUtils.d.ts +9 -10
  208. package/dist/src/utils/multicallUtils.js +38 -93
  209. package/dist/src/utils/multicallUtils.js.map +1 -1
  210. package/dist/src/utils/parseBigInt.d.ts +1 -2
  211. package/dist/src/utils/parseBigInt.js +5 -7
  212. package/dist/src/utils/parseBigInt.js.map +1 -1
  213. package/dist/src/utils/positionKey.js +2 -4
  214. package/dist/src/utils/positionKey.js.map +1 -1
  215. 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
- var types_1 = require("../types");
5
+ const types_1 = require("../types");
7
6
  // 'none' indicates that graph is not enabled on that chain
8
- exports.graphUrls = (_a = {},
9
- _a[types_1.SupportedChainId.arbitrum] = (_b = {},
10
- _b[types_1.SupportedDex.UniswapV3] = {
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
- _b[types_1.SupportedDex.Pancakeswap] = {
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
- _b[types_1.SupportedDex.Ramses] = {
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
- _b[types_1.SupportedDex.Sushiswap] = {
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
- _b),
31
- _a[types_1.SupportedChainId.arthera] = (_c = {},
32
- _c[types_1.SupportedDex.Thirdfy] = {
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
- _c),
38
- _a[types_1.SupportedChainId.arthera_testnet] = (_d = {},
39
- _d[types_1.SupportedDex.Thirdfy] = {
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
- _d),
45
- _a[types_1.SupportedChainId.mainnet] = (_e = {},
46
- _e[types_1.SupportedDex.UniswapV3] = {
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
- _e[types_1.SupportedDex.Blueprint] = {
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
- _e[types_1.SupportedDex.Pancakeswap] = {
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
- _e),
62
- _a[types_1.SupportedChainId.polygon] = (_f = {},
63
- _f[types_1.SupportedDex.UniswapNew] = {
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
- _f[types_1.SupportedDex.UniswapV3] = {
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
- _f[types_1.SupportedDex.Retro] = {
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
- _f[types_1.SupportedDex.Quickswap] = {
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
- _f),
85
- _a[types_1.SupportedChainId.base] = (_g = {},
86
- _g[types_1.SupportedDex.Aerodrome] = {
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
- _g[types_1.SupportedDex.Equalizer] = {
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
- _g[types_1.SupportedDex.Equalizer2Thick] = {
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
- _g[types_1.SupportedDex.Henjin] = {
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
- _g[types_1.SupportedDex.Hydrex] = {
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
- _g[types_1.SupportedDex.Kim] = {
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
- _g[types_1.SupportedDex.Pancakeswap] = {
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
- _g[types_1.SupportedDex.Quickswap] = {
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
- _g[types_1.SupportedDex.Thirdfy] = {
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
- _g[types_1.SupportedDex.Trebleswap] = {
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
- _g[types_1.SupportedDex.UniswapV3] = {
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
- _g),
146
- _a[types_1.SupportedChainId.base_sepolia] = (_h = {},
147
- _h[types_1.SupportedDex.Hydrex] = {
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
- _h[types_1.SupportedDex.Thirdfy] = {
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
- _h),
160
- _a[types_1.SupportedChainId.berachain] = (_j = {},
161
- _j[types_1.SupportedDex.Kodiak] = {
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
- _j[types_1.SupportedDex.Wasabee] = {
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
- _j),
173
- _a[types_1.SupportedChainId.berachain_bartio] = (_k = {},
174
- _k[types_1.SupportedDex.Honeypot] = {
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
- _k[types_1.SupportedDex.Kodiak] = {
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
- _k),
185
- _a[types_1.SupportedChainId.blast] = (_l = {},
186
- _l[types_1.SupportedDex.Fenix] = {
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
- _l[types_1.SupportedDex.Thruster] = {
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
- _l[types_1.SupportedDex.UniswapV3] = {
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
- _l),
202
- _a[types_1.SupportedChainId.blast_sepolia_testnet] = (_m = {},
203
- _m[types_1.SupportedDex.Fenix] = {
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
- _m),
209
- _a[types_1.SupportedChainId.botanix] = (_o = {},
210
- _o[types_1.SupportedDex.Bitzy] = {
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
- _o),
217
- _a[types_1.SupportedChainId.bsc] = (_p = {},
218
- _p[types_1.SupportedDex.UniswapV3] = {
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
- _p[types_1.SupportedDex.Pancakeswap] = {
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
- _p[types_1.SupportedDex.Thena] = {
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
- _p[types_1.SupportedDex.ThenaV3Fees] = {
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
- _p[types_1.SupportedDex.ThenaV3Rewards] = {
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
- _p),
246
- _a[types_1.SupportedChainId.celo] = (_q = {},
247
- _q[types_1.SupportedDex.Ubeswap] = {
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
- _q[types_1.SupportedDex.UniswapV3] = {
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
- _q[types_1.SupportedDex.Velodrome] = {
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
- _q),
264
- _a[types_1.SupportedChainId.citrea_testnet] = (_r = {},
265
- _r[types_1.SupportedDex.Satsuma] = {
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
- _r),
272
- _a[types_1.SupportedChainId.cronos] = (_s = {},
273
- _s[types_1.SupportedDex.VVS] = {
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
- _s),
280
- _a[types_1.SupportedChainId.eon] = (_t = {},
281
- _t[types_1.SupportedDex.Ascent] = {
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
- _t),
287
- _a[types_1.SupportedChainId.evmos] = (_u = {},
288
- _u[types_1.SupportedDex.Forge] = {
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
- _u),
294
- _a[types_1.SupportedChainId.fantom] = (_v = {},
295
- _v[types_1.SupportedDex.Equalizer] = {
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
- _v[types_1.SupportedDex.SpiritSwap] = {
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
- _v),
306
- _a[types_1.SupportedChainId.flare] = (_w = {},
307
- _w[types_1.SupportedDex.SparkDex] = {
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
- _w[types_1.SupportedDex.SparkDexV1] = {
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
- _w),
318
- _a[types_1.SupportedChainId.flow] = (_x = {},
319
- _x[types_1.SupportedDex.FlowSwap] = {
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
- _x[types_1.SupportedDex.KittyPunch] = {
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
- _x),
332
- _a[types_1.SupportedChainId.fuse] = (_y = {},
333
- _y[types_1.SupportedDex.Voltage] = {
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
- _y),
339
- _a[types_1.SupportedChainId.haven1] = (_z = {},
340
- _z[types_1.SupportedDex.hSwap] = {
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
- _z),
347
- _a[types_1.SupportedChainId.haven1_devnet] = (_0 = {},
348
- _0[types_1.SupportedDex.hSwap] = {
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
- _0),
355
- _a[types_1.SupportedChainId.hedera] = (_1 = {},
356
- _1[types_1.SupportedDex.SaucerSwap] = {
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
- _1[types_1.SupportedDex.Bonzo] = {
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
- _1),
368
- _a[types_1.SupportedChainId.hedera_testnet] = (_2 = {},
369
- _2[types_1.SupportedDex.SaucerSwap] = {
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
- _2),
375
- _a[types_1.SupportedChainId.hemi] = (_3 = {},
376
- _3[types_1.SupportedDex.Sushiswap] = {
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
- _3[types_1.SupportedDex.UniswapV3] = {
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
- _3),
389
- _a[types_1.SupportedChainId.hyperevm] = (_4 = {},
390
- _4[types_1.SupportedDex.HyperSwap] = {
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
- _4[types_1.SupportedDex.Nest] = {
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
- _4),
403
- _a[types_1.SupportedChainId.ink] = (_5 = {},
404
- _5[types_1.SupportedDex.Reservoir] = {
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
- _5[types_1.SupportedDex.Velodrome] = {
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
- _5),
416
- _a[types_1.SupportedChainId.ink_sepolia] = (_6 = {},
417
- _6[types_1.SupportedDex.UniswapV3] = {
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
- _6),
423
- _a[types_1.SupportedChainId.katana] = (_7 = {},
424
- _7[types_1.SupportedDex.Sushiswap] = {
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
- _7),
431
- _a[types_1.SupportedChainId.kava] = (_8 = {},
432
- _8[types_1.SupportedDex.Kinetix] = {
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
- _8),
438
- _a[types_1.SupportedChainId.linea] = (_9 = {},
439
- _9[types_1.SupportedDex.Linehub] = {
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
- _9[types_1.SupportedDex.Lynex] = {
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
- _9[types_1.SupportedDex.Metavault] = {
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
- _9[types_1.SupportedDex.Nile] = {
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
- _9[types_1.SupportedDex.UniswapV3] = {
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
- _9),
465
- _a[types_1.SupportedChainId.mantle] = (_10 = {},
466
- _10[types_1.SupportedDex.Agni] = {
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
- _10[types_1.SupportedDex.Cleo] = {
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
- _10[types_1.SupportedDex.Crust] = {
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
- _10),
482
- _a[types_1.SupportedChainId.mode] = (_11 = {},
483
- _11[types_1.SupportedDex.Kim] = {
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
- _11),
489
- _a[types_1.SupportedChainId.monad] = (_12 = {},
490
- _12[types_1.SupportedDex.Atlantis] = {
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
- _12),
497
- _a[types_1.SupportedChainId.monad_testnet] = (_13 = {},
498
- _13[types_1.SupportedDex.Atlantis] = {
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
- _13),
505
- _a[types_1.SupportedChainId.moonbeam] = (_14 = {},
506
- _14[types_1.SupportedDex.StellaSwap] = {
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
- _14),
513
- _a[types_1.SupportedChainId.nibiru] = (_15 = {},
514
- _15[types_1.SupportedDex.UniswapV3] = {
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
- _15),
521
- _a[types_1.SupportedChainId.polygon_zkevm] = (_16 = {},
522
- _16[types_1.SupportedDex.Pancakeswap] = {
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
- _16[types_1.SupportedDex.Quickswap] = {
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
- _16),
533
- _a[types_1.SupportedChainId.real] = (_17 = {},
534
- _17[types_1.SupportedDex.Pearl] = {
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
- _17),
540
- _a[types_1.SupportedChainId.rootstock] = (_18 = {},
541
- _18[types_1.SupportedDex.UniswapV3] = {
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
- _18),
547
- _a[types_1.SupportedChainId.scroll] = (_19 = {},
548
- _19[types_1.SupportedDex.Metavault] = {
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
- _19[types_1.SupportedDex.UniswapV3] = {
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
- _19),
559
- _a[types_1.SupportedChainId.skale_europa] = (_20 = {},
560
- _20[types_1.SupportedDex.Sushiswap] = {
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
- _20),
566
- _a[types_1.SupportedChainId.sonic] = (_21 = {},
567
- _21[types_1.SupportedDex.Equalizer] = {
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
- _21[types_1.SupportedDex.SwapX] = {
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
- _21),
578
- _a[types_1.SupportedChainId.tac] = (_22 = {},
579
- _22[types_1.SupportedDex.Snap] = {
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
- _22),
586
- _a[types_1.SupportedChainId.taiko] = (_23 = {},
587
- _23[types_1.SupportedDex.Henjin] = {
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
- _23),
593
- _a[types_1.SupportedChainId.taiko_hekla] = (_24 = {},
594
- _24[types_1.SupportedDex.Henjin] = {
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
- _24),
600
- _a[types_1.SupportedChainId.unichain] = (_25 = {},
601
- _25[types_1.SupportedDex.Catex] = {
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
- _25),
608
- _a[types_1.SupportedChainId.unreal] = (_26 = {},
609
- _26[types_1.SupportedDex.Pearl] = {
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
- _26),
615
- _a[types_1.SupportedChainId.x_layer_testnet] = (_27 = {},
616
- _27[types_1.SupportedDex.XSwap] = {
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
- _27),
622
- _a[types_1.SupportedChainId.zircuit] = (_28 = {},
623
- _28[types_1.SupportedDex.Ocelex] = {
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
- _28),
629
- _a[types_1.SupportedChainId.zksync_era] = (_29 = {},
630
- _29[types_1.SupportedDex.Pancakeswap] = {
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
- _29[types_1.SupportedDex.Velocore] = {
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
- _29),
641
- _a[types_1.SupportedChainId.zksync_era_testnet] = (_30 = {},
642
- _30[types_1.SupportedDex.Velocore] = {
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
- _30),
648
- _a);
646
+ },
647
+ };
649
648
  //# sourceMappingURL=constants.js.map