@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.
Files changed (210) hide show
  1. package/README.md +62 -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 +356 -738
  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 +217 -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 +2 -2
  147. package/dist/src/index.esm.js +2 -2
  148. package/dist/src/src/contracts/index.d.ts +1 -1
  149. package/dist/src/src/functions/_totalBalances.d.ts +2 -3
  150. package/dist/src/src/functions/_withdrawHelpers.d.ts +2 -3
  151. package/dist/src/src/functions/calculateApr.d.ts +1 -1
  152. package/dist/src/src/functions/calculateDtr.d.ts +1 -1
  153. package/dist/src/src/functions/calculateFees.d.ts +1 -1
  154. package/dist/src/src/functions/claimRewards.d.ts +3 -4
  155. package/dist/src/src/functions/deposit.d.ts +7 -9
  156. package/dist/src/src/functions/depositWithHtsWrapping.d.ts +4 -6
  157. package/dist/src/src/functions/getFeeAprs.d.ts +1 -1
  158. package/dist/src/src/functions/priceFromPool.d.ts +3 -4
  159. package/dist/src/src/functions/totalBalances.d.ts +2 -3
  160. package/dist/src/src/functions/userBalances.d.ts +2 -3
  161. package/dist/src/src/functions/userRewards.d.ts +1 -1
  162. package/dist/src/src/functions/vault.d.ts +1 -1
  163. package/dist/src/src/functions/vaultMetrics.d.ts +1 -1
  164. package/dist/src/src/functions/vaultPositions.d.ts +1 -1
  165. package/dist/src/src/functions/vaultTvl.d.ts +1 -1
  166. package/dist/src/src/functions/withdraw.d.ts +6 -8
  167. package/dist/src/src/functions/withdrawWithErc20Wrapping.d.ts +2 -4
  168. package/dist/src/src/types/calculateGasMargin.d.ts +1 -2
  169. package/dist/src/src/types/index.d.ts +12 -13
  170. package/dist/src/src/utils/amountWithSlippage.d.ts +1 -2
  171. package/dist/src/src/utils/config/addresses.d.ts +1 -1
  172. package/dist/src/src/utils/formatBigInt.d.ts +1 -2
  173. package/dist/src/src/utils/getPrice.d.ts +1 -2
  174. package/dist/src/src/utils/multicallUtils.d.ts +9 -10
  175. package/dist/src/src/utils/parseBigInt.d.ts +1 -2
  176. package/dist/src/types/calculateGasMargin.d.ts +1 -2
  177. package/dist/src/types/calculateGasMargin.js +4 -5
  178. package/dist/src/types/calculateGasMargin.js.map +1 -1
  179. package/dist/src/types/index.d.ts +12 -13
  180. package/dist/src/types/index.js +1 -0
  181. package/dist/src/types/index.js.map +1 -1
  182. package/dist/src/utils/amountWithSlippage.d.ts +1 -2
  183. package/dist/src/utils/amountWithSlippage.js +1 -1
  184. package/dist/src/utils/amountWithSlippage.js.map +1 -1
  185. package/dist/src/utils/cache.js +2 -2
  186. package/dist/src/utils/cache.js.map +1 -1
  187. package/dist/src/utils/config/addresses.d.ts +1 -1
  188. package/dist/src/utils/config/addresses.js +276 -268
  189. package/dist/src/utils/config/addresses.js.map +1 -1
  190. package/dist/src/utils/formatBigInt.d.ts +1 -2
  191. package/dist/src/utils/formatBigInt.js +4 -5
  192. package/dist/src/utils/formatBigInt.js.map +1 -1
  193. package/dist/src/utils/getConfigByFactory.js +24 -28
  194. package/dist/src/utils/getConfigByFactory.js.map +1 -1
  195. package/dist/src/utils/getGraphUrls.js +8 -12
  196. package/dist/src/utils/getGraphUrls.js.map +1 -1
  197. package/dist/src/utils/getPrice.d.ts +1 -2
  198. package/dist/src/utils/getPrice.js +5 -6
  199. package/dist/src/utils/getPrice.js.map +1 -1
  200. package/dist/src/utils/isVelodrome.js +2 -3
  201. package/dist/src/utils/isVelodrome.js.map +1 -1
  202. package/dist/src/utils/multicallUtils.d.ts +9 -10
  203. package/dist/src/utils/multicallUtils.js +38 -93
  204. package/dist/src/utils/multicallUtils.js.map +1 -1
  205. package/dist/src/utils/parseBigInt.d.ts +1 -2
  206. package/dist/src/utils/parseBigInt.js +5 -7
  207. package/dist/src/utils/parseBigInt.js.map +1 -1
  208. package/dist/src/utils/positionKey.js +2 -4
  209. package/dist/src/utils/positionKey.js.map +1 -1
  210. 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
- 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.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
- _g[types_1.SupportedDex.Equalizer2Thick] = {
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
- _g[types_1.SupportedDex.Henjin] = {
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
- _g[types_1.SupportedDex.Hydrex] = {
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
- _g[types_1.SupportedDex.Kim] = {
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
- _g[types_1.SupportedDex.Pancakeswap] = {
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
- _g[types_1.SupportedDex.Quickswap] = {
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
- _g[types_1.SupportedDex.Thirdfy] = {
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
- _g[types_1.SupportedDex.Trebleswap] = {
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
- _g[types_1.SupportedDex.UniswapV3] = {
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
- _g),
146
- _a[types_1.SupportedChainId.base_sepolia] = (_h = {},
147
- _h[types_1.SupportedDex.Hydrex] = {
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
- _h[types_1.SupportedDex.Thirdfy] = {
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
- _h),
160
- _a[types_1.SupportedChainId.berachain] = (_j = {},
161
- _j[types_1.SupportedDex.Kodiak] = {
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
- _j[types_1.SupportedDex.Wasabee] = {
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
- _j),
173
- _a[types_1.SupportedChainId.berachain_bartio] = (_k = {},
174
- _k[types_1.SupportedDex.Honeypot] = {
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
- _k[types_1.SupportedDex.Kodiak] = {
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
- _k),
185
- _a[types_1.SupportedChainId.blast] = (_l = {},
186
- _l[types_1.SupportedDex.Fenix] = {
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
- _l[types_1.SupportedDex.Thruster] = {
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
- _l[types_1.SupportedDex.UniswapV3] = {
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
- _l),
202
- _a[types_1.SupportedChainId.blast_sepolia_testnet] = (_m = {},
203
- _m[types_1.SupportedDex.Fenix] = {
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
- _m),
209
- _a[types_1.SupportedChainId.botanix] = (_o = {},
210
- _o[types_1.SupportedDex.Bitzy] = {
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
- _o),
217
- _a[types_1.SupportedChainId.bsc] = (_p = {},
218
- _p[types_1.SupportedDex.UniswapV3] = {
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
- _p[types_1.SupportedDex.Pancakeswap] = {
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
- _p[types_1.SupportedDex.Thena] = {
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
- _p[types_1.SupportedDex.ThenaV3Fees] = {
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
- _p[types_1.SupportedDex.ThenaV3Rewards] = {
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
- _p),
246
- _a[types_1.SupportedChainId.celo] = (_q = {},
247
- _q[types_1.SupportedDex.Ubeswap] = {
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
- _q[types_1.SupportedDex.UniswapV3] = {
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
- _q[types_1.SupportedDex.Velodrome] = {
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
- _q),
264
- _a[types_1.SupportedChainId.citrea_testnet] = (_r = {},
265
- _r[types_1.SupportedDex.Satsuma] = {
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
- _r),
272
- _a[types_1.SupportedChainId.cronos] = (_s = {},
273
- _s[types_1.SupportedDex.VVS] = {
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
- _s),
280
- _a[types_1.SupportedChainId.eon] = (_t = {},
281
- _t[types_1.SupportedDex.Ascent] = {
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
- _t),
287
- _a[types_1.SupportedChainId.evmos] = (_u = {},
288
- _u[types_1.SupportedDex.Forge] = {
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
- _u),
294
- _a[types_1.SupportedChainId.fantom] = (_v = {},
295
- _v[types_1.SupportedDex.Equalizer] = {
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
- _v[types_1.SupportedDex.SpiritSwap] = {
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
- _v),
306
- _a[types_1.SupportedChainId.flare] = (_w = {},
307
- _w[types_1.SupportedDex.SparkDex] = {
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
- _w[types_1.SupportedDex.SparkDexV1] = {
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
- _w),
318
- _a[types_1.SupportedChainId.flow] = (_x = {},
319
- _x[types_1.SupportedDex.FlowSwap] = {
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
- _x[types_1.SupportedDex.KittyPunch] = {
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
- _x),
332
- _a[types_1.SupportedChainId.fuse] = (_y = {},
333
- _y[types_1.SupportedDex.Voltage] = {
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
- _y),
339
- _a[types_1.SupportedChainId.haven1] = (_z = {},
340
- _z[types_1.SupportedDex.hSwap] = {
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
- _z),
347
- _a[types_1.SupportedChainId.haven1_devnet] = (_0 = {},
348
- _0[types_1.SupportedDex.hSwap] = {
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
- _0),
355
- _a[types_1.SupportedChainId.hedera] = (_1 = {},
356
- _1[types_1.SupportedDex.SaucerSwap] = {
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
- _1[types_1.SupportedDex.Bonzo] = {
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
- _1),
368
- _a[types_1.SupportedChainId.hedera_testnet] = (_2 = {},
369
- _2[types_1.SupportedDex.SaucerSwap] = {
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
- _2),
375
- _a[types_1.SupportedChainId.hemi] = (_3 = {},
376
- _3[types_1.SupportedDex.Sushiswap] = {
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
- _3[types_1.SupportedDex.UniswapV3] = {
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
- _3),
389
- _a[types_1.SupportedChainId.hyperevm] = (_4 = {},
390
- _4[types_1.SupportedDex.HyperSwap] = {
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
- _4[types_1.SupportedDex.Nest] = {
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
- _4),
403
- _a[types_1.SupportedChainId.ink] = (_5 = {},
404
- _5[types_1.SupportedDex.Reservoir] = {
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
- _5[types_1.SupportedDex.Velodrome] = {
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
- _5),
416
- _a[types_1.SupportedChainId.ink_sepolia] = (_6 = {},
417
- _6[types_1.SupportedDex.UniswapV3] = {
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
- _6),
423
- _a[types_1.SupportedChainId.katana] = (_7 = {},
424
- _7[types_1.SupportedDex.Sushiswap] = {
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
- _7),
431
- _a[types_1.SupportedChainId.kava] = (_8 = {},
432
- _8[types_1.SupportedDex.Kinetix] = {
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
- _8),
438
- _a[types_1.SupportedChainId.linea] = (_9 = {},
439
- _9[types_1.SupportedDex.Linehub] = {
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
- _9[types_1.SupportedDex.Lynex] = {
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
- _9[types_1.SupportedDex.Metavault] = {
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
- _9[types_1.SupportedDex.Nile] = {
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
- _9[types_1.SupportedDex.UniswapV3] = {
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
- _9),
465
- _a[types_1.SupportedChainId.mantle] = (_10 = {},
466
- _10[types_1.SupportedDex.Agni] = {
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
- _10[types_1.SupportedDex.Cleo] = {
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
- _10[types_1.SupportedDex.Crust] = {
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
- _10),
482
- _a[types_1.SupportedChainId.mode] = (_11 = {},
483
- _11[types_1.SupportedDex.Kim] = {
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
- _11),
489
- _a[types_1.SupportedChainId.monad] = (_12 = {},
490
- _12[types_1.SupportedDex.Atlantis] = {
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
- _12),
497
- _a[types_1.SupportedChainId.monad_testnet] = (_13 = {},
498
- _13[types_1.SupportedDex.Atlantis] = {
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
- _13),
505
- _a[types_1.SupportedChainId.moonbeam] = (_14 = {},
506
- _14[types_1.SupportedDex.StellaSwap] = {
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
- _14),
513
- _a[types_1.SupportedChainId.nibiru] = (_15 = {},
514
- _15[types_1.SupportedDex.UniswapV3] = {
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
- _15),
521
- _a[types_1.SupportedChainId.polygon_zkevm] = (_16 = {},
522
- _16[types_1.SupportedDex.Pancakeswap] = {
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
- _16[types_1.SupportedDex.Quickswap] = {
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
- _16),
533
- _a[types_1.SupportedChainId.real] = (_17 = {},
534
- _17[types_1.SupportedDex.Pearl] = {
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
- _17),
540
- _a[types_1.SupportedChainId.rootstock] = (_18 = {},
541
- _18[types_1.SupportedDex.UniswapV3] = {
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
- _18),
547
- _a[types_1.SupportedChainId.scroll] = (_19 = {},
548
- _19[types_1.SupportedDex.Metavault] = {
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
- _19[types_1.SupportedDex.UniswapV3] = {
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
- _19),
559
- _a[types_1.SupportedChainId.skale_europa] = (_20 = {},
560
- _20[types_1.SupportedDex.Sushiswap] = {
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
- _20),
566
- _a[types_1.SupportedChainId.sonic] = (_21 = {},
567
- _21[types_1.SupportedDex.Equalizer] = {
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
- _21[types_1.SupportedDex.SwapX] = {
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
- _21),
578
- _a[types_1.SupportedChainId.tac] = (_22 = {},
579
- _22[types_1.SupportedDex.Snap] = {
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
- _22),
586
- _a[types_1.SupportedChainId.taiko] = (_23 = {},
587
- _23[types_1.SupportedDex.Henjin] = {
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
- _23),
593
- _a[types_1.SupportedChainId.taiko_hekla] = (_24 = {},
594
- _24[types_1.SupportedDex.Henjin] = {
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
- _24),
600
- _a[types_1.SupportedChainId.unichain] = (_25 = {},
601
- _25[types_1.SupportedDex.Catex] = {
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
- _25),
608
- _a[types_1.SupportedChainId.unreal] = (_26 = {},
609
- _26[types_1.SupportedDex.Pearl] = {
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
- _26),
615
- _a[types_1.SupportedChainId.x_layer_testnet] = (_27 = {},
616
- _27[types_1.SupportedDex.XSwap] = {
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
- _27),
622
- _a[types_1.SupportedChainId.zircuit] = (_28 = {},
623
- _28[types_1.SupportedDex.Ocelex] = {
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
- _28),
629
- _a[types_1.SupportedChainId.zksync_era] = (_29 = {},
630
- _29[types_1.SupportedDex.Pancakeswap] = {
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
- _29[types_1.SupportedDex.Velocore] = {
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
- _29),
641
- _a[types_1.SupportedChainId.zksync_era_testnet] = (_30 = {},
642
- _30[types_1.SupportedDex.Velocore] = {
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
- _30),
648
- _a);
652
+ },
653
+ };
649
654
  //# sourceMappingURL=constants.js.map