@hinkal/common 0.2.4 → 0.2.13

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 (257) hide show
  1. package/API/API.cjs +1 -1
  2. package/API/API.d.ts +2 -2
  3. package/API/API.mjs +22 -22
  4. package/API/duneAPI.cjs +1 -1
  5. package/API/duneAPI.mjs +2 -3
  6. package/API/userVerifyTransactions.cjs +1 -1
  7. package/API/userVerifyTransactions.d.ts +7 -6
  8. package/API/userVerifyTransactions.mjs +14 -13
  9. package/constants/chains.constants.cjs +1 -1
  10. package/constants/chains.constants.mjs +2 -2
  11. package/constants/contracts.constants.cjs +1 -1
  12. package/constants/contracts.constants.mjs +134 -138
  13. package/constants/deploy-data/deploy-data-arbMainnet.json.cjs +1 -1
  14. package/constants/deploy-data/deploy-data-arbMainnet.json.mjs +11 -846
  15. package/constants/deploy-data/deploy-data-avalanche.json.cjs +1 -1
  16. package/constants/deploy-data/deploy-data-avalanche.json.mjs +13 -848
  17. package/constants/deploy-data/deploy-data-base.json.cjs +1 -1
  18. package/constants/deploy-data/deploy-data-base.json.mjs +17 -852
  19. package/constants/deploy-data/deploy-data-bnbMainnet.json.cjs +1 -1
  20. package/constants/deploy-data/deploy-data-bnbMainnet.json.mjs +20 -855
  21. package/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -1
  22. package/constants/deploy-data/deploy-data-ethMainnet.json.mjs +15 -850
  23. package/constants/deploy-data/deploy-data-localhost.json.cjs +1 -1
  24. package/constants/deploy-data/deploy-data-localhost.json.mjs +100 -935
  25. package/constants/deploy-data/deploy-data-optimism.json.cjs +1 -1
  26. package/constants/deploy-data/deploy-data-optimism.json.mjs +18 -849
  27. package/constants/deploy-data/deploy-data-polygon.json.cjs +1 -1
  28. package/constants/deploy-data/deploy-data-polygon.json.mjs +9 -844
  29. package/constants/kyc.constants.cjs +1 -1
  30. package/constants/kyc.constants.mjs +18 -30
  31. package/constants/server.constants.cjs +1 -1
  32. package/constants/server.constants.d.ts +2 -3
  33. package/constants/server.constants.mjs +6 -7
  34. package/constants/token-data/ERC20Registry.cjs +1 -1
  35. package/constants/token-data/ERC20Registry.mjs +48 -48
  36. package/constants/token-data/arbMainnetRegistry.json.cjs +1 -1
  37. package/constants/token-data/arbMainnetRegistry.json.mjs +1 -4
  38. package/constants/token-data/arbMainnetRegistryFixed.json.cjs +1 -1
  39. package/constants/token-data/arbMainnetRegistryFixed.json.mjs +1 -4
  40. package/constants/token-data/avalancheRegistry.json.cjs +1 -1
  41. package/constants/token-data/avalancheRegistry.json.mjs +1 -4
  42. package/constants/token-data/avalancheRegistryFixed.json.cjs +1 -1
  43. package/constants/token-data/avalancheRegistryFixed.json.mjs +1 -4
  44. package/constants/token-data/baseRegistry.json.cjs +1 -1
  45. package/constants/token-data/baseRegistry.json.mjs +1 -4
  46. package/constants/token-data/baseRegistryFixed.json.cjs +1 -1
  47. package/constants/token-data/baseRegistryFixed.json.mjs +1 -4
  48. package/constants/token-data/bnbMainnetRegistry.json.cjs +1 -1
  49. package/constants/token-data/bnbMainnetRegistry.json.mjs +1 -4
  50. package/constants/token-data/bnbMainnetRegistryFixed.json.cjs +1 -1
  51. package/constants/token-data/bnbMainnetRegistryFixed.json.mjs +1 -4
  52. package/constants/token-data/ethMainnetRegistry.json.cjs +1 -1
  53. package/constants/token-data/ethMainnetRegistry.json.mjs +1 -4
  54. package/constants/token-data/ethMainnetRegistryFixed.json.cjs +1 -1
  55. package/constants/token-data/ethMainnetRegistryFixed.json.mjs +1 -4
  56. package/constants/token-data/index.d.ts +15 -972
  57. package/constants/token-data/localhostRegistry.json.cjs +1 -1
  58. package/constants/token-data/localhostRegistry.json.mjs +1 -4
  59. package/constants/token-data/optimismRegistry.json.cjs +1 -1
  60. package/constants/token-data/optimismRegistry.json.mjs +1 -4
  61. package/constants/token-data/optimismRegistryFixed.json.cjs +1 -1
  62. package/constants/token-data/optimismRegistryFixed.json.mjs +1 -4
  63. package/constants/token-data/polygonRegistry.json.cjs +1 -1
  64. package/constants/token-data/polygonRegistry.json.mjs +1 -4
  65. package/constants/token-data/polygonRegistryFixed.json.cjs +1 -1
  66. package/constants/token-data/polygonRegistryFixed.json.mjs +1 -4
  67. package/data-structures/Hinkal/Hinkal.cjs +1 -1
  68. package/data-structures/Hinkal/Hinkal.d.ts +0 -2
  69. package/data-structures/Hinkal/Hinkal.mjs +32 -38
  70. package/data-structures/Hinkal/IHinkal.d.ts +0 -2
  71. package/data-structures/Hinkal/hinkalActionBeefy.cjs +1 -1
  72. package/data-structures/Hinkal/hinkalActionBeefy.mjs +20 -21
  73. package/data-structures/Hinkal/hinkalActionConvex.cjs +1 -1
  74. package/data-structures/Hinkal/hinkalActionConvex.mjs +12 -13
  75. package/data-structures/Hinkal/hinkalActionCurve.cjs +1 -1
  76. package/data-structures/Hinkal/hinkalActionCurve.mjs +14 -15
  77. package/data-structures/Hinkal/hinkalActionLidoEth.cjs +1 -1
  78. package/data-structures/Hinkal/hinkalActionLidoEth.mjs +16 -17
  79. package/data-structures/Hinkal/hinkalActionPendle.cjs +1 -1
  80. package/data-structures/Hinkal/hinkalActionPendle.d.ts +1 -1
  81. package/data-structures/Hinkal/hinkalActionPendle.mjs +23 -24
  82. package/data-structures/Hinkal/hinkalActionPendleLP.cjs +1 -1
  83. package/data-structures/Hinkal/hinkalActionPendleLP.mjs +20 -21
  84. package/data-structures/Hinkal/hinkalActionStake.cjs +1 -1
  85. package/data-structures/Hinkal/hinkalActionStake.d.ts +1 -1
  86. package/data-structures/Hinkal/hinkalActionStake.mjs +5 -6
  87. package/data-structures/Hinkal/hinkalActionVolatile.cjs +1 -1
  88. package/data-structures/Hinkal/hinkalActionVolatile.d.ts +1 -1
  89. package/data-structures/Hinkal/hinkalActionVolatile.mjs +8 -9
  90. package/data-structures/Hinkal/hinkalDeposit.cjs +1 -1
  91. package/data-structures/Hinkal/hinkalDeposit.d.ts +2 -2
  92. package/data-structures/Hinkal/hinkalDeposit.mjs +54 -93
  93. package/data-structures/Hinkal/hinkalGetZkMeProvider.cjs +1 -1
  94. package/data-structures/Hinkal/hinkalGetZkMeProvider.mjs +2 -3
  95. package/data-structures/Hinkal/hinkalPrivateWallet.cjs +1 -1
  96. package/data-structures/Hinkal/hinkalPrivateWallet.mjs +4 -5
  97. package/data-structures/Hinkal/hinkalSwap.cjs +1 -1
  98. package/data-structures/Hinkal/hinkalSwap.mjs +22 -23
  99. package/data-structures/Hinkal/hinkalWithdraw.cjs +1 -1
  100. package/data-structures/Hinkal/hinkalWithdraw.d.ts +1 -1
  101. package/data-structures/Hinkal/hinkalWithdraw.mjs +12 -13
  102. package/data-structures/merkle-tree/MerkleTree.cjs +1 -1
  103. package/data-structures/merkle-tree/MerkleTree.d.ts +0 -2
  104. package/data-structures/merkle-tree/MerkleTree.mjs +25 -38
  105. package/data-structures/merkle-tree/index.d.ts +0 -1
  106. package/data-structures/transactions-manager/TransactionsManager.cjs +1 -1
  107. package/data-structures/transactions-manager/TransactionsManager.d.ts +5 -6
  108. package/data-structures/transactions-manager/TransactionsManager.mjs +111 -118
  109. package/error-handling/error-codes.constants.cjs +1 -1
  110. package/error-handling/error-codes.constants.d.ts +0 -4
  111. package/error-handling/error-codes.constants.mjs +2 -6
  112. package/externalABIs/BabPassport.json.cjs +1 -1
  113. package/externalABIs/BabPassport.json.mjs +3 -8
  114. package/externalABIs/BeefyRouterAbi.json.cjs +1 -1
  115. package/externalABIs/BeefyRouterAbi.json.mjs +2 -5
  116. package/externalABIs/BeefyStrategyAbi.json.cjs +1 -1
  117. package/externalABIs/BeefyStrategyAbi.json.mjs +2 -5
  118. package/externalABIs/BeefyVaultAbi.json.cjs +1 -1
  119. package/externalABIs/BeefyVaultAbi.json.mjs +2 -5
  120. package/externalABIs/BeefyZapAbi.json.cjs +1 -1
  121. package/externalABIs/BeefyZapAbi.json.mjs +2 -5
  122. package/externalABIs/BeefyZapOneInchAbi.json.cjs +1 -1
  123. package/externalABIs/BeefyZapOneInchAbi.json.mjs +2 -5
  124. package/externalABIs/ConvexBoosterAbi.json.cjs +1 -1
  125. package/externalABIs/ConvexBoosterAbi.json.mjs +2 -5
  126. package/externalABIs/ConvexBoosterAbiMainnet.json.cjs +1 -1
  127. package/externalABIs/ConvexBoosterAbiMainnet.json.mjs +2 -5
  128. package/externalABIs/ConvexRewardPoolAbi.json.cjs +1 -1
  129. package/externalABIs/ConvexRewardPoolAbi.json.mjs +2 -5
  130. package/externalABIs/CurveReadingWrapperAbi.json.cjs +1 -1
  131. package/externalABIs/CurveReadingWrapperAbi.json.mjs +2 -5
  132. package/externalABIs/CurveWrappedMainPool.json.cjs +1 -1
  133. package/externalABIs/CurveWrappedMainPool.json.mjs +2 -5
  134. package/externalABIs/CurveZap.json.cjs +1 -1
  135. package/externalABIs/CurveZap.json.mjs +2 -5
  136. package/externalABIs/CvxCrvUtilities.json.cjs +1 -1
  137. package/externalABIs/CvxCrvUtilities.json.mjs +2 -5
  138. package/externalABIs/ERC20.json.cjs +1 -1
  139. package/externalABIs/ERC20.json.mjs +3 -20
  140. package/externalABIs/GalxePassport.json.cjs +1 -1
  141. package/externalABIs/GalxePassport.json.mjs +3 -8
  142. package/externalABIs/IQuoterV2.json.cjs +1 -1
  143. package/externalABIs/IQuoterV2.json.mjs +3 -20
  144. package/externalABIs/ISwapRouter.json.cjs +1 -1
  145. package/externalABIs/ISwapRouter.json.mjs +2 -5
  146. package/externalABIs/IUniswapV3Factory.json.cjs +1 -1
  147. package/externalABIs/IUniswapV3Factory.json.mjs +3 -20
  148. package/externalABIs/IUniswapV3Pool.json.cjs +1 -1
  149. package/externalABIs/IUniswapV3Pool.json.mjs +3 -20
  150. package/externalABIs/PendleRouterAbi.json.cjs +1 -1
  151. package/externalABIs/PendleRouterAbi.json.mjs +2 -5
  152. package/externalABIs/UniswapV2PoolAbi.json.cjs +1 -1
  153. package/externalABIs/UniswapV2PoolAbi.json.mjs +3 -16
  154. package/externalABIs/index.d.ts +11 -307
  155. package/externalABIs/transactionsProver.json.cjs +1 -1
  156. package/externalABIs/transactionsProver.json.mjs +3 -20
  157. package/functions/kyc/zkMeHelper.cjs +1 -1
  158. package/functions/kyc/zkMeHelper.d.ts +1 -0
  159. package/functions/kyc/zkMeHelper.mjs +11 -8
  160. package/functions/pre-transaction/process-gas-estimates.cjs +1 -1
  161. package/functions/pre-transaction/process-gas-estimates.mjs +2 -3
  162. package/functions/private-wallet/emporium.helpers.cjs +1 -1
  163. package/functions/private-wallet/emporium.helpers.d.ts +8 -3
  164. package/functions/private-wallet/emporium.helpers.mjs +23 -11
  165. package/functions/private-wallet/index.d.ts +1 -0
  166. package/functions/private-wallet/opProducer.cjs +1 -1
  167. package/functions/private-wallet/opProducer.mjs +10 -9
  168. package/functions/private-wallet/smartContractWalletCalculator.cjs +1 -0
  169. package/functions/private-wallet/smartContractWalletCalculator.d.ts +1 -0
  170. package/functions/private-wallet/smartContractWalletCalculator.mjs +20 -0
  171. package/functions/protocols/convex.protocols.cjs +1 -1
  172. package/functions/protocols/convex.protocols.mjs +2 -3
  173. package/functions/protocols/pendle.helpers.cjs +1 -1
  174. package/functions/protocols/pendle.helpers.mjs +13 -14
  175. package/functions/snarkjs/constant.cjs +1 -1
  176. package/functions/snarkjs/constant.d.ts +0 -1
  177. package/functions/snarkjs/constant.mjs +5 -6
  178. package/functions/snarkjs/constructEmporiumProof.cjs +1 -1
  179. package/functions/snarkjs/constructEmporiumProof.d.ts +1 -1
  180. package/functions/snarkjs/constructEmporiumProof.mjs +31 -31
  181. package/functions/snarkjs/constructGeneralZkProof.cjs +1 -1
  182. package/functions/snarkjs/constructGeneralZkProof.d.ts +1 -1
  183. package/functions/snarkjs/constructGeneralZkProof.mjs +75 -76
  184. package/functions/snarkjs/generateZkProof.cjs +1 -1
  185. package/functions/snarkjs/generateZkProof.d.ts +1 -1
  186. package/functions/snarkjs/generateZkProof.mjs +15 -4
  187. package/functions/utils/axelar.utils.cjs +1 -1
  188. package/functions/utils/axelar.utils.mjs +2 -3
  189. package/functions/utils/cacheDevice.utils.cjs +1 -1
  190. package/functions/utils/cacheDevice.utils.mjs +8 -9
  191. package/functions/utils/erc20tokenFunctions.cjs +1 -1
  192. package/functions/utils/erc20tokenFunctions.mjs +7 -8
  193. package/functions/utils/evmNetworkFunctions.cjs +1 -1
  194. package/functions/utils/evmNetworkFunctions.mjs +3 -4
  195. package/functions/utils/string.utils.cjs +1 -1
  196. package/functions/utils/string.utils.d.ts +1 -0
  197. package/functions/utils/string.utils.mjs +16 -6
  198. package/functions/utils/userAgent.cjs +1 -1
  199. package/functions/utils/userAgent.mjs +8 -8
  200. package/functions/web3/functionCalls/accessTokenCalls.cjs +1 -1
  201. package/functions/web3/functionCalls/accessTokenCalls.mjs +8 -8
  202. package/functions/web3/functionCalls/transactCallDirect.cjs +1 -1
  203. package/functions/web3/functionCalls/transactCallDirect.d.ts +1 -1
  204. package/functions/web3/functionCalls/transactCallDirect.mjs +29 -43
  205. package/functions/web3/functionCalls/transactCallRelayer.cjs +1 -1
  206. package/functions/web3/functionCalls/transactCallRelayer.mjs +8 -10
  207. package/functions/web3/odosAPI.cjs +1 -1
  208. package/functions/web3/odosAPI.d.ts +2 -1
  209. package/functions/web3/odosAPI.mjs +18 -19
  210. package/functions/web3/oneInchAPI.cjs +1 -1
  211. package/functions/web3/oneInchAPI.d.ts +2 -1
  212. package/functions/web3/oneInchAPI.mjs +15 -17
  213. package/functions/web3/uniswapAPI.cjs +1 -1
  214. package/functions/web3/uniswapAPI.d.ts +4 -4
  215. package/functions/web3/uniswapAPI.mjs +43 -54
  216. package/index.cjs +1 -1
  217. package/index.mjs +641 -617
  218. package/package.json +2 -3
  219. package/providers/EthersProviderAdapter.cjs +1 -1
  220. package/providers/EthersProviderAdapter.d.ts +0 -1
  221. package/providers/EthersProviderAdapter.mjs +37 -26
  222. package/providers/WagmiProviderAdapter.cjs +1 -1
  223. package/providers/WagmiProviderAdapter.d.ts +0 -1
  224. package/providers/WagmiProviderAdapter.mjs +56 -45
  225. package/providers/prepareEthersHinkal.cjs +1 -1
  226. package/providers/prepareEthersHinkal.mjs +2 -4
  227. package/providers/prepareWagmiHinkal.cjs +1 -1
  228. package/providers/prepareWagmiHinkal.mjs +2 -4
  229. package/types/ethereum-network.types.cjs +1 -1
  230. package/types/ethereum-network.types.d.ts +61 -62
  231. package/types/ethereum-network.types.mjs +1 -1
  232. package/types/hinkal.types.d.ts +0 -4
  233. package/types/kyc.types.cjs +1 -1
  234. package/types/kyc.types.d.ts +1 -1
  235. package/types/kyc.types.mjs +1 -1
  236. package/types/rewards.types.d.ts +0 -5
  237. package/types/time.types.cjs +1 -1
  238. package/types/time.types.mjs +1 -1
  239. package/webworker/zkProofWorker/zkProofWorkerLauncher.cjs +1 -1
  240. package/webworker/zkProofWorker/zkProofWorkerLauncher.mjs +1 -1
  241. package/constants/token-data/index.cjs +0 -1
  242. package/constants/token-data/index.mjs +0 -34
  243. package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.cjs +0 -1
  244. package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.d.ts +0 -3
  245. package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs +0 -9
  246. package/externalABIs/index.cjs +0 -1
  247. package/externalABIs/index.mjs +0 -23
  248. package/functions/snarkjs/generateZkProofEnclave.cjs +0 -1
  249. package/functions/snarkjs/generateZkProofEnclave.d.ts +0 -5
  250. package/functions/snarkjs/generateZkProofEnclave.mjs +0 -33
  251. package/functions/snarkjs/generateZkProofSelf.cjs +0 -1
  252. package/functions/snarkjs/generateZkProofSelf.d.ts +0 -5
  253. package/functions/snarkjs/generateZkProofSelf.mjs +0 -17
  254. package/functions/web3/getContractMetadata.cjs +0 -1
  255. package/functions/web3/getContractMetadata.d.ts +0 -5
  256. package/functions/web3/getContractMetadata.mjs +0 -30
  257. package/types/remote-proof.types.d.ts +0 -15
package/index.mjs CHANGED
@@ -1,635 +1,659 @@
1
- import { getDataServerURL as t, getServerURL as o } from "./API/getServerURL.mjs";
2
- import { getCoingeckoPrice as i, getCoingeckoPrice2 as n, getCoingeckoPrices as s, getCoingeckoTokenList as p } from "./API/getCoingeckoPrice.mjs";
3
- import { callOneInchAPI as m } from "./API/callOneInchAPI.mjs";
4
- import { getBeefyHistoricalChartData as d } from "./API/callBeefyGraphAPI.mjs";
1
+ import { getDataServerURL as o, getServerURL as t } from "./API/getServerURL.mjs";
2
+ import { getCoingeckoPrice as i, getCoingeckoPrice2 as s, getCoingeckoPrices as n, getCoingeckoTokenList as p } from "./API/getCoingeckoPrice.mjs";
3
+ import { callOneInchAPI as l } from "./API/callOneInchAPI.mjs";
4
+ import { getBeefyHistoricalChartData as c } from "./API/callBeefyGraphAPI.mjs";
5
5
  import { callRelayerTransactAPI as x } from "./API/callRelayer.mjs";
6
6
  import { getAxelarGasEstimate as A } from "./API/getAxelarGasEstimate.mjs";
7
7
  import { getGasEstimates as y } from "./API/getGasEstimates.mjs";
8
- import { getTokenPrice as P, getTokenPriceEth as R, getTokenPrices as S } from "./API/getTokenPrice.mjs";
9
- import { checkRisk as k } from "./API/checkRisk.mjs";
8
+ import { getTokenPrice as T, getTokenPriceEth as P, getTokenPrices as k } from "./API/getTokenPrice.mjs";
9
+ import { checkRisk as C } from "./API/checkRisk.mjs";
10
10
  import { getIdleRelay as E } from "./API/relayCalls.mjs";
11
11
  import { API as b } from "./API/API.mjs";
12
- import { getCurvePools as v, getCurvePoolsforPriceFetching as L, getExtendedPoolInfo as _, lpTokens as F, lpTokensToBasePool as M } from "./API/callCurveAPI.mjs";
13
- import { getRelayerURL as B } from "./API/getRelayerURL.mjs";
14
- import { getPublicWalletBalance as O } from "./API/duneAPI.mjs";
12
+ import { getCurvePools as v, getCurvePoolsforPriceFetching as L, getExtendedPoolInfo as w, lpTokens as _, lpTokensToBasePool as F } from "./API/callCurveAPI.mjs";
13
+ import { getRelayerURL as M } from "./API/getRelayerURL.mjs";
14
+ import { getPublicWalletBalance as N } from "./API/duneAPI.mjs";
15
15
  import { IMAGE_PATHS as V } from "./constants/assets.constants.mjs";
16
- import { arbMainnetRegistry as H, arbMainnetRegistryFixed as G, avalancheRegistry as K, avalancheRegistryFixed as Y, baseRegistry as z, baseRegistryFixed as Z, bnbMainnetRegistry as q, bnbMainnetRegistryFixed as Q, ethMainnetRegistry as j, ethMainnetRegistryFixed as X, localhostRegistry as J, optimismRegistry as $, optimismRegistryFixed as ee, polygonRegistry as re, polygonRegistryFixed as te } from "./constants/token-data/index.mjs";
17
- import { default as ae } from "./constants/deploy-data/deploy-data-bnbMainnet.json.mjs";
18
- import { default as ne } from "./constants/deploy-data/deploy-data-arbMainnet.json.mjs";
19
- import { default as pe } from "./constants/deploy-data/deploy-data-ethMainnet.json.mjs";
20
- import { default as me } from "./constants/deploy-data/deploy-data-optimism.json.mjs";
21
- import { default as de } from "./constants/deploy-data/deploy-data-polygon.json.mjs";
22
- import { default as xe } from "./constants/deploy-data/deploy-data-avalanche.json.mjs";
23
- import { default as Ae } from "./constants/deploy-data/deploy-data-base.json.mjs";
24
- import { default as ye } from "./constants/deploy-data/deploy-data-localhost.json.mjs";
25
- import { default as Pe } from "./constants/deploy-data/deploy-data-axelar1.json.mjs";
26
- import { default as Se } from "./constants/deploy-data/deploy-data-axelar2.json.mjs";
27
- import { EthereumNetworkType as ke, chainIds as Ie, chainIdsByType as Ee, crossChainAccessTokenNetworks as he, getNonLocalhostChainId as be, isLocalNetwork as De, isOptimismBedrockLike as ve, isOptimismEcotoneLike as Le, isOptimismLike as _e, localhostNetwork as Fe, networkRegistry as Me } from "./constants/chains.constants.mjs";
28
- import { HINKAL_EXTERNAL_ACTION_FEE as Be, HINKAL_UNIVERSAL_FEE as Ne, getAmountAfterRelayAndFlatFees as Oe, getAmountAfterRelayAndFlatFeesAndSlippage as we, getAmountAfterRelayFee as Ve, getAmountAfterSlippage as We, getAmountWithoutFee as He, getHinkalFeeRateInBeeps as Ge, getRelayFee as Ke, getSlippageFee as Ye } from "./constants/fees.constants.mjs";
29
- import { contractMetadataMapping as Ze, getHinkalParameters as qe, uniswapV2PoolData as Qe, uniswapV3FactoryData as je, uniswapV3PoolData as Xe, uniswapV3QuoterData as Je } from "./constants/contracts.constants.mjs";
30
- import { AIPRISE_KYB_TEMPLATE_ID_PROD as er, AIPRISE_KYC_TEMPLATE_ID_PROD as rr, RECLAIM_MESSAGE_TO_SIGN as tr, ReclaimPassports as or, StandardPassports as ar, SupportedPassports as ir, aipriseBaseOnboardingProductionUrl as nr, aipriseBaseOnboardingSandboxUrl as sr, supportedPassportLinks as pr } from "./constants/kyc.constants.mjs";
31
- import { API_CONFIG as mr, DATA_SERVER_CONFIG as cr, DATA_SERVER_PORT as dr, DATA_SERVER_URL_LOCAL as fr, DATA_SERVER_URL_PRODUCTION as xr, PLAYGROUND_RELAYER_URLS as gr, PLAYGROUND_SERVER_URLS as Ar, PLAYGROUND_URL as ur, RELAYER_CONFIG as yr, RELAYER_URLS as Tr, SERVER_URLS as Pr, STAGING_RELAYER_URLS as Rr, STAGING_SERVER_URLS as Sr, STAGING_URL as Cr } from "./constants/server.constants.mjs";
32
- import { DEPLOYMENT_MODE as Ir, deploymentMode as Er, isDevelopment as hr, isNode as br, isNotClientProduction as Dr, isNotProduction as vr, isPlayground as Lr, isStaging as _r, isWebpack as Fr } from "./constants/vite.constants.mjs";
33
- import { CIRCOM_P as Ur, CIRCOM_P_HALF as Br, beefyChainIds as Nr, crvSymbol as Or, curveWithdrawGasTokenAddress as wr, curveZeroAddress as Vr, cvxSymbol as Wr, ethVolatileAddress as Hr, oneInchZeroAddress as Gr, ownerPublicKey as Kr, permitSignatureValidFor as Yr, signaturePhrase as zr, threePoolSymbol as Zr, zeroAddress as qr } from "./constants/protocol.constants.mjs";
34
- import { COINGECKO_API_KEY as jr, CoinGeckoChainLabels as Xr, coingeckoPriceUrl as Jr, coingeckoPriceUrl2 as $r, coingeckoTokenListUrl as et, getCoingeckoIdForNativeTokens as rt, getCoingeckoPlatform as tt, proCoingeckoUrl as ot, proHeader as at } from "./constants/coingecko.constants.mjs";
35
- import { AxelarRegistry as nt } from "./constants/axelar.constants.mjs";
36
- import { NETWORKS as pt, getGasStationUrl as lt } from "./constants/backend.constants.mjs";
37
- import { arbMainnetCrvCvxRegistry as ct, avalancheCrvCvxRegistry as dt, baseCrvCvxRegistry as ft, ethCrvCvxRegistry as xt, getCrvCvxWithChainId as gt, optimismCrvCvxRegistry as At, polygonCrvCvxRegistry as ut } from "./constants/crvCvx.registry.mjs";
38
- import { getCalcTokenAmountWithDynamicArray as Tt } from "./constants/crvDynamic.registry.mjs";
39
- import { ethSymbol as Rt, lidoStEthContractAddress as St, lidoStMaticAddress as Ct, lidoStakeManagerAddress as kt, lidoWithdrawalQueueERC721Address as It, lidoWstEthContractAddress as Et, maticSymbol as ht, poLidoNftAddress as bt, stMaticSymbol as Dt, wstEthSymbol as vt } from "./constants/lido.constants.mjs";
40
- import { ACCESS_TOKEN_MINTING_POINTS as _t, CERTIFICATION_DISABLE_WEEK as Ft, REWARD_RECEIVABLE_TOKEN_SYMBOLS as Mt, RafflePrizePoints as Ut, boostAmounts as Bt, lpLink as Nt, lpProgramStartWeek as Ot, pointsLink as wt, raffleProgramStartWeek as Vt, referralLink as Wt } from "./constants/rewards.constants.mjs";
41
- import { blockReorgDepth as Gt } from "./constants/reorg-depths.constants.mjs";
42
- import { ethBeefyRegistry as Yt, getBeefyRegistryWithChainId as zt } from "./constants/beefy.registry.mjs";
43
- import { arbPendleRegistry as qt, bnbPendleRegistry as Qt, ethPendleRegistry as jt, findSyAddress as Xt, getPendleRegistryWithChainId as Jt, getYtTokensWithChainId as $t, isYtToken as eo, optimismPendleRegistry as ro } from "./constants/pendle.registry.mjs";
44
- import { poseidonFunction as oo, poseidonHash as ao, poseidonHolder as io } from "./crypto/poseidon.mjs";
45
- import { babyJubInstance as so, jubHolder as po } from "./crypto/babyJub.mjs";
46
- import { preProcessing as mo } from "./crypto/preProcessing.mjs";
47
- import { ValueCache as fo } from "./data-structures/ValueCache/ValueCache.mjs";
48
- import { abiDecodeUtxo as go, checkUtxoSignature as Ao, decodeUtxo as uo, decodeUtxoConstructorArgs as yo } from "./data-structures/crypto-keys/decodeUTXO.mjs";
49
- import { decryptUtxo as Po, decryptUtxoConstructorArgs as Ro, encryptUtxo as So } from "./data-structures/crypto-keys/encryptDecryptUtxo.mjs";
50
- import { EncryptionKeyPairDefaultValue as ko, UserKeys as Io } from "./data-structures/crypto-keys/keys.mjs";
51
- import { getCircomSign as ho, isCircomNegative as bo } from "./data-structures/crypto-keys/keyUtils.mjs";
52
- import { Hinkal as vo } from "./data-structures/Hinkal/Hinkal.mjs";
53
- import { hinkalActionBeefy as _o } from "./data-structures/Hinkal/hinkalActionBeefy.mjs";
54
- import { hinkalActionConvex as Mo } from "./data-structures/Hinkal/hinkalActionConvex.mjs";
55
- import { hinkalActionCurve as Bo } from "./data-structures/Hinkal/hinkalActionCurve.mjs";
56
- import { hinkalActionPendle as Oo } from "./data-structures/Hinkal/hinkalActionPendle.mjs";
57
- import { hinkalDeposit as Vo, hinkalDepositForOther as Wo } from "./data-structures/Hinkal/hinkalDeposit.mjs";
58
- import { hinkalSwap as Go } from "./data-structures/Hinkal/hinkalSwap.mjs";
59
- import { hinkalTransfer as Yo } from "./data-structures/Hinkal/hinkalTransfer.mjs";
60
- import { hinkalWithdraw as Zo } from "./data-structures/Hinkal/hinkalWithdraw.mjs";
61
- import { hinkalPrivateWallet as Qo } from "./data-structures/Hinkal/hinkalPrivateWallet.mjs";
62
- import { resetMerkleTrees as Xo } from "./data-structures/Hinkal/resetMerkleTrees.mjs";
63
- import { MerkleTree as $o } from "./data-structures/merkle-tree/MerkleTree.mjs";
64
- import { getPatchedAccessTokenMerkleTree as ra } from "./data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs";
65
- import { MerkleTreeIncompleteError as oa } from "./data-structures/merkle-tree/MerkleTreeIncompleteError.mjs";
66
- import { AbstractAccessTokenSnapshotService as ia } from "./data-structures/event-service/AbstractAccessTokenSnapshotService.mjs";
67
- import { AbstractCommitmentsSnapshotService as sa } from "./data-structures/event-service/AbstractCommitmentsSnapshotService.mjs";
68
- import { AbstractNullifierSnapshotService as la } from "./data-structures/event-service/AbstractNullifierSnapshotService.mjs";
69
- import { AbstractSnapshotService as ca } from "./data-structures/event-service/AbstractSnapshotService.mjs";
70
- import { AbstractEventService as fa } from "./data-structures/event-service/AbstractEventService.mjs";
71
- import { Utxo as ga } from "./data-structures/utxo/Utxo.mjs";
72
- import { customTokenRegistry as ua } from "./data-structures/custom-token-registry/CustomTokenRegistry.mjs";
73
- import { TokenChecker as Ta } from "./data-structures/token-price-fetcher/TokenChecker.mjs";
74
- import { TransactionsManager as Ra } from "./data-structures/transactions-manager/TransactionsManager.mjs";
75
- import { TransactionType as Ca, externalActionToTransactionType as ka } from "./data-structures/transactions-manager/history/history.types.mjs";
76
- import { VolatileHelper as Ea } from "./data-structures/volatile-helper/VolatileHelper.mjs";
77
- import { MultiThreadedUtxoUtils as ba } from "./data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs";
78
- import { FileCacheDevice as va } from "./data-structures/cacheDevices/FileCacheDevice.mjs";
79
- import { LocalStorageCacheDevice as _a } from "./data-structures/cacheDevices/LocalStorageCacheDevice.mjs";
80
- import { FeeOverTransactionValueError as Ma } from "./error-handling/customErrors/FeeOverTransactionValueError.mjs";
81
- import { getGenericFeeOverTransactionValueErrorMessage as Ba, rethrowKnownGasErrorIfPossible as Na } from "./error-handling/customErrors/customErrors.helpers.mjs";
82
- import { UserFriendlyErrorCodes as wa, transactionErrorCodes as Va } from "./error-handling/error-codes.constants.mjs";
83
- import { extractMessage as Ha, getErrorMessage as Ga } from "./error-handling/get-error.message.mjs";
84
- import { checkErrorForSnapshotRestore as Ya } from "./error-handling/handleErrorRestore.mjs";
85
- import { logError as Za } from "./error-handling/logError.mjs";
86
- import { ErrorCategory as Qa } from "./error-handling/types.mjs";
87
- import { BabABI as Xa, BeefyVaultABI as Ja, CurveReadingWrapperABI as $a, CurveWrappedMainPoolABI as ei, ERC20ABI as ri, GalxeABI as ti, ISwapRouterABI as oi, factoryABI as ai, quoterV2ABI as ii, transactionProverABI as ni } from "./externalABIs/index.mjs";
88
- import { checkHinkalAccessToken as pi, mintAccessToken as li, mintTokenCrossChain as mi } from "./functions/web3/functionCalls/accessTokenCalls.mjs";
89
- import { openPassportWindow as di } from "./functions/kyc/passportHelper.mjs";
90
- import { openDefaultPassportWindow as xi } from "./functions/kyc/openDefaultPassportWindow.mjs";
91
- import { absBigInt as Ai, beepsToPercentage as ui, bigintApplySugar as yi, bigintMax as Ti, calculateAmountUsingBeeps as Pi, calculateSum as Ri, fixDecimalsAmount as Si, getValueFirstNDigit as Ci, minBigInt as ki, toBigInt as Ii, toBigIntOrUndefined as Ei, toCommaSeparatedNumberString as hi, toInt as bi, toNumberOrUndefined as Di, trimLeadingZeros as vi, truncateTo18DecimalPlaces as Li } from "./functions/utils/amounts.utils.mjs";
92
- import { getFilePath as Fi, getHinkalCache as Mi, loadTxsCache as Ui, resetCache as Bi, saveTxsCache as Ni, setHinkalCache as Oi } from "./functions/utils/cacheFunctions.mjs";
93
- import { createProvider as Vi } from "./functions/utils/create-provider.mjs";
94
- import { decodeMetadata as Hi, getActionFromMetadata as Gi, getExternalActionIdFromNumber as Ki, getExternalActionIdHash as Yi, getExternalMetadataHash as zi } from "./functions/utils/external-action.utils.mjs";
95
- import { getERC20Token as qi, getERC20TokenBySymbol as Qi, getHToken as ji } from "./functions/utils/erc20tokenFunctions.mjs";
96
- import { requireEnv as Ji } from "./functions/utils/requireEnv.mjs";
97
- import { getSequence as en, promisify as rn, resolveSync as tn } from "./functions/utils/resolve-sync.utils.mjs";
98
- import { convertIntegrationProviderToExternalActionId as an } from "./functions/utils/convertIntegrationProviderToExternalActionId.mjs";
99
- import { getInteractionFromAction as sn } from "./functions/pre-transaction/interaction-to-action.mjs";
100
- import { outputUtxoProcessing as ln } from "./functions/pre-transaction/outputUtxoProcessing.mjs";
101
- import { processGasEstimates as cn } from "./functions/pre-transaction/process-gas-estimates.mjs";
102
- import { processAmountChanges as fn } from "./functions/pre-transaction/processAmountChanges.mjs";
103
- import { getFlatFees as gn } from "./functions/pre-transaction/getFlatFees.mjs";
104
- import { getNetworkObject as un, getNetworkType as yn } from "./functions/utils/evmNetworkFunctions.mjs";
105
- import { getAxelarMigrationInfo as Pn } from "./functions/utils/axelar.utils.mjs";
106
- import { browserSupported as Sn, walletSupported as Cn } from "./functions/utils/userAgent.mjs";
107
- import { decodeTxInput as In, decodeTxLogs as En, deserializeDecodedTxs as hn, serializeDecodedTxs as bn } from "./functions/utils/getDataFromTransaction.mjs";
108
- import { reloadPage as vn } from "./functions/utils/reloadPage.mjs";
109
- import { capitalizeFirstLetter as _n, isNullOrEmpty as Fn, toTitleCase as Mn } from "./functions/utils/string.utils.mjs";
110
- import { isNicknameValid as Bn } from "./functions/utils/nickname.utils.mjs";
111
- import { caseInsensitiveEqual as On, lowerCaseIncludes as wn, lowerCaseStartsWith as Vn } from "./functions/utils/caseInsensitive.utils.mjs";
112
- import { waitLittle as Hn } from "./functions/utils/time.utils.mjs";
113
- import { patchRegistry as Kn } from "./functions/utils/volatile-patcher.utils.mjs";
114
- import { createCacheDevice as zn } from "./functions/utils/cacheDevice.utils.mjs";
115
- import { debounce as qn, wait as Qn } from "./functions/utils/process.utils.mjs";
116
- import { calculateDollarValue as Xn, ethToWei as Jn, getAmountInToken as $n, getAmountInWei as es, getAmountInWeiOrZero as rs, getAmountWithPrecision as ts, getAmountWithPrecisionOrZero as os, randomBigInt as as, toBigIntWithDecimals as is } from "./functions/web3/etherFunctions.mjs";
117
- import { getInputUtxoAndBalance as ss, getInputUtxosFromEncryptedOutputs as ps } from "./functions/web3/events/getInputUtxoAndBalance.mjs";
118
- import { addPaddingToUtxos as ms, getShieldedBalance as cs } from "./functions/web3/events/getShieldedBalance.mjs";
119
- import { getDepositEvents as fs, retrieveEvents as xs } from "./functions/web3/events/web3RetrieveEvents.mjs";
120
- import { balanceChangedHandler as As } from "./functions/web3/events/balanceChangedHandler.mjs";
121
- import { getUniswapFee as ys, getUniswapPrice as Ts, getUniswapPriceHelper as Ps, searchPoolAndFee as Rs } from "./functions/web3/uniswapAPI.mjs";
122
- import { getOdosPrice as Cs } from "./functions/web3/odosAPI.mjs";
123
- import { getOneInchPrice as Is } from "./functions/web3/oneInchAPI.mjs";
124
- import { runContractFunction as hs } from "./functions/web3/runContractFunction.mjs";
125
- import { constructZkProof as Ds } from "./functions/snarkjs/constructGeneralZkProof.mjs";
126
- import { constructEmporiumProof as Ls } from "./functions/snarkjs/constructEmporiumProof.mjs";
127
- import { buildInNullifiers as Fs, buildOutCommitments as Ms, calcAccessTokenSiblingsAndSides as Us, calcAmountChanges as Bs, calcCommitmentsSiblingAndSides as Ns, calcEncryptedOutputs as Os, calcPublicSignalCount as ws, calcStealthAddressStructure as Vs, createCallDataHash as Ws, deserializeCircomData as Hs, serializeCircomData as Gs } from "./functions/snarkjs/common.snarkjs.mjs";
128
- import { generateZkProof as Ys } from "./functions/snarkjs/generateZkProof.mjs";
129
- import { getCRV as Zs } from "./functions/protocols/curve.protocols.mjs";
130
- import { getCVX as Qs } from "./functions/protocols/convex.protocols.mjs";
131
- import { determinePendleSwapType as Xs, determinePendleSwapTypeApiRoute as Js, erc20TokenFromPendleAsset as $s, getAssetTypeFromPendleMarket as ep, getTokenIndexForPendleFlatFee as rp } from "./functions/protocols/pendle.helpers.mjs";
132
- import { calculateStakeNullifier as op, createStakeCommitment as ap, decryptStake as ip, encodeHStakeMetadata as np, encryptStake as sp } from "./functions/staking/index.mjs";
133
- import { emporiumOp as lp, encodeEmporiumMetadata as mp } from "./functions/private-wallet/emporium.helpers.mjs";
134
- import { OpType as dp, produceOp as fp } from "./functions/private-wallet/opProducer.mjs";
135
- import { dataBeefyApiConfig as gp, isBeefyDeposit as Ap } from "./types/beefy.types.mjs";
136
- import { defaultHookData as yp, defaultHookDataArray as Tp, defaultStealthAddressStructure as Pp, emptyStealthAddressStructure as Rp } from "./types/circom-data.types.mjs";
137
- import { ContractType as Cp } from "./types/ethereum-network.types.mjs";
138
- import { ExternalActionId as Ip } from "./types/external-action.types.mjs";
139
- import { BeefyAction as hp, ConvexAction as bp, CurveAction as Dp, EventType as vp, HinkalStakeAction as Lp, INTERACTION as _p, IntegrationProvider as Fp, LidoAction as Mp, LidoVariant as Up, PendleAction as Bp, PendleLPAction as Np, StakeProvider as Op, VolatileAction as wp } from "./types/hinkal.types.mjs";
140
- import { KycVerificationResult as Wp, KycVerificationStatus as Hp, Passports as Gp, VERIFICATION_TYPE as Kp, VerificationTypes as Yp } from "./types/kyc.types.mjs";
141
- import { ApprovalType as Zp } from "./types/token.types.mjs";
142
- import { SlippageType as Qp, slippageLevels as jp } from "./types/slippage.types.mjs";
143
- import { emptyDecodedTx as Jp } from "./types/transactions.types.mjs";
144
- import { MONTHS as el, dayInMilliseconds as rl, divideMonthOnIntervals as tl, getCurrentWeek as ol, getDateFromWeek as al, getNextDay as il, getWeekTimestamps as nl, hasCertificationPeriodExpired as sl, hourInMilliseconds as pl, isWeekCurrent as ll, minuteInMilliseconds as ml, parseWeek as cl, secondInMilliseconds as dl, toDateString as fl, weekInMilliseconds as xl } from "./types/time.types.mjs";
145
- import { BonusType as Al, CertifyType as ul, LP_TIER as yl, PaymentStatus as Tl, PointType as Pl, RafflePrizeType as Rl, RewardPage as Sl, RewardsHistoryDistribution as Cl, RewardsHistoryEligibility as kl, RewardsHistorySnapshots as Il, RewardsHistoryStatuses as El, RewardsPageTabs as hl, TIER_LEVEL as bl, Timeline as Dl, emptyUserPointsBreakdown as vl, emptyUserPointsResponse as Ll } from "./types/rewards.types.mjs";
146
- import { PendleAssetType as Fl, PendleChains as Ml, PendleDashboardTabs as Ul, PendleEarnTabs as Bl, PendleMarketTransactionTypes as Nl, PendlePoolManualTabs as Ol, PendlePoolTabs as wl, PendlePoolZapTabs as Vl, PendleSwapType as Wl, PendleTabs as Hl, PendleTradeGeneralTabs as Gl, PendleTradeTabs as Kl } from "./types/pendle.types.mjs";
147
- import { StatType as zl, UpperTabPossibleValues as Zl, curveNetworkNames as ql, curvePools as Ql } from "./types/curve.types.mjs";
148
- import { HinkalStakeMode as Xl } from "./types/hinkal.stake.types.mjs";
149
- import { AdminActionType as $l, AdminDetailedActionType as em } from "./types/admin.types.mjs";
150
- import { getERC20Registry as tm, getFixedRegistry as om } from "./constants/token-data/ERC20Registry.mjs";
151
- import { urlForBeefyVaultTokens as im, urlForBeefyVaultTotalInUSD as nm, urlForRegularTokenPricesInBeefy as sm } from "./constants/token-data/tokenPricing.consts.mjs";
152
- import { PopularTokenSymbols as lm } from "./constants/token-data/popularTokens.constants.mjs";
153
- import { abi as cm } from "./externalABIs/amToken.mjs";
154
- import { abi as fm } from "./externalABIs/USDC.mjs";
155
- import { abi as gm } from "./externalABIs/DAI.mjs";
156
- import { abi as um } from "./externalABIs/USDR.mjs";
157
- import { abi as Tm } from "./externalABIs/USDR3CRV.mjs";
158
- import { abi as Rm } from "./externalABIs/USDT.mjs";
159
- import { abi as Cm } from "./externalABIs/WETH.mjs";
160
- import { abi as Im } from "./externalABIs/BUSD.mjs";
161
- import { abi as hm } from "./externalABIs/SanctionsList.mjs";
162
- import { default as Dm } from "./externalABIs/LidoStEthAbi.json.mjs";
163
- import { default as Lm } from "./externalABIs/LidoStMaticAbi.json.mjs";
164
- import { default as Fm } from "./externalABIs/LidoWithdrawalQueueERC721Abi.json.mjs";
165
- import { default as Um } from "./externalABIs/LidoWstEthAbi.json.mjs";
166
- import { default as Nm } from "./externalABIs/PoLidoNftAbi.json.mjs";
167
- import { default as wm } from "./externalABIs/LidoStakeManagerAbi.json.mjs";
168
- import { default as Wm } from "./externalABIs/OptimismGasPriceOracle.json.mjs";
16
+ import { urlForBeefyVaultTokens as H, urlForBeefyVaultTotalInUSD as G, urlForRegularTokenPricesInBeefy as K } from "./constants/token-data/tokenPricing.consts.mjs";
17
+ import { networkRegistry as z } from "./constants/token-data/ethMainnetRegistryFixed.json.mjs";
18
+ import { networkRegistry as q } from "./constants/token-data/arbMainnetRegistryFixed.json.mjs";
19
+ import { networkRegistry as j } from "./constants/token-data/bnbMainnetRegistryFixed.json.mjs";
20
+ import { networkRegistry as J } from "./constants/token-data/polygonRegistryFixed.json.mjs";
21
+ import { networkRegistry as ee } from "./constants/token-data/avalancheRegistryFixed.json.mjs";
22
+ import { networkRegistry as oe } from "./constants/token-data/optimismRegistryFixed.json.mjs";
23
+ import { networkRegistry as ae } from "./constants/token-data/baseRegistryFixed.json.mjs";
24
+ import { networkRegistry as se } from "./constants/token-data/ethMainnetRegistry.json.mjs";
25
+ import { networkRegistry as pe } from "./constants/token-data/arbMainnetRegistry.json.mjs";
26
+ import { networkRegistry as le } from "./constants/token-data/bnbMainnetRegistry.json.mjs";
27
+ import { networkRegistry as ce } from "./constants/token-data/polygonRegistry.json.mjs";
28
+ import { networkRegistry as xe } from "./constants/token-data/avalancheRegistry.json.mjs";
29
+ import { networkRegistry as Ae } from "./constants/token-data/optimismRegistry.json.mjs";
30
+ import { networkRegistry as ye } from "./constants/token-data/baseRegistry.json.mjs";
31
+ import { networkRegistry as Te } from "./constants/token-data/localhostRegistry.json.mjs";
32
+ import { PopularTokenSymbols as ke } from "./constants/token-data/popularTokens.constants.mjs";
33
+ import { getERC20Registry as Ce, getFixedRegistry as Ie } from "./constants/token-data/ERC20Registry.mjs";
34
+ import { default as he } from "./constants/deploy-data/deploy-data-bnbMainnet.json.mjs";
35
+ import { default as De } from "./constants/deploy-data/deploy-data-arbMainnet.json.mjs";
36
+ import { default as Le } from "./constants/deploy-data/deploy-data-ethMainnet.json.mjs";
37
+ import { default as _e } from "./constants/deploy-data/deploy-data-optimism.json.mjs";
38
+ import { default as Ue } from "./constants/deploy-data/deploy-data-polygon.json.mjs";
39
+ import { default as Be } from "./constants/deploy-data/deploy-data-avalanche.json.mjs";
40
+ import { default as Oe } from "./constants/deploy-data/deploy-data-base.json.mjs";
41
+ import { default as We } from "./constants/deploy-data/deploy-data-localhost.json.mjs";
42
+ import { default as Ge } from "./constants/deploy-data/deploy-data-axelar1.json.mjs";
43
+ import { default as Ye } from "./constants/deploy-data/deploy-data-axelar2.json.mjs";
44
+ import { EthereumNetworkType as Ze, chainIds as qe, chainIdsByType as Qe, crossChainAccessTokenNetworks as je, getNonLocalhostChainId as Xe, isLocalNetwork as Je, isOptimismBedrockLike as $e, isOptimismEcotoneLike as er, isOptimismLike as rr, localhostNetwork as or, networkRegistry as tr } from "./constants/chains.constants.mjs";
45
+ import { HINKAL_EXTERNAL_ACTION_FEE as ir, HINKAL_UNIVERSAL_FEE as sr, getAmountAfterRelayAndFlatFees as nr, getAmountAfterRelayAndFlatFeesAndSlippage as pr, getAmountAfterRelayFee as mr, getAmountAfterSlippage as lr, getAmountWithoutFee as fr, getHinkalFeeRateInBeeps as cr, getRelayFee as dr, getSlippageFee as xr } from "./constants/fees.constants.mjs";
46
+ import { contractMetadataMapping as Ar, getHinkalParameters as ur, uniswapV2PoolData as yr, uniswapV3FactoryData as Rr, uniswapV3PoolData as Tr, uniswapV3QuoterData as Pr } from "./constants/contracts.constants.mjs";
47
+ import { AIPRISE_KYB_TEMPLATE_ID_PROD as Sr, AIPRISE_KYC_TEMPLATE_ID_PROD as Cr, RECLAIM_MESSAGE_TO_SIGN as Ir, ReclaimPassports as Er, StandardPassports as hr, SupportedPassports as br, aipriseBaseOnboardingProductionUrl as Dr, aipriseBaseOnboardingSandboxUrl as vr, supportedPassportLinks as Lr } from "./constants/kyc.constants.mjs";
48
+ import { API_CONFIG as _r, DATA_SERVER_CONFIG as Fr, DATA_SERVER_PORT as Ur, DATA_SERVER_URL_LOCAL as Mr, DATA_SERVER_URL_PRODUCTION as Br, PLAYGROUND_RELAYER_URLS as Nr, PLAYGROUND_SERVER_URLS as Or, PLAYGROUND_URL as Vr, RELAYER_CONFIG as Wr, RELAYER_URLS as Hr, SERVER_URLS as Gr, STAGING_RELAYER_URLS as Kr, STAGING_SERVER_URLS as Yr, STAGING_URL as zr } from "./constants/server.constants.mjs";
49
+ import { DEPLOYMENT_MODE as qr, deploymentMode as Qr, isDevelopment as jr, isNode as Xr, isNotClientProduction as Jr, isNotProduction as $r, isPlayground as eo, isStaging as ro, isWebpack as oo } from "./constants/vite.constants.mjs";
50
+ import { CIRCOM_P as ao, CIRCOM_P_HALF as io, beefyChainIds as so, crvSymbol as no, curveWithdrawGasTokenAddress as po, curveZeroAddress as mo, cvxSymbol as lo, ethVolatileAddress as fo, oneInchZeroAddress as co, ownerPublicKey as xo, permitSignatureValidFor as go, signaturePhrase as Ao, threePoolSymbol as uo, zeroAddress as yo } from "./constants/protocol.constants.mjs";
51
+ import { COINGECKO_API_KEY as To, CoinGeckoChainLabels as Po, coingeckoPriceUrl as ko, coingeckoPriceUrl2 as So, coingeckoTokenListUrl as Co, getCoingeckoIdForNativeTokens as Io, getCoingeckoPlatform as Eo, proCoingeckoUrl as ho, proHeader as bo } from "./constants/coingecko.constants.mjs";
52
+ import { AxelarRegistry as vo } from "./constants/axelar.constants.mjs";
53
+ import { NETWORKS as wo, getGasStationUrl as _o } from "./constants/backend.constants.mjs";
54
+ import { arbMainnetCrvCvxRegistry as Uo, avalancheCrvCvxRegistry as Mo, baseCrvCvxRegistry as Bo, ethCrvCvxRegistry as No, getCrvCvxWithChainId as Oo, optimismCrvCvxRegistry as Vo, polygonCrvCvxRegistry as Wo } from "./constants/crvCvx.registry.mjs";
55
+ import { getCalcTokenAmountWithDynamicArray as Go } from "./constants/crvDynamic.registry.mjs";
56
+ import { ethSymbol as Yo, lidoStEthContractAddress as zo, lidoStMaticAddress as Zo, lidoStakeManagerAddress as qo, lidoWithdrawalQueueERC721Address as Qo, lidoWstEthContractAddress as jo, maticSymbol as Xo, poLidoNftAddress as Jo, stMaticSymbol as $o, wstEthSymbol as et } from "./constants/lido.constants.mjs";
57
+ import { ACCESS_TOKEN_MINTING_POINTS as ot, CERTIFICATION_DISABLE_WEEK as tt, REWARD_RECEIVABLE_TOKEN_SYMBOLS as at, RafflePrizePoints as it, boostAmounts as st, lpLink as nt, lpProgramStartWeek as pt, pointsLink as mt, raffleProgramStartWeek as lt, referralLink as ft } from "./constants/rewards.constants.mjs";
58
+ import { blockReorgDepth as dt } from "./constants/reorg-depths.constants.mjs";
59
+ import { ethBeefyRegistry as gt, getBeefyRegistryWithChainId as At } from "./constants/beefy.registry.mjs";
60
+ import { arbPendleRegistry as yt, bnbPendleRegistry as Rt, ethPendleRegistry as Tt, findSyAddress as Pt, getPendleRegistryWithChainId as kt, getYtTokensWithChainId as St, isYtToken as Ct, optimismPendleRegistry as It } from "./constants/pendle.registry.mjs";
61
+ import { poseidonFunction as ht, poseidonHash as bt, poseidonHolder as Dt } from "./crypto/poseidon.mjs";
62
+ import { babyJubInstance as Lt, jubHolder as wt } from "./crypto/babyJub.mjs";
63
+ import { preProcessing as Ft } from "./crypto/preProcessing.mjs";
64
+ import { ValueCache as Mt } from "./data-structures/ValueCache/ValueCache.mjs";
65
+ import { abiDecodeUtxo as Nt, checkUtxoSignature as Ot, decodeUtxo as Vt, decodeUtxoConstructorArgs as Wt } from "./data-structures/crypto-keys/decodeUTXO.mjs";
66
+ import { decryptUtxo as Gt, decryptUtxoConstructorArgs as Kt, encryptUtxo as Yt } from "./data-structures/crypto-keys/encryptDecryptUtxo.mjs";
67
+ import { EncryptionKeyPairDefaultValue as Zt, UserKeys as qt } from "./data-structures/crypto-keys/keys.mjs";
68
+ import { getCircomSign as jt, isCircomNegative as Xt } from "./data-structures/crypto-keys/keyUtils.mjs";
69
+ import { Hinkal as $t } from "./data-structures/Hinkal/Hinkal.mjs";
70
+ import { hinkalActionBeefy as ra } from "./data-structures/Hinkal/hinkalActionBeefy.mjs";
71
+ import { hinkalActionConvex as ta } from "./data-structures/Hinkal/hinkalActionConvex.mjs";
72
+ import { hinkalActionCurve as ia } from "./data-structures/Hinkal/hinkalActionCurve.mjs";
73
+ import { hinkalActionPendle as na } from "./data-structures/Hinkal/hinkalActionPendle.mjs";
74
+ import { hinkalDeposit as ma, hinkalDepositForOther as la } from "./data-structures/Hinkal/hinkalDeposit.mjs";
75
+ import { hinkalSwap as ca } from "./data-structures/Hinkal/hinkalSwap.mjs";
76
+ import { hinkalTransfer as xa } from "./data-structures/Hinkal/hinkalTransfer.mjs";
77
+ import { hinkalWithdraw as Aa } from "./data-structures/Hinkal/hinkalWithdraw.mjs";
78
+ import { hinkalPrivateWallet as ya } from "./data-structures/Hinkal/hinkalPrivateWallet.mjs";
79
+ import { resetMerkleTrees as Ta } from "./data-structures/Hinkal/resetMerkleTrees.mjs";
80
+ import { MerkleTree as ka } from "./data-structures/merkle-tree/MerkleTree.mjs";
81
+ import { MerkleTreeIncompleteError as Ca } from "./data-structures/merkle-tree/MerkleTreeIncompleteError.mjs";
82
+ import { AbstractAccessTokenSnapshotService as Ea } from "./data-structures/event-service/AbstractAccessTokenSnapshotService.mjs";
83
+ import { AbstractCommitmentsSnapshotService as ba } from "./data-structures/event-service/AbstractCommitmentsSnapshotService.mjs";
84
+ import { AbstractNullifierSnapshotService as va } from "./data-structures/event-service/AbstractNullifierSnapshotService.mjs";
85
+ import { AbstractSnapshotService as wa } from "./data-structures/event-service/AbstractSnapshotService.mjs";
86
+ import { AbstractEventService as Fa } from "./data-structures/event-service/AbstractEventService.mjs";
87
+ import { Utxo as Ma } from "./data-structures/utxo/Utxo.mjs";
88
+ import { customTokenRegistry as Na } from "./data-structures/custom-token-registry/CustomTokenRegistry.mjs";
89
+ import { TokenChecker as Va } from "./data-structures/token-price-fetcher/TokenChecker.mjs";
90
+ import { TransactionsManager as Ha } from "./data-structures/transactions-manager/TransactionsManager.mjs";
91
+ import { TransactionType as Ka, externalActionToTransactionType as Ya } from "./data-structures/transactions-manager/history/history.types.mjs";
92
+ import { VolatileHelper as Za } from "./data-structures/volatile-helper/VolatileHelper.mjs";
93
+ import { MultiThreadedUtxoUtils as Qa } from "./data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs";
94
+ import { FileCacheDevice as Xa } from "./data-structures/cacheDevices/FileCacheDevice.mjs";
95
+ import { LocalStorageCacheDevice as $a } from "./data-structures/cacheDevices/LocalStorageCacheDevice.mjs";
96
+ import { FeeOverTransactionValueError as ri } from "./error-handling/customErrors/FeeOverTransactionValueError.mjs";
97
+ import { getGenericFeeOverTransactionValueErrorMessage as ti, rethrowKnownGasErrorIfPossible as ai } from "./error-handling/customErrors/customErrors.helpers.mjs";
98
+ import { UserFriendlyErrorCodes as si, transactionErrorCodes as ni } from "./error-handling/error-codes.constants.mjs";
99
+ import { extractMessage as mi, getErrorMessage as li } from "./error-handling/get-error.message.mjs";
100
+ import { checkErrorForSnapshotRestore as ci } from "./error-handling/handleErrorRestore.mjs";
101
+ import { logError as xi } from "./error-handling/logError.mjs";
102
+ import { ErrorCategory as Ai } from "./error-handling/types.mjs";
103
+ import { abi as yi } from "./externalABIs/amToken.mjs";
104
+ import { abi as Ti } from "./externalABIs/BeefyVaultAbi.json.mjs";
105
+ import { abi as ki } from "./externalABIs/BUSD.mjs";
106
+ import { abi as Ci } from "./externalABIs/CurveReadingWrapperAbi.json.mjs";
107
+ import { abi as Ei } from "./externalABIs/CurveWrappedMainPool.json.mjs";
108
+ import { abi as bi } from "./externalABIs/DAI.mjs";
109
+ import { abi as vi } from "./externalABIs/ERC20.json.mjs";
110
+ import { abi as wi } from "./externalABIs/IQuoterV2.json.mjs";
111
+ import { abi as Fi } from "./externalABIs/IUniswapV3Factory.json.mjs";
112
+ import { abi as Mi } from "./externalABIs/SanctionsList.mjs";
113
+ import { abi as Ni } from "./externalABIs/USDC.mjs";
114
+ import { abi as Vi } from "./externalABIs/USDR.mjs";
115
+ import { abi as Hi } from "./externalABIs/USDR3CRV.mjs";
116
+ import { abi as Ki } from "./externalABIs/USDT.mjs";
117
+ import { abi as zi } from "./externalABIs/WETH.mjs";
118
+ import { abi as qi } from "./externalABIs/ISwapRouter.json.mjs";
119
+ import { default as ji } from "./externalABIs/LidoStEthAbi.json.mjs";
120
+ import { default as Ji } from "./externalABIs/LidoStMaticAbi.json.mjs";
121
+ import { default as es } from "./externalABIs/LidoWithdrawalQueueERC721Abi.json.mjs";
122
+ import { default as os } from "./externalABIs/PoLidoNftAbi.json.mjs";
123
+ import { default as as } from "./externalABIs/LidoWstEthAbi.json.mjs";
124
+ import { default as ss } from "./externalABIs/LidoStakeManagerAbi.json.mjs";
125
+ import { abi as ps } from "./externalABIs/transactionsProver.json.mjs";
126
+ import { abi as ls } from "./externalABIs/BabPassport.json.mjs";
127
+ import { abi as cs } from "./externalABIs/GalxePassport.json.mjs";
128
+ import { default as xs } from "./externalABIs/OptimismGasPriceOracle.json.mjs";
129
+ import { checkHinkalAccessToken as As, mintAccessToken as us, mintTokenCrossChain as ys } from "./functions/web3/functionCalls/accessTokenCalls.mjs";
130
+ import { openPassportWindow as Ts } from "./functions/kyc/passportHelper.mjs";
131
+ import { openDefaultPassportWindow as ks } from "./functions/kyc/openDefaultPassportWindow.mjs";
132
+ import { absBigInt as Cs, beepsToPercentage as Is, bigintApplySugar as Es, bigintMax as hs, calculateAmountUsingBeeps as bs, calculateSum as Ds, fixDecimalsAmount as vs, getValueFirstNDigit as Ls, minBigInt as ws, toBigInt as _s, toBigIntOrUndefined as Fs, toCommaSeparatedNumberString as Us, toInt as Ms, toNumberOrUndefined as Bs, trimLeadingZeros as Ns, truncateTo18DecimalPlaces as Os } from "./functions/utils/amounts.utils.mjs";
133
+ import { getFilePath as Ws, getHinkalCache as Hs, loadTxsCache as Gs, resetCache as Ks, saveTxsCache as Ys, setHinkalCache as zs } from "./functions/utils/cacheFunctions.mjs";
134
+ import { createProvider as qs } from "./functions/utils/create-provider.mjs";
135
+ import { decodeMetadata as js, getActionFromMetadata as Xs, getExternalActionIdFromNumber as Js, getExternalActionIdHash as $s, getExternalMetadataHash as en } from "./functions/utils/external-action.utils.mjs";
136
+ import { getERC20Token as on, getERC20TokenBySymbol as tn, getHToken as an } from "./functions/utils/erc20tokenFunctions.mjs";
137
+ import { requireEnv as nn } from "./functions/utils/requireEnv.mjs";
138
+ import { getSequence as mn, promisify as ln, resolveSync as fn } from "./functions/utils/resolve-sync.utils.mjs";
139
+ import { convertIntegrationProviderToExternalActionId as dn } from "./functions/utils/convertIntegrationProviderToExternalActionId.mjs";
140
+ import { getInteractionFromAction as gn } from "./functions/pre-transaction/interaction-to-action.mjs";
141
+ import { outputUtxoProcessing as un } from "./functions/pre-transaction/outputUtxoProcessing.mjs";
142
+ import { processGasEstimates as Rn } from "./functions/pre-transaction/process-gas-estimates.mjs";
143
+ import { processAmountChanges as Pn } from "./functions/pre-transaction/processAmountChanges.mjs";
144
+ import { getFlatFees as Sn } from "./functions/pre-transaction/getFlatFees.mjs";
145
+ import { getNetworkObject as In, getNetworkType as En } from "./functions/utils/evmNetworkFunctions.mjs";
146
+ import { getAxelarMigrationInfo as bn } from "./functions/utils/axelar.utils.mjs";
147
+ import { browserSupported as vn, walletSupported as Ln } from "./functions/utils/userAgent.mjs";
148
+ import { decodeTxInput as _n, decodeTxLogs as Fn, deserializeDecodedTxs as Un, serializeDecodedTxs as Mn } from "./functions/utils/getDataFromTransaction.mjs";
149
+ import { reloadPage as Nn } from "./functions/utils/reloadPage.mjs";
150
+ import { capitalizeFirstLetter as Vn, hexToUtf8 as Wn, isNullOrEmpty as Hn, toTitleCase as Gn } from "./functions/utils/string.utils.mjs";
151
+ import { isNicknameValid as Yn } from "./functions/utils/nickname.utils.mjs";
152
+ import { caseInsensitiveEqual as Zn, lowerCaseIncludes as qn, lowerCaseStartsWith as Qn } from "./functions/utils/caseInsensitive.utils.mjs";
153
+ import { waitLittle as Xn } from "./functions/utils/time.utils.mjs";
154
+ import { patchRegistry as $n } from "./functions/utils/volatile-patcher.utils.mjs";
155
+ import { createCacheDevice as rp } from "./functions/utils/cacheDevice.utils.mjs";
156
+ import { debounce as tp, wait as ap } from "./functions/utils/process.utils.mjs";
157
+ import { calculateDollarValue as sp, ethToWei as np, getAmountInToken as pp, getAmountInWei as mp, getAmountInWeiOrZero as lp, getAmountWithPrecision as fp, getAmountWithPrecisionOrZero as cp, randomBigInt as dp, toBigIntWithDecimals as xp } from "./functions/web3/etherFunctions.mjs";
158
+ import { getInputUtxoAndBalance as Ap, getInputUtxosFromEncryptedOutputs as up } from "./functions/web3/events/getInputUtxoAndBalance.mjs";
159
+ import { addPaddingToUtxos as Rp, getShieldedBalance as Tp } from "./functions/web3/events/getShieldedBalance.mjs";
160
+ import { getDepositEvents as kp, retrieveEvents as Sp } from "./functions/web3/events/web3RetrieveEvents.mjs";
161
+ import { balanceChangedHandler as Ip } from "./functions/web3/events/balanceChangedHandler.mjs";
162
+ import { getUniswapFee as hp, getUniswapPrice as bp, getUniswapPriceHelper as Dp, searchPoolAndFee as vp } from "./functions/web3/uniswapAPI.mjs";
163
+ import { getOdosPrice as wp } from "./functions/web3/odosAPI.mjs";
164
+ import { getOneInchPrice as Fp } from "./functions/web3/oneInchAPI.mjs";
165
+ import { runContractFunction as Mp } from "./functions/web3/runContractFunction.mjs";
166
+ import { constructZkProof as Np } from "./functions/snarkjs/constructGeneralZkProof.mjs";
167
+ import { constructEmporiumProof as Vp } from "./functions/snarkjs/constructEmporiumProof.mjs";
168
+ import { buildInNullifiers as Hp, buildOutCommitments as Gp, calcAccessTokenSiblingsAndSides as Kp, calcAmountChanges as Yp, calcCommitmentsSiblingAndSides as zp, calcEncryptedOutputs as Zp, calcPublicSignalCount as qp, calcStealthAddressStructure as Qp, createCallDataHash as jp, deserializeCircomData as Xp, serializeCircomData as Jp } from "./functions/snarkjs/common.snarkjs.mjs";
169
+ import { generateZkProof as em } from "./functions/snarkjs/generateZkProof.mjs";
170
+ import { getCRV as om } from "./functions/protocols/curve.protocols.mjs";
171
+ import { getCVX as am } from "./functions/protocols/convex.protocols.mjs";
172
+ import { determinePendleSwapType as sm, determinePendleSwapTypeApiRoute as nm, erc20TokenFromPendleAsset as pm, getAssetTypeFromPendleMarket as mm, getTokenIndexForPendleFlatFee as lm } from "./functions/protocols/pendle.helpers.mjs";
173
+ import { calculateStakeNullifier as cm, createStakeCommitment as dm, decryptStake as xm, encodeHStakeMetadata as gm, encryptStake as Am } from "./functions/staking/index.mjs";
174
+ import { emporiumOp as ym, encodeEmporiumMetadata as Rm } from "./functions/private-wallet/emporium.helpers.mjs";
175
+ import { OpType as Pm, produceOp as km } from "./functions/private-wallet/opProducer.mjs";
176
+ import { calculateSmartContractWalletAddress as Cm } from "./functions/private-wallet/smartContractWalletCalculator.mjs";
177
+ import { dataBeefyApiConfig as Em, isBeefyDeposit as hm } from "./types/beefy.types.mjs";
178
+ import { defaultHookData as Dm, defaultHookDataArray as vm, defaultStealthAddressStructure as Lm, emptyStealthAddressStructure as wm } from "./types/circom-data.types.mjs";
179
+ import { ContractType as Fm } from "./types/ethereum-network.types.mjs";
180
+ import { ExternalActionId as Mm } from "./types/external-action.types.mjs";
181
+ import { BeefyAction as Nm, ConvexAction as Om, CurveAction as Vm, EventType as Wm, HinkalStakeAction as Hm, INTERACTION as Gm, IntegrationProvider as Km, LidoAction as Ym, LidoVariant as zm, PendleAction as Zm, PendleLPAction as qm, StakeProvider as Qm, VolatileAction as jm } from "./types/hinkal.types.mjs";
182
+ import { KycVerificationResult as Jm, KycVerificationStatus as $m, Passports as el, VERIFICATION_TYPE as rl, VerificationTypes as ol } from "./types/kyc.types.mjs";
183
+ import { ApprovalType as al } from "./types/token.types.mjs";
184
+ import { SlippageType as sl, slippageLevels as nl } from "./types/slippage.types.mjs";
185
+ import { emptyDecodedTx as ml } from "./types/transactions.types.mjs";
186
+ import { MONTHS as fl, dayInMilliseconds as cl, divideMonthOnIntervals as dl, getCurrentWeek as xl, getDateFromWeek as gl, getNextDay as Al, getWeekTimestamps as ul, hasCertificationPeriodExpired as yl, hourInMilliseconds as Rl, isWeekCurrent as Tl, minuteInMilliseconds as Pl, parseWeek as kl, secondInMilliseconds as Sl, toDateString as Cl, weekInMilliseconds as Il } from "./types/time.types.mjs";
187
+ import { BonusType as hl, CertifyType as bl, LP_TIER as Dl, PaymentStatus as vl, PointType as Ll, RafflePrizeType as wl, RewardPage as _l, RewardsHistoryDistribution as Fl, RewardsHistoryEligibility as Ul, RewardsHistorySnapshots as Ml, RewardsHistoryStatuses as Bl, RewardsPageTabs as Nl, TIER_LEVEL as Ol, Timeline as Vl, emptyUserPointsBreakdown as Wl, emptyUserPointsResponse as Hl } from "./types/rewards.types.mjs";
188
+ import { PendleAssetType as Kl, PendleChains as Yl, PendleDashboardTabs as zl, PendleEarnTabs as Zl, PendleMarketTransactionTypes as ql, PendlePoolManualTabs as Ql, PendlePoolTabs as jl, PendlePoolZapTabs as Xl, PendleSwapType as Jl, PendleTabs as $l, PendleTradeGeneralTabs as ef, PendleTradeTabs as rf } from "./types/pendle.types.mjs";
189
+ import { StatType as tf, UpperTabPossibleValues as af, curveNetworkNames as sf, curvePools as nf } from "./types/curve.types.mjs";
190
+ import { HinkalStakeMode as mf } from "./types/hinkal.stake.types.mjs";
191
+ import { AdminActionType as ff, AdminDetailedActionType as cf } from "./types/admin.types.mjs";
169
192
  export {
170
- _t as ACCESS_TOKEN_MINTING_POINTS,
171
- er as AIPRISE_KYB_TEMPLATE_ID_PROD,
172
- rr as AIPRISE_KYC_TEMPLATE_ID_PROD,
193
+ ot as ACCESS_TOKEN_MINTING_POINTS,
194
+ Sr as AIPRISE_KYB_TEMPLATE_ID_PROD,
195
+ Cr as AIPRISE_KYC_TEMPLATE_ID_PROD,
173
196
  b as API,
174
- mr as API_CONFIG,
175
- ia as AbstractAccessTokenSnapshotService,
176
- sa as AbstractCommitmentsSnapshotService,
177
- fa as AbstractEventService,
178
- la as AbstractNullifierSnapshotService,
179
- ca as AbstractSnapshotService,
180
- $l as AdminActionType,
181
- em as AdminDetailedActionType,
182
- cm as AmTokenABI,
183
- Zp as ApprovalType,
184
- nt as AxelarRegistry,
185
- Im as BUSDABI,
186
- Xa as BabABI,
187
- hp as BeefyAction,
188
- Ja as BeefyVaultABI,
189
- Al as BonusType,
190
- Ft as CERTIFICATION_DISABLE_WEEK,
191
- Ur as CIRCOM_P,
192
- Br as CIRCOM_P_HALF,
193
- jr as COINGECKO_API_KEY,
194
- ul as CertifyType,
195
- Xr as CoinGeckoChainLabels,
196
- Cp as ContractType,
197
- bp as ConvexAction,
198
- Dp as CurveAction,
199
- $a as CurveReadingWrapperABI,
200
- ei as CurveWrappedMainPoolABI,
201
- cr as DATA_SERVER_CONFIG,
202
- dr as DATA_SERVER_PORT,
203
- fr as DATA_SERVER_URL_LOCAL,
204
- xr as DATA_SERVER_URL_PRODUCTION,
205
- Ir as DEPLOYMENT_MODE,
206
- ri as ERC20ABI,
207
- ko as EncryptionKeyPairDefaultValue,
208
- Qa as ErrorCategory,
209
- ke as EthereumNetworkType,
210
- vp as EventType,
211
- Ip as ExternalActionId,
212
- Ma as FeeOverTransactionValueError,
213
- va as FileCacheDevice,
214
- ti as GalxeABI,
215
- Be as HINKAL_EXTERNAL_ACTION_FEE,
216
- Ne as HINKAL_UNIVERSAL_FEE,
217
- vo as Hinkal,
218
- Lp as HinkalStakeAction,
219
- Xl as HinkalStakeMode,
197
+ _r as API_CONFIG,
198
+ Ea as AbstractAccessTokenSnapshotService,
199
+ ba as AbstractCommitmentsSnapshotService,
200
+ Fa as AbstractEventService,
201
+ va as AbstractNullifierSnapshotService,
202
+ wa as AbstractSnapshotService,
203
+ ff as AdminActionType,
204
+ cf as AdminDetailedActionType,
205
+ yi as AmTokenABI,
206
+ al as ApprovalType,
207
+ vo as AxelarRegistry,
208
+ ki as BUSDABI,
209
+ ls as BabABI,
210
+ Nm as BeefyAction,
211
+ Ti as BeefyVaultABI,
212
+ hl as BonusType,
213
+ tt as CERTIFICATION_DISABLE_WEEK,
214
+ ao as CIRCOM_P,
215
+ io as CIRCOM_P_HALF,
216
+ To as COINGECKO_API_KEY,
217
+ bl as CertifyType,
218
+ Po as CoinGeckoChainLabels,
219
+ Fm as ContractType,
220
+ Om as ConvexAction,
221
+ Vm as CurveAction,
222
+ Ci as CurveReadingWrapperABI,
223
+ Ei as CurveWrappedMainPoolABI,
224
+ Fr as DATA_SERVER_CONFIG,
225
+ Ur as DATA_SERVER_PORT,
226
+ Mr as DATA_SERVER_URL_LOCAL,
227
+ Br as DATA_SERVER_URL_PRODUCTION,
228
+ qr as DEPLOYMENT_MODE,
229
+ vi as ERC20ABI,
230
+ Zt as EncryptionKeyPairDefaultValue,
231
+ Ai as ErrorCategory,
232
+ Ze as EthereumNetworkType,
233
+ Wm as EventType,
234
+ Mm as ExternalActionId,
235
+ ri as FeeOverTransactionValueError,
236
+ Xa as FileCacheDevice,
237
+ cs as GalxeABI,
238
+ ir as HINKAL_EXTERNAL_ACTION_FEE,
239
+ sr as HINKAL_UNIVERSAL_FEE,
240
+ $t as Hinkal,
241
+ Hm as HinkalStakeAction,
242
+ mf as HinkalStakeMode,
220
243
  V as IMAGE_PATHS,
221
- _p as INTERACTION,
222
- oi as ISwapRouterABI,
223
- Fp as IntegrationProvider,
224
- Wp as KycVerificationResult,
225
- Hp as KycVerificationStatus,
226
- yl as LP_TIER,
227
- Mp as LidoAction,
228
- Up as LidoVariant,
229
- _a as LocalStorageCacheDevice,
230
- el as MONTHS,
231
- $o as MerkleTree,
232
- oa as MerkleTreeIncompleteError,
233
- ba as MultiThreadedUtxoUtils,
234
- pt as NETWORKS,
235
- dp as OpType,
236
- gr as PLAYGROUND_RELAYER_URLS,
237
- Ar as PLAYGROUND_SERVER_URLS,
238
- ur as PLAYGROUND_URL,
239
- Gp as Passports,
240
- Tl as PaymentStatus,
241
- Bp as PendleAction,
242
- Fl as PendleAssetType,
243
- Ml as PendleChains,
244
- Ul as PendleDashboardTabs,
245
- Bl as PendleEarnTabs,
246
- Np as PendleLPAction,
247
- Nl as PendleMarketTransactionTypes,
248
- Ol as PendlePoolManualTabs,
249
- wl as PendlePoolTabs,
250
- Vl as PendlePoolZapTabs,
251
- Wl as PendleSwapType,
252
- Hl as PendleTabs,
253
- Gl as PendleTradeGeneralTabs,
254
- Kl as PendleTradeTabs,
255
- Pl as PointType,
256
- lm as PopularTokenSymbols,
257
- tr as RECLAIM_MESSAGE_TO_SIGN,
258
- yr as RELAYER_CONFIG,
259
- Tr as RELAYER_URLS,
260
- Mt as REWARD_RECEIVABLE_TOKEN_SYMBOLS,
261
- Ut as RafflePrizePoints,
262
- Rl as RafflePrizeType,
263
- or as ReclaimPassports,
264
- Sl as RewardPage,
265
- Cl as RewardsHistoryDistribution,
266
- kl as RewardsHistoryEligibility,
267
- Il as RewardsHistorySnapshots,
268
- El as RewardsHistoryStatuses,
269
- hl as RewardsPageTabs,
270
- Pr as SERVER_URLS,
271
- Rr as STAGING_RELAYER_URLS,
272
- Sr as STAGING_SERVER_URLS,
273
- Cr as STAGING_URL,
274
- Qp as SlippageType,
275
- Op as StakeProvider,
276
- ar as StandardPassports,
277
- zl as StatType,
278
- ir as SupportedPassports,
279
- bl as TIER_LEVEL,
280
- Dl as Timeline,
281
- Ta as TokenChecker,
282
- Ca as TransactionType,
283
- Ra as TransactionsManager,
284
- fm as USDCABI,
285
- Tm as USDR3CRVABI,
286
- um as USDRABI,
287
- Rm as USDTABI,
288
- Zl as UpperTabPossibleValues,
289
- wa as UserFriendlyErrorCodes,
290
- Io as UserKeys,
291
- ga as Utxo,
292
- Kp as VERIFICATION_TYPE,
293
- fo as ValueCache,
294
- Yp as VerificationTypes,
295
- wp as VolatileAction,
296
- Ea as VolatileHelper,
297
- Cm as WETHABI,
298
- go as abiDecodeUtxo,
299
- Ai as absBigInt,
300
- ms as addPaddingToUtxos,
301
- nr as aipriseBaseOnboardingProductionUrl,
302
- sr as aipriseBaseOnboardingSandboxUrl,
303
- ct as arbMainnetCrvCvxRegistry,
304
- ne as arbMainnetData,
305
- H as arbMainnetRegistry,
306
- G as arbMainnetRegistryFixed,
307
- qt as arbPendleRegistry,
308
- dt as avalancheCrvCvxRegistry,
309
- xe as avalancheData,
310
- K as avalancheRegistry,
311
- Y as avalancheRegistryFixed,
312
- Pe as axelar1Data,
313
- Se as axelar2Data,
314
- so as babyJubInstance,
315
- As as balanceChangedHandler,
316
- ft as baseCrvCvxRegistry,
317
- Ae as baseData,
318
- z as baseRegistry,
319
- Z as baseRegistryFixed,
320
- Nr as beefyChainIds,
321
- ui as beepsToPercentage,
322
- yi as bigintApplySugar,
323
- Ti as bigintMax,
324
- Gt as blockReorgDepth,
325
- ae as bnbMainnetData,
326
- q as bnbMainnetRegistry,
327
- Q as bnbMainnetRegistryFixed,
328
- Qt as bnbPendleRegistry,
329
- Bt as boostAmounts,
330
- Sn as browserSupported,
331
- Fs as buildInNullifiers,
332
- Ms as buildOutCommitments,
333
- Us as calcAccessTokenSiblingsAndSides,
334
- Bs as calcAmountChanges,
335
- Ns as calcCommitmentsSiblingAndSides,
336
- Os as calcEncryptedOutputs,
337
- ws as calcPublicSignalCount,
338
- Vs as calcStealthAddressStructure,
339
- Pi as calculateAmountUsingBeeps,
340
- Xn as calculateDollarValue,
341
- op as calculateStakeNullifier,
342
- Ri as calculateSum,
343
- m as callOneInchAPI,
244
+ Gm as INTERACTION,
245
+ qi as ISwapRouterABI,
246
+ Km as IntegrationProvider,
247
+ Jm as KycVerificationResult,
248
+ $m as KycVerificationStatus,
249
+ Dl as LP_TIER,
250
+ Ym as LidoAction,
251
+ zm as LidoVariant,
252
+ $a as LocalStorageCacheDevice,
253
+ fl as MONTHS,
254
+ ka as MerkleTree,
255
+ Ca as MerkleTreeIncompleteError,
256
+ Qa as MultiThreadedUtxoUtils,
257
+ wo as NETWORKS,
258
+ Pm as OpType,
259
+ Nr as PLAYGROUND_RELAYER_URLS,
260
+ Or as PLAYGROUND_SERVER_URLS,
261
+ Vr as PLAYGROUND_URL,
262
+ el as Passports,
263
+ vl as PaymentStatus,
264
+ Zm as PendleAction,
265
+ Kl as PendleAssetType,
266
+ Yl as PendleChains,
267
+ zl as PendleDashboardTabs,
268
+ Zl as PendleEarnTabs,
269
+ qm as PendleLPAction,
270
+ ql as PendleMarketTransactionTypes,
271
+ Ql as PendlePoolManualTabs,
272
+ jl as PendlePoolTabs,
273
+ Xl as PendlePoolZapTabs,
274
+ Jl as PendleSwapType,
275
+ $l as PendleTabs,
276
+ ef as PendleTradeGeneralTabs,
277
+ rf as PendleTradeTabs,
278
+ Ll as PointType,
279
+ ke as PopularTokenSymbols,
280
+ Ir as RECLAIM_MESSAGE_TO_SIGN,
281
+ Wr as RELAYER_CONFIG,
282
+ Hr as RELAYER_URLS,
283
+ at as REWARD_RECEIVABLE_TOKEN_SYMBOLS,
284
+ it as RafflePrizePoints,
285
+ wl as RafflePrizeType,
286
+ Er as ReclaimPassports,
287
+ _l as RewardPage,
288
+ Fl as RewardsHistoryDistribution,
289
+ Ul as RewardsHistoryEligibility,
290
+ Ml as RewardsHistorySnapshots,
291
+ Bl as RewardsHistoryStatuses,
292
+ Nl as RewardsPageTabs,
293
+ Gr as SERVER_URLS,
294
+ Kr as STAGING_RELAYER_URLS,
295
+ Yr as STAGING_SERVER_URLS,
296
+ zr as STAGING_URL,
297
+ sl as SlippageType,
298
+ Qm as StakeProvider,
299
+ hr as StandardPassports,
300
+ tf as StatType,
301
+ br as SupportedPassports,
302
+ Ol as TIER_LEVEL,
303
+ Vl as Timeline,
304
+ Va as TokenChecker,
305
+ Ka as TransactionType,
306
+ Ha as TransactionsManager,
307
+ Ni as USDCABI,
308
+ Hi as USDR3CRVABI,
309
+ Vi as USDRABI,
310
+ Ki as USDTABI,
311
+ af as UpperTabPossibleValues,
312
+ si as UserFriendlyErrorCodes,
313
+ qt as UserKeys,
314
+ Ma as Utxo,
315
+ rl as VERIFICATION_TYPE,
316
+ Mt as ValueCache,
317
+ ol as VerificationTypes,
318
+ jm as VolatileAction,
319
+ Za as VolatileHelper,
320
+ zi as WETHABI,
321
+ Nt as abiDecodeUtxo,
322
+ Cs as absBigInt,
323
+ Rp as addPaddingToUtxos,
324
+ Dr as aipriseBaseOnboardingProductionUrl,
325
+ vr as aipriseBaseOnboardingSandboxUrl,
326
+ Uo as arbMainnetCrvCvxRegistry,
327
+ De as arbMainnetData,
328
+ pe as arbMainnetRegistry,
329
+ q as arbMainnetRegistryFixed,
330
+ yt as arbPendleRegistry,
331
+ Mo as avalancheCrvCvxRegistry,
332
+ Be as avalancheData,
333
+ xe as avalancheRegistry,
334
+ ee as avalancheRegistryFixed,
335
+ Ge as axelar1Data,
336
+ Ye as axelar2Data,
337
+ Lt as babyJubInstance,
338
+ Ip as balanceChangedHandler,
339
+ Bo as baseCrvCvxRegistry,
340
+ Oe as baseData,
341
+ ye as baseRegistry,
342
+ ae as baseRegistryFixed,
343
+ so as beefyChainIds,
344
+ Is as beepsToPercentage,
345
+ Es as bigintApplySugar,
346
+ hs as bigintMax,
347
+ dt as blockReorgDepth,
348
+ he as bnbMainnetData,
349
+ le as bnbMainnetRegistry,
350
+ j as bnbMainnetRegistryFixed,
351
+ Rt as bnbPendleRegistry,
352
+ st as boostAmounts,
353
+ vn as browserSupported,
354
+ Hp as buildInNullifiers,
355
+ Gp as buildOutCommitments,
356
+ Kp as calcAccessTokenSiblingsAndSides,
357
+ Yp as calcAmountChanges,
358
+ zp as calcCommitmentsSiblingAndSides,
359
+ Zp as calcEncryptedOutputs,
360
+ qp as calcPublicSignalCount,
361
+ Qp as calcStealthAddressStructure,
362
+ bs as calculateAmountUsingBeeps,
363
+ sp as calculateDollarValue,
364
+ Cm as calculateSmartContractWalletAddress,
365
+ cm as calculateStakeNullifier,
366
+ Ds as calculateSum,
367
+ l as callOneInchAPI,
344
368
  x as callRelayerTransactAPI,
345
- _n as capitalizeFirstLetter,
346
- On as caseInsensitiveEqual,
347
- Ie as chainIds,
348
- Ee as chainIdsByType,
349
- Ya as checkErrorForSnapshotRestore,
350
- pi as checkHinkalAccessToken,
351
- k as checkRisk,
352
- Ao as checkUtxoSignature,
353
- Jr as coingeckoPriceUrl,
354
- $r as coingeckoPriceUrl2,
355
- et as coingeckoTokenListUrl,
356
- Ls as constructEmporiumProof,
357
- Ds as constructZkProof,
358
- Ze as contractMetadataMapping,
359
- an as convertIntegrationProviderToExternalActionId,
360
- zn as createCacheDevice,
361
- Ws as createCallDataHash,
362
- Vi as createProvider,
363
- ap as createStakeCommitment,
364
- he as crossChainAccessTokenNetworks,
365
- Or as crvSymbol,
366
- ql as curveNetworkNames,
367
- Ql as curvePools,
368
- wr as curveWithdrawGasTokenAddress,
369
- Vr as curveZeroAddress,
370
- ua as customTokenRegistry,
371
- Wr as cvxSymbol,
372
- gm as daiABI,
373
- gp as dataBeefyApiConfig,
374
- rl as dayInMilliseconds,
375
- qn as debounce,
376
- Hi as decodeMetadata,
377
- In as decodeTxInput,
378
- En as decodeTxLogs,
379
- uo as decodeUtxo,
380
- yo as decodeUtxoConstructorArgs,
381
- ip as decryptStake,
382
- Po as decryptUtxo,
383
- Ro as decryptUtxoConstructorArgs,
384
- yp as defaultHookData,
385
- Tp as defaultHookDataArray,
386
- Pp as defaultStealthAddressStructure,
387
- Er as deploymentMode,
388
- Hs as deserializeCircomData,
389
- hn as deserializeDecodedTxs,
390
- Xs as determinePendleSwapType,
391
- Js as determinePendleSwapTypeApiRoute,
392
- tl as divideMonthOnIntervals,
393
- lp as emporiumOp,
394
- Jp as emptyDecodedTx,
395
- Rp as emptyStealthAddressStructure,
396
- vl as emptyUserPointsBreakdown,
397
- Ll as emptyUserPointsResponse,
398
- mp as encodeEmporiumMetadata,
399
- np as encodeHStakeMetadata,
400
- sp as encryptStake,
401
- So as encryptUtxo,
402
- $s as erc20TokenFromPendleAsset,
403
- Yt as ethBeefyRegistry,
404
- xt as ethCrvCvxRegistry,
405
- pe as ethMainnetData,
406
- j as ethMainnetRegistry,
407
- X as ethMainnetRegistryFixed,
408
- jt as ethPendleRegistry,
409
- Rt as ethSymbol,
410
- Jn as ethToWei,
411
- Hr as ethVolatileAddress,
412
- ka as externalActionToTransactionType,
413
- Ha as extractMessage,
414
- ai as factoryABI,
415
- Xt as findSyAddress,
416
- Si as fixDecimalsAmount,
417
- Ys as generateZkProof,
418
- Gi as getActionFromMetadata,
419
- Oe as getAmountAfterRelayAndFlatFees,
420
- we as getAmountAfterRelayAndFlatFeesAndSlippage,
421
- Ve as getAmountAfterRelayFee,
422
- We as getAmountAfterSlippage,
423
- $n as getAmountInToken,
424
- es as getAmountInWei,
425
- rs as getAmountInWeiOrZero,
426
- ts as getAmountWithPrecision,
427
- os as getAmountWithPrecisionOrZero,
428
- He as getAmountWithoutFee,
429
- ep as getAssetTypeFromPendleMarket,
369
+ Vn as capitalizeFirstLetter,
370
+ Zn as caseInsensitiveEqual,
371
+ qe as chainIds,
372
+ Qe as chainIdsByType,
373
+ ci as checkErrorForSnapshotRestore,
374
+ As as checkHinkalAccessToken,
375
+ C as checkRisk,
376
+ Ot as checkUtxoSignature,
377
+ ko as coingeckoPriceUrl,
378
+ So as coingeckoPriceUrl2,
379
+ Co as coingeckoTokenListUrl,
380
+ Vp as constructEmporiumProof,
381
+ Np as constructZkProof,
382
+ Ar as contractMetadataMapping,
383
+ dn as convertIntegrationProviderToExternalActionId,
384
+ rp as createCacheDevice,
385
+ jp as createCallDataHash,
386
+ qs as createProvider,
387
+ dm as createStakeCommitment,
388
+ je as crossChainAccessTokenNetworks,
389
+ no as crvSymbol,
390
+ sf as curveNetworkNames,
391
+ nf as curvePools,
392
+ po as curveWithdrawGasTokenAddress,
393
+ mo as curveZeroAddress,
394
+ Na as customTokenRegistry,
395
+ lo as cvxSymbol,
396
+ bi as daiABI,
397
+ Em as dataBeefyApiConfig,
398
+ cl as dayInMilliseconds,
399
+ tp as debounce,
400
+ js as decodeMetadata,
401
+ _n as decodeTxInput,
402
+ Fn as decodeTxLogs,
403
+ Vt as decodeUtxo,
404
+ Wt as decodeUtxoConstructorArgs,
405
+ xm as decryptStake,
406
+ Gt as decryptUtxo,
407
+ Kt as decryptUtxoConstructorArgs,
408
+ Dm as defaultHookData,
409
+ vm as defaultHookDataArray,
410
+ Lm as defaultStealthAddressStructure,
411
+ Qr as deploymentMode,
412
+ Xp as deserializeCircomData,
413
+ Un as deserializeDecodedTxs,
414
+ sm as determinePendleSwapType,
415
+ nm as determinePendleSwapTypeApiRoute,
416
+ dl as divideMonthOnIntervals,
417
+ ym as emporiumOp,
418
+ ml as emptyDecodedTx,
419
+ wm as emptyStealthAddressStructure,
420
+ Wl as emptyUserPointsBreakdown,
421
+ Hl as emptyUserPointsResponse,
422
+ Rm as encodeEmporiumMetadata,
423
+ gm as encodeHStakeMetadata,
424
+ Am as encryptStake,
425
+ Yt as encryptUtxo,
426
+ pm as erc20TokenFromPendleAsset,
427
+ gt as ethBeefyRegistry,
428
+ No as ethCrvCvxRegistry,
429
+ Le as ethMainnetData,
430
+ se as ethMainnetRegistry,
431
+ z as ethMainnetRegistryFixed,
432
+ Tt as ethPendleRegistry,
433
+ Yo as ethSymbol,
434
+ np as ethToWei,
435
+ fo as ethVolatileAddress,
436
+ Ya as externalActionToTransactionType,
437
+ mi as extractMessage,
438
+ Fi as factoryABI,
439
+ Pt as findSyAddress,
440
+ vs as fixDecimalsAmount,
441
+ em as generateZkProof,
442
+ Xs as getActionFromMetadata,
443
+ nr as getAmountAfterRelayAndFlatFees,
444
+ pr as getAmountAfterRelayAndFlatFeesAndSlippage,
445
+ mr as getAmountAfterRelayFee,
446
+ lr as getAmountAfterSlippage,
447
+ pp as getAmountInToken,
448
+ mp as getAmountInWei,
449
+ lp as getAmountInWeiOrZero,
450
+ fp as getAmountWithPrecision,
451
+ cp as getAmountWithPrecisionOrZero,
452
+ fr as getAmountWithoutFee,
453
+ mm as getAssetTypeFromPendleMarket,
430
454
  A as getAxelarGasEstimate,
431
- Pn as getAxelarMigrationInfo,
432
- d as getBeefyHistoricalChartData,
433
- zt as getBeefyRegistryWithChainId,
434
- Zs as getCRV,
435
- Qs as getCVX,
436
- Tt as getCalcTokenAmountWithDynamicArray,
437
- ho as getCircomSign,
438
- rt as getCoingeckoIdForNativeTokens,
439
- tt as getCoingeckoPlatform,
455
+ bn as getAxelarMigrationInfo,
456
+ c as getBeefyHistoricalChartData,
457
+ At as getBeefyRegistryWithChainId,
458
+ om as getCRV,
459
+ am as getCVX,
460
+ Go as getCalcTokenAmountWithDynamicArray,
461
+ jt as getCircomSign,
462
+ Io as getCoingeckoIdForNativeTokens,
463
+ Eo as getCoingeckoPlatform,
440
464
  i as getCoingeckoPrice,
441
- n as getCoingeckoPrice2,
442
- s as getCoingeckoPrices,
465
+ s as getCoingeckoPrice2,
466
+ n as getCoingeckoPrices,
443
467
  p as getCoingeckoTokenList,
444
- gt as getCrvCvxWithChainId,
445
- ol as getCurrentWeek,
468
+ Oo as getCrvCvxWithChainId,
469
+ xl as getCurrentWeek,
446
470
  v as getCurvePools,
447
471
  L as getCurvePoolsforPriceFetching,
448
- t as getDataServerURL,
449
- al as getDateFromWeek,
450
- fs as getDepositEvents,
451
- tm as getERC20Registry,
452
- qi as getERC20Token,
453
- Qi as getERC20TokenBySymbol,
454
- Ga as getErrorMessage,
455
- _ as getExtendedPoolInfo,
456
- Ki as getExternalActionIdFromNumber,
457
- Yi as getExternalActionIdHash,
458
- zi as getExternalMetadataHash,
459
- Fi as getFilePath,
460
- om as getFixedRegistry,
461
- gn as getFlatFees,
472
+ o as getDataServerURL,
473
+ gl as getDateFromWeek,
474
+ kp as getDepositEvents,
475
+ Ce as getERC20Registry,
476
+ on as getERC20Token,
477
+ tn as getERC20TokenBySymbol,
478
+ li as getErrorMessage,
479
+ w as getExtendedPoolInfo,
480
+ Js as getExternalActionIdFromNumber,
481
+ $s as getExternalActionIdHash,
482
+ en as getExternalMetadataHash,
483
+ Ws as getFilePath,
484
+ Ie as getFixedRegistry,
485
+ Sn as getFlatFees,
462
486
  y as getGasEstimates,
463
- lt as getGasStationUrl,
464
- Ba as getGenericFeeOverTransactionValueErrorMessage,
465
- ji as getHToken,
466
- Mi as getHinkalCache,
467
- Ge as getHinkalFeeRateInBeeps,
468
- qe as getHinkalParameters,
487
+ _o as getGasStationUrl,
488
+ ti as getGenericFeeOverTransactionValueErrorMessage,
489
+ an as getHToken,
490
+ Hs as getHinkalCache,
491
+ cr as getHinkalFeeRateInBeeps,
492
+ ur as getHinkalParameters,
469
493
  E as getIdleRelay,
470
- ss as getInputUtxoAndBalance,
471
- ps as getInputUtxosFromEncryptedOutputs,
472
- sn as getInteractionFromAction,
473
- un as getNetworkObject,
474
- yn as getNetworkType,
475
- il as getNextDay,
476
- be as getNonLocalhostChainId,
477
- Cs as getOdosPrice,
478
- Is as getOneInchPrice,
479
- ra as getPatchedAccessTokenMerkleTree,
480
- Jt as getPendleRegistryWithChainId,
481
- O as getPublicWalletBalance,
482
- Ke as getRelayFee,
483
- B as getRelayerURL,
484
- en as getSequence,
485
- o as getServerURL,
486
- cs as getShieldedBalance,
487
- Ye as getSlippageFee,
488
- rp as getTokenIndexForPendleFlatFee,
489
- P as getTokenPrice,
490
- R as getTokenPriceEth,
491
- S as getTokenPrices,
492
- ys as getUniswapFee,
493
- Ts as getUniswapPrice,
494
- Ps as getUniswapPriceHelper,
495
- Ci as getValueFirstNDigit,
496
- nl as getWeekTimestamps,
497
- $t as getYtTokensWithChainId,
498
- sl as hasCertificationPeriodExpired,
499
- _o as hinkalActionBeefy,
500
- Mo as hinkalActionConvex,
501
- Bo as hinkalActionCurve,
502
- Oo as hinkalActionPendle,
503
- Vo as hinkalDeposit,
504
- Wo as hinkalDepositForOther,
505
- Qo as hinkalPrivateWallet,
506
- Go as hinkalSwap,
507
- Yo as hinkalTransfer,
508
- Zo as hinkalWithdraw,
509
- pl as hourInMilliseconds,
510
- Ap as isBeefyDeposit,
511
- bo as isCircomNegative,
512
- hr as isDevelopment,
513
- De as isLocalNetwork,
514
- Bn as isNicknameValid,
515
- br as isNode,
516
- Dr as isNotClientProduction,
517
- vr as isNotProduction,
518
- Fn as isNullOrEmpty,
519
- ve as isOptimismBedrockLike,
520
- Le as isOptimismEcotoneLike,
521
- _e as isOptimismLike,
522
- Lr as isPlayground,
523
- _r as isStaging,
524
- Fr as isWebpack,
525
- ll as isWeekCurrent,
526
- eo as isYtToken,
527
- po as jubHolder,
528
- Dm as lidoStEthAbi,
529
- St as lidoStEthContractAddress,
530
- Lm as lidoStMaticAbi,
531
- Ct as lidoStMaticAddress,
532
- wm as lidoStakeManagerAbi,
533
- kt as lidoStakeManagerAddress,
534
- Fm as lidoWithdrawalQueueERC721Abi,
535
- It as lidoWithdrawalQueueERC721Address,
536
- Um as lidoWstEthAbi,
537
- Et as lidoWstEthContractAddress,
538
- Ui as loadTxsCache,
539
- ye as localhostData,
540
- Fe as localhostNetwork,
541
- J as localhostRegistry,
542
- Za as logError,
543
- wn as lowerCaseIncludes,
544
- Vn as lowerCaseStartsWith,
545
- Nt as lpLink,
546
- Ot as lpProgramStartWeek,
547
- F as lpTokens,
548
- M as lpTokensToBasePool,
549
- ht as maticSymbol,
550
- ki as minBigInt,
551
- li as mintAccessToken,
552
- mi as mintTokenCrossChain,
553
- ml as minuteInMilliseconds,
554
- Me as networkRegistry,
555
- Gr as oneInchZeroAddress,
556
- xi as openDefaultPassportWindow,
557
- di as openPassportWindow,
558
- At as optimismCrvCvxRegistry,
559
- me as optimismData,
560
- Wm as optimismGasPriceOracleAbi,
561
- ro as optimismPendleRegistry,
562
- $ as optimismRegistry,
563
- ee as optimismRegistryFixed,
564
- ln as outputUtxoProcessing,
565
- Kr as ownerPublicKey,
566
- cl as parseWeek,
567
- Kn as patchRegistry,
568
- Yr as permitSignatureValidFor,
569
- Nm as poLidoNftAbi,
570
- bt as poLidoNftAddress,
571
- wt as pointsLink,
572
- ut as polygonCrvCvxRegistry,
573
- de as polygonData,
574
- re as polygonRegistry,
575
- te as polygonRegistryFixed,
576
- oo as poseidonFunction,
577
- ao as poseidonHash,
578
- io as poseidonHolder,
579
- mo as preProcessing,
580
- ot as proCoingeckoUrl,
581
- at as proHeader,
582
- fn as processAmountChanges,
583
- cn as processGasEstimates,
584
- fp as produceOp,
585
- rn as promisify,
586
- ii as quoterV2ABI,
587
- Vt as raffleProgramStartWeek,
588
- as as randomBigInt,
589
- Wt as referralLink,
590
- vn as reloadPage,
591
- Ji as requireEnv,
592
- Bi as resetCache,
593
- Xo as resetMerkleTrees,
594
- tn as resolveSync,
595
- Na as rethrowKnownGasErrorIfPossible,
596
- xs as retrieveEvents,
597
- hs as runContractFunction,
598
- hm as sanctionsListABI,
599
- Ni as saveTxsCache,
600
- Rs as searchPoolAndFee,
601
- dl as secondInMilliseconds,
602
- Gs as serializeCircomData,
603
- bn as serializeDecodedTxs,
604
- Oi as setHinkalCache,
605
- zr as signaturePhrase,
606
- jp as slippageLevels,
607
- Dt as stMaticSymbol,
608
- pr as supportedPassportLinks,
609
- Zr as threePoolSymbol,
610
- Ii as toBigInt,
611
- Ei as toBigIntOrUndefined,
612
- is as toBigIntWithDecimals,
613
- hi as toCommaSeparatedNumberString,
614
- fl as toDateString,
615
- bi as toInt,
616
- Di as toNumberOrUndefined,
617
- Mn as toTitleCase,
618
- Va as transactionErrorCodes,
619
- ni as transactionProverABI,
620
- vi as trimLeadingZeros,
621
- Li as truncateTo18DecimalPlaces,
622
- Qe as uniswapV2PoolData,
623
- je as uniswapV3FactoryData,
624
- Xe as uniswapV3PoolData,
625
- Je as uniswapV3QuoterData,
626
- im as urlForBeefyVaultTokens,
627
- nm as urlForBeefyVaultTotalInUSD,
628
- sm as urlForRegularTokenPricesInBeefy,
629
- Qn as wait,
630
- Hn as waitLittle,
631
- Cn as walletSupported,
632
- xl as weekInMilliseconds,
633
- vt as wstEthSymbol,
634
- qr as zeroAddress
494
+ Ap as getInputUtxoAndBalance,
495
+ up as getInputUtxosFromEncryptedOutputs,
496
+ gn as getInteractionFromAction,
497
+ In as getNetworkObject,
498
+ En as getNetworkType,
499
+ Al as getNextDay,
500
+ Xe as getNonLocalhostChainId,
501
+ wp as getOdosPrice,
502
+ Fp as getOneInchPrice,
503
+ kt as getPendleRegistryWithChainId,
504
+ N as getPublicWalletBalance,
505
+ dr as getRelayFee,
506
+ M as getRelayerURL,
507
+ mn as getSequence,
508
+ t as getServerURL,
509
+ Tp as getShieldedBalance,
510
+ xr as getSlippageFee,
511
+ lm as getTokenIndexForPendleFlatFee,
512
+ T as getTokenPrice,
513
+ P as getTokenPriceEth,
514
+ k as getTokenPrices,
515
+ hp as getUniswapFee,
516
+ bp as getUniswapPrice,
517
+ Dp as getUniswapPriceHelper,
518
+ Ls as getValueFirstNDigit,
519
+ ul as getWeekTimestamps,
520
+ St as getYtTokensWithChainId,
521
+ yl as hasCertificationPeriodExpired,
522
+ Wn as hexToUtf8,
523
+ ra as hinkalActionBeefy,
524
+ ta as hinkalActionConvex,
525
+ ia as hinkalActionCurve,
526
+ na as hinkalActionPendle,
527
+ ma as hinkalDeposit,
528
+ la as hinkalDepositForOther,
529
+ ya as hinkalPrivateWallet,
530
+ ca as hinkalSwap,
531
+ xa as hinkalTransfer,
532
+ Aa as hinkalWithdraw,
533
+ Rl as hourInMilliseconds,
534
+ hm as isBeefyDeposit,
535
+ Xt as isCircomNegative,
536
+ jr as isDevelopment,
537
+ Je as isLocalNetwork,
538
+ Yn as isNicknameValid,
539
+ Xr as isNode,
540
+ Jr as isNotClientProduction,
541
+ $r as isNotProduction,
542
+ Hn as isNullOrEmpty,
543
+ $e as isOptimismBedrockLike,
544
+ er as isOptimismEcotoneLike,
545
+ rr as isOptimismLike,
546
+ eo as isPlayground,
547
+ ro as isStaging,
548
+ oo as isWebpack,
549
+ Tl as isWeekCurrent,
550
+ Ct as isYtToken,
551
+ wt as jubHolder,
552
+ ji as lidoStEthAbi,
553
+ zo as lidoStEthContractAddress,
554
+ Ji as lidoStMaticAbi,
555
+ Zo as lidoStMaticAddress,
556
+ ss as lidoStakeManagerAbi,
557
+ qo as lidoStakeManagerAddress,
558
+ es as lidoWithdrawalQueueERC721Abi,
559
+ Qo as lidoWithdrawalQueueERC721Address,
560
+ as as lidoWstEthAbi,
561
+ jo as lidoWstEthContractAddress,
562
+ Gs as loadTxsCache,
563
+ We as localhostData,
564
+ or as localhostNetwork,
565
+ Te as localhostRegistry,
566
+ xi as logError,
567
+ qn as lowerCaseIncludes,
568
+ Qn as lowerCaseStartsWith,
569
+ nt as lpLink,
570
+ pt as lpProgramStartWeek,
571
+ _ as lpTokens,
572
+ F as lpTokensToBasePool,
573
+ Xo as maticSymbol,
574
+ ws as minBigInt,
575
+ us as mintAccessToken,
576
+ ys as mintTokenCrossChain,
577
+ Pl as minuteInMilliseconds,
578
+ tr as networkRegistry,
579
+ co as oneInchZeroAddress,
580
+ ks as openDefaultPassportWindow,
581
+ Ts as openPassportWindow,
582
+ Vo as optimismCrvCvxRegistry,
583
+ _e as optimismData,
584
+ xs as optimismGasPriceOracleAbi,
585
+ It as optimismPendleRegistry,
586
+ Ae as optimismRegistry,
587
+ oe as optimismRegistryFixed,
588
+ un as outputUtxoProcessing,
589
+ xo as ownerPublicKey,
590
+ kl as parseWeek,
591
+ $n as patchRegistry,
592
+ go as permitSignatureValidFor,
593
+ os as poLidoNftAbi,
594
+ Jo as poLidoNftAddress,
595
+ mt as pointsLink,
596
+ Wo as polygonCrvCvxRegistry,
597
+ Ue as polygonData,
598
+ ce as polygonRegistry,
599
+ J as polygonRegistryFixed,
600
+ ht as poseidonFunction,
601
+ bt as poseidonHash,
602
+ Dt as poseidonHolder,
603
+ Ft as preProcessing,
604
+ ho as proCoingeckoUrl,
605
+ bo as proHeader,
606
+ Pn as processAmountChanges,
607
+ Rn as processGasEstimates,
608
+ km as produceOp,
609
+ ln as promisify,
610
+ wi as quoterV2ABI,
611
+ lt as raffleProgramStartWeek,
612
+ dp as randomBigInt,
613
+ ft as referralLink,
614
+ Nn as reloadPage,
615
+ nn as requireEnv,
616
+ Ks as resetCache,
617
+ Ta as resetMerkleTrees,
618
+ fn as resolveSync,
619
+ ai as rethrowKnownGasErrorIfPossible,
620
+ Sp as retrieveEvents,
621
+ Mp as runContractFunction,
622
+ Mi as sanctionsListABI,
623
+ Ys as saveTxsCache,
624
+ vp as searchPoolAndFee,
625
+ Sl as secondInMilliseconds,
626
+ Jp as serializeCircomData,
627
+ Mn as serializeDecodedTxs,
628
+ zs as setHinkalCache,
629
+ Ao as signaturePhrase,
630
+ nl as slippageLevels,
631
+ $o as stMaticSymbol,
632
+ Lr as supportedPassportLinks,
633
+ uo as threePoolSymbol,
634
+ _s as toBigInt,
635
+ Fs as toBigIntOrUndefined,
636
+ xp as toBigIntWithDecimals,
637
+ Us as toCommaSeparatedNumberString,
638
+ Cl as toDateString,
639
+ Ms as toInt,
640
+ Bs as toNumberOrUndefined,
641
+ Gn as toTitleCase,
642
+ ni as transactionErrorCodes,
643
+ ps as transactionProverABI,
644
+ Ns as trimLeadingZeros,
645
+ Os as truncateTo18DecimalPlaces,
646
+ yr as uniswapV2PoolData,
647
+ Rr as uniswapV3FactoryData,
648
+ Tr as uniswapV3PoolData,
649
+ Pr as uniswapV3QuoterData,
650
+ H as urlForBeefyVaultTokens,
651
+ G as urlForBeefyVaultTotalInUSD,
652
+ K as urlForRegularTokenPricesInBeefy,
653
+ ap as wait,
654
+ Xn as waitLittle,
655
+ Ln as walletSupported,
656
+ Il as weekInMilliseconds,
657
+ et as wstEthSymbol,
658
+ yo as zeroAddress
635
659
  };