@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,15 +1,16 @@
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, _31;
3
2
  Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.MULTICALL_ADDRESSES = exports.ERC20_WRAPPER_ADDRESS = exports.addressConfig = exports.AMM_VERSIONS = void 0;
5
- var types_1 = require("../../types");
3
+ exports.MULTICALL_ADDRESSES = exports.addressConfig = exports.AMM_VERSIONS = exports.ERC20_WRAPPER_ADDRESS = void 0;
4
+ const types_1 = require("../../types");
5
+ // ERC20 Wrapper address for Hedera HTS wrapping
6
+ exports.ERC20_WRAPPER_ADDRESS = '0x000000000000000000000000000000000093A3A8';
6
7
  exports.AMM_VERSIONS = {
7
8
  ALGEBRA_INTEGRAL: 'algebraIntegral',
8
9
  VELODROME: 'velodrome',
9
10
  };
10
- exports.addressConfig = (_a = {},
11
- _a[types_1.SupportedChainId.arbitrum] = (_b = {},
12
- _b[types_1.SupportedDex.UniswapV3] = {
11
+ exports.addressConfig = {
12
+ [types_1.SupportedChainId.arbitrum]: {
13
+ [types_1.SupportedDex.UniswapV3]: {
13
14
  factoryAddress: '0xfBf38920cCbCFF7268Ad714ae5F9Fad6dF607065',
14
15
  depositGuard: {
15
16
  address: '0xFB5263779D551d0f8a85D47a7D576C4893686D12',
@@ -18,7 +19,7 @@ exports.addressConfig = (_a = {},
18
19
  vaultDeployerAddress: '0x508C3daa571854247726ba26949f182086Ff89B0',
19
20
  isAlgebra: false,
20
21
  },
21
- _b[types_1.SupportedDex.Pancakeswap] = {
22
+ [types_1.SupportedDex.Pancakeswap]: {
22
23
  factoryAddress: '0x0aC9e4a0423eec93357e2B0F83ef8c6469FD47F7',
23
24
  depositGuard: {
24
25
  address: '0x28cF3b462a1ADdE87fe7144d110BcF0D464C97b7',
@@ -27,7 +28,7 @@ exports.addressConfig = (_a = {},
27
28
  vaultDeployerAddress: '0x508C3daa571854247726ba26949f182086Ff89B0',
28
29
  isAlgebra: false,
29
30
  },
30
- _b[types_1.SupportedDex.Ramses] = {
31
+ [types_1.SupportedDex.Ramses]: {
31
32
  factoryAddress: '0xedAc86bc526557c422AB1F6BF848bF0da9fB44A6',
32
33
  depositGuard: {
33
34
  address: '0x2472cA62c19ab99AB9947A7754fc38945b68Fb68',
@@ -36,7 +37,7 @@ exports.addressConfig = (_a = {},
36
37
  vaultDeployerAddress: '0x508C3daa571854247726ba26949f182086Ff89B0',
37
38
  isAlgebra: false,
38
39
  },
39
- _b[types_1.SupportedDex.Sushiswap] = {
40
+ [types_1.SupportedDex.Sushiswap]: {
40
41
  factoryAddress: '0xbA4c7b5eFD44Aa60da0440D0427555bdBE50e6BC',
41
42
  depositGuard: {
42
43
  address: '0xB77463Eba7f1bD5F37FCA35fdF9306B09bAa7379',
@@ -45,9 +46,9 @@ exports.addressConfig = (_a = {},
45
46
  isAlgebra: false,
46
47
  vaultDeployerAddress: '0x508C3daa571854247726ba26949f182086Ff89B0',
47
48
  },
48
- _b),
49
- _a[types_1.SupportedChainId.arthera] = (_c = {},
50
- _c[types_1.SupportedDex.Thirdfy] = {
49
+ },
50
+ [types_1.SupportedChainId.arthera]: {
51
+ [types_1.SupportedDex.Thirdfy]: {
51
52
  factoryAddress: '0x2d2c72C4dC71AA32D64e5142e336741131A73fc0',
52
53
  depositGuard: {
53
54
  address: '0xb62399d23d1c81f08eA445A42d7F15cC12090A71',
@@ -57,9 +58,9 @@ exports.addressConfig = (_a = {},
57
58
  isAlgebra: true,
58
59
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
59
60
  },
60
- _c),
61
- _a[types_1.SupportedChainId.arthera_testnet] = (_d = {},
62
- _d[types_1.SupportedDex.Thirdfy] = {
61
+ },
62
+ [types_1.SupportedChainId.arthera_testnet]: {
63
+ [types_1.SupportedDex.Thirdfy]: {
63
64
  factoryAddress: '0xbb7A3d439abf42Cf39837f9102F987bab3Ee2e73',
64
65
  depositGuard: {
65
66
  address: '0xe573920139a208989d83C57ea48837C6285F2cd3',
@@ -69,9 +70,9 @@ exports.addressConfig = (_a = {},
69
70
  isAlgebra: true,
70
71
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
71
72
  },
72
- _d),
73
- _a[types_1.SupportedChainId.polygon] = (_e = {},
74
- _e[types_1.SupportedDex.UniswapNew] = {
73
+ },
74
+ [types_1.SupportedChainId.polygon]: {
75
+ [types_1.SupportedDex.UniswapNew]: {
75
76
  factoryAddress: '0xF39A4c7C87310116Ad915833769d301c599b0298',
76
77
  depositGuard: {
77
78
  address: '0x2B8Ca8e6768e49f1256F91Bf5b0D8f30a776D4c6',
@@ -80,7 +81,7 @@ exports.addressConfig = (_a = {},
80
81
  vaultDeployerAddress: '0x0768A75F616B98ee0937673bD83B7aBF142236Ea',
81
82
  isAlgebra: false,
82
83
  },
83
- _e[types_1.SupportedDex.UniswapV3] = {
84
+ [types_1.SupportedDex.UniswapV3]: {
84
85
  factoryAddress: '0x2d2c72C4dC71AA32D64e5142e336741131A73fc0',
85
86
  depositGuard: {
86
87
  address: '0x64E44525a98bC85aC097Cc6Ca4c8F6BE7D483041',
@@ -89,7 +90,7 @@ exports.addressConfig = (_a = {},
89
90
  vaultDeployerAddress: '0x0768A75F616B98ee0937673bD83B7aBF142236Ea',
90
91
  isAlgebra: false,
91
92
  },
92
- _e[types_1.SupportedDex.Retro] = {
93
+ [types_1.SupportedDex.Retro]: {
93
94
  factoryAddress: '0xb2f44D8545315cDd0bAaB4AC7233218b932a5dA7',
94
95
  depositGuard: {
95
96
  address: '0x9B3Ea1A39576925fA94c4BCC7eECFA0d95D331E1',
@@ -98,7 +99,7 @@ exports.addressConfig = (_a = {},
98
99
  vaultDeployerAddress: '0x0768A75F616B98ee0937673bD83B7aBF142236Ea',
99
100
  isAlgebra: false,
100
101
  },
101
- _e[types_1.SupportedDex.Quickswap] = {
102
+ [types_1.SupportedDex.Quickswap]: {
102
103
  factoryAddress: '0x11700544C577Cb543a498B27B4F0f7018BDb6E8a',
103
104
  depositGuard: {
104
105
  address: '0xDB8E25D78483D13781622A40e69a9E39A4b590B6',
@@ -107,9 +108,9 @@ exports.addressConfig = (_a = {},
107
108
  vaultDeployerAddress: '0x0768A75F616B98ee0937673bD83B7aBF142236Ea',
108
109
  isAlgebra: true,
109
110
  },
110
- _e),
111
- _a[types_1.SupportedChainId.mainnet] = (_f = {},
112
- _f[types_1.SupportedDex.UniswapV3] = {
111
+ },
112
+ [types_1.SupportedChainId.mainnet]: {
113
+ [types_1.SupportedDex.UniswapV3]: {
113
114
  factoryAddress: '0x5a40DFaF8C1115196A1CDF529F97122030F26112',
114
115
  depositGuard: {
115
116
  address: '0x3E1aFdB89B6Ea49e828C565ab6A36a485b7A4775',
@@ -118,7 +119,7 @@ exports.addressConfig = (_a = {},
118
119
  vaultDeployerAddress: '0xfF7B5E167c9877f2b9f65D19d9c8c9aa651Fe19F',
119
120
  isAlgebra: false,
120
121
  },
121
- _f[types_1.SupportedDex.Blueprint] = {
122
+ [types_1.SupportedDex.Blueprint]: {
122
123
  factoryAddress: '0xEAeC81F0eD4F622D4b389672d9859166C0832b3E',
123
124
  depositGuard: {
124
125
  address: '0xC3822b5e61d6702315EFD86573978a8a3f3Acb83',
@@ -127,7 +128,7 @@ exports.addressConfig = (_a = {},
127
128
  vaultDeployerAddress: '0xfF7B5E167c9877f2b9f65D19d9c8c9aa651Fe19F',
128
129
  isAlgebra: false,
129
130
  },
130
- _f[types_1.SupportedDex.Pancakeswap] = {
131
+ [types_1.SupportedDex.Pancakeswap]: {
131
132
  factoryAddress: '0x8Dd50926e12BD71904bCCc6D86DFA55D42715094',
132
133
  depositGuard: {
133
134
  address: '0x81B2F475e1ca7AB6b2720AdFa2fA6D4c52C4F49d',
@@ -136,9 +137,9 @@ exports.addressConfig = (_a = {},
136
137
  vaultDeployerAddress: '0xfF7B5E167c9877f2b9f65D19d9c8c9aa651Fe19F',
137
138
  isAlgebra: false,
138
139
  },
139
- _f),
140
- _a[types_1.SupportedChainId.base] = (_g = {},
141
- _g[types_1.SupportedDex.Aerodrome] = {
140
+ },
141
+ [types_1.SupportedChainId.base]: {
142
+ [types_1.SupportedDex.Aerodrome]: {
142
143
  factoryAddress: '0xf6B5Ab192F2696921F60a1Ff00b99596C4045FA6',
143
144
  depositGuard: {
144
145
  address: '0x4A094b3e476D7C94445f023B5DAc837f9E0F98c2',
@@ -148,7 +149,7 @@ exports.addressConfig = (_a = {},
148
149
  isAlgebra: false,
149
150
  ammVersion: exports.AMM_VERSIONS.VELODROME,
150
151
  },
151
- _g[types_1.SupportedDex.Equalizer] = {
152
+ [types_1.SupportedDex.Equalizer]: {
152
153
  factoryAddress: '0xfBf38920cCbCFF7268Ad714ae5F9Fad6dF607065',
153
154
  depositGuard: {
154
155
  address: '0xBf38e4Ffb0B0Aa075531b38d71d3b18a5f599819',
@@ -157,7 +158,7 @@ exports.addressConfig = (_a = {},
157
158
  vaultDeployerAddress: '0x7d11De61c219b70428Bb3199F0DD88bA9E76bfEE',
158
159
  isAlgebra: false,
159
160
  },
160
- _g[types_1.SupportedDex.Equalizer2Thick] = {
161
+ [types_1.SupportedDex.Equalizer2Thick]: {
161
162
  factoryAddress: '0x4FD26d58de76b5E932548f11ab0d9E92d4FF65C8',
162
163
  depositGuard: {
163
164
  address: '0xE47d9A62c7982e7c8991223270E60903A9B85B45',
@@ -167,7 +168,7 @@ exports.addressConfig = (_a = {},
167
168
  isAlgebra: false,
168
169
  is2Thick: true,
169
170
  },
170
- _g[types_1.SupportedDex.Henjin] = {
171
+ [types_1.SupportedDex.Henjin]: {
171
172
  factoryAddress: '0x51a0D74e1791399cE02aafD9a21dc4637Fe57959',
172
173
  depositGuard: {
173
174
  address: '0xc7944fB8e8F4c89e7D8a997F59F2efec3Ce02B12',
@@ -177,7 +178,7 @@ exports.addressConfig = (_a = {},
177
178
  isAlgebra: true,
178
179
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
179
180
  },
180
- _g[types_1.SupportedDex.Hydrex] = {
181
+ [types_1.SupportedDex.Hydrex]: {
181
182
  factoryAddress: '0x2b52c416F723F16e883E53f3f16435B51300280a',
182
183
  depositGuard: {
183
184
  address: '0x9A0EBEc47c85fD30F1fdc90F57d2b178e84DC8d8',
@@ -187,7 +188,7 @@ exports.addressConfig = (_a = {},
187
188
  isAlgebra: true,
188
189
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
189
190
  },
190
- _g[types_1.SupportedDex.Kim] = {
191
+ [types_1.SupportedDex.Kim]: {
191
192
  factoryAddress: '0x28cF3b462a1ADdE87fe7144d110BcF0D464C97b7',
192
193
  depositGuard: {
193
194
  address: '0xd8Bb912F45681C2e637F884aAE14C6c784aB1cF0',
@@ -197,7 +198,7 @@ exports.addressConfig = (_a = {},
197
198
  isAlgebra: true,
198
199
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
199
200
  },
200
- _g[types_1.SupportedDex.Pancakeswap] = {
201
+ [types_1.SupportedDex.Pancakeswap]: {
201
202
  factoryAddress: '0x24430E837efB64EF87bb32be03437fc6005EEF74',
202
203
  depositGuard: {
203
204
  address: '0xfA196A6c9137B320E8801252E3020f25aEe5C234',
@@ -206,7 +207,7 @@ exports.addressConfig = (_a = {},
206
207
  vaultDeployerAddress: '0x7d11De61c219b70428Bb3199F0DD88bA9E76bfEE',
207
208
  isAlgebra: false,
208
209
  },
209
- _g[types_1.SupportedDex.Quickswap] = {
210
+ [types_1.SupportedDex.Quickswap]: {
210
211
  factoryAddress: '0x8f4E7E81a2871d84c7DCDaB6Ba6F53b6b13003Ce',
211
212
  depositGuard: {
212
213
  address: '0x9a35206d6b6E3fE33591A0f05E27CA4D480a35CE',
@@ -216,7 +217,7 @@ exports.addressConfig = (_a = {},
216
217
  isAlgebra: true,
217
218
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
218
219
  },
219
- _g[types_1.SupportedDex.Thirdfy] = {
220
+ [types_1.SupportedDex.Thirdfy]: {
220
221
  factoryAddress: '0xaF5EA18bc8296e1EdF253d6f766a6e184eCAf1c3',
221
222
  depositGuard: {
222
223
  address: '0x726e0A1D0fE3B9b2A7759401887812a1afb0696e',
@@ -226,7 +227,7 @@ exports.addressConfig = (_a = {},
226
227
  isAlgebra: true,
227
228
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
228
229
  },
229
- _g[types_1.SupportedDex.Trebleswap] = {
230
+ [types_1.SupportedDex.Trebleswap]: {
230
231
  factoryAddress: '0xbA096706A850caF1cADAEfE7529Db1343a0c187E',
231
232
  depositGuard: {
232
233
  address: '0x01EEbBA41FA1c5c8655fDe507a816F7DF76702b2',
@@ -236,7 +237,7 @@ exports.addressConfig = (_a = {},
236
237
  isAlgebra: true,
237
238
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
238
239
  },
239
- _g[types_1.SupportedDex.UniswapV3] = {
240
+ [types_1.SupportedDex.UniswapV3]: {
240
241
  factoryAddress: '0xaBe5B5AC472Ead17B4B4CaC7fAF42430748ab3b3',
241
242
  depositGuard: {
242
243
  address: '0xe2381b5AFae99B899596Bc550184a080dAa31F26',
@@ -245,9 +246,9 @@ exports.addressConfig = (_a = {},
245
246
  vaultDeployerAddress: '0x7d11De61c219b70428Bb3199F0DD88bA9E76bfEE',
246
247
  isAlgebra: false,
247
248
  },
248
- _g),
249
- _a[types_1.SupportedChainId.base_sepolia] = (_h = {},
250
- _h[types_1.SupportedDex.Hydrex] = {
249
+ },
250
+ [types_1.SupportedChainId.base_sepolia]: {
251
+ [types_1.SupportedDex.Hydrex]: {
251
252
  factoryAddress: '0x4431CFdA42fB518A87f5928774DeA5389c43363a',
252
253
  depositGuard: {
253
254
  address: '0x92d46AC86f636202d24E178505Be1D7a99F8f182',
@@ -257,7 +258,7 @@ exports.addressConfig = (_a = {},
257
258
  isAlgebra: true,
258
259
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
259
260
  },
260
- _h[types_1.SupportedDex.Thirdfy] = {
261
+ [types_1.SupportedDex.Thirdfy]: {
261
262
  factoryAddress: '0x50893Df23638dB2607A3d398EaC6c65CDf847bB7',
262
263
  depositGuard: {
263
264
  address: '0xEb6EA277d7b0a876444dab30eEF0f154F406CfB4',
@@ -267,9 +268,9 @@ exports.addressConfig = (_a = {},
267
268
  isAlgebra: true,
268
269
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
269
270
  },
270
- _h),
271
- _a[types_1.SupportedChainId.berachain] = (_j = {},
272
- _j[types_1.SupportedDex.Kodiak] = {
271
+ },
272
+ [types_1.SupportedChainId.berachain]: {
273
+ [types_1.SupportedDex.Kodiak]: {
273
274
  factoryAddress: '0x8cCd02E769e6A668a447Bd15e134C31bEccd8182',
274
275
  depositGuard: {
275
276
  address: '0xc0c6D4178410849eC9765B4267A73F4F64241832',
@@ -278,7 +279,7 @@ exports.addressConfig = (_a = {},
278
279
  vaultDeployerAddress: '0x9Fbba6c87923af2561A2391198166b51Cf5736E8',
279
280
  isAlgebra: false,
280
281
  },
281
- _j[types_1.SupportedDex.Wasabee] = {
282
+ [types_1.SupportedDex.Wasabee]: {
282
283
  factoryAddress: '0x7d125D0766C968353454b7A67bB2D61a97E5665d',
283
284
  depositGuard: {
284
285
  address: '0x3bE78614342C7763d87520b2502085761Aa4e5f8',
@@ -288,9 +289,9 @@ exports.addressConfig = (_a = {},
288
289
  isAlgebra: true,
289
290
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
290
291
  },
291
- _j),
292
- _a[types_1.SupportedChainId.berachain_bartio] = (_k = {},
293
- _k[types_1.SupportedDex.Honeypot] = {
292
+ },
293
+ [types_1.SupportedChainId.berachain_bartio]: {
294
+ [types_1.SupportedDex.Honeypot]: {
294
295
  factoryAddress: '0x0aC9e4a0423eec93357e2B0F83ef8c6469FD47F7',
295
296
  depositGuard: {
296
297
  address: '0xD360846137c2be74c6B7624A06A809Ca3aD4e014',
@@ -300,7 +301,7 @@ exports.addressConfig = (_a = {},
300
301
  isAlgebra: true,
301
302
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
302
303
  },
303
- _k[types_1.SupportedDex.Kodiak] = {
304
+ [types_1.SupportedDex.Kodiak]: {
304
305
  factoryAddress: '0xCa8310832053de4909fe1A6C89C7200D033CBB76',
305
306
  depositGuard: {
306
307
  address: '0x0Dad5a47adbec92E7472F6F34AC066798dEdEE40',
@@ -309,9 +310,9 @@ exports.addressConfig = (_a = {},
309
310
  vaultDeployerAddress: '0x249397Aa78bE5955DBc2102DF31B3FB2A92B1AA8',
310
311
  isAlgebra: false,
311
312
  },
312
- _k),
313
- _a[types_1.SupportedChainId.blast] = (_l = {},
314
- _l[types_1.SupportedDex.Fenix] = {
313
+ },
314
+ [types_1.SupportedChainId.blast]: {
315
+ [types_1.SupportedDex.Fenix]: {
315
316
  factoryAddress: '0xb42D5956cDe4386B65C087CfCD16910aB6114F15',
316
317
  depositGuard: {
317
318
  address: '0xd4493957338e3f66214c733883F789b99558758F',
@@ -321,7 +322,7 @@ exports.addressConfig = (_a = {},
321
322
  isAlgebra: true,
322
323
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
323
324
  },
324
- _l[types_1.SupportedDex.Thruster] = {
325
+ [types_1.SupportedDex.Thruster]: {
325
326
  factoryAddress: '0x2145B1CCe3A13AF4fBB14131f1F480fc121EAD93',
326
327
  depositGuard: {
327
328
  address: '0x8346A803e1754f9d4c6935aee1fd864Ff15955F1',
@@ -330,7 +331,7 @@ exports.addressConfig = (_a = {},
330
331
  vaultDeployerAddress: '0xaD7cf2b8ce5eB8b75dA393fc164C4F4502761379',
331
332
  isAlgebra: false,
332
333
  },
333
- _l[types_1.SupportedDex.UniswapV3] = {
334
+ [types_1.SupportedDex.UniswapV3]: {
334
335
  factoryAddress: '0x9FAb4bdD4E05f5C023CCC85D2071b49791D7418F',
335
336
  depositGuard: {
336
337
  address: '0xb62399d23d1c81f08eA445A42d7F15cC12090A71',
@@ -339,9 +340,9 @@ exports.addressConfig = (_a = {},
339
340
  vaultDeployerAddress: '0xaD7cf2b8ce5eB8b75dA393fc164C4F4502761379',
340
341
  isAlgebra: false,
341
342
  },
342
- _l),
343
- _a[types_1.SupportedChainId.blast_sepolia_testnet] = (_m = {},
344
- _m[types_1.SupportedDex.Fenix] = {
343
+ },
344
+ [types_1.SupportedChainId.blast_sepolia_testnet]: {
345
+ [types_1.SupportedDex.Fenix]: {
345
346
  factoryAddress: '0xA23A224add122F31EeD712E0C074CE0501b4CDC6',
346
347
  depositGuard: {
347
348
  address: '0x138361EA0f91CEcDe6A282089EdfEeB740076724',
@@ -351,9 +352,9 @@ exports.addressConfig = (_a = {},
351
352
  isAlgebra: true,
352
353
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
353
354
  },
354
- _m),
355
- _a[types_1.SupportedChainId.botanix] = (_o = {},
356
- _o[types_1.SupportedDex.Bitzy] = {
355
+ },
356
+ [types_1.SupportedChainId.botanix]: {
357
+ [types_1.SupportedDex.Bitzy]: {
357
358
  factoryAddress: '0x53511764DE94CdA43CbBadFFCca3F29D2EFAB0F8',
358
359
  depositGuard: {
359
360
  address: '0xd68b0114dB1e3CAcb5A334AA8aF3D14295c772E7',
@@ -362,9 +363,9 @@ exports.addressConfig = (_a = {},
362
363
  vaultDeployerAddress: '0x7d11De61c219b70428Bb3199F0DD88bA9E76bfEE',
363
364
  isAlgebra: false,
364
365
  },
365
- _o),
366
- _a[types_1.SupportedChainId.bsc] = (_p = {},
367
- _p[types_1.SupportedDex.UniswapV3] = {
366
+ },
367
+ [types_1.SupportedChainId.bsc]: {
368
+ [types_1.SupportedDex.UniswapV3]: {
368
369
  factoryAddress: '0x065356d9f628cDd1bb9F2384E2972CdAC50f51b7',
369
370
  depositGuard: {
370
371
  address: '0xa9b751f37857790D0412c81B072DB57CCc0aF545',
@@ -373,7 +374,7 @@ exports.addressConfig = (_a = {},
373
374
  vaultDeployerAddress: '0x05cC3CA6E768a68A7f86b09e3ceE754437bd5f12',
374
375
  isAlgebra: false,
375
376
  },
376
- _p[types_1.SupportedDex.Pancakeswap] = {
377
+ [types_1.SupportedDex.Pancakeswap]: {
377
378
  factoryAddress: '0x131c03ca881B7cC66d7a5120A9273ebf675C241D',
378
379
  depositGuard: {
379
380
  address: '0x2174154294729e593001CBF0232fb787a914b232',
@@ -382,7 +383,7 @@ exports.addressConfig = (_a = {},
382
383
  vaultDeployerAddress: '0x05cC3CA6E768a68A7f86b09e3ceE754437bd5f12',
383
384
  isAlgebra: false,
384
385
  },
385
- _p[types_1.SupportedDex.Thena] = {
386
+ [types_1.SupportedDex.Thena]: {
386
387
  factoryAddress: '0xAc93148e93d1C49D89b1166BFd74942E80F5D501',
387
388
  depositGuard: {
388
389
  address: '0xd9272a45BbF488816C6A5351894bCE7b04a66eE1',
@@ -391,7 +392,7 @@ exports.addressConfig = (_a = {},
391
392
  vaultDeployerAddress: '0x05cC3CA6E768a68A7f86b09e3ceE754437bd5f12',
392
393
  isAlgebra: true,
393
394
  },
394
- _p[types_1.SupportedDex.ThenaV3Fees] = {
395
+ [types_1.SupportedDex.ThenaV3Fees]: {
395
396
  factoryAddress: '0x7ca1Fe9087c264518a6420ADC41841DeA9c86BDb',
396
397
  depositGuard: {
397
398
  address: '0xfac2f9E2c03185d34982B99198765955b56b6933',
@@ -401,7 +402,7 @@ exports.addressConfig = (_a = {},
401
402
  isAlgebra: true,
402
403
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
403
404
  },
404
- _p[types_1.SupportedDex.ThenaV3Rewards] = {
405
+ [types_1.SupportedDex.ThenaV3Rewards]: {
405
406
  factoryAddress: '0x076e46A317DfAE50eEF30dca94Ff41A63118948D',
406
407
  depositGuard: {
407
408
  address: '0x2b52c416F723F16e883E53f3f16435B51300280a',
@@ -411,9 +412,9 @@ exports.addressConfig = (_a = {},
411
412
  isAlgebra: true,
412
413
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
413
414
  },
414
- _p),
415
- _a[types_1.SupportedChainId.celo] = (_q = {},
416
- _q[types_1.SupportedDex.Ubeswap] = {
415
+ },
416
+ [types_1.SupportedChainId.celo]: {
417
+ [types_1.SupportedDex.Ubeswap]: {
417
418
  factoryAddress: '0x8D05f6870106707BaeCFCf5C0570DB7a583eb92A',
418
419
  depositGuard: {
419
420
  address: '0x238394541dE407Fd494e455eF17C9D991F4FBEd8',
@@ -422,7 +423,7 @@ exports.addressConfig = (_a = {},
422
423
  vaultDeployerAddress: '0xfAcD9c86f7766A5171bb0F9927De808929429A47',
423
424
  isAlgebra: false,
424
425
  },
425
- _q[types_1.SupportedDex.UniswapV3] = {
426
+ [types_1.SupportedDex.UniswapV3]: {
426
427
  factoryAddress: '0x9FAb4bdD4E05f5C023CCC85D2071b49791D7418F',
427
428
  depositGuard: {
428
429
  address: '0x62fd1824C810906F449227F1f453528bb54774C2',
@@ -431,7 +432,7 @@ exports.addressConfig = (_a = {},
431
432
  vaultDeployerAddress: '0xfAcD9c86f7766A5171bb0F9927De808929429A47',
432
433
  isAlgebra: false,
433
434
  },
434
- _q[types_1.SupportedDex.Velodrome] = {
435
+ [types_1.SupportedDex.Velodrome]: {
435
436
  factoryAddress: '0x82DcA62C4B5Dd28Cc85CE8Ae3B170Ce020e33870',
436
437
  depositGuard: {
437
438
  address: '0x141dB85183DDB07Dee22C33846aebDe2101D9F25',
@@ -441,9 +442,9 @@ exports.addressConfig = (_a = {},
441
442
  isAlgebra: false,
442
443
  ammVersion: exports.AMM_VERSIONS.VELODROME,
443
444
  },
444
- _q),
445
- _a[types_1.SupportedChainId.citrea_testnet] = (_r = {},
446
- _r[types_1.SupportedDex.Satsuma] = {
445
+ },
446
+ [types_1.SupportedChainId.citrea_testnet]: {
447
+ [types_1.SupportedDex.Satsuma]: {
447
448
  factoryAddress: '0x8cCd02E769e6A668a447Bd15e134C31bEccd8182',
448
449
  depositGuard: {
449
450
  address: '0xcA3534C15Cc22535BF880Ba204c69340f813730b',
@@ -453,9 +454,9 @@ exports.addressConfig = (_a = {},
453
454
  isAlgebra: true,
454
455
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
455
456
  },
456
- _r),
457
- _a[types_1.SupportedChainId.cronos] = (_s = {},
458
- _s[types_1.SupportedDex.VVS] = {
457
+ },
458
+ [types_1.SupportedChainId.cronos]: {
459
+ [types_1.SupportedDex.VVS]: {
459
460
  factoryAddress: '0x8cCd02E769e6A668a447Bd15e134C31bEccd8182',
460
461
  depositGuard: {
461
462
  address: '0x05043eE22e5E64677D42A632D42a5cb15187947B ',
@@ -464,9 +465,9 @@ exports.addressConfig = (_a = {},
464
465
  vaultDeployerAddress: '0xb3104ba008610C2CC7F665F2a6117f2E93515309',
465
466
  isAlgebra: false,
466
467
  },
467
- _s),
468
- _a[types_1.SupportedChainId.eon] = (_t = {},
469
- _t[types_1.SupportedDex.Ascent] = {
468
+ },
469
+ [types_1.SupportedChainId.eon]: {
470
+ [types_1.SupportedDex.Ascent]: {
470
471
  factoryAddress: '0x242cd12579467983dc521D8aC46EB13936ab65De',
471
472
  depositGuard: {
472
473
  address: '0xaBe5B5AC472Ead17B4B4CaC7fAF42430748ab3b3',
@@ -475,9 +476,9 @@ exports.addressConfig = (_a = {},
475
476
  vaultDeployerAddress: '0xB9200A707f11357D3B1cBDEbd51c8dDA84960Bde',
476
477
  isAlgebra: false,
477
478
  },
478
- _t),
479
- _a[types_1.SupportedChainId.evmos] = (_u = {},
480
- _u[types_1.SupportedDex.Forge] = {
479
+ },
480
+ [types_1.SupportedChainId.evmos]: {
481
+ [types_1.SupportedDex.Forge]: {
481
482
  factoryAddress: '0x7c6389714719c68caac8ae06bae6e878b3605f6d',
482
483
  depositGuard: {
483
484
  address: '0x0248b992ac2a75294b05286E9DD3A2bD3C9CFE4B',
@@ -486,9 +487,9 @@ exports.addressConfig = (_a = {},
486
487
  vaultDeployerAddress: '0x5BD1EC3Aba15642a25FBA7b49497b4e49Ebf9C83',
487
488
  isAlgebra: false,
488
489
  },
489
- _u),
490
- _a[types_1.SupportedChainId.fantom] = (_v = {},
491
- _v[types_1.SupportedDex.Equalizer] = {
490
+ },
491
+ [types_1.SupportedChainId.fantom]: {
492
+ [types_1.SupportedDex.Equalizer]: {
492
493
  factoryAddress: '0x932E1908461De58b0891E5022431dc995Cb95C5E',
493
494
  depositGuard: {
494
495
  address: '0xb62399d23d1c81f08eA445A42d7F15cC12090A71',
@@ -497,7 +498,7 @@ exports.addressConfig = (_a = {},
497
498
  vaultDeployerAddress: '0xE495eFdf1d19668a27042D30ee22AC3C58b6fB6c',
498
499
  isAlgebra: false,
499
500
  },
500
- _v[types_1.SupportedDex.SpiritSwap] = {
501
+ [types_1.SupportedDex.SpiritSwap]: {
501
502
  factoryAddress: '0x89FFdaa18b296d9F0CF02fBD88e5c633FEFA5f34',
502
503
  depositGuard: {
503
504
  address: '0x02F4a98A4e59E8c7Ba3269cbcd1F1e9F3eCcfcf5',
@@ -507,9 +508,9 @@ exports.addressConfig = (_a = {},
507
508
  isAlgebra: true,
508
509
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
509
510
  },
510
- _v),
511
- _a[types_1.SupportedChainId.flare] = (_w = {},
512
- _w[types_1.SupportedDex.SparkDex] = {
511
+ },
512
+ [types_1.SupportedChainId.flare]: {
513
+ [types_1.SupportedDex.SparkDex]: {
513
514
  factoryAddress: '0x85a4dd4ed356A7976a8302b1b690202d58583c55',
514
515
  depositGuard: {
515
516
  address: '0x4F15CED4dD9B8eF545809431c177a3ae46A29c37',
@@ -518,7 +519,7 @@ exports.addressConfig = (_a = {},
518
519
  vaultDeployerAddress: '0x2d1918dBa43d55B9F0E2596aecC74826BbB7d668',
519
520
  isAlgebra: false,
520
521
  },
521
- _w[types_1.SupportedDex.SparkDexV1] = {
522
+ [types_1.SupportedDex.SparkDexV1]: {
522
523
  factoryAddress: '0x9FAb4bdD4E05f5C023CCC85D2071b49791D7418F',
523
524
  depositGuard: {
524
525
  address: '0x4F15CED4dD9B8eF545809431c177a3ae46A29c37',
@@ -527,9 +528,9 @@ exports.addressConfig = (_a = {},
527
528
  vaultDeployerAddress: '0x2d1918dBa43d55B9F0E2596aecC74826BbB7d668',
528
529
  isAlgebra: false,
529
530
  },
530
- _w),
531
- _a[types_1.SupportedChainId.flow] = (_x = {},
532
- _x[types_1.SupportedDex.FlowSwap] = {
531
+ },
532
+ [types_1.SupportedChainId.flow]: {
533
+ [types_1.SupportedDex.FlowSwap]: {
533
534
  factoryAddress: '0x6992bB9dDbf44166e3739c8A3147e7e70a082cEb',
534
535
  depositGuard: {
535
536
  address: '0xA3E172C181508A63571840cB8E42723F082bCeC2',
@@ -538,7 +539,7 @@ exports.addressConfig = (_a = {},
538
539
  vaultDeployerAddress: '0x2ca0824135b7da7B956CD1B851C451Bc801eb976',
539
540
  isAlgebra: false,
540
541
  },
541
- _x[types_1.SupportedDex.KittyPunch] = {
542
+ [types_1.SupportedDex.KittyPunch]: {
542
543
  factoryAddress: '0x3bE78614342C7763d87520b2502085761Aa4e5f8',
543
544
  depositGuard: {
544
545
  address: '0xe48aD9fDB787ff25f7bBb400Fc993122d430C8E1',
@@ -547,9 +548,9 @@ exports.addressConfig = (_a = {},
547
548
  vaultDeployerAddress: '0x2ca0824135b7da7B956CD1B851C451Bc801eb976',
548
549
  isAlgebra: false,
549
550
  },
550
- _x),
551
- _a[types_1.SupportedChainId.fuse] = (_y = {},
552
- _y[types_1.SupportedDex.Voltage] = {
551
+ },
552
+ [types_1.SupportedChainId.fuse]: {
553
+ [types_1.SupportedDex.Voltage]: {
553
554
  factoryAddress: '0xfBf38920cCbCFF7268Ad714ae5F9Fad6dF607065',
554
555
  depositGuard: {
555
556
  address: '0xADDA3A15EA71c223a82Af86d4578EF2B076035F1',
@@ -558,9 +559,9 @@ exports.addressConfig = (_a = {},
558
559
  vaultDeployerAddress: '0x9f99f94B6AF33a04684Ab3c9578608a2Ae1706AA',
559
560
  isAlgebra: false,
560
561
  },
561
- _y),
562
- _a[types_1.SupportedChainId.haven1] = (_z = {},
563
- _z[types_1.SupportedDex.hSwap] = {
562
+ },
563
+ [types_1.SupportedChainId.haven1]: {
564
+ [types_1.SupportedDex.hSwap]: {
564
565
  factoryAddress: '0x53511764DE94CdA43CbBadFFCca3F29D2EFAB0F8',
565
566
  depositGuard: {
566
567
  address: '0xf0d899E6582CF2fd1A05F52C8e1b3a56feD9fdb9',
@@ -569,9 +570,9 @@ exports.addressConfig = (_a = {},
569
570
  vaultDeployerAddress: '0x19ad5C1d7867115a0545DCA69884Aa2DA0bfb3B1',
570
571
  isAlgebra: false,
571
572
  },
572
- _z),
573
- _a[types_1.SupportedChainId.haven1_devnet] = (_0 = {},
574
- _0[types_1.SupportedDex.hSwap] = {
573
+ },
574
+ [types_1.SupportedChainId.haven1_devnet]: {
575
+ [types_1.SupportedDex.hSwap]: {
575
576
  factoryAddress: '0xbBB97d634460DACCA0d41E249510Bb741ef46ad3',
576
577
  depositGuard: {
577
578
  address: '0x0e44F5cdaBefe34d5B729acFa0a79971FFBC0E7e',
@@ -580,9 +581,9 @@ exports.addressConfig = (_a = {},
580
581
  vaultDeployerAddress: '0x9D821cb8b2D02115cEFe677E61582b6275770cbF',
581
582
  isAlgebra: false,
582
583
  },
583
- _0),
584
- _a[types_1.SupportedChainId.hedera] = (_1 = {},
585
- _1[types_1.SupportedDex.SaucerSwap] = {
584
+ },
585
+ [types_1.SupportedChainId.hedera]: {
586
+ [types_1.SupportedDex.SaucerSwap]: {
586
587
  factoryAddress: '0xb62399d23d1c81f08ea445a42d7f15cc12090a71',
587
588
  depositGuard: {
588
589
  address: '0x1B0ef045830466171D617dD0F1142aD699A4Cd63',
@@ -591,7 +592,7 @@ exports.addressConfig = (_a = {},
591
592
  vaultDeployerAddress: '0x8514B2Fa2889F7A2f46F1AA66b514999F2a7327F',
592
593
  isAlgebra: false,
593
594
  },
594
- _1[types_1.SupportedDex.Bonzo] = {
595
+ [types_1.SupportedDex.Bonzo]: {
595
596
  factoryAddress: '0x822b0bE4958ab5b4A48DA3c5f68Fc54846093618',
596
597
  depositGuard: {
597
598
  address: '0xCCD6D4a3308cb318BFFebF03030585cF40A6cfa2',
@@ -600,9 +601,9 @@ exports.addressConfig = (_a = {},
600
601
  vaultDeployerAddress: '0xC159b19C5bd0E4a0709eC13C1303Ff2Bb67F7145',
601
602
  isAlgebra: false,
602
603
  },
603
- _1),
604
- _a[types_1.SupportedChainId.hedera_testnet] = (_2 = {},
605
- _2[types_1.SupportedDex.SaucerSwap] = {
604
+ },
605
+ [types_1.SupportedChainId.hedera_testnet]: {
606
+ [types_1.SupportedDex.SaucerSwap]: {
606
607
  factoryAddress: '0x3DfD6dd38F055188adCb2332C2926DDA28d318bD',
607
608
  depositGuard: {
608
609
  address: '0x16Dd62dB239DF67786F0AB7596C445aCDe81a16F',
@@ -611,9 +612,9 @@ exports.addressConfig = (_a = {},
611
612
  vaultDeployerAddress: '0xEc7428cB95cD92e7556172FfBe735c6D48f6DEB7',
612
613
  isAlgebra: false,
613
614
  },
614
- _2),
615
- _a[types_1.SupportedChainId.hemi] = (_3 = {},
616
- _3[types_1.SupportedDex.Sushiswap] = {
615
+ },
616
+ [types_1.SupportedChainId.hemi]: {
617
+ [types_1.SupportedDex.Sushiswap]: {
617
618
  factoryAddress: '0x5541Bcd3d163326CF12267D1cF6207dbde788348',
618
619
  depositGuard: {
619
620
  address: '0x4196f1cD200739AAC173D83853B4060DA1adB1F6',
@@ -622,7 +623,7 @@ exports.addressConfig = (_a = {},
622
623
  vaultDeployerAddress: '0xAFE7041797E8916616952a719971575f352e2b0d',
623
624
  isAlgebra: false,
624
625
  },
625
- _3[types_1.SupportedDex.UniswapV3] = {
626
+ [types_1.SupportedDex.UniswapV3]: {
626
627
  factoryAddress: '0x8cCd02E769e6A668a447Bd15e134C31bEccd8182',
627
628
  depositGuard: {
628
629
  address: '0x38e6706860dE0b96CD12Eff815DEDF01E5fe0722',
@@ -631,9 +632,9 @@ exports.addressConfig = (_a = {},
631
632
  vaultDeployerAddress: '0xAFE7041797E8916616952a719971575f352e2b0d',
632
633
  isAlgebra: false,
633
634
  },
634
- _3),
635
- _a[types_1.SupportedChainId.hyperevm] = (_4 = {},
636
- _4[types_1.SupportedDex.HyperSwap] = {
635
+ },
636
+ [types_1.SupportedChainId.hyperevm]: {
637
+ [types_1.SupportedDex.HyperSwap]: {
637
638
  factoryAddress: '0xCd952718e6Ef25ac7DBDDd55E501AAA0177dbfA0',
638
639
  depositGuard: {
639
640
  address: '0x4a72DE60A93055139EfB3Dc8F021ceeCaD8CAa7a',
@@ -642,7 +643,7 @@ exports.addressConfig = (_a = {},
642
643
  vaultDeployerAddress: '0xd71D9b66875C7d57AD630ee58F82e5e76B227aaB',
643
644
  isAlgebra: false,
644
645
  },
645
- _4[types_1.SupportedDex.Nest] = {
646
+ [types_1.SupportedDex.Nest]: {
646
647
  factoryAddress: '0x2A3EB890dC0902c7Ca6CC71a1E9670463b32a3f0',
647
648
  depositGuard: {
648
649
  address: '0x547aD1D6ff5127b89BBdC20656C92Df87cf0F39c',
@@ -652,9 +653,9 @@ exports.addressConfig = (_a = {},
652
653
  isAlgebra: true,
653
654
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
654
655
  },
655
- _4),
656
- _a[types_1.SupportedChainId.ink] = (_5 = {},
657
- _5[types_1.SupportedDex.Reservoir] = {
656
+ },
657
+ [types_1.SupportedChainId.ink]: {
658
+ [types_1.SupportedDex.Reservoir]: {
658
659
  factoryAddress: '0x65CD1f0ac298519BE4891B5812053e00BD2074AC',
659
660
  depositGuard: {
660
661
  address: '0x51339a25FB3f8351c43b4B552AF82C1B234FED93',
@@ -663,7 +664,7 @@ exports.addressConfig = (_a = {},
663
664
  vaultDeployerAddress: '0xcBd1F70235904d3764f5d159022BA0281536E3E8',
664
665
  isAlgebra: false,
665
666
  },
666
- _5[types_1.SupportedDex.Velodrome] = {
667
+ [types_1.SupportedDex.Velodrome]: {
667
668
  factoryAddress: '0x822b0bE4958ab5b4A48DA3c5f68Fc54846093618',
668
669
  depositGuard: {
669
670
  address: '0x2AB2C46dF4146E092bAC933B73Ed37B420Ae52EA',
@@ -673,9 +674,9 @@ exports.addressConfig = (_a = {},
673
674
  isAlgebra: false,
674
675
  ammVersion: exports.AMM_VERSIONS.VELODROME,
675
676
  },
676
- _5),
677
- _a[types_1.SupportedChainId.ink_sepolia] = (_6 = {},
678
- _6[types_1.SupportedDex.UniswapV3] = {
677
+ },
678
+ [types_1.SupportedChainId.ink_sepolia]: {
679
+ [types_1.SupportedDex.UniswapV3]: {
679
680
  factoryAddress: '0x259743Ff627313D55b6a15735bD40Aa9aC4D6aDE',
680
681
  depositGuard: {
681
682
  address: '0xCa8310832053de4909fe1A6C89C7200D033CBB76',
@@ -684,9 +685,9 @@ exports.addressConfig = (_a = {},
684
685
  vaultDeployerAddress: '0xC5901f39c510c6D8c4d7b692608A6AA8982E4C3f',
685
686
  isAlgebra: false,
686
687
  },
687
- _6),
688
- _a[types_1.SupportedChainId.katana] = (_7 = {},
689
- _7[types_1.SupportedDex.Sushiswap] = {
688
+ },
689
+ [types_1.SupportedChainId.katana]: {
690
+ [types_1.SupportedDex.Sushiswap]: {
690
691
  factoryAddress: '0x9176B8Eb7Fdff309BE258F2F2eDB32a8b79f19B5',
691
692
  depositGuard: {
692
693
  address: '0x046c3B5de733524468097A51dfeAd097B2ddbAdD',
@@ -695,9 +696,9 @@ exports.addressConfig = (_a = {},
695
696
  vaultDeployerAddress: '0x76c34b69c3c4726dedb89AE51a4Ae40B0F09F2a2',
696
697
  isAlgebra: false,
697
698
  },
698
- _7),
699
- _a[types_1.SupportedChainId.kava] = (_8 = {},
700
- _8[types_1.SupportedDex.Kinetix] = {
699
+ },
700
+ [types_1.SupportedChainId.kava]: {
701
+ [types_1.SupportedDex.Kinetix]: {
701
702
  factoryAddress: '0x2d2c72C4dC71AA32D64e5142e336741131A73fc0',
702
703
  depositGuard: {
703
704
  address: '0xADDA3A15EA71c223a82Af86d4578EF2B076035F1',
@@ -706,9 +707,9 @@ exports.addressConfig = (_a = {},
706
707
  vaultDeployerAddress: '0x75178e0a2829B73E3AE4C21eE64F4B684085392a',
707
708
  isAlgebra: false,
708
709
  },
709
- _8),
710
- _a[types_1.SupportedChainId.linea] = (_9 = {},
711
- _9[types_1.SupportedDex.Linehub] = {
710
+ },
711
+ [types_1.SupportedChainId.linea]: {
712
+ [types_1.SupportedDex.Linehub]: {
712
713
  factoryAddress: '0xb0e7871d53BE1b1d746bBfD9511e2eF3cD70a6E7',
713
714
  depositGuard: {
714
715
  address: '0x60f50858953dBf1A699B88037D9dce235b8c505D',
@@ -717,7 +718,7 @@ exports.addressConfig = (_a = {},
717
718
  vaultDeployerAddress: '0x75178e0a2829B73E3AE4C21eE64F4B684085392a',
718
719
  isAlgebra: false,
719
720
  },
720
- _9[types_1.SupportedDex.Lynex] = {
721
+ [types_1.SupportedDex.Lynex]: {
721
722
  factoryAddress: '0x0248b992ac2a75294b05286E9DD3A2bD3C9CFE4B',
722
723
  depositGuard: {
723
724
  address: '0x57C9d919AEA56171506cfb62B60ce76be0A079DF',
@@ -726,7 +727,7 @@ exports.addressConfig = (_a = {},
726
727
  vaultDeployerAddress: '0x75178e0a2829B73E3AE4C21eE64F4B684085392a',
727
728
  isAlgebra: true,
728
729
  },
729
- _9[types_1.SupportedDex.Metavault] = {
730
+ [types_1.SupportedDex.Metavault]: {
730
731
  factoryAddress: '0x2592686212C164C1851dF2f62c5d5EC50600195E',
731
732
  depositGuard: {
732
733
  address: '0x92Bce3972916C2CEDA46c4EEbC9684aC26EFfe5B',
@@ -735,7 +736,7 @@ exports.addressConfig = (_a = {},
735
736
  vaultDeployerAddress: '0x75178e0a2829B73E3AE4C21eE64F4B684085392a',
736
737
  isAlgebra: false,
737
738
  },
738
- _9[types_1.SupportedDex.Nile] = {
739
+ [types_1.SupportedDex.Nile]: {
739
740
  factoryAddress: '0xa29F3D5403D50Ea1BF597E2Ef01791A1Ce4F544E',
740
741
  depositGuard: {
741
742
  address: '0x19227E17944FAF42419F019Dcc8762C400fE50A7',
@@ -744,7 +745,7 @@ exports.addressConfig = (_a = {},
744
745
  vaultDeployerAddress: '0x75178e0a2829B73E3AE4C21eE64F4B684085392a',
745
746
  isAlgebra: false,
746
747
  },
747
- _9[types_1.SupportedDex.UniswapV3] = {
748
+ [types_1.SupportedDex.UniswapV3]: {
748
749
  factoryAddress: '0x6E3eB904966B0158833852cAFD1200c171772b53',
749
750
  depositGuard: {
750
751
  address: '0xCf99c2b3D1a9588A9a9A34eab25cD6f425FA8801',
@@ -753,9 +754,9 @@ exports.addressConfig = (_a = {},
753
754
  vaultDeployerAddress: '0x75178e0a2829B73E3AE4C21eE64F4B684085392a',
754
755
  isAlgebra: false,
755
756
  },
756
- _9),
757
- _a[types_1.SupportedChainId.mantle] = (_10 = {},
758
- _10[types_1.SupportedDex.Agni] = {
757
+ },
758
+ [types_1.SupportedChainId.mantle]: {
759
+ [types_1.SupportedDex.Agni]: {
759
760
  factoryAddress: '0x92Bce3972916C2CEDA46c4EEbC9684aC26EFfe5B',
760
761
  depositGuard: {
761
762
  address: '0x2121AA95a8B05d9C1Db90368B60C6867618814b8',
@@ -764,7 +765,7 @@ exports.addressConfig = (_a = {},
764
765
  vaultDeployerAddress: '0xC4183bCcBa1D825A8aC971e13E698368b744F43C',
765
766
  isAlgebra: false,
766
767
  },
767
- _10[types_1.SupportedDex.Cleo] = {
768
+ [types_1.SupportedDex.Cleo]: {
768
769
  factoryAddress: '0xbBB97d634460DACCA0d41E249510Bb741ef46ad3',
769
770
  depositGuard: {
770
771
  address: '0xADDA3A15EA71c223a82Af86d4578EF2B076035F1',
@@ -773,7 +774,7 @@ exports.addressConfig = (_a = {},
773
774
  vaultDeployerAddress: '0xC4183bCcBa1D825A8aC971e13E698368b744F43C',
774
775
  isAlgebra: false,
775
776
  },
776
- _10[types_1.SupportedDex.Crust] = {
777
+ [types_1.SupportedDex.Crust]: {
777
778
  factoryAddress: '0x797ebB6A84367B0409094FEA0D10aC7516432433',
778
779
  depositGuard: {
779
780
  address: '0x15Ea9A2a0FfBaA8Ad51a10a9bda84E60585Ba0De',
@@ -782,9 +783,9 @@ exports.addressConfig = (_a = {},
782
783
  vaultDeployerAddress: '0xC4183bCcBa1D825A8aC971e13E698368b744F43C',
783
784
  isAlgebra: false,
784
785
  },
785
- _10),
786
- _a[types_1.SupportedChainId.mode] = (_11 = {},
787
- _11[types_1.SupportedDex.Kim] = {
786
+ },
787
+ [types_1.SupportedChainId.mode]: {
788
+ [types_1.SupportedDex.Kim]: {
788
789
  factoryAddress: '0x9FAb4bdD4E05f5C023CCC85D2071b49791D7418F',
789
790
  depositGuard: {
790
791
  address: '0x2E76A8D053f839A04235341dF1f25235437fEDd6',
@@ -794,9 +795,9 @@ exports.addressConfig = (_a = {},
794
795
  isAlgebra: true,
795
796
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
796
797
  },
797
- _11),
798
- _a[types_1.SupportedChainId.monad] = (_12 = {},
799
- _12[types_1.SupportedDex.Atlantis] = {
798
+ },
799
+ [types_1.SupportedChainId.monad]: {
800
+ [types_1.SupportedDex.Atlantis]: {
800
801
  factoryAddress: '0xA6cEEf2a9b7B080F62ea2F73F2271214F0d928F8',
801
802
  depositGuard: {
802
803
  address: '0xf10075dA7DD842e8c5FBa17398e8F64F39C201E2',
@@ -806,9 +807,9 @@ exports.addressConfig = (_a = {},
806
807
  isAlgebra: true,
807
808
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
808
809
  },
809
- _12),
810
- _a[types_1.SupportedChainId.monad_testnet] = (_13 = {},
811
- _13[types_1.SupportedDex.Atlantis] = {
810
+ },
811
+ [types_1.SupportedChainId.monad_testnet]: {
812
+ [types_1.SupportedDex.Atlantis]: {
812
813
  factoryAddress: '0x4431CFdA42fB518A87f5928774DeA5389c43363a',
813
814
  depositGuard: {
814
815
  address: '0x8d963e46da8eC0365D7ef875dA52c53288b88C73',
@@ -818,9 +819,9 @@ exports.addressConfig = (_a = {},
818
819
  isAlgebra: true,
819
820
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
820
821
  },
821
- _13),
822
- _a[types_1.SupportedChainId.moonbeam] = (_14 = {},
823
- _14[types_1.SupportedDex.StellaSwap] = {
822
+ },
823
+ [types_1.SupportedChainId.moonbeam]: {
824
+ [types_1.SupportedDex.StellaSwap]: {
824
825
  factoryAddress: '0x8cCd02E769e6A668a447Bd15e134C31bEccd8182',
825
826
  depositGuard: {
826
827
  address: '0x4858d61E83118f124b7dF3E908a3bb465540fFBc',
@@ -830,9 +831,9 @@ exports.addressConfig = (_a = {},
830
831
  isAlgebra: true,
831
832
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
832
833
  },
833
- _14),
834
- _a[types_1.SupportedChainId.nibiru] = (_15 = {},
835
- _15[types_1.SupportedDex.UniswapV3] = {
834
+ },
835
+ [types_1.SupportedChainId.nibiru]: {
836
+ [types_1.SupportedDex.UniswapV3]: {
836
837
  factoryAddress: '0x63703A4DdFA51B6CffC1Bb40cc73912dF62535FA',
837
838
  depositGuard: {
838
839
  address: '0x85a4dd4ed356A7976a8302b1b690202d58583c55',
@@ -841,9 +842,9 @@ exports.addressConfig = (_a = {},
841
842
  vaultDeployerAddress: '0x88653A91538B17E58c9268573c2345A48B0493C7',
842
843
  isAlgebra: false,
843
844
  },
844
- _15),
845
- _a[types_1.SupportedChainId.polygon_zkevm] = (_16 = {},
846
- _16[types_1.SupportedDex.Pancakeswap] = {
845
+ },
846
+ [types_1.SupportedChainId.polygon_zkevm]: {
847
+ [types_1.SupportedDex.Pancakeswap]: {
847
848
  factoryAddress: '0xe8532Db60408f2d47693dA5b9093D71580B8C23F',
848
849
  depositGuard: {
849
850
  address: '0x71338eAcdE9eF818d4F5ff979e0E727b90Dd5F59',
@@ -852,7 +853,7 @@ exports.addressConfig = (_a = {},
852
853
  vaultDeployerAddress: '0xCAE2d9760B852861e1A552b35e48c263047Fbc0f',
853
854
  isAlgebra: false,
854
855
  },
855
- _16[types_1.SupportedDex.Quickswap] = {
856
+ [types_1.SupportedDex.Quickswap]: {
856
857
  factoryAddress: '0x1721cB3ff3cAF70a79bDE9d771B27646ed8115b1',
857
858
  depositGuard: {
858
859
  address: '0xC030BEf30EDE8ebd7Fd319361ceBa54c81754AD3',
@@ -861,9 +862,9 @@ exports.addressConfig = (_a = {},
861
862
  vaultDeployerAddress: '0xCAE2d9760B852861e1A552b35e48c263047Fbc0f',
862
863
  isAlgebra: true,
863
864
  },
864
- _16),
865
- _a[types_1.SupportedChainId.real] = (_17 = {},
866
- _17[types_1.SupportedDex.Pearl] = {
865
+ },
866
+ [types_1.SupportedChainId.real]: {
867
+ [types_1.SupportedDex.Pearl]: {
867
868
  factoryAddress: '0x860F3881aCBbF05D48a324C5b8ca9004D31A146C',
868
869
  depositGuard: {
869
870
  address: '0x89FFdaa18b296d9F0CF02fBD88e5c633FEFA5f34',
@@ -872,9 +873,9 @@ exports.addressConfig = (_a = {},
872
873
  vaultDeployerAddress: '0xBAd0700365De39C932b905002604B0A22aA4Bb77',
873
874
  isAlgebra: false,
874
875
  },
875
- _17),
876
- _a[types_1.SupportedChainId.rootstock] = (_18 = {},
877
- _18[types_1.SupportedDex.UniswapV3] = {
876
+ },
877
+ [types_1.SupportedChainId.rootstock]: {
878
+ [types_1.SupportedDex.UniswapV3]: {
878
879
  factoryAddress: '0x8cCd02E769e6A668a447Bd15e134C31bEccd8182',
879
880
  depositGuard: {
880
881
  address: '0x74C85FF93D0ff3B5E48c119390EF75A43D78d549',
@@ -883,9 +884,9 @@ exports.addressConfig = (_a = {},
883
884
  vaultDeployerAddress: '0x9708b4a2BDd23C8c432F04972AaDE12e4a346447',
884
885
  isAlgebra: false,
885
886
  },
886
- _18),
887
- _a[types_1.SupportedChainId.scroll] = (_19 = {},
888
- _19[types_1.SupportedDex.UniswapV3] = {
887
+ },
888
+ [types_1.SupportedChainId.scroll]: {
889
+ [types_1.SupportedDex.UniswapV3]: {
889
890
  factoryAddress: '0x9FAb4bdD4E05f5C023CCC85D2071b49791D7418F',
890
891
  depositGuard: {
891
892
  address: '0xb62399d23d1c81f08eA445A42d7F15cC12090A71',
@@ -894,7 +895,7 @@ exports.addressConfig = (_a = {},
894
895
  vaultDeployerAddress: '0x596643Ce4fe8b2e72F340584cec02Ab99dA866c1',
895
896
  isAlgebra: false,
896
897
  },
897
- _19[types_1.SupportedDex.Metavault] = {
898
+ [types_1.SupportedDex.Metavault]: {
898
899
  factoryAddress: '0xb42D5956cDe4386B65C087CfCD16910aB6114F15',
899
900
  depositGuard: {
900
901
  address: '0x131c03ca881B7cC66d7a5120A9273ebf675C241D',
@@ -903,9 +904,9 @@ exports.addressConfig = (_a = {},
903
904
  vaultDeployerAddress: '0x596643Ce4fe8b2e72F340584cec02Ab99dA866c1',
904
905
  isAlgebra: false,
905
906
  },
906
- _19),
907
- _a[types_1.SupportedChainId.skale_europa] = (_20 = {},
908
- _20[types_1.SupportedDex.Sushiswap] = {
907
+ },
908
+ [types_1.SupportedChainId.skale_europa]: {
909
+ [types_1.SupportedDex.Sushiswap]: {
909
910
  factoryAddress: '0x1B0ef045830466171D617dD0F1142aD699A4Cd63',
910
911
  depositGuard: {
911
912
  address: '0x860F3881aCBbF05D48a324C5b8ca9004D31A146C',
@@ -914,9 +915,9 @@ exports.addressConfig = (_a = {},
914
915
  vaultDeployerAddress: '0xED0A10A7db58d9dB23DDfB7EEbFE1Fe863ef67aA',
915
916
  isAlgebra: false,
916
917
  },
917
- _20),
918
- _a[types_1.SupportedChainId.sonic] = (_21 = {},
919
- _21[types_1.SupportedDex.Equalizer] = {
918
+ },
919
+ [types_1.SupportedChainId.sonic]: {
920
+ [types_1.SupportedDex.Equalizer]: {
920
921
  factoryAddress: '0x7D18F2D60E4fd6F485419727515807d09A542eb9',
921
922
  depositGuard: {
922
923
  address: '0x4c8c0D2Ca19a97896AA9135449e6d6471a53FC5f',
@@ -926,7 +927,7 @@ exports.addressConfig = (_a = {},
926
927
  isAlgebra: false,
927
928
  is2Thick: true,
928
929
  },
929
- _21[types_1.SupportedDex.SwapX] = {
930
+ [types_1.SupportedDex.SwapX]: {
930
931
  factoryAddress: '0x34513e8A327987Bb44acF5A925a7f3b4092d8b5F',
931
932
  depositGuard: {
932
933
  address: '0x65CD1f0ac298519BE4891B5812053e00BD2074AC',
@@ -936,9 +937,9 @@ exports.addressConfig = (_a = {},
936
937
  isAlgebra: true,
937
938
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
938
939
  },
939
- _21),
940
- _a[types_1.SupportedChainId.tac] = (_22 = {},
941
- _22[types_1.SupportedDex.Snap] = {
940
+ },
941
+ [types_1.SupportedChainId.tac]: {
942
+ [types_1.SupportedDex.Snap]: {
942
943
  factoryAddress: '0x3Aa31b2E925d0E872f9A68Fe057Ed677e735F38d',
943
944
  depositGuard: {
944
945
  address: '0x38e6706860dE0b96CD12Eff815DEDF01E5fe0722',
@@ -948,9 +949,9 @@ exports.addressConfig = (_a = {},
948
949
  isAlgebra: true,
949
950
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
950
951
  },
951
- _22),
952
- _a[types_1.SupportedChainId.taiko] = (_23 = {},
953
- _23[types_1.SupportedDex.Henjin] = {
952
+ },
953
+ [types_1.SupportedChainId.taiko]: {
954
+ [types_1.SupportedDex.Henjin]: {
954
955
  factoryAddress: '0x9FAb4bdD4E05f5C023CCC85D2071b49791D7418F',
955
956
  depositGuard: {
956
957
  address: '0x2E76A8D053f839A04235341dF1f25235437fEDd6',
@@ -960,9 +961,9 @@ exports.addressConfig = (_a = {},
960
961
  isAlgebra: true,
961
962
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
962
963
  },
963
- _23),
964
- _a[types_1.SupportedChainId.taiko_hekla] = (_24 = {},
965
- _24[types_1.SupportedDex.Henjin] = {
964
+ },
965
+ [types_1.SupportedChainId.taiko_hekla]: {
966
+ [types_1.SupportedDex.Henjin]: {
966
967
  factoryAddress: '0x7C6389714719C68cAAc8Ae06baE6E878B3605f6D',
967
968
  depositGuard: {
968
969
  address: '0xF8b3f6727e44abb211C0049FC849FbB091Ff765E',
@@ -972,9 +973,9 @@ exports.addressConfig = (_a = {},
972
973
  isAlgebra: true,
973
974
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
974
975
  },
975
- _24),
976
- _a[types_1.SupportedChainId.unichain] = (_25 = {},
977
- _25[types_1.SupportedDex.Catex] = {
976
+ },
977
+ [types_1.SupportedChainId.unichain]: {
978
+ [types_1.SupportedDex.Catex]: {
978
979
  factoryAddress: '0x8cCd02E769e6A668a447Bd15e134C31bEccd8182',
979
980
  depositGuard: {
980
981
  address: '0xEb6EA277d7b0a876444dab30eEF0f154F406CfB4',
@@ -983,9 +984,9 @@ exports.addressConfig = (_a = {},
983
984
  vaultDeployerAddress: '0xf0d92E5F6Ccd4E095C4097c1635c7A75D7226114',
984
985
  isAlgebra: false,
985
986
  },
986
- _25),
987
- _a[types_1.SupportedChainId.unreal] = (_26 = {},
988
- _26[types_1.SupportedDex.Pearl] = {
987
+ },
988
+ [types_1.SupportedChainId.unreal]: {
989
+ [types_1.SupportedDex.Pearl]: {
989
990
  factoryAddress: '0x1294EC9615C91077ebdC57CfC7DDB65140750992',
990
991
  depositGuard: {
991
992
  address: '0x6DC9b390130c96b788eBEB389cb3cba992289532',
@@ -994,9 +995,9 @@ exports.addressConfig = (_a = {},
994
995
  vaultDeployerAddress: '0xBAd0700365De39C932b905002604B0A22aA4Bb77',
995
996
  isAlgebra: false,
996
997
  },
997
- _26),
998
- _a[types_1.SupportedChainId.x_layer_testnet] = (_27 = {},
999
- _27[types_1.SupportedDex.XSwap] = {
998
+ },
999
+ [types_1.SupportedChainId.x_layer_testnet]: {
1000
+ [types_1.SupportedDex.XSwap]: {
1000
1001
  factoryAddress: '0xADDA3A15EA71c223a82Af86d4578EF2B076035F1',
1001
1002
  depositGuard: {
1002
1003
  address: '0xe573920139a208989d83C57ea48837C6285F2cd3',
@@ -1006,9 +1007,9 @@ exports.addressConfig = (_a = {},
1006
1007
  isAlgebra: true,
1007
1008
  ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
1008
1009
  },
1009
- _27),
1010
- _a[types_1.SupportedChainId.zircuit] = (_28 = {},
1011
- _28[types_1.SupportedDex.Ocelex] = {
1010
+ },
1011
+ [types_1.SupportedChainId.zircuit]: {
1012
+ [types_1.SupportedDex.Ocelex]: {
1012
1013
  factoryAddress: '0x1A58D4CFF22C7E2e0c4cCf4a0010b87822d024A1',
1013
1014
  depositGuard: {
1014
1015
  address: '0x259743Ff627313D55b6a15735bD40Aa9aC4D6aDE',
@@ -1017,9 +1018,9 @@ exports.addressConfig = (_a = {},
1017
1018
  vaultDeployerAddress: '0x8fC4aFAA9B4C3cbE97F08e040e945411EFb18993',
1018
1019
  isAlgebra: true,
1019
1020
  },
1020
- _28),
1021
- _a[types_1.SupportedChainId.zksync_era] = (_29 = {},
1022
- _29[types_1.SupportedDex.Pancakeswap] = {
1021
+ },
1022
+ [types_1.SupportedChainId.zksync_era]: {
1023
+ [types_1.SupportedDex.Pancakeswap]: {
1023
1024
  factoryAddress: '0x8a76c26E0089111989C14EF56b9733aa38B94148',
1024
1025
  depositGuard: {
1025
1026
  address: '0x5997487384CDae95E1AED6eAab1bb827180E1154',
@@ -1028,7 +1029,7 @@ exports.addressConfig = (_a = {},
1028
1029
  isAlgebra: false,
1029
1030
  vaultDeployerAddress: '0x12C1F03a443A5B893870ea6cBDb2362f666275Da',
1030
1031
  },
1031
- _29[types_1.SupportedDex.Velocore] = {
1032
+ [types_1.SupportedDex.Velocore]: {
1032
1033
  factoryAddress: '0x1Cd7f4a2E9e7EFb23E27CFB9eF3a2F3CFAf27675',
1033
1034
  depositGuard: {
1034
1035
  address: '0x01292A32a0b8F8f56fBb8DB90d3756a0EF06C666',
@@ -1037,9 +1038,9 @@ exports.addressConfig = (_a = {},
1037
1038
  vaultDeployerAddress: '0x12C1F03a443A5B893870ea6cBDb2362f666275Da',
1038
1039
  isAlgebra: true,
1039
1040
  },
1040
- _29),
1041
- _a[types_1.SupportedChainId.zksync_era_testnet] = (_30 = {},
1042
- _30[types_1.SupportedDex.Velocore] = {
1041
+ },
1042
+ [types_1.SupportedChainId.zksync_era_testnet]: {
1043
+ [types_1.SupportedDex.Velocore]: {
1043
1044
  factoryAddress: '0x0227f2b783b610107349da9b9DF516b8d476aB4F',
1044
1045
  depositGuard: {
1045
1046
  address: '0x7570c7b58c68d95F0663f89C228B7b13d05c15e6',
@@ -1048,61 +1049,59 @@ exports.addressConfig = (_a = {},
1048
1049
  vaultDeployerAddress: '0x451Efff92a3a1471b7af9DDc1369D9D157E6475A',
1049
1050
  isAlgebra: true,
1050
1051
  },
1051
- _30),
1052
- _a);
1053
- // Hedera ERC20 Wrapper contract address
1054
- exports.ERC20_WRAPPER_ADDRESS = '0x000000000000000000000000000000000093A3A8';
1055
- exports.MULTICALL_ADDRESSES = (_31 = {},
1056
- _31[types_1.SupportedChainId.mainnet] = '0x1F98415757620B543A52E61c46B32eB19261F984',
1057
- _31[types_1.SupportedChainId.flare] = '0x921aCCA39e8D3519A503EE4A11b56d6eEACbb2Aa',
1058
- _31[types_1.SupportedChainId.rootstock] = '0x8CF119F15575CAb4beb427Fb485087e71a96Fbaa',
1059
- _31[types_1.SupportedChainId.arbitrum] = '0xd9e7c0932a7D3e40Db3Fe78d95A3ED375a37Ab1a',
1060
- _31[types_1.SupportedChainId.base_sepolia] = '0xd867e273eAbD6c853fCd0Ca0bFB6a3aE6491d2C1',
1061
- _31[types_1.SupportedChainId.berachain] = '0x89ff70257bc747F310bB538eeFC46aDD763e75d8',
1062
- _31[types_1.SupportedChainId.botanix] = "0xE89F840427D043ED96d70D3b63916776216f55D6",
1063
- _31[types_1.SupportedChainId.citrea_testnet] = '0xB4F9b6b019E75CBe51af4425b2Fc12797e2Ee2a1',
1064
- _31[types_1.SupportedChainId.cronos] = "0x088ee1FB556Cbd24383AFE3ED9812235Ee931e13",
1065
- _31[types_1.SupportedChainId.haven1_devnet] = '0xe573920139a208989d83C57ea48837C6285F2cd3',
1066
- _31[types_1.SupportedChainId.fantom] = '0xd9e7c0932a7D3e40Db3Fe78d95A3ED375a37Ab1a',
1067
- _31[types_1.SupportedChainId.flow] = '0xA41Fef85d7a7DebAD0CC265Ad514716C52919559',
1068
- _31[types_1.SupportedChainId.hedera_testnet] = '0x0B10E483AAC4340256772754d23131B6E0Dc31EA',
1069
- _31[types_1.SupportedChainId.hedera] = '0x0B10E483AAC4340256772754d23131B6E0Dc31EA',
1070
- _31[types_1.SupportedChainId.hemi] = '0x352A86168e6988A1aDF9A15Cb00017AAd3B67155',
1071
- _31[types_1.SupportedChainId.hyperevm] = '0xE8571fd6629DA6E488f7BbD83e729c20Fa9B97B4',
1072
- _31[types_1.SupportedChainId.ink] = '0xcfEA11557Bc9cB71bc6916e09fC8493D668b8d53',
1073
- _31[types_1.SupportedChainId.ink_sepolia] = '0x27404A54D594Aa6307C3f9Be102646363d6279a1',
1074
- _31[types_1.SupportedChainId.katana] = '0xA730CAa84B6E72bb51eD5b2A1B08bc6031a95294',
1075
- _31[types_1.SupportedChainId.mantle] = '0xf5bb4e61ccAC9080fb520e5F69224eE85a4D588F',
1076
- _31[types_1.SupportedChainId.mode] = '0x481BE66De423B6a0Df368b526713bA632EF23ADd',
1077
- _31[types_1.SupportedChainId.monad] = '0xD1b797D92d87B688193A2B976eFc8D577D204343',
1078
- _31[types_1.SupportedChainId.monad_testnet] = '0xcfEA11557Bc9cB71bc6916e09fC8493D668b8d53',
1079
- _31[types_1.SupportedChainId.moonbeam] = '0x4F15CED4dD9B8eF545809431c177a3ae46A29c37',
1080
- _31[types_1.SupportedChainId.nibiru] = '0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435',
1081
- _31[types_1.SupportedChainId.sonic] = '0x9B500c0a544B870D9C4c441147dCaEf599e542E7',
1082
- _31[types_1.SupportedChainId.tac] = '0xD360846137c2be74c6B7624A06A809Ca3aD4e014',
1083
- _31[types_1.SupportedChainId.unichain] = '0xb7610f9b733e7d45184be3a1bc966960ccc54f0b',
1084
- _31[types_1.SupportedChainId.zircuit] = '0x89EC5589c030FcEf8c29E7EeC491D2E73b53A623',
1085
- _31[types_1.SupportedChainId.zksync_era_testnet] = '0x8A23CB45E5F4d5a1b2DB673663Ea2aAedc48acff',
1086
- _31[types_1.SupportedChainId.zksync_era] = '0x95071cBD09184083E7F732a710c2e30c9882Fd5f',
1087
- _31[types_1.SupportedChainId.polygon_zkevm] = '0xe05b539447B17630Cb087473F6b50E5c5f73FDeb',
1088
- _31[types_1.SupportedChainId.polygon] = '0xFb6021617c03dcEF189C3f783C56e3D9ff284919',
1089
- _31[types_1.SupportedChainId.fuse] = '0x607F5841eFf0505d3c7A868558aD4562fD176C8F',
1090
- _31[types_1.SupportedChainId.bsc] = '0x74d8b6407b8f33b40d7a1e34375176394f59afe6',
1091
- _31[types_1.SupportedChainId.evmos] = '0x8a4A5eEC59899F2d23B08f0188d6eB540cF4EccC',
1092
- _31[types_1.SupportedChainId.arthera] = '0x15fCbF9bC0797567053A8265b7E6f4eC43EA7327',
1093
- _31[types_1.SupportedChainId.arthera_testnet] = '0xEC250E6856e14A494cb1f0abC61d72348c79F418',
1094
- _31[types_1.SupportedChainId.unreal] = '0xe573920139a208989d83C57ea48837C6285F2cd3',
1095
- _31[types_1.SupportedChainId.real] = '0xbBB97d634460DACCA0d41E249510Bb741ef46ad3',
1096
- _31[types_1.SupportedChainId.base] = '0x091e99cb1C49331a94dD62755D168E941AbD0693',
1097
- _31[types_1.SupportedChainId.linea] = '0xe573920139a208989d83C57ea48837C6285F2cd3',
1098
- _31[types_1.SupportedChainId.berachain_bartio] = '0x932E1908461De58b0891E5022431dc995Cb95C5E',
1099
- _31[types_1.SupportedChainId.blast] = '0xdC7f370de7631cE9e2c2e1DCDA6B3B5744Cf4705',
1100
- _31[types_1.SupportedChainId.taiko] = '0xaF0C5CBbCEfB685BF3200684d2aE19B8eA6186ca',
1101
- _31[types_1.SupportedChainId.scroll] = '0xC1D2e074C38FdD5CA965000668420C80316F0915',
1102
- _31[types_1.SupportedChainId.blast_sepolia_testnet] = '0xEc27362204a1D02e9803d0eB4904e8df470b2B39',
1103
- _31[types_1.SupportedChainId.x_layer_testnet] = '0x7B4553a35D3020064cB464a8D75a4735FfdA15Bd',
1104
- _31[types_1.SupportedChainId.celo] = '0x633987602DE5C4F337e3DbF265303A1080324204',
1105
- _31[types_1.SupportedChainId.kava] = '0x481BE66De423B6a0Df368b526713bA632EF23ADd',
1106
- _31[types_1.SupportedChainId.skale_europa] = '0x15bA62A09E6e295A696D02f8E4B80a8a13bF3785',
1107
- _31);
1052
+ },
1053
+ };
1054
+ exports.MULTICALL_ADDRESSES = {
1055
+ [types_1.SupportedChainId.mainnet]: '0x1F98415757620B543A52E61c46B32eB19261F984',
1056
+ [types_1.SupportedChainId.flare]: '0x921aCCA39e8D3519A503EE4A11b56d6eEACbb2Aa',
1057
+ [types_1.SupportedChainId.rootstock]: '0x8CF119F15575CAb4beb427Fb485087e71a96Fbaa',
1058
+ [types_1.SupportedChainId.arbitrum]: '0xd9e7c0932a7D3e40Db3Fe78d95A3ED375a37Ab1a',
1059
+ [types_1.SupportedChainId.base_sepolia]: '0xd867e273eAbD6c853fCd0Ca0bFB6a3aE6491d2C1',
1060
+ [types_1.SupportedChainId.berachain]: '0x89ff70257bc747F310bB538eeFC46aDD763e75d8',
1061
+ [types_1.SupportedChainId.botanix]: "0xE89F840427D043ED96d70D3b63916776216f55D6",
1062
+ [types_1.SupportedChainId.citrea_testnet]: '0xB4F9b6b019E75CBe51af4425b2Fc12797e2Ee2a1',
1063
+ [types_1.SupportedChainId.cronos]: "0x088ee1FB556Cbd24383AFE3ED9812235Ee931e13",
1064
+ [types_1.SupportedChainId.haven1_devnet]: '0xe573920139a208989d83C57ea48837C6285F2cd3',
1065
+ [types_1.SupportedChainId.fantom]: '0xd9e7c0932a7D3e40Db3Fe78d95A3ED375a37Ab1a',
1066
+ [types_1.SupportedChainId.flow]: '0xA41Fef85d7a7DebAD0CC265Ad514716C52919559',
1067
+ [types_1.SupportedChainId.hedera_testnet]: '0x0B10E483AAC4340256772754d23131B6E0Dc31EA',
1068
+ [types_1.SupportedChainId.hedera]: '0x0B10E483AAC4340256772754d23131B6E0Dc31EA',
1069
+ [types_1.SupportedChainId.hemi]: '0x352A86168e6988A1aDF9A15Cb00017AAd3B67155',
1070
+ [types_1.SupportedChainId.hyperevm]: '0xE8571fd6629DA6E488f7BbD83e729c20Fa9B97B4',
1071
+ [types_1.SupportedChainId.ink]: '0xcfEA11557Bc9cB71bc6916e09fC8493D668b8d53',
1072
+ [types_1.SupportedChainId.ink_sepolia]: '0x27404A54D594Aa6307C3f9Be102646363d6279a1',
1073
+ [types_1.SupportedChainId.katana]: '0xA730CAa84B6E72bb51eD5b2A1B08bc6031a95294',
1074
+ [types_1.SupportedChainId.mantle]: '0xf5bb4e61ccAC9080fb520e5F69224eE85a4D588F',
1075
+ [types_1.SupportedChainId.mode]: '0x481BE66De423B6a0Df368b526713bA632EF23ADd',
1076
+ [types_1.SupportedChainId.monad]: '0xD1b797D92d87B688193A2B976eFc8D577D204343',
1077
+ [types_1.SupportedChainId.monad_testnet]: '0xcfEA11557Bc9cB71bc6916e09fC8493D668b8d53',
1078
+ [types_1.SupportedChainId.moonbeam]: '0x4F15CED4dD9B8eF545809431c177a3ae46A29c37',
1079
+ [types_1.SupportedChainId.nibiru]: '0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435',
1080
+ [types_1.SupportedChainId.sonic]: '0x9B500c0a544B870D9C4c441147dCaEf599e542E7',
1081
+ [types_1.SupportedChainId.tac]: '0xD360846137c2be74c6B7624A06A809Ca3aD4e014',
1082
+ [types_1.SupportedChainId.unichain]: '0xb7610f9b733e7d45184be3a1bc966960ccc54f0b',
1083
+ [types_1.SupportedChainId.zircuit]: '0x89EC5589c030FcEf8c29E7EeC491D2E73b53A623',
1084
+ [types_1.SupportedChainId.zksync_era_testnet]: '0x8A23CB45E5F4d5a1b2DB673663Ea2aAedc48acff',
1085
+ [types_1.SupportedChainId.zksync_era]: '0x95071cBD09184083E7F732a710c2e30c9882Fd5f',
1086
+ [types_1.SupportedChainId.polygon_zkevm]: '0xe05b539447B17630Cb087473F6b50E5c5f73FDeb',
1087
+ [types_1.SupportedChainId.polygon]: '0xFb6021617c03dcEF189C3f783C56e3D9ff284919',
1088
+ [types_1.SupportedChainId.fuse]: '0x607F5841eFf0505d3c7A868558aD4562fD176C8F',
1089
+ [types_1.SupportedChainId.bsc]: '0x74d8b6407b8f33b40d7a1e34375176394f59afe6',
1090
+ [types_1.SupportedChainId.evmos]: '0x8a4A5eEC59899F2d23B08f0188d6eB540cF4EccC',
1091
+ [types_1.SupportedChainId.arthera]: '0x15fCbF9bC0797567053A8265b7E6f4eC43EA7327',
1092
+ [types_1.SupportedChainId.arthera_testnet]: '0xEC250E6856e14A494cb1f0abC61d72348c79F418',
1093
+ [types_1.SupportedChainId.unreal]: '0xe573920139a208989d83C57ea48837C6285F2cd3',
1094
+ [types_1.SupportedChainId.real]: '0xbBB97d634460DACCA0d41E249510Bb741ef46ad3',
1095
+ [types_1.SupportedChainId.base]: '0x091e99cb1C49331a94dD62755D168E941AbD0693',
1096
+ [types_1.SupportedChainId.linea]: '0xe573920139a208989d83C57ea48837C6285F2cd3',
1097
+ [types_1.SupportedChainId.berachain_bartio]: '0x932E1908461De58b0891E5022431dc995Cb95C5E',
1098
+ [types_1.SupportedChainId.blast]: '0xdC7f370de7631cE9e2c2e1DCDA6B3B5744Cf4705',
1099
+ [types_1.SupportedChainId.taiko]: '0xaF0C5CBbCEfB685BF3200684d2aE19B8eA6186ca',
1100
+ [types_1.SupportedChainId.scroll]: '0xC1D2e074C38FdD5CA965000668420C80316F0915',
1101
+ [types_1.SupportedChainId.blast_sepolia_testnet]: '0xEc27362204a1D02e9803d0eB4904e8df470b2B39',
1102
+ [types_1.SupportedChainId.x_layer_testnet]: '0x7B4553a35D3020064cB464a8D75a4735FfdA15Bd',
1103
+ [types_1.SupportedChainId.celo]: '0x633987602DE5C4F337e3DbF265303A1080324204',
1104
+ [types_1.SupportedChainId.kava]: '0x481BE66De423B6a0Df368b526713bA632EF23ADd',
1105
+ [types_1.SupportedChainId.skale_europa]: '0x15bA62A09E6e295A696D02f8E4B80a8a13bF3785',
1106
+ };
1108
1107
  //# sourceMappingURL=addresses.js.map