@hinkal/common 0.2.14 → 0.2.15

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 (84) hide show
  1. package/API/getRelayerURL.cjs +1 -1
  2. package/API/getRelayerURL.mjs +4 -4
  3. package/API/getServerURL.cjs +1 -1
  4. package/API/getServerURL.mjs +14 -12
  5. package/API/tenderly.api.cjs +1 -1
  6. package/API/tenderly.api.d.ts +9 -7
  7. package/API/tenderly.api.mjs +37 -29
  8. package/constants/axelar.constants.cjs +1 -1
  9. package/constants/axelar.constants.mjs +8 -8
  10. package/constants/chains.constants.cjs +1 -1
  11. package/constants/chains.constants.d.ts +2 -0
  12. package/constants/chains.constants.mjs +24 -15
  13. package/constants/deploy-data/deploy-data-arbMainnet.json.cjs +1 -1
  14. package/constants/deploy-data/deploy-data-arbMainnet.json.mjs +9328 -3470
  15. package/constants/deploy-data/deploy-data-avalanche.json.cjs +1 -1
  16. package/constants/deploy-data/deploy-data-avalanche.json.mjs +9323 -3461
  17. package/constants/deploy-data/deploy-data-base.json.cjs +1 -1
  18. package/constants/deploy-data/deploy-data-base.json.mjs +8668 -3820
  19. package/constants/deploy-data/deploy-data-bnbMainnet.json.cjs +1 -1
  20. package/constants/deploy-data/deploy-data-bnbMainnet.json.mjs +8966 -3102
  21. package/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -1
  22. package/constants/deploy-data/deploy-data-ethMainnet.json.mjs +6413 -4517
  23. package/constants/deploy-data/deploy-data-optimism.json.cjs +1 -1
  24. package/constants/deploy-data/deploy-data-optimism.json.mjs +171 -61
  25. package/constants/deploy-data/deploy-data-polygon.json.cjs +1 -1
  26. package/constants/deploy-data/deploy-data-polygon.json.mjs +9311 -3477
  27. package/constants/protocol.constants.cjs +1 -1
  28. package/constants/protocol.constants.d.ts +2 -0
  29. package/constants/protocol.constants.mjs +14 -12
  30. package/constants/server.constants.cjs +1 -1
  31. package/constants/server.constants.d.ts +20 -0
  32. package/constants/server.constants.mjs +39 -19
  33. package/constants/token-data/arbMainnetRegistry.json.cjs +1 -1
  34. package/constants/token-data/arbMainnetRegistry.json.mjs +321 -84
  35. package/constants/token-data/arbMainnetRegistryFixed.json.cjs +1 -1
  36. package/constants/token-data/arbMainnetRegistryFixed.json.mjs +313 -82
  37. package/constants/token-data/avalancheRegistry.json.cjs +1 -1
  38. package/constants/token-data/avalancheRegistry.json.mjs +220 -55
  39. package/constants/token-data/avalancheRegistryFixed.json.cjs +1 -1
  40. package/constants/token-data/avalancheRegistryFixed.json.mjs +220 -55
  41. package/constants/token-data/baseRegistry.json.cjs +1 -1
  42. package/constants/token-data/baseRegistry.json.mjs +216 -54
  43. package/constants/token-data/baseRegistryFixed.json.cjs +1 -1
  44. package/constants/token-data/baseRegistryFixed.json.mjs +204 -51
  45. package/constants/token-data/ethMainnetRegistry.json.cjs +1 -1
  46. package/constants/token-data/ethMainnetRegistry.json.mjs +895 -225
  47. package/constants/token-data/ethMainnetRegistryFixed.json.cjs +1 -1
  48. package/constants/token-data/ethMainnetRegistryFixed.json.mjs +855 -215
  49. package/constants/token-data/index.d.ts +433 -0
  50. package/constants/token-data/polygonRegistry.json.cjs +1 -1
  51. package/constants/token-data/polygonRegistry.json.mjs +501 -129
  52. package/constants/token-data/polygonRegistryFixed.json.cjs +1 -1
  53. package/constants/token-data/polygonRegistryFixed.json.mjs +477 -123
  54. package/constants/vite.constants.cjs +1 -1
  55. package/constants/vite.constants.d.ts +2 -1
  56. package/constants/vite.constants.mjs +22 -21
  57. package/data-structures/Hinkal/Hinkal.cjs +1 -1
  58. package/data-structures/Hinkal/Hinkal.mjs +4 -3
  59. package/data-structures/Hinkal/hinkalProoflessDeposit.cjs +1 -1
  60. package/data-structures/Hinkal/hinkalProoflessDeposit.mjs +7 -7
  61. package/data-structures/TokenDBs/PublicTokensDB.cjs +1 -1
  62. package/data-structures/TokenDBs/PublicTokensDB.mjs +43 -38
  63. package/data-structures/event-service/AbstractAccessTokenSnapshotService.cjs +1 -1
  64. package/data-structures/event-service/AbstractAccessTokenSnapshotService.mjs +1 -1
  65. package/data-structures/event-service/AbstractCommitmentsSnapshotService.cjs +1 -1
  66. package/data-structures/event-service/AbstractCommitmentsSnapshotService.mjs +2 -2
  67. package/data-structures/merkle-tree/MerkleTree.cjs +1 -1
  68. package/data-structures/merkle-tree/MerkleTree.d.ts +1 -1
  69. package/data-structures/merkle-tree/MerkleTree.mjs +15 -14
  70. package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.cjs +1 -1
  71. package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs +1 -1
  72. package/functions/utils/merkleTree.utils.cjs +1 -1
  73. package/functions/utils/merkleTree.utils.mjs +7 -6
  74. package/functions/web3/getTokenHolder.cjs +1 -0
  75. package/functions/web3/getTokenHolder.d.ts +1 -0
  76. package/functions/web3/getTokenHolder.mjs +12 -0
  77. package/functions/web3/index.d.ts +1 -0
  78. package/index.cjs +1 -1
  79. package/index.mjs +722 -714
  80. package/package.json +1 -1
  81. package/webworker/snarkjsWorker/snarkjsWorkerLauncher.cjs +1 -1
  82. package/webworker/snarkjsWorker/snarkjsWorkerLauncher.mjs +1 -1
  83. package/webworker/zkProofWorker/zkProofWorkerLauncher.cjs +1 -1
  84. package/webworker/zkProofWorker/zkProofWorkerLauncher.mjs +1 -1
package/index.mjs CHANGED
@@ -4,778 +4,786 @@ import { callOneInchAPI as m } from "./API/callOneInchAPI.mjs";
4
4
  import { getBeefyHistoricalChartData as d } 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
- import { getGasEstimates as S } from "./API/getGasEstimates.mjs";
8
- import { getTokenPrice as E, getTokenPriceEth as P, getTokenPrices as y } from "./API/getTokenPrice.mjs";
7
+ import { getGasEstimates as T } from "./API/getGasEstimates.mjs";
8
+ import { getTokenPrice as E, getTokenPriceEth as P, getTokenPrices as R } from "./API/getTokenPrice.mjs";
9
9
  import { checkRisk as C } from "./API/checkRisk.mjs";
10
10
  import { getIdleRelay as k } from "./API/relayCalls.mjs";
11
11
  import { API as b } from "./API/API.mjs";
12
- import { getCurvePools as v, getCurvePoolsforPriceFetching as O, getExtendedPoolInfo as _, lpTokens as U, lpTokensToBasePool as F } from "./API/callCurveAPI.mjs";
13
- import { getRelayerURL as B } from "./API/getRelayerURL.mjs";
12
+ import { getCurvePools as v, getCurvePoolsforPriceFetching as _, getExtendedPoolInfo as L, lpTokens as O, lpTokensToBasePool as U } from "./API/callCurveAPI.mjs";
13
+ import { getRelayerURL as N } from "./API/getRelayerURL.mjs";
14
14
  import { getPublicWalletBalance as M } from "./API/duneAPI.mjs";
15
- import { WALLET_API as H, rpcGetStorageChanges as V, rpcSimulateBundle as W, rpcSimulateTransaction as G, simulateTx as K, tenderlyRpcLinkOptimism as Y } from "./API/tenderly.api.mjs";
15
+ import { WALLET_API as H, rpcGetStorageChanges as W, rpcSimulateBundle as V, rpcSimulateTransaction as G, simulateTx as K, tenderlyRpcLinks as Y } from "./API/tenderly.api.mjs";
16
16
  import { tokensInfoCall as Z } from "./API/token-calls.mjs";
17
17
  import { IMAGE_PATHS as X } from "./constants/assets.constants.mjs";
18
18
  import { arbMainnetRegistry as Q, arbMainnetRegistryFixed as j, avalancheRegistry as $, avalancheRegistryFixed as ee, baseRegistry as re, baseRegistryFixed as oe, bnbMainnetRegistry as te, bnbMainnetRegistryFixed as ae, ethMainnetRegistry as ie, ethMainnetRegistryFixed as ne, localhostRegistry as se, optimismRegistry as pe, optimismRegistryFixed as le, polygonRegistry as me, polygonRegistryFixed as ce } from "./constants/token-data/index.mjs";
19
19
  import { default as fe } from "./constants/deploy-data/deploy-data-bnbMainnet.json.mjs";
20
20
  import { default as ge } from "./constants/deploy-data/deploy-data-arbMainnet.json.mjs";
21
21
  import { default as ue } from "./constants/deploy-data/deploy-data-ethMainnet.json.mjs";
22
- import { default as Te } from "./constants/deploy-data/deploy-data-optimism.json.mjs";
22
+ import { default as Se } from "./constants/deploy-data/deploy-data-optimism.json.mjs";
23
23
  import { default as Pe } from "./constants/deploy-data/deploy-data-polygon.json.mjs";
24
- import { default as Re } from "./constants/deploy-data/deploy-data-avalanche.json.mjs";
24
+ import { default as ye } from "./constants/deploy-data/deploy-data-avalanche.json.mjs";
25
25
  import { default as Ie } from "./constants/deploy-data/deploy-data-base.json.mjs";
26
26
  import { default as he } from "./constants/deploy-data/deploy-data-localhost.json.mjs";
27
27
  import { default as De } from "./constants/deploy-data/deploy-data-axelar1.json.mjs";
28
- import { default as Oe } from "./constants/deploy-data/deploy-data-axelar2.json.mjs";
29
- import { EthereumNetworkType as Ue, chainIds as Fe, chainIdsByType as Le, crossChainAccessTokenNetworks as Be, getNonLocalhostChainId as Ne, isLocalNetwork as Me, isOptimismLike as we, localhostNetwork as He, networkRegistry as Ve } from "./constants/chains.constants.mjs";
30
- import { GAS_COST_TOKEN_SYMBOL_OPTIONS as Ge, HINKAL_EXTERNAL_ACTION_FEE as Ke, HINKAL_UNIVERSAL_FEE as Ye, defaultFeeToken as ze, getAmountAfterRelayAndFlatFees as Ze, getAmountAfterRelayAndFlatFeesAndSlippage as qe, getAmountAfterRelayFee as Xe, getAmountAfterSlippage as Je, getAmountWithoutFee as Qe, getHinkalFeeRateInBeeps as je, getRelayFee as $e, getSlippageFee as er } from "./constants/fees.constants.mjs";
31
- import { contractMetadataMapping as or, getHinkalParameters as tr, uniswapV2PoolData as ar, uniswapV3FactoryData as ir, uniswapV3PoolData as nr, uniswapV3QuoterData as sr } from "./constants/contracts.constants.mjs";
32
- import { AIPRISE_KYB_TEMPLATE_ID_PROD as lr, AIPRISE_KYC_TEMPLATE_ID_PROD as mr, RECLAIM_MESSAGE_TO_SIGN as cr, ReclaimPassports as dr, StandardPassports as fr, SupportedPassports as xr, aipriseBaseOnboardingProductionUrl as gr, aipriseBaseOnboardingSandboxUrl as Ar, supportedPassportLinks as ur } from "./constants/kyc.constants.mjs";
33
- import { API_CONFIG as Tr, DATA_SERVER_CONFIG as Er, DATA_SERVER_PORT as Pr, DATA_SERVER_URL_LOCAL as yr, DATA_SERVER_URL_PRODUCTION as Rr, PLAYGROUND_RELAYER_URLS as Cr, PLAYGROUND_SERVER_URLS as Ir, PLAYGROUND_URL as kr, RELAYER_CONFIG as hr, RELAYER_URLS as br, SERVER_URLS as Dr, STAGING_RELAYER_URLS as vr, STAGING_SERVER_URLS as Or, STAGING_URL as _r } from "./constants/server.constants.mjs";
34
- import { DEPLOYMENT_MODE as Fr, deploymentMode as Lr, isDevelopment as Br, isExtension as Nr, isExtensionSandbox as Mr, isNode as wr, isNotClientProduction as Hr, isNotProduction as Vr, isPlayground as Wr, isSandbox as Gr, isStaging as Kr, isWebpack as Yr } from "./constants/vite.constants.mjs";
35
- import { CIRCOM_P as Zr, CIRCOM_P_HALF as qr, EIP1271_FAILURE as Xr, EIP1271_SUCCESS as Jr, RELAYER_ADDRESS as Qr, beefyChainIds as jr, crvSymbol as $r, curveWithdrawGasTokenAddress as eo, curveZeroAddress as ro, cvxSymbol as oo, defaultSignatureData as to, ethVolatileAddress as ao, hinkalSimulationAddress as io, oneInchZeroAddress as no, ownerPublicKey as so, permitSignatureValidFor as po, signaturePhrase as lo, threePoolSymbol as mo, zeroAddress as co } from "./constants/protocol.constants.mjs";
36
- import { COINGECKO_API_KEY as xo, CoinGeckoChainLabels as go, coingeckoPriceUrl as Ao, coingeckoPriceUrl2 as uo, coingeckoTokenListUrl as So, getCoingeckoIdForNativeTokens as To, getCoingeckoPlatform as Eo, proCoingeckoUrl as Po, proHeader as yo } from "./constants/coingecko.constants.mjs";
37
- import { AxelarRegistry as Co } from "./constants/axelar.constants.mjs";
38
- import { NETWORKS as ko, getGasStationUrl as ho } from "./constants/backend.constants.mjs";
39
- import { arbMainnetCrvCvxRegistry as Do, avalancheCrvCvxRegistry as vo, baseCrvCvxRegistry as Oo, ethCrvCvxRegistry as _o, getCrvCvxWithChainId as Uo, optimismCrvCvxRegistry as Fo, polygonCrvCvxRegistry as Lo } from "./constants/crvCvx.registry.mjs";
40
- import { getCalcTokenAmountWithDynamicArray as No } from "./constants/crvDynamic.registry.mjs";
41
- import { ethSymbol as wo, lidoStEthContractAddress as Ho, lidoStMaticAddress as Vo, lidoStakeManagerAddress as Wo, lidoWithdrawalQueueERC721Address as Go, lidoWstEthContractAddress as Ko, maticSymbol as Yo, poLidoNftAddress as zo, stMaticSymbol as Zo, wstEthSymbol as qo } from "./constants/lido.constants.mjs";
42
- import { ACCESS_TOKEN_MINTING_POINTS as Jo, CERTIFICATION_DISABLE_WEEK as Qo, REWARD_RECEIVABLE_TOKEN_SYMBOLS as jo, RafflePrizePoints as $o, boostAmounts as et, lpLink as rt, lpProgramStartWeek as ot, pointsLink as tt, raffleProgramStartWeek as at, referralLink as it } from "./constants/rewards.constants.mjs";
43
- import { blockReorgDepth as st } from "./constants/reorg-depths.constants.mjs";
44
- import { ethBeefyRegistry as lt, getBeefyRegistryWithChainId as mt } from "./constants/beefy.registry.mjs";
45
- import { arbPendleRegistry as dt, bnbPendleRegistry as ft, ethPendleRegistry as xt, findSyAddress as gt, getPendleRegistryWithChainId as At, getYtTokensWithChainId as ut, isYtToken as St, optimismPendleRegistry as Tt } from "./constants/pendle.registry.mjs";
46
- import { mediaUrls as Pt } from "./constants/mediaUrls.constants.mjs";
47
- import { permit2Address as Rt, uniswapApprovalExtraCallData as Ct } from "./constants/permit2.constants.mjs";
48
- import { HETH_ERC20_TOKEN_ADDRESS as kt, NATIVE_TOKEN_WRAPPER_ADDRESSES as ht, SWAP_ROUTER_ADDRESSES as bt, WETH_ERC20_TOKEN_ADDRESS as Dt } from "./constants/addresses.constants.mjs";
49
- import { APPROVED_UTXO_CONVERSION_COUNT as Ot } from "./constants/conversion.constants.mjs";
50
- import { TOKEN_LIMITS as Ut, getTokensLimits as Ft } from "./constants/token.limits.constants.mjs";
51
- import { MAX_DISPLAY_DECIMALS as Bt } from "./constants/balance.constants.mjs";
52
- import { poseidonFunction as Mt, poseidonHash as wt, poseidonHolder as Ht } from "./crypto/poseidon.mjs";
53
- import { babyJubInstance as Wt, jubHolder as Gt } from "./crypto/babyJub.mjs";
54
- import { preProcessing as Yt } from "./crypto/preProcessing.mjs";
55
- import { ValueCache as Zt } from "./data-structures/ValueCache/ValueCache.mjs";
56
- import { abiDecodeUtxo as Xt, checkUtxoSignature as Jt, decodeUtxo as Qt, decodeUtxoConstructorArgs as jt } from "./data-structures/crypto-keys/decodeUTXO.mjs";
57
- import { decryptUtxo as ea, decryptUtxoConstructorArgs as ra, encryptUtxo as oa } from "./data-structures/crypto-keys/encryptDecryptUtxo.mjs";
58
- import { EncryptionKeyPairDefaultValue as aa, UserKeys as ia, stealthAddressCacheDevice as na, stealthPairCacheDevice as sa } from "./data-structures/crypto-keys/keys.mjs";
59
- import { getCircomSign as la, isCircomNegative as ma } from "./data-structures/crypto-keys/keyUtils.mjs";
60
- import { Hinkal as da } from "./data-structures/Hinkal/Hinkal.mjs";
61
- import { hinkalActionBeefy as xa } from "./data-structures/Hinkal/hinkalActionBeefy.mjs";
62
- import { hinkalActionConvex as Aa } from "./data-structures/Hinkal/hinkalActionConvex.mjs";
63
- import { hinkalActionCurve as Sa } from "./data-structures/Hinkal/hinkalActionCurve.mjs";
64
- import { hinkalActionPendle as Ea } from "./data-structures/Hinkal/hinkalActionPendle.mjs";
65
- import { hinkalDeposit as ya, hinkalDepositForOther as Ra } from "./data-structures/Hinkal/hinkalDeposit.mjs";
66
- import { hinkalSwap as Ia } from "./data-structures/Hinkal/hinkalSwap.mjs";
67
- import { hinkalTransfer as ha } from "./data-structures/Hinkal/hinkalTransfer.mjs";
68
- import { hinkalWithdraw as Da } from "./data-structures/Hinkal/hinkalWithdraw.mjs";
69
- import { hinkalPrivateWallet as Oa } from "./data-structures/Hinkal/hinkalPrivateWallet.mjs";
70
- import { resetMerkleTrees as Ua } from "./data-structures/Hinkal/resetMerkleTrees.mjs";
71
- import { hinkalProxySwap as La } from "./data-structures/Hinkal/hinkalProxySwap.mjs";
72
- import { MerkleTree as Na } from "./data-structures/merkle-tree/MerkleTree.mjs";
73
- import { getPatchedAccessTokenMerkleTree as wa } from "./data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs";
74
- import { MerkleTreeIncompleteError as Va } from "./data-structures/merkle-tree/MerkleTreeIncompleteError.mjs";
75
- import { AbstractAccessTokenSnapshotService as Ga } from "./data-structures/event-service/AbstractAccessTokenSnapshotService.mjs";
76
- import { AbstractCommitmentsSnapshotService as Ya } from "./data-structures/event-service/AbstractCommitmentsSnapshotService.mjs";
77
- import { AbstractApprovalsSnapshotService as Za } from "./data-structures/event-service/AbstractApprovalsSnapshotService.mjs";
78
- import { AbstractNullifierSnapshotService as Xa } from "./data-structures/event-service/AbstractNullifierSnapshotService.mjs";
79
- import { AbstractSnapshotService as Qa } from "./data-structures/event-service/AbstractSnapshotService.mjs";
80
- import { AbstractEventService as $a } from "./data-structures/event-service/AbstractEventService.mjs";
81
- import { Utxo as ri } from "./data-structures/utxo/Utxo.mjs";
82
- import { customTokenRegistry as ti } from "./data-structures/custom-token-registry/CustomTokenRegistry.mjs";
83
- import { TokenChecker as ii } from "./data-structures/token-price-fetcher/TokenChecker.mjs";
84
- import { TransactionsManager as si } from "./data-structures/transactions-manager/TransactionsManager.mjs";
85
- import { TransactionType as li, externalActionToTransactionType as mi } from "./data-structures/transactions-manager/history/history.types.mjs";
86
- import { VolatileHelper as di } from "./data-structures/volatile-helper/VolatileHelper.mjs";
87
- import { MultiThreadedUtxoUtils as xi } from "./data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs";
88
- import { FileCacheDevice as Ai } from "./data-structures/cacheDevices/FileCacheDevice.mjs";
89
- import { LocalStorageCacheDevice as Si } from "./data-structures/cacheDevices/LocalStorageCacheDevice.mjs";
90
- import { activityStorage as Ei } from "./data-structures/IndexedDB/activity-db.mjs";
91
- import { publicBalancesStorage as yi } from "./data-structures/IndexedDB/balances-db.mjs";
92
- import { privateBalancesStorage as Ci } from "./data-structures/IndexedDB/private-balances-db.mjs";
93
- import { pricesStorage as ki } from "./data-structures/IndexedDB/prices-db.mjs";
94
- import { contactStorage as bi } from "./data-structures/IndexedDB/contact-db.mjs";
95
- import { PrivateTokensDB as vi, privateTokensDB as Oi } from "./data-structures/TokenDBs/PrivateTokensDB.mjs";
96
- import { PublicTokensDB as Ui, publicTokensDB as Fi } from "./data-structures/TokenDBs/PublicTokensDB.mjs";
97
- import { FeeOverTransactionValueError as Bi } from "./error-handling/customErrors/FeeOverTransactionValueError.mjs";
98
- import { getGenericFeeOverTransactionValueErrorMessage as Mi, rethrowKnownGasErrorIfPossible as wi } from "./error-handling/customErrors/customErrors.helpers.mjs";
99
- import { UserFriendlyErrorCodes as Vi, insufficientResourcesErrorCodes as Wi, transactionErrorCodes as Gi, walletConnectErrorCodes as Ki } from "./error-handling/error-codes.constants.mjs";
100
- import { extractMessage as zi, getErrorMessage as Zi } from "./error-handling/get-error.message.mjs";
101
- import { checkErrorForSnapshotRestore as Xi } from "./error-handling/handleErrorRestore.mjs";
102
- import { logError as Qi } from "./error-handling/logError.mjs";
103
- import { ErrorCategory as $i } from "./error-handling/types.mjs";
104
- import { Logger as rn } from "./error-handling/logger.mjs";
105
- import { BabABI as tn, BeefyVaultABI as an, CurveReadingWrapperABI as nn, CurveWrappedMainPoolABI as sn, ERC20ABI as pn, GalxeABI as ln, ISwapRouterABI as mn, factoryABI as cn, quoterV2ABI as dn, transactionProverABI as fn } from "./externalABIs/index.mjs";
106
- import { checkHinkalAccessToken as gn, mintAccessToken as An, mintTokenCrossChain as un } from "./functions/web3/functionCalls/accessTokenCalls.mjs";
107
- import { openPassportWindow as Tn } from "./functions/kyc/passportHelper.mjs";
108
- import { openDefaultPassportWindow as Pn } from "./functions/kyc/openDefaultPassportWindow.mjs";
109
- import { absBigInt as Rn, beepsToPercentage as Cn, bigintApplySugar as In, bigintMax as kn, calculateAmountUsingBeeps as hn, calculateBigIntSum as bn, calculateSum as Dn, countTotalAmountInUtxos as vn, fixDecimalsAmount as On, getValueFirstNDigit as _n, minBigInt as Un, toBigInt as Fn, toBigIntOrUndefined as Ln, toCommaSeparatedNumberString as Bn, toInt as Nn, toNumberOrUndefined as Mn, trimLeadingZeros as wn, truncateToDecimalPlaces as Hn } from "./functions/utils/amounts.utils.mjs";
110
- import { getFilePath as Wn, getHinkalCache as Gn, getInHinkalAddressesCache as Kn, getInHinkalAddressesFilePath as Yn, loadTxsCache as zn, resetCache as Zn, resetInHinkalAddressesCache as qn, saveTxsCache as Xn, setHinkalCache as Jn, setInHinkalAddressesCache as Qn } from "./functions/utils/cacheFunctions.mjs";
111
- import { createProvider as $n } from "./functions/utils/create-provider.mjs";
112
- import { decodeMetadata as rs, getActionFromMetadata as os, getExternalActionIdFromNumber as ts, getExternalActionIdHash as as, getExternalMetadataHash as is } from "./functions/utils/external-action.utils.mjs";
113
- import { getERC20Token as ss, getERC20TokenBySymbol as ps, getErc20TokensForChain as ls, getHToken as ms, getTokenChangesList as cs } from "./functions/utils/erc20tokenFunctions.mjs";
114
- import { requireEnv as fs } from "./functions/utils/requireEnv.mjs";
115
- import { getSequence as gs, promisify as As, resolveSync as us } from "./functions/utils/resolve-sync.utils.mjs";
116
- import { convertIntegrationProviderToExternalActionId as Ts } from "./functions/utils/convertIntegrationProviderToExternalActionId.mjs";
117
- import { getInteractionFromAction as Ps } from "./functions/pre-transaction/interaction-to-action.mjs";
118
- import { outputUtxoProcessing as Rs } from "./functions/pre-transaction/outputUtxoProcessing.mjs";
119
- import { processGasEstimates as Is } from "./functions/pre-transaction/process-gas-estimates.mjs";
120
- import { processAmountChanges as hs } from "./functions/pre-transaction/processAmountChanges.mjs";
121
- import { getFlatFees as Ds } from "./functions/pre-transaction/getFlatFees.mjs";
122
- import { outputApprovalDataProcessing as Os, outputApprovalDataProcessingForHinkalApprove as _s } from "./functions/pre-transaction/outputApprovalDataProcessing.mjs";
123
- import { getNetworkObject as Fs, getNetworkType as Ls } from "./functions/utils/evmNetworkFunctions.mjs";
124
- import { getAllAxelarMigrationInfos as Ns, getAxelarMigrationInfo as Ms } from "./functions/utils/axelar.utils.mjs";
125
- import { browserSupported as Hs, walletSupported as Vs } from "./functions/utils/userAgent.mjs";
126
- import { decodeTxInput as Gs, decodeTxLogs as Ks, deserializeDecodedTxs as Ys, serializeDecodedTxs as zs } from "./functions/utils/getDataFromTransaction.mjs";
127
- import { reloadPage as qs } from "./functions/utils/reloadPage.mjs";
128
- import { capitalizeFirstLetter as Js, getStateKey as Qs, hexToUtf8 as js, isNullOrEmpty as $s, replaceAllInstances as ep, toTitleCase as rp } from "./functions/utils/string.utils.mjs";
129
- import { isNicknameValid as tp } from "./functions/utils/nickname.utils.mjs";
130
- import { caseInsensitiveEqual as ip, lowerCaseIncludes as np, lowerCaseStartsWith as sp } from "./functions/utils/caseInsensitive.utils.mjs";
131
- import { getCurrentTimeInSeconds as lp, waitLittle as mp } from "./functions/utils/time.utils.mjs";
132
- import { patchRegistry as dp } from "./functions/utils/volatile-patcher.utils.mjs";
133
- import { createCacheDevice as xp } from "./functions/utils/cacheDevice.utils.mjs";
134
- import { debounce as Ap, wait as up } from "./functions/utils/process.utils.mjs";
135
- import { getBlockExplorerUrl as Tp } from "./functions/utils/getBlockExplorerUrl.mjs";
136
- import { involvesPermit2Op as Pp } from "./functions/utils/involves-permit2-op.mjs";
137
- import { checkChainOrAddressNotUpdated as Rp } from "./functions/utils/upToDateState.mjs";
138
- import { CustomJSONParse as Ip, CustomJSONStringify as kp } from "./functions/utils/serialize.utils.mjs";
139
- import { isUseApprovalDataEmpty as bp, padUseApprovalUtxoData as Dp } from "./functions/utils/processUseApprovalUtxoData.mjs";
140
- import { convertEmporiumOpToCallInfo as Op } from "./functions/utils/convertEmporiumOpToCallInfo.mjs";
141
- import { getExtendedRecipientInfoFromUserKeys as Up, getRecipientInfoFromUserKeys as Fp } from "./functions/utils/getRecipientInfoFromUserKeys.mjs";
142
- import { getPublicBalance as Bp, getPublicBalancesOfTokens as Np } from "./functions/utils/publicBalance.utils.mjs";
143
- import { rpcIntEncode as wp } from "./functions/utils/rpc-int-encode.mjs";
144
- import { checkTokensForShielding as Vp } from "./functions/utils/token-check.utils.mjs";
145
- import { arraysMatch as Gp } from "./functions/utils/arraysMatch.mjs";
146
- import { constructStealthAddressStructure as Yp, isValidExtendedPrivateAddress as zp, isValidPrivateAddress as Zp } from "./functions/utils/addresses.mjs";
147
- import { calculateDollarValue as Xp, ethToWei as Jp, getAmountInToken as Qp, getAmountInWei as jp, getAmountInWeiOrZero as $p, getAmountWithPrecision as el, getAmountWithPrecisionOrZero as rl, randomBigInt as ol, toBigIntWithDecimals as tl } from "./functions/web3/etherFunctions.mjs";
148
- import { getInputUtxoAndBalance as il, getInputUtxoAndBalancePerToken as nl, getInputUtxosFromEncryptedOutputs as sl } from "./functions/web3/events/getInputUtxoAndBalance.mjs";
149
- import { addPaddingToUtxos as ll, getShieldedBalance as ml } from "./functions/web3/events/getShieldedBalance.mjs";
150
- import { getDepositEvents as dl, retrieveEvents as fl } from "./functions/web3/events/web3RetrieveEvents.mjs";
151
- import { balanceChangedHandler as gl } from "./functions/web3/events/balanceChangedHandler.mjs";
152
- import { balanceChangedCustomHandler as ul } from "./functions/web3/events/balanceChangedCustomHandler.mjs";
153
- import { getApprovedBalance as Tl, getApprovedUtxos as El, getApprovedUtxosForToken as Pl, getMyApprovalAmountForInteraction as yl } from "./functions/web3/events/getApprovedBalance.mjs";
154
- import { getUniswapFee as Cl, getUniswapPrice as Il, getUniswapPriceHelper as kl, searchPoolAndFee as hl } from "./functions/web3/uniswapAPI.mjs";
155
- import { getOdosPrice as Dl } from "./functions/web3/odosAPI.mjs";
156
- import { getOneInchPrice as Ol } from "./functions/web3/oneInchAPI.mjs";
157
- import { runContractFunction as Ul } from "./functions/web3/runContractFunction.mjs";
158
- import { constructZkProof as Ll } from "./functions/snarkjs/constructGeneralZkProof.mjs";
159
- import { constructEmporiumProof as Nl } from "./functions/snarkjs/constructEmporiumProof.mjs";
160
- import { buildInNullifiers as wl, buildOutCommitments as Hl, calcAccessTokenSiblingsAndSides as Vl, calcAmountChanges as Wl, calcCommitmentsSiblingAndSides as Gl, calcEncryptedOutputs as Kl, calcPublicSignalCount as Yl, calcStealthAddressStructure as zl, createCallDataHash as Zl, deserializeCircomData as ql, getSlippageValues as Xl, serializeCircomData as Jl } from "./functions/snarkjs/common.snarkjs.mjs";
161
- import { generateZkProof as jl } from "./functions/snarkjs/generateZkProof.mjs";
162
- import { getCRV as em } from "./functions/protocols/curve.protocols.mjs";
163
- import { getCVX as om } from "./functions/protocols/convex.protocols.mjs";
164
- import { determinePendleSwapType as am, determinePendleSwapTypeApiRoute as im, erc20TokenFromPendleAsset as nm, getAssetTypeFromPendleMarket as sm, getTokenIndexForPendleFlatFee as pm } from "./functions/protocols/pendle.helpers.mjs";
165
- import { calculateStakeNullifier as mm, createStakeCommitment as cm, decryptStake as dm, encodeHStakeMetadata as fm, encryptStake as xm } from "./functions/staking/index.mjs";
166
- import { createApproveEmporiumOp as Am, createTransaferEmporiumOpsBatch as um, createTransferEmporiumOp as Sm, createTransferToEmporiumOp as Tm, emporiumOp as Em, encodeEmporiumMetadata as Pm, generateFundApproveAndTransactOps as ym, modifyDataForProxy as Rm, modifyDataForProxyWithNonce as Cm } from "./functions/private-wallet/emporium.helpers.mjs";
167
- import { OpType as km, produceOp as hm } from "./functions/private-wallet/opProducer.mjs";
168
- import { calculateSmartContractWalletAddress as Dm, calculateSmartContractWalletAddressFromNonce as vm, isProxyDeployed as Om } from "./functions/private-wallet/smartContractWalletCalculator.mjs";
169
- import { createSwapToEmporiumOpForUniswap as Um, createSwapToEmporiumOpFromData as Fm, createSwapToEmporiumOps as Lm } from "./functions/private-wallet/emporium.swap.helpers.mjs";
170
- import { dataBeefyApiConfig as Nm, isBeefyDeposit as Mm } from "./types/beefy.types.mjs";
171
- import { defaultHookData as Hm, defaultHookDataArray as Vm, defaultStealthAddressStructure as Wm, emptyStealthAddressStructure as Gm } from "./types/circom-data.types.mjs";
172
- import { ContractType as Ym } from "./types/ethereum-network.types.mjs";
173
- import { ExternalActionId as Zm } from "./types/external-action.types.mjs";
174
- import { BeefyAction as Xm, ConvexAction as Jm, CurveAction as Qm, EventType as jm, HinkalLogicAction as $m, HinkalStakeAction as ec, INTERACTION as rc, IntegrationProvider as oc, LidoAction as tc, LidoVariant as ac, PendleAction as ic, PendleLPAction as nc, StakeProvider as sc, VolatileAction as pc, defaultFeeStructure as lc, defaultHinkalLogicArgs as mc, defaultUseApprovalUTXOData as cc } from "./types/hinkal.types.mjs";
175
- import { KycVerificationResult as fc, KycVerificationStatus as xc, Passports as gc, VERIFICATION_TYPE as Ac, VerificationTypes as uc } from "./types/kyc.types.mjs";
176
- import { ApprovalType as Tc } from "./types/token.types.mjs";
177
- import { SlippageType as Pc, slippageLevels as yc } from "./types/slippage.types.mjs";
178
- import { TransactionAction as Cc, TransactionStatus as Ic, emptyDecodedTx as kc } from "./types/transactions.types.mjs";
179
- import { MONTHS as bc, dayInMilliseconds as Dc, divideMonthOnIntervals as vc, getCurrentWeek as Oc, getDateFromWeek as _c, getNextDay as Uc, getWeekTimestamps as Fc, hasCertificationPeriodExpired as Lc, hourInMilliseconds as Bc, isWeekCurrent as Nc, minuteInMilliseconds as Mc, parseWeek as wc, secondInMilliseconds as Hc, toDateString as Vc, weekInMilliseconds as Wc } from "./types/time.types.mjs";
180
- import { BonusType as Kc, CertifyType as Yc, LP_TIER as zc, PaymentStatus as Zc, PointType as qc, RafflePrizeType as Xc, RewardPage as Jc, RewardsHistoryDistribution as Qc, RewardsHistoryEligibility as jc, RewardsHistorySnapshots as $c, RewardsHistoryStatuses as ed, RewardsPageTabs as rd, TIER_LEVEL as od, Timeline as td, emptyUserPointsBreakdown as ad, emptyUserPointsResponse as id } from "./types/rewards.types.mjs";
181
- import { PendleAssetType as sd, PendleChains as pd, PendleDashboardTabs as ld, PendleEarnTabs as md, PendleMarketTransactionTypes as cd, PendlePoolManualTabs as dd, PendlePoolTabs as fd, PendlePoolZapTabs as xd, PendleSwapType as gd, PendleTabs as Ad, PendleTradeGeneralTabs as ud, PendleTradeTabs as Sd } from "./types/pendle.types.mjs";
182
- import { StatType as Ed, UpperTabPossibleValues as Pd, curveNetworkNames as yd, curvePools as Rd } from "./types/curve.types.mjs";
183
- import { HinkalStakeMode as Id } from "./types/hinkal.stake.types.mjs";
184
- import { AdminActionType as hd, AdminDetailedActionType as bd } from "./types/admin.types.mjs";
185
- import { ActivityStatus as vd, ActivityTypes as Od, DexProviders as _d } from "./types/activities.types.mjs";
186
- import { SandboxRequestType as Fd } from "./types/sandbox.types.mjs";
187
- import { PrivateBalanceUpdateType as Bd } from "./types/balances.types.mjs";
188
- import { StorageKeys as Md } from "./types/cache.types.mjs";
189
- import { getERC20Registry as Hd, getFixedRegistry as Vd } from "./constants/token-data/ERC20Registry.mjs";
190
- import { urlForBeefyVaultTokens as Gd, urlForBeefyVaultTotalInUSD as Kd, urlForRegularTokenPricesInBeefy as Yd } from "./constants/token-data/tokenPricing.consts.mjs";
191
- import { PopularTokenSymbols as Zd } from "./constants/token-data/popularTokens.constants.mjs";
192
- import { abi as Xd } from "./externalABIs/amToken.mjs";
193
- import { abi as Qd } from "./externalABIs/USDC.mjs";
194
- import { abi as $d } from "./externalABIs/DAI.mjs";
195
- import { abi as rf } from "./externalABIs/USDR.mjs";
196
- import { abi as tf } from "./externalABIs/USDR3CRV.mjs";
197
- import { abi as nf } from "./externalABIs/USDT.mjs";
198
- import { abi as pf } from "./externalABIs/WETH.mjs";
199
- import { abi as mf } from "./externalABIs/BUSD.mjs";
200
- import { abi as df } from "./externalABIs/SanctionsList.mjs";
201
- import { default as xf } from "./externalABIs/LidoStEthAbi.json.mjs";
202
- import { default as Af } from "./externalABIs/LidoStMaticAbi.json.mjs";
203
- import { default as Sf } from "./externalABIs/LidoWithdrawalQueueERC721Abi.json.mjs";
204
- import { default as Ef } from "./externalABIs/LidoWstEthAbi.json.mjs";
205
- import { default as yf } from "./externalABIs/PoLidoNftAbi.json.mjs";
206
- import { default as Cf } from "./externalABIs/LidoStakeManagerAbi.json.mjs";
207
- import { default as kf } from "./externalABIs/OptimismGasPriceOracle.json.mjs";
28
+ import { default as _e } from "./constants/deploy-data/deploy-data-axelar2.json.mjs";
29
+ import { EthereumNetworkType as Oe, WALLET_INITIAL_CHAIN_ID as Ue, WALLET_SUPPORTED_CHAINS as Fe, chainIds as Ne, chainIdsByType as Be, crossChainAccessTokenNetworks as Me, getNonLocalhostChainId as we, isLocalNetwork as He, isOptimismLike as We, localhostNetwork as Ve, networkRegistry as Ge } from "./constants/chains.constants.mjs";
30
+ import { GAS_COST_TOKEN_SYMBOL_OPTIONS as Ye, HINKAL_EXTERNAL_ACTION_FEE as ze, HINKAL_UNIVERSAL_FEE as Ze, defaultFeeToken as qe, getAmountAfterRelayAndFlatFees as Xe, getAmountAfterRelayAndFlatFeesAndSlippage as Je, getAmountAfterRelayFee as Qe, getAmountAfterSlippage as je, getAmountWithoutFee as $e, getHinkalFeeRateInBeeps as er, getRelayFee as rr, getSlippageFee as or } from "./constants/fees.constants.mjs";
31
+ import { contractMetadataMapping as ar, getHinkalParameters as ir, uniswapV2PoolData as nr, uniswapV3FactoryData as sr, uniswapV3PoolData as pr, uniswapV3QuoterData as lr } from "./constants/contracts.constants.mjs";
32
+ import { AIPRISE_KYB_TEMPLATE_ID_PROD as cr, AIPRISE_KYC_TEMPLATE_ID_PROD as dr, RECLAIM_MESSAGE_TO_SIGN as fr, ReclaimPassports as xr, StandardPassports as gr, SupportedPassports as Ar, aipriseBaseOnboardingProductionUrl as ur, aipriseBaseOnboardingSandboxUrl as Tr, supportedPassportLinks as Sr } from "./constants/kyc.constants.mjs";
33
+ import { API_CONFIG as Pr, DATA_SERVER_CONFIG as Rr, DATA_SERVER_PORT as yr, DATA_SERVER_URL_LOCAL as Cr, DATA_SERVER_URL_PRODUCTION as Ir, PLAYGROUND_RELAYER_URLS as kr, PLAYGROUND_SERVER_URLS as hr, PLAYGROUND_URL as br, RELAYER_CONFIG as Dr, RELAYER_URLS as vr, SERVER_URLS as _r, STAGING_RELAYER_URLS as Lr, STAGING_SERVER_URLS as Or, STAGING_URL as Ur, WALLET_RELAYER_URLS as Fr, WALLET_SERVER_URLS as Nr } from "./constants/server.constants.mjs";
34
+ import { DEPLOYMENT_MODE as Mr, deploymentMode as wr, isDevelopment as Hr, isExtension as Wr, isExtensionSandbox as Vr, isNode as Gr, isNotClientProduction as Kr, isNotProduction as Yr, isPlayground as zr, isSandbox as Zr, isStaging as qr, isWebpack as Xr } from "./constants/vite.constants.mjs";
35
+ import { CIRCOM_MERKLE_LENGTH as Qr, CIRCOM_P as jr, CIRCOM_P_HALF as $r, EIP1271_FAILURE as eo, EIP1271_SUCCESS as ro, MERKLE_LEVELS as oo, RELAYER_ADDRESS as to, beefyChainIds as ao, crvSymbol as io, curveWithdrawGasTokenAddress as no, curveZeroAddress as so, cvxSymbol as po, defaultSignatureData as lo, ethVolatileAddress as mo, hinkalSimulationAddress as co, oneInchZeroAddress as fo, ownerPublicKey as xo, permitSignatureValidFor as go, signaturePhrase as Ao, threePoolSymbol as uo, zeroAddress as To } from "./constants/protocol.constants.mjs";
36
+ import { COINGECKO_API_KEY as Eo, CoinGeckoChainLabels as Po, coingeckoPriceUrl as Ro, coingeckoPriceUrl2 as yo, coingeckoTokenListUrl as Co, getCoingeckoIdForNativeTokens as Io, getCoingeckoPlatform as ko, proCoingeckoUrl as ho, proHeader as bo } from "./constants/coingecko.constants.mjs";
37
+ import { AxelarRegistry as vo } from "./constants/axelar.constants.mjs";
38
+ import { NETWORKS as Lo, getGasStationUrl as Oo } from "./constants/backend.constants.mjs";
39
+ import { arbMainnetCrvCvxRegistry as Fo, avalancheCrvCvxRegistry as No, baseCrvCvxRegistry as Bo, ethCrvCvxRegistry as Mo, getCrvCvxWithChainId as wo, optimismCrvCvxRegistry as Ho, polygonCrvCvxRegistry as Wo } from "./constants/crvCvx.registry.mjs";
40
+ import { getCalcTokenAmountWithDynamicArray as Go } from "./constants/crvDynamic.registry.mjs";
41
+ import { ethSymbol as Yo, lidoStEthContractAddress as zo, lidoStMaticAddress as Zo, lidoStakeManagerAddress as qo, lidoWithdrawalQueueERC721Address as Xo, lidoWstEthContractAddress as Jo, maticSymbol as Qo, poLidoNftAddress as jo, stMaticSymbol as $o, wstEthSymbol as et } from "./constants/lido.constants.mjs";
42
+ import { ACCESS_TOKEN_MINTING_POINTS as ot, CERTIFICATION_DISABLE_WEEK as tt, REWARD_RECEIVABLE_TOKEN_SYMBOLS as at, RafflePrizePoints as it, boostAmounts as nt, lpLink as st, lpProgramStartWeek as pt, pointsLink as lt, raffleProgramStartWeek as mt, referralLink as ct } from "./constants/rewards.constants.mjs";
43
+ import { blockReorgDepth as ft } from "./constants/reorg-depths.constants.mjs";
44
+ import { ethBeefyRegistry as gt, getBeefyRegistryWithChainId as At } from "./constants/beefy.registry.mjs";
45
+ import { arbPendleRegistry as Tt, bnbPendleRegistry as St, ethPendleRegistry as Et, findSyAddress as Pt, getPendleRegistryWithChainId as Rt, getYtTokensWithChainId as yt, isYtToken as Ct, optimismPendleRegistry as It } from "./constants/pendle.registry.mjs";
46
+ import { mediaUrls as ht } from "./constants/mediaUrls.constants.mjs";
47
+ import { permit2Address as Dt, uniswapApprovalExtraCallData as vt } from "./constants/permit2.constants.mjs";
48
+ import { HETH_ERC20_TOKEN_ADDRESS as Lt, NATIVE_TOKEN_WRAPPER_ADDRESSES as Ot, SWAP_ROUTER_ADDRESSES as Ut, WETH_ERC20_TOKEN_ADDRESS as Ft } from "./constants/addresses.constants.mjs";
49
+ import { APPROVED_UTXO_CONVERSION_COUNT as Bt } from "./constants/conversion.constants.mjs";
50
+ import { TOKEN_LIMITS as wt, getTokensLimits as Ht } from "./constants/token.limits.constants.mjs";
51
+ import { MAX_DISPLAY_DECIMALS as Vt } from "./constants/balance.constants.mjs";
52
+ import { poseidonFunction as Kt, poseidonHash as Yt, poseidonHolder as zt } from "./crypto/poseidon.mjs";
53
+ import { babyJubInstance as qt, jubHolder as Xt } from "./crypto/babyJub.mjs";
54
+ import { preProcessing as Qt } from "./crypto/preProcessing.mjs";
55
+ import { ValueCache as $t } from "./data-structures/ValueCache/ValueCache.mjs";
56
+ import { abiDecodeUtxo as ra, checkUtxoSignature as oa, decodeUtxo as ta, decodeUtxoConstructorArgs as aa } from "./data-structures/crypto-keys/decodeUTXO.mjs";
57
+ import { decryptUtxo as na, decryptUtxoConstructorArgs as sa, encryptUtxo as pa } from "./data-structures/crypto-keys/encryptDecryptUtxo.mjs";
58
+ import { EncryptionKeyPairDefaultValue as ma, UserKeys as ca, stealthAddressCacheDevice as da, stealthPairCacheDevice as fa } from "./data-structures/crypto-keys/keys.mjs";
59
+ import { getCircomSign as ga, isCircomNegative as Aa } from "./data-structures/crypto-keys/keyUtils.mjs";
60
+ import { Hinkal as Ta } from "./data-structures/Hinkal/Hinkal.mjs";
61
+ import { hinkalActionBeefy as Ea } from "./data-structures/Hinkal/hinkalActionBeefy.mjs";
62
+ import { hinkalActionConvex as Ra } from "./data-structures/Hinkal/hinkalActionConvex.mjs";
63
+ import { hinkalActionCurve as Ca } from "./data-structures/Hinkal/hinkalActionCurve.mjs";
64
+ import { hinkalActionPendle as ka } from "./data-structures/Hinkal/hinkalActionPendle.mjs";
65
+ import { hinkalDeposit as ba, hinkalDepositForOther as Da } from "./data-structures/Hinkal/hinkalDeposit.mjs";
66
+ import { hinkalSwap as _a } from "./data-structures/Hinkal/hinkalSwap.mjs";
67
+ import { hinkalTransfer as Oa } from "./data-structures/Hinkal/hinkalTransfer.mjs";
68
+ import { hinkalWithdraw as Fa } from "./data-structures/Hinkal/hinkalWithdraw.mjs";
69
+ import { hinkalPrivateWallet as Ba } from "./data-structures/Hinkal/hinkalPrivateWallet.mjs";
70
+ import { resetMerkleTrees as wa } from "./data-structures/Hinkal/resetMerkleTrees.mjs";
71
+ import { hinkalProxySwap as Wa } from "./data-structures/Hinkal/hinkalProxySwap.mjs";
72
+ import { MerkleTree as Ga } from "./data-structures/merkle-tree/MerkleTree.mjs";
73
+ import { getPatchedAccessTokenMerkleTree as Ya } from "./data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs";
74
+ import { MerkleTreeIncompleteError as Za } from "./data-structures/merkle-tree/MerkleTreeIncompleteError.mjs";
75
+ import { AbstractAccessTokenSnapshotService as Xa } from "./data-structures/event-service/AbstractAccessTokenSnapshotService.mjs";
76
+ import { AbstractCommitmentsSnapshotService as Qa } from "./data-structures/event-service/AbstractCommitmentsSnapshotService.mjs";
77
+ import { AbstractApprovalsSnapshotService as $a } from "./data-structures/event-service/AbstractApprovalsSnapshotService.mjs";
78
+ import { AbstractNullifierSnapshotService as ri } from "./data-structures/event-service/AbstractNullifierSnapshotService.mjs";
79
+ import { AbstractSnapshotService as ti } from "./data-structures/event-service/AbstractSnapshotService.mjs";
80
+ import { AbstractEventService as ii } from "./data-structures/event-service/AbstractEventService.mjs";
81
+ import { Utxo as si } from "./data-structures/utxo/Utxo.mjs";
82
+ import { customTokenRegistry as li } from "./data-structures/custom-token-registry/CustomTokenRegistry.mjs";
83
+ import { TokenChecker as ci } from "./data-structures/token-price-fetcher/TokenChecker.mjs";
84
+ import { TransactionsManager as fi } from "./data-structures/transactions-manager/TransactionsManager.mjs";
85
+ import { TransactionType as gi, externalActionToTransactionType as Ai } from "./data-structures/transactions-manager/history/history.types.mjs";
86
+ import { VolatileHelper as Ti } from "./data-structures/volatile-helper/VolatileHelper.mjs";
87
+ import { MultiThreadedUtxoUtils as Ei } from "./data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs";
88
+ import { FileCacheDevice as Ri } from "./data-structures/cacheDevices/FileCacheDevice.mjs";
89
+ import { LocalStorageCacheDevice as Ci } from "./data-structures/cacheDevices/LocalStorageCacheDevice.mjs";
90
+ import { activityStorage as ki } from "./data-structures/IndexedDB/activity-db.mjs";
91
+ import { publicBalancesStorage as bi } from "./data-structures/IndexedDB/balances-db.mjs";
92
+ import { privateBalancesStorage as vi } from "./data-structures/IndexedDB/private-balances-db.mjs";
93
+ import { pricesStorage as Li } from "./data-structures/IndexedDB/prices-db.mjs";
94
+ import { contactStorage as Ui } from "./data-structures/IndexedDB/contact-db.mjs";
95
+ import { PrivateTokensDB as Ni, privateTokensDB as Bi } from "./data-structures/TokenDBs/PrivateTokensDB.mjs";
96
+ import { PublicTokensDB as wi, publicTokensDB as Hi } from "./data-structures/TokenDBs/PublicTokensDB.mjs";
97
+ import { FeeOverTransactionValueError as Vi } from "./error-handling/customErrors/FeeOverTransactionValueError.mjs";
98
+ import { getGenericFeeOverTransactionValueErrorMessage as Ki, rethrowKnownGasErrorIfPossible as Yi } from "./error-handling/customErrors/customErrors.helpers.mjs";
99
+ import { UserFriendlyErrorCodes as Zi, insufficientResourcesErrorCodes as qi, transactionErrorCodes as Xi, walletConnectErrorCodes as Ji } from "./error-handling/error-codes.constants.mjs";
100
+ import { extractMessage as ji, getErrorMessage as $i } from "./error-handling/get-error.message.mjs";
101
+ import { checkErrorForSnapshotRestore as rn } from "./error-handling/handleErrorRestore.mjs";
102
+ import { logError as tn } from "./error-handling/logError.mjs";
103
+ import { ErrorCategory as nn } from "./error-handling/types.mjs";
104
+ import { Logger as pn } from "./error-handling/logger.mjs";
105
+ import { BabABI as mn, BeefyVaultABI as cn, CurveReadingWrapperABI as dn, CurveWrappedMainPoolABI as fn, ERC20ABI as xn, GalxeABI as gn, ISwapRouterABI as An, factoryABI as un, quoterV2ABI as Tn, transactionProverABI as Sn } from "./externalABIs/index.mjs";
106
+ import { checkHinkalAccessToken as Pn, mintAccessToken as Rn, mintTokenCrossChain as yn } from "./functions/web3/functionCalls/accessTokenCalls.mjs";
107
+ import { openPassportWindow as In } from "./functions/kyc/passportHelper.mjs";
108
+ import { openDefaultPassportWindow as hn } from "./functions/kyc/openDefaultPassportWindow.mjs";
109
+ import { absBigInt as Dn, beepsToPercentage as vn, bigintApplySugar as _n, bigintMax as Ln, calculateAmountUsingBeeps as On, calculateBigIntSum as Un, calculateSum as Fn, countTotalAmountInUtxos as Nn, fixDecimalsAmount as Bn, getValueFirstNDigit as Mn, minBigInt as wn, toBigInt as Hn, toBigIntOrUndefined as Wn, toCommaSeparatedNumberString as Vn, toInt as Gn, toNumberOrUndefined as Kn, trimLeadingZeros as Yn, truncateToDecimalPlaces as zn } from "./functions/utils/amounts.utils.mjs";
110
+ import { getFilePath as qn, getHinkalCache as Xn, getInHinkalAddressesCache as Jn, getInHinkalAddressesFilePath as Qn, loadTxsCache as jn, resetCache as $n, resetInHinkalAddressesCache as es, saveTxsCache as rs, setHinkalCache as os, setInHinkalAddressesCache as ts } from "./functions/utils/cacheFunctions.mjs";
111
+ import { createProvider as is } from "./functions/utils/create-provider.mjs";
112
+ import { decodeMetadata as ss, getActionFromMetadata as ps, getExternalActionIdFromNumber as ls, getExternalActionIdHash as ms, getExternalMetadataHash as cs } from "./functions/utils/external-action.utils.mjs";
113
+ import { getERC20Token as fs, getERC20TokenBySymbol as xs, getErc20TokensForChain as gs, getHToken as As, getTokenChangesList as us } from "./functions/utils/erc20tokenFunctions.mjs";
114
+ import { requireEnv as Ss } from "./functions/utils/requireEnv.mjs";
115
+ import { getSequence as Ps, promisify as Rs, resolveSync as ys } from "./functions/utils/resolve-sync.utils.mjs";
116
+ import { convertIntegrationProviderToExternalActionId as Is } from "./functions/utils/convertIntegrationProviderToExternalActionId.mjs";
117
+ import { getInteractionFromAction as hs } from "./functions/pre-transaction/interaction-to-action.mjs";
118
+ import { outputUtxoProcessing as Ds } from "./functions/pre-transaction/outputUtxoProcessing.mjs";
119
+ import { processGasEstimates as _s } from "./functions/pre-transaction/process-gas-estimates.mjs";
120
+ import { processAmountChanges as Os } from "./functions/pre-transaction/processAmountChanges.mjs";
121
+ import { getFlatFees as Fs } from "./functions/pre-transaction/getFlatFees.mjs";
122
+ import { outputApprovalDataProcessing as Bs, outputApprovalDataProcessingForHinkalApprove as Ms } from "./functions/pre-transaction/outputApprovalDataProcessing.mjs";
123
+ import { getNetworkObject as Hs, getNetworkType as Ws } from "./functions/utils/evmNetworkFunctions.mjs";
124
+ import { getAllAxelarMigrationInfos as Gs, getAxelarMigrationInfo as Ks } from "./functions/utils/axelar.utils.mjs";
125
+ import { browserSupported as zs, walletSupported as Zs } from "./functions/utils/userAgent.mjs";
126
+ import { decodeTxInput as Xs, decodeTxLogs as Js, deserializeDecodedTxs as Qs, serializeDecodedTxs as js } from "./functions/utils/getDataFromTransaction.mjs";
127
+ import { reloadPage as ep } from "./functions/utils/reloadPage.mjs";
128
+ import { capitalizeFirstLetter as op, getStateKey as tp, hexToUtf8 as ap, isNullOrEmpty as ip, replaceAllInstances as np, toTitleCase as sp } from "./functions/utils/string.utils.mjs";
129
+ import { isNicknameValid as lp } from "./functions/utils/nickname.utils.mjs";
130
+ import { caseInsensitiveEqual as cp, lowerCaseIncludes as dp, lowerCaseStartsWith as fp } from "./functions/utils/caseInsensitive.utils.mjs";
131
+ import { getCurrentTimeInSeconds as gp, waitLittle as Ap } from "./functions/utils/time.utils.mjs";
132
+ import { patchRegistry as Tp } from "./functions/utils/volatile-patcher.utils.mjs";
133
+ import { createCacheDevice as Ep } from "./functions/utils/cacheDevice.utils.mjs";
134
+ import { debounce as Rp, wait as yp } from "./functions/utils/process.utils.mjs";
135
+ import { getBlockExplorerUrl as Ip } from "./functions/utils/getBlockExplorerUrl.mjs";
136
+ import { involvesPermit2Op as hp } from "./functions/utils/involves-permit2-op.mjs";
137
+ import { checkChainOrAddressNotUpdated as Dp } from "./functions/utils/upToDateState.mjs";
138
+ import { CustomJSONParse as _p, CustomJSONStringify as Lp } from "./functions/utils/serialize.utils.mjs";
139
+ import { isUseApprovalDataEmpty as Up, padUseApprovalUtxoData as Fp } from "./functions/utils/processUseApprovalUtxoData.mjs";
140
+ import { convertEmporiumOpToCallInfo as Bp } from "./functions/utils/convertEmporiumOpToCallInfo.mjs";
141
+ import { getExtendedRecipientInfoFromUserKeys as wp, getRecipientInfoFromUserKeys as Hp } from "./functions/utils/getRecipientInfoFromUserKeys.mjs";
142
+ import { getPublicBalance as Vp, getPublicBalancesOfTokens as Gp } from "./functions/utils/publicBalance.utils.mjs";
143
+ import { rpcIntEncode as Yp } from "./functions/utils/rpc-int-encode.mjs";
144
+ import { checkTokensForShielding as Zp } from "./functions/utils/token-check.utils.mjs";
145
+ import { arraysMatch as Xp } from "./functions/utils/arraysMatch.mjs";
146
+ import { constructStealthAddressStructure as Qp, isValidExtendedPrivateAddress as jp, isValidPrivateAddress as $p } from "./functions/utils/addresses.mjs";
147
+ import { calculateDollarValue as rl, ethToWei as ol, getAmountInToken as tl, getAmountInWei as al, getAmountInWeiOrZero as il, getAmountWithPrecision as nl, getAmountWithPrecisionOrZero as sl, randomBigInt as pl, toBigIntWithDecimals as ll } from "./functions/web3/etherFunctions.mjs";
148
+ import { getInputUtxoAndBalance as cl, getInputUtxoAndBalancePerToken as dl, getInputUtxosFromEncryptedOutputs as fl } from "./functions/web3/events/getInputUtxoAndBalance.mjs";
149
+ import { addPaddingToUtxos as gl, getShieldedBalance as Al } from "./functions/web3/events/getShieldedBalance.mjs";
150
+ import { getDepositEvents as Tl, retrieveEvents as Sl } from "./functions/web3/events/web3RetrieveEvents.mjs";
151
+ import { balanceChangedHandler as Pl } from "./functions/web3/events/balanceChangedHandler.mjs";
152
+ import { balanceChangedCustomHandler as yl } from "./functions/web3/events/balanceChangedCustomHandler.mjs";
153
+ import { getApprovedBalance as Il, getApprovedUtxos as kl, getApprovedUtxosForToken as hl, getMyApprovalAmountForInteraction as bl } from "./functions/web3/events/getApprovedBalance.mjs";
154
+ import { getUniswapFee as vl, getUniswapPrice as _l, getUniswapPriceHelper as Ll, searchPoolAndFee as Ol } from "./functions/web3/uniswapAPI.mjs";
155
+ import { getOdosPrice as Fl } from "./functions/web3/odosAPI.mjs";
156
+ import { getOneInchPrice as Bl } from "./functions/web3/oneInchAPI.mjs";
157
+ import { runContractFunction as wl } from "./functions/web3/runContractFunction.mjs";
158
+ import { getTokenHolder as Wl } from "./functions/web3/getTokenHolder.mjs";
159
+ import { constructZkProof as Gl } from "./functions/snarkjs/constructGeneralZkProof.mjs";
160
+ import { constructEmporiumProof as Yl } from "./functions/snarkjs/constructEmporiumProof.mjs";
161
+ import { buildInNullifiers as Zl, buildOutCommitments as ql, calcAccessTokenSiblingsAndSides as Xl, calcAmountChanges as Jl, calcCommitmentsSiblingAndSides as Ql, calcEncryptedOutputs as jl, calcPublicSignalCount as $l, calcStealthAddressStructure as em, createCallDataHash as rm, deserializeCircomData as om, getSlippageValues as tm, serializeCircomData as am } from "./functions/snarkjs/common.snarkjs.mjs";
162
+ import { generateZkProof as nm } from "./functions/snarkjs/generateZkProof.mjs";
163
+ import { getCRV as pm } from "./functions/protocols/curve.protocols.mjs";
164
+ import { getCVX as mm } from "./functions/protocols/convex.protocols.mjs";
165
+ import { determinePendleSwapType as dm, determinePendleSwapTypeApiRoute as fm, erc20TokenFromPendleAsset as xm, getAssetTypeFromPendleMarket as gm, getTokenIndexForPendleFlatFee as Am } from "./functions/protocols/pendle.helpers.mjs";
166
+ import { calculateStakeNullifier as Tm, createStakeCommitment as Sm, decryptStake as Em, encodeHStakeMetadata as Pm, encryptStake as Rm } from "./functions/staking/index.mjs";
167
+ import { createApproveEmporiumOp as Cm, createTransaferEmporiumOpsBatch as Im, createTransferEmporiumOp as km, createTransferToEmporiumOp as hm, emporiumOp as bm, encodeEmporiumMetadata as Dm, generateFundApproveAndTransactOps as vm, modifyDataForProxy as _m, modifyDataForProxyWithNonce as Lm } from "./functions/private-wallet/emporium.helpers.mjs";
168
+ import { OpType as Um, produceOp as Fm } from "./functions/private-wallet/opProducer.mjs";
169
+ import { calculateSmartContractWalletAddress as Bm, calculateSmartContractWalletAddressFromNonce as Mm, isProxyDeployed as wm } from "./functions/private-wallet/smartContractWalletCalculator.mjs";
170
+ import { createSwapToEmporiumOpForUniswap as Wm, createSwapToEmporiumOpFromData as Vm, createSwapToEmporiumOps as Gm } from "./functions/private-wallet/emporium.swap.helpers.mjs";
171
+ import { dataBeefyApiConfig as Ym, isBeefyDeposit as zm } from "./types/beefy.types.mjs";
172
+ import { defaultHookData as qm, defaultHookDataArray as Xm, defaultStealthAddressStructure as Jm, emptyStealthAddressStructure as Qm } from "./types/circom-data.types.mjs";
173
+ import { ContractType as $m } from "./types/ethereum-network.types.mjs";
174
+ import { ExternalActionId as rc } from "./types/external-action.types.mjs";
175
+ import { BeefyAction as tc, ConvexAction as ac, CurveAction as ic, EventType as nc, HinkalLogicAction as sc, HinkalStakeAction as pc, INTERACTION as lc, IntegrationProvider as mc, LidoAction as cc, LidoVariant as dc, PendleAction as fc, PendleLPAction as xc, StakeProvider as gc, VolatileAction as Ac, defaultFeeStructure as uc, defaultHinkalLogicArgs as Tc, defaultUseApprovalUTXOData as Sc } from "./types/hinkal.types.mjs";
176
+ import { KycVerificationResult as Pc, KycVerificationStatus as Rc, Passports as yc, VERIFICATION_TYPE as Cc, VerificationTypes as Ic } from "./types/kyc.types.mjs";
177
+ import { ApprovalType as hc } from "./types/token.types.mjs";
178
+ import { SlippageType as Dc, slippageLevels as vc } from "./types/slippage.types.mjs";
179
+ import { TransactionAction as Lc, TransactionStatus as Oc, emptyDecodedTx as Uc } from "./types/transactions.types.mjs";
180
+ import { MONTHS as Nc, dayInMilliseconds as Bc, divideMonthOnIntervals as Mc, getCurrentWeek as wc, getDateFromWeek as Hc, getNextDay as Wc, getWeekTimestamps as Vc, hasCertificationPeriodExpired as Gc, hourInMilliseconds as Kc, isWeekCurrent as Yc, minuteInMilliseconds as zc, parseWeek as Zc, secondInMilliseconds as qc, toDateString as Xc, weekInMilliseconds as Jc } from "./types/time.types.mjs";
181
+ import { BonusType as jc, CertifyType as $c, LP_TIER as ed, PaymentStatus as rd, PointType as od, RafflePrizeType as td, RewardPage as ad, RewardsHistoryDistribution as id, RewardsHistoryEligibility as nd, RewardsHistorySnapshots as sd, RewardsHistoryStatuses as pd, RewardsPageTabs as ld, TIER_LEVEL as md, Timeline as cd, emptyUserPointsBreakdown as dd, emptyUserPointsResponse as fd } from "./types/rewards.types.mjs";
182
+ import { PendleAssetType as gd, PendleChains as Ad, PendleDashboardTabs as ud, PendleEarnTabs as Td, PendleMarketTransactionTypes as Sd, PendlePoolManualTabs as Ed, PendlePoolTabs as Pd, PendlePoolZapTabs as Rd, PendleSwapType as yd, PendleTabs as Cd, PendleTradeGeneralTabs as Id, PendleTradeTabs as kd } from "./types/pendle.types.mjs";
183
+ import { StatType as bd, UpperTabPossibleValues as Dd, curveNetworkNames as vd, curvePools as _d } from "./types/curve.types.mjs";
184
+ import { HinkalStakeMode as Od } from "./types/hinkal.stake.types.mjs";
185
+ import { AdminActionType as Fd, AdminDetailedActionType as Nd } from "./types/admin.types.mjs";
186
+ import { ActivityStatus as Md, ActivityTypes as wd, DexProviders as Hd } from "./types/activities.types.mjs";
187
+ import { SandboxRequestType as Vd } from "./types/sandbox.types.mjs";
188
+ import { PrivateBalanceUpdateType as Kd } from "./types/balances.types.mjs";
189
+ import { StorageKeys as zd } from "./types/cache.types.mjs";
190
+ import { getERC20Registry as qd, getFixedRegistry as Xd } from "./constants/token-data/ERC20Registry.mjs";
191
+ import { urlForBeefyVaultTokens as Qd, urlForBeefyVaultTotalInUSD as jd, urlForRegularTokenPricesInBeefy as $d } from "./constants/token-data/tokenPricing.consts.mjs";
192
+ import { PopularTokenSymbols as rf } from "./constants/token-data/popularTokens.constants.mjs";
193
+ import { abi as tf } from "./externalABIs/amToken.mjs";
194
+ import { abi as nf } from "./externalABIs/USDC.mjs";
195
+ import { abi as pf } from "./externalABIs/DAI.mjs";
196
+ import { abi as mf } from "./externalABIs/USDR.mjs";
197
+ import { abi as df } from "./externalABIs/USDR3CRV.mjs";
198
+ import { abi as xf } from "./externalABIs/USDT.mjs";
199
+ import { abi as Af } from "./externalABIs/WETH.mjs";
200
+ import { abi as Tf } from "./externalABIs/BUSD.mjs";
201
+ import { abi as Ef } from "./externalABIs/SanctionsList.mjs";
202
+ import { default as Rf } from "./externalABIs/LidoStEthAbi.json.mjs";
203
+ import { default as Cf } from "./externalABIs/LidoStMaticAbi.json.mjs";
204
+ import { default as kf } from "./externalABIs/LidoWithdrawalQueueERC721Abi.json.mjs";
205
+ import { default as bf } from "./externalABIs/LidoWstEthAbi.json.mjs";
206
+ import { default as vf } from "./externalABIs/PoLidoNftAbi.json.mjs";
207
+ import { default as Lf } from "./externalABIs/LidoStakeManagerAbi.json.mjs";
208
+ import { default as Uf } from "./externalABIs/OptimismGasPriceOracle.json.mjs";
208
209
  export {
209
- Jo as ACCESS_TOKEN_MINTING_POINTS,
210
- lr as AIPRISE_KYB_TEMPLATE_ID_PROD,
211
- mr as AIPRISE_KYC_TEMPLATE_ID_PROD,
210
+ ot as ACCESS_TOKEN_MINTING_POINTS,
211
+ cr as AIPRISE_KYB_TEMPLATE_ID_PROD,
212
+ dr as AIPRISE_KYC_TEMPLATE_ID_PROD,
212
213
  b as API,
213
- Tr as API_CONFIG,
214
- Ot as APPROVED_UTXO_CONVERSION_COUNT,
215
- Ga as AbstractAccessTokenSnapshotService,
216
- Za as AbstractApprovalsSnapshotService,
217
- Ya as AbstractCommitmentsSnapshotService,
218
- $a as AbstractEventService,
219
- Xa as AbstractNullifierSnapshotService,
220
- Qa as AbstractSnapshotService,
221
- vd as ActivityStatus,
222
- Od as ActivityTypes,
223
- hd as AdminActionType,
224
- bd as AdminDetailedActionType,
225
- Xd as AmTokenABI,
226
- Tc as ApprovalType,
227
- Co as AxelarRegistry,
228
- mf as BUSDABI,
229
- tn as BabABI,
230
- Xm as BeefyAction,
231
- an as BeefyVaultABI,
232
- Kc as BonusType,
233
- Qo as CERTIFICATION_DISABLE_WEEK,
234
- Zr as CIRCOM_P,
235
- qr as CIRCOM_P_HALF,
236
- xo as COINGECKO_API_KEY,
237
- Yc as CertifyType,
238
- go as CoinGeckoChainLabels,
239
- Ym as ContractType,
240
- Jm as ConvexAction,
241
- Qm as CurveAction,
242
- nn as CurveReadingWrapperABI,
243
- sn as CurveWrappedMainPoolABI,
244
- Ip as CustomJSONParse,
245
- kp as CustomJSONStringify,
246
- Er as DATA_SERVER_CONFIG,
247
- Pr as DATA_SERVER_PORT,
248
- yr as DATA_SERVER_URL_LOCAL,
249
- Rr as DATA_SERVER_URL_PRODUCTION,
250
- Fr as DEPLOYMENT_MODE,
251
- _d as DexProviders,
252
- Xr as EIP1271_FAILURE,
253
- Jr as EIP1271_SUCCESS,
254
- pn as ERC20ABI,
255
- aa as EncryptionKeyPairDefaultValue,
256
- $i as ErrorCategory,
257
- Ue as EthereumNetworkType,
258
- jm as EventType,
259
- Zm as ExternalActionId,
260
- Bi as FeeOverTransactionValueError,
261
- Ai as FileCacheDevice,
262
- Ge as GAS_COST_TOKEN_SYMBOL_OPTIONS,
263
- ln as GalxeABI,
264
- kt as HETH_ERC20_TOKEN_ADDRESS,
265
- Ke as HINKAL_EXTERNAL_ACTION_FEE,
266
- Ye as HINKAL_UNIVERSAL_FEE,
267
- da as Hinkal,
268
- $m as HinkalLogicAction,
269
- ec as HinkalStakeAction,
270
- Id as HinkalStakeMode,
214
+ Pr as API_CONFIG,
215
+ Bt as APPROVED_UTXO_CONVERSION_COUNT,
216
+ Xa as AbstractAccessTokenSnapshotService,
217
+ $a as AbstractApprovalsSnapshotService,
218
+ Qa as AbstractCommitmentsSnapshotService,
219
+ ii as AbstractEventService,
220
+ ri as AbstractNullifierSnapshotService,
221
+ ti as AbstractSnapshotService,
222
+ Md as ActivityStatus,
223
+ wd as ActivityTypes,
224
+ Fd as AdminActionType,
225
+ Nd as AdminDetailedActionType,
226
+ tf as AmTokenABI,
227
+ hc as ApprovalType,
228
+ vo as AxelarRegistry,
229
+ Tf as BUSDABI,
230
+ mn as BabABI,
231
+ tc as BeefyAction,
232
+ cn as BeefyVaultABI,
233
+ jc as BonusType,
234
+ tt as CERTIFICATION_DISABLE_WEEK,
235
+ Qr as CIRCOM_MERKLE_LENGTH,
236
+ jr as CIRCOM_P,
237
+ $r as CIRCOM_P_HALF,
238
+ Eo as COINGECKO_API_KEY,
239
+ $c as CertifyType,
240
+ Po as CoinGeckoChainLabels,
241
+ $m as ContractType,
242
+ ac as ConvexAction,
243
+ ic as CurveAction,
244
+ dn as CurveReadingWrapperABI,
245
+ fn as CurveWrappedMainPoolABI,
246
+ _p as CustomJSONParse,
247
+ Lp as CustomJSONStringify,
248
+ Rr as DATA_SERVER_CONFIG,
249
+ yr as DATA_SERVER_PORT,
250
+ Cr as DATA_SERVER_URL_LOCAL,
251
+ Ir as DATA_SERVER_URL_PRODUCTION,
252
+ Mr as DEPLOYMENT_MODE,
253
+ Hd as DexProviders,
254
+ eo as EIP1271_FAILURE,
255
+ ro as EIP1271_SUCCESS,
256
+ xn as ERC20ABI,
257
+ ma as EncryptionKeyPairDefaultValue,
258
+ nn as ErrorCategory,
259
+ Oe as EthereumNetworkType,
260
+ nc as EventType,
261
+ rc as ExternalActionId,
262
+ Vi as FeeOverTransactionValueError,
263
+ Ri as FileCacheDevice,
264
+ Ye as GAS_COST_TOKEN_SYMBOL_OPTIONS,
265
+ gn as GalxeABI,
266
+ Lt as HETH_ERC20_TOKEN_ADDRESS,
267
+ ze as HINKAL_EXTERNAL_ACTION_FEE,
268
+ Ze as HINKAL_UNIVERSAL_FEE,
269
+ Ta as Hinkal,
270
+ sc as HinkalLogicAction,
271
+ pc as HinkalStakeAction,
272
+ Od as HinkalStakeMode,
271
273
  X as IMAGE_PATHS,
272
- rc as INTERACTION,
273
- mn as ISwapRouterABI,
274
- oc as IntegrationProvider,
275
- fc as KycVerificationResult,
276
- xc as KycVerificationStatus,
277
- zc as LP_TIER,
278
- tc as LidoAction,
279
- ac as LidoVariant,
280
- Si as LocalStorageCacheDevice,
281
- rn as Logger,
282
- Bt as MAX_DISPLAY_DECIMALS,
283
- bc as MONTHS,
284
- Na as MerkleTree,
285
- Va as MerkleTreeIncompleteError,
286
- xi as MultiThreadedUtxoUtils,
287
- ht as NATIVE_TOKEN_WRAPPER_ADDRESSES,
288
- ko as NETWORKS,
289
- km as OpType,
290
- Cr as PLAYGROUND_RELAYER_URLS,
291
- Ir as PLAYGROUND_SERVER_URLS,
292
- kr as PLAYGROUND_URL,
293
- gc as Passports,
294
- Zc as PaymentStatus,
295
- ic as PendleAction,
296
- sd as PendleAssetType,
297
- pd as PendleChains,
298
- ld as PendleDashboardTabs,
299
- md as PendleEarnTabs,
300
- nc as PendleLPAction,
301
- cd as PendleMarketTransactionTypes,
302
- dd as PendlePoolManualTabs,
303
- fd as PendlePoolTabs,
304
- xd as PendlePoolZapTabs,
305
- gd as PendleSwapType,
306
- Ad as PendleTabs,
307
- ud as PendleTradeGeneralTabs,
308
- Sd as PendleTradeTabs,
309
- qc as PointType,
310
- Zd as PopularTokenSymbols,
311
- Bd as PrivateBalanceUpdateType,
312
- vi as PrivateTokensDB,
313
- Ui as PublicTokensDB,
314
- cr as RECLAIM_MESSAGE_TO_SIGN,
315
- Qr as RELAYER_ADDRESS,
316
- hr as RELAYER_CONFIG,
317
- br as RELAYER_URLS,
318
- jo as REWARD_RECEIVABLE_TOKEN_SYMBOLS,
319
- $o as RafflePrizePoints,
320
- Xc as RafflePrizeType,
321
- dr as ReclaimPassports,
322
- Jc as RewardPage,
323
- Qc as RewardsHistoryDistribution,
324
- jc as RewardsHistoryEligibility,
325
- $c as RewardsHistorySnapshots,
326
- ed as RewardsHistoryStatuses,
327
- rd as RewardsPageTabs,
328
- Dr as SERVER_URLS,
329
- vr as STAGING_RELAYER_URLS,
274
+ lc as INTERACTION,
275
+ An as ISwapRouterABI,
276
+ mc as IntegrationProvider,
277
+ Pc as KycVerificationResult,
278
+ Rc as KycVerificationStatus,
279
+ ed as LP_TIER,
280
+ cc as LidoAction,
281
+ dc as LidoVariant,
282
+ Ci as LocalStorageCacheDevice,
283
+ pn as Logger,
284
+ Vt as MAX_DISPLAY_DECIMALS,
285
+ oo as MERKLE_LEVELS,
286
+ Nc as MONTHS,
287
+ Ga as MerkleTree,
288
+ Za as MerkleTreeIncompleteError,
289
+ Ei as MultiThreadedUtxoUtils,
290
+ Ot as NATIVE_TOKEN_WRAPPER_ADDRESSES,
291
+ Lo as NETWORKS,
292
+ Um as OpType,
293
+ kr as PLAYGROUND_RELAYER_URLS,
294
+ hr as PLAYGROUND_SERVER_URLS,
295
+ br as PLAYGROUND_URL,
296
+ yc as Passports,
297
+ rd as PaymentStatus,
298
+ fc as PendleAction,
299
+ gd as PendleAssetType,
300
+ Ad as PendleChains,
301
+ ud as PendleDashboardTabs,
302
+ Td as PendleEarnTabs,
303
+ xc as PendleLPAction,
304
+ Sd as PendleMarketTransactionTypes,
305
+ Ed as PendlePoolManualTabs,
306
+ Pd as PendlePoolTabs,
307
+ Rd as PendlePoolZapTabs,
308
+ yd as PendleSwapType,
309
+ Cd as PendleTabs,
310
+ Id as PendleTradeGeneralTabs,
311
+ kd as PendleTradeTabs,
312
+ od as PointType,
313
+ rf as PopularTokenSymbols,
314
+ Kd as PrivateBalanceUpdateType,
315
+ Ni as PrivateTokensDB,
316
+ wi as PublicTokensDB,
317
+ fr as RECLAIM_MESSAGE_TO_SIGN,
318
+ to as RELAYER_ADDRESS,
319
+ Dr as RELAYER_CONFIG,
320
+ vr as RELAYER_URLS,
321
+ at as REWARD_RECEIVABLE_TOKEN_SYMBOLS,
322
+ it as RafflePrizePoints,
323
+ td as RafflePrizeType,
324
+ xr as ReclaimPassports,
325
+ ad as RewardPage,
326
+ id as RewardsHistoryDistribution,
327
+ nd as RewardsHistoryEligibility,
328
+ sd as RewardsHistorySnapshots,
329
+ pd as RewardsHistoryStatuses,
330
+ ld as RewardsPageTabs,
331
+ _r as SERVER_URLS,
332
+ Lr as STAGING_RELAYER_URLS,
330
333
  Or as STAGING_SERVER_URLS,
331
- _r as STAGING_URL,
332
- bt as SWAP_ROUTER_ADDRESSES,
333
- Fd as SandboxRequestType,
334
- Pc as SlippageType,
335
- sc as StakeProvider,
336
- fr as StandardPassports,
337
- Ed as StatType,
338
- Md as StorageKeys,
339
- xr as SupportedPassports,
340
- od as TIER_LEVEL,
341
- Ut as TOKEN_LIMITS,
342
- td as Timeline,
343
- ii as TokenChecker,
344
- Cc as TransactionAction,
345
- Ic as TransactionStatus,
346
- li as TransactionType,
347
- si as TransactionsManager,
348
- Qd as USDCABI,
349
- tf as USDR3CRVABI,
350
- rf as USDRABI,
351
- nf as USDTABI,
352
- Pd as UpperTabPossibleValues,
353
- Vi as UserFriendlyErrorCodes,
354
- ia as UserKeys,
355
- ri as Utxo,
356
- Ac as VERIFICATION_TYPE,
357
- Zt as ValueCache,
358
- uc as VerificationTypes,
359
- pc as VolatileAction,
360
- di as VolatileHelper,
334
+ Ur as STAGING_URL,
335
+ Ut as SWAP_ROUTER_ADDRESSES,
336
+ Vd as SandboxRequestType,
337
+ Dc as SlippageType,
338
+ gc as StakeProvider,
339
+ gr as StandardPassports,
340
+ bd as StatType,
341
+ zd as StorageKeys,
342
+ Ar as SupportedPassports,
343
+ md as TIER_LEVEL,
344
+ wt as TOKEN_LIMITS,
345
+ cd as Timeline,
346
+ ci as TokenChecker,
347
+ Lc as TransactionAction,
348
+ Oc as TransactionStatus,
349
+ gi as TransactionType,
350
+ fi as TransactionsManager,
351
+ nf as USDCABI,
352
+ df as USDR3CRVABI,
353
+ mf as USDRABI,
354
+ xf as USDTABI,
355
+ Dd as UpperTabPossibleValues,
356
+ Zi as UserFriendlyErrorCodes,
357
+ ca as UserKeys,
358
+ si as Utxo,
359
+ Cc as VERIFICATION_TYPE,
360
+ $t as ValueCache,
361
+ Ic as VerificationTypes,
362
+ Ac as VolatileAction,
363
+ Ti as VolatileHelper,
361
364
  H as WALLET_API,
362
- pf as WETHABI,
363
- Dt as WETH_ERC20_TOKEN_ADDRESS,
364
- Xt as abiDecodeUtxo,
365
- Rn as absBigInt,
366
- Ei as activityStorage,
367
- ll as addPaddingToUtxos,
368
- gr as aipriseBaseOnboardingProductionUrl,
369
- Ar as aipriseBaseOnboardingSandboxUrl,
370
- Do as arbMainnetCrvCvxRegistry,
365
+ Ue as WALLET_INITIAL_CHAIN_ID,
366
+ Fr as WALLET_RELAYER_URLS,
367
+ Nr as WALLET_SERVER_URLS,
368
+ Fe as WALLET_SUPPORTED_CHAINS,
369
+ Af as WETHABI,
370
+ Ft as WETH_ERC20_TOKEN_ADDRESS,
371
+ ra as abiDecodeUtxo,
372
+ Dn as absBigInt,
373
+ ki as activityStorage,
374
+ gl as addPaddingToUtxos,
375
+ ur as aipriseBaseOnboardingProductionUrl,
376
+ Tr as aipriseBaseOnboardingSandboxUrl,
377
+ Fo as arbMainnetCrvCvxRegistry,
371
378
  ge as arbMainnetData,
372
379
  Q as arbMainnetRegistry,
373
380
  j as arbMainnetRegistryFixed,
374
- dt as arbPendleRegistry,
375
- Gp as arraysMatch,
376
- vo as avalancheCrvCvxRegistry,
377
- Re as avalancheData,
381
+ Tt as arbPendleRegistry,
382
+ Xp as arraysMatch,
383
+ No as avalancheCrvCvxRegistry,
384
+ ye as avalancheData,
378
385
  $ as avalancheRegistry,
379
386
  ee as avalancheRegistryFixed,
380
387
  De as axelar1Data,
381
- Oe as axelar2Data,
382
- Wt as babyJubInstance,
383
- ul as balanceChangedCustomHandler,
384
- gl as balanceChangedHandler,
385
- Oo as baseCrvCvxRegistry,
388
+ _e as axelar2Data,
389
+ qt as babyJubInstance,
390
+ yl as balanceChangedCustomHandler,
391
+ Pl as balanceChangedHandler,
392
+ Bo as baseCrvCvxRegistry,
386
393
  Ie as baseData,
387
394
  re as baseRegistry,
388
395
  oe as baseRegistryFixed,
389
- jr as beefyChainIds,
390
- Cn as beepsToPercentage,
391
- In as bigintApplySugar,
392
- kn as bigintMax,
393
- st as blockReorgDepth,
396
+ ao as beefyChainIds,
397
+ vn as beepsToPercentage,
398
+ _n as bigintApplySugar,
399
+ Ln as bigintMax,
400
+ ft as blockReorgDepth,
394
401
  fe as bnbMainnetData,
395
402
  te as bnbMainnetRegistry,
396
403
  ae as bnbMainnetRegistryFixed,
397
- ft as bnbPendleRegistry,
398
- et as boostAmounts,
399
- Hs as browserSupported,
400
- wl as buildInNullifiers,
401
- Hl as buildOutCommitments,
402
- Vl as calcAccessTokenSiblingsAndSides,
403
- Wl as calcAmountChanges,
404
- Gl as calcCommitmentsSiblingAndSides,
405
- Kl as calcEncryptedOutputs,
406
- Yl as calcPublicSignalCount,
407
- zl as calcStealthAddressStructure,
408
- hn as calculateAmountUsingBeeps,
409
- bn as calculateBigIntSum,
410
- Xp as calculateDollarValue,
411
- Dm as calculateSmartContractWalletAddress,
412
- vm as calculateSmartContractWalletAddressFromNonce,
413
- mm as calculateStakeNullifier,
414
- Dn as calculateSum,
404
+ St as bnbPendleRegistry,
405
+ nt as boostAmounts,
406
+ zs as browserSupported,
407
+ Zl as buildInNullifiers,
408
+ ql as buildOutCommitments,
409
+ Xl as calcAccessTokenSiblingsAndSides,
410
+ Jl as calcAmountChanges,
411
+ Ql as calcCommitmentsSiblingAndSides,
412
+ jl as calcEncryptedOutputs,
413
+ $l as calcPublicSignalCount,
414
+ em as calcStealthAddressStructure,
415
+ On as calculateAmountUsingBeeps,
416
+ Un as calculateBigIntSum,
417
+ rl as calculateDollarValue,
418
+ Bm as calculateSmartContractWalletAddress,
419
+ Mm as calculateSmartContractWalletAddressFromNonce,
420
+ Tm as calculateStakeNullifier,
421
+ Fn as calculateSum,
415
422
  m as callOneInchAPI,
416
423
  x as callRelayerTransactAPI,
417
- Js as capitalizeFirstLetter,
418
- ip as caseInsensitiveEqual,
419
- Fe as chainIds,
420
- Le as chainIdsByType,
421
- Rp as checkChainOrAddressNotUpdated,
422
- Xi as checkErrorForSnapshotRestore,
423
- gn as checkHinkalAccessToken,
424
+ op as capitalizeFirstLetter,
425
+ cp as caseInsensitiveEqual,
426
+ Ne as chainIds,
427
+ Be as chainIdsByType,
428
+ Dp as checkChainOrAddressNotUpdated,
429
+ rn as checkErrorForSnapshotRestore,
430
+ Pn as checkHinkalAccessToken,
424
431
  C as checkRisk,
425
- Vp as checkTokensForShielding,
426
- Jt as checkUtxoSignature,
427
- Ao as coingeckoPriceUrl,
428
- uo as coingeckoPriceUrl2,
429
- So as coingeckoTokenListUrl,
430
- Nl as constructEmporiumProof,
431
- Yp as constructStealthAddressStructure,
432
- Ll as constructZkProof,
433
- bi as contactStorage,
434
- or as contractMetadataMapping,
435
- Op as convertEmporiumOpToCallInfo,
436
- Ts as convertIntegrationProviderToExternalActionId,
437
- vn as countTotalAmountInUtxos,
438
- Am as createApproveEmporiumOp,
439
- xp as createCacheDevice,
440
- Zl as createCallDataHash,
441
- $n as createProvider,
442
- cm as createStakeCommitment,
443
- Um as createSwapToEmporiumOpForUniswap,
444
- Fm as createSwapToEmporiumOpFromData,
445
- Lm as createSwapToEmporiumOps,
446
- um as createTransaferEmporiumOpsBatch,
447
- Sm as createTransferEmporiumOp,
448
- Tm as createTransferToEmporiumOp,
449
- Be as crossChainAccessTokenNetworks,
450
- $r as crvSymbol,
451
- yd as curveNetworkNames,
452
- Rd as curvePools,
453
- eo as curveWithdrawGasTokenAddress,
454
- ro as curveZeroAddress,
455
- ti as customTokenRegistry,
456
- oo as cvxSymbol,
457
- $d as daiABI,
458
- Nm as dataBeefyApiConfig,
459
- Dc as dayInMilliseconds,
460
- Ap as debounce,
461
- rs as decodeMetadata,
462
- Gs as decodeTxInput,
463
- Ks as decodeTxLogs,
464
- Qt as decodeUtxo,
465
- jt as decodeUtxoConstructorArgs,
466
- dm as decryptStake,
467
- ea as decryptUtxo,
468
- ra as decryptUtxoConstructorArgs,
469
- lc as defaultFeeStructure,
470
- ze as defaultFeeToken,
471
- mc as defaultHinkalLogicArgs,
472
- Hm as defaultHookData,
473
- Vm as defaultHookDataArray,
474
- to as defaultSignatureData,
475
- Wm as defaultStealthAddressStructure,
476
- cc as defaultUseApprovalUTXOData,
477
- Lr as deploymentMode,
478
- ql as deserializeCircomData,
479
- Ys as deserializeDecodedTxs,
480
- am as determinePendleSwapType,
481
- im as determinePendleSwapTypeApiRoute,
482
- vc as divideMonthOnIntervals,
483
- Em as emporiumOp,
484
- kc as emptyDecodedTx,
485
- Gm as emptyStealthAddressStructure,
486
- ad as emptyUserPointsBreakdown,
487
- id as emptyUserPointsResponse,
488
- Pm as encodeEmporiumMetadata,
489
- fm as encodeHStakeMetadata,
490
- xm as encryptStake,
491
- oa as encryptUtxo,
492
- nm as erc20TokenFromPendleAsset,
493
- lt as ethBeefyRegistry,
494
- _o as ethCrvCvxRegistry,
432
+ Zp as checkTokensForShielding,
433
+ oa as checkUtxoSignature,
434
+ Ro as coingeckoPriceUrl,
435
+ yo as coingeckoPriceUrl2,
436
+ Co as coingeckoTokenListUrl,
437
+ Yl as constructEmporiumProof,
438
+ Qp as constructStealthAddressStructure,
439
+ Gl as constructZkProof,
440
+ Ui as contactStorage,
441
+ ar as contractMetadataMapping,
442
+ Bp as convertEmporiumOpToCallInfo,
443
+ Is as convertIntegrationProviderToExternalActionId,
444
+ Nn as countTotalAmountInUtxos,
445
+ Cm as createApproveEmporiumOp,
446
+ Ep as createCacheDevice,
447
+ rm as createCallDataHash,
448
+ is as createProvider,
449
+ Sm as createStakeCommitment,
450
+ Wm as createSwapToEmporiumOpForUniswap,
451
+ Vm as createSwapToEmporiumOpFromData,
452
+ Gm as createSwapToEmporiumOps,
453
+ Im as createTransaferEmporiumOpsBatch,
454
+ km as createTransferEmporiumOp,
455
+ hm as createTransferToEmporiumOp,
456
+ Me as crossChainAccessTokenNetworks,
457
+ io as crvSymbol,
458
+ vd as curveNetworkNames,
459
+ _d as curvePools,
460
+ no as curveWithdrawGasTokenAddress,
461
+ so as curveZeroAddress,
462
+ li as customTokenRegistry,
463
+ po as cvxSymbol,
464
+ pf as daiABI,
465
+ Ym as dataBeefyApiConfig,
466
+ Bc as dayInMilliseconds,
467
+ Rp as debounce,
468
+ ss as decodeMetadata,
469
+ Xs as decodeTxInput,
470
+ Js as decodeTxLogs,
471
+ ta as decodeUtxo,
472
+ aa as decodeUtxoConstructorArgs,
473
+ Em as decryptStake,
474
+ na as decryptUtxo,
475
+ sa as decryptUtxoConstructorArgs,
476
+ uc as defaultFeeStructure,
477
+ qe as defaultFeeToken,
478
+ Tc as defaultHinkalLogicArgs,
479
+ qm as defaultHookData,
480
+ Xm as defaultHookDataArray,
481
+ lo as defaultSignatureData,
482
+ Jm as defaultStealthAddressStructure,
483
+ Sc as defaultUseApprovalUTXOData,
484
+ wr as deploymentMode,
485
+ om as deserializeCircomData,
486
+ Qs as deserializeDecodedTxs,
487
+ dm as determinePendleSwapType,
488
+ fm as determinePendleSwapTypeApiRoute,
489
+ Mc as divideMonthOnIntervals,
490
+ bm as emporiumOp,
491
+ Uc as emptyDecodedTx,
492
+ Qm as emptyStealthAddressStructure,
493
+ dd as emptyUserPointsBreakdown,
494
+ fd as emptyUserPointsResponse,
495
+ Dm as encodeEmporiumMetadata,
496
+ Pm as encodeHStakeMetadata,
497
+ Rm as encryptStake,
498
+ pa as encryptUtxo,
499
+ xm as erc20TokenFromPendleAsset,
500
+ gt as ethBeefyRegistry,
501
+ Mo as ethCrvCvxRegistry,
495
502
  ue as ethMainnetData,
496
503
  ie as ethMainnetRegistry,
497
504
  ne as ethMainnetRegistryFixed,
498
- xt as ethPendleRegistry,
499
- wo as ethSymbol,
500
- Jp as ethToWei,
501
- ao as ethVolatileAddress,
502
- mi as externalActionToTransactionType,
503
- zi as extractMessage,
504
- cn as factoryABI,
505
- gt as findSyAddress,
506
- On as fixDecimalsAmount,
507
- ym as generateFundApproveAndTransactOps,
508
- jl as generateZkProof,
509
- os as getActionFromMetadata,
510
- Ns as getAllAxelarMigrationInfos,
511
- Ze as getAmountAfterRelayAndFlatFees,
512
- qe as getAmountAfterRelayAndFlatFeesAndSlippage,
513
- Xe as getAmountAfterRelayFee,
514
- Je as getAmountAfterSlippage,
515
- Qp as getAmountInToken,
516
- jp as getAmountInWei,
517
- $p as getAmountInWeiOrZero,
518
- el as getAmountWithPrecision,
519
- rl as getAmountWithPrecisionOrZero,
520
- Qe as getAmountWithoutFee,
521
- Tl as getApprovedBalance,
522
- El as getApprovedUtxos,
523
- Pl as getApprovedUtxosForToken,
524
- sm as getAssetTypeFromPendleMarket,
505
+ Et as ethPendleRegistry,
506
+ Yo as ethSymbol,
507
+ ol as ethToWei,
508
+ mo as ethVolatileAddress,
509
+ Ai as externalActionToTransactionType,
510
+ ji as extractMessage,
511
+ un as factoryABI,
512
+ Pt as findSyAddress,
513
+ Bn as fixDecimalsAmount,
514
+ vm as generateFundApproveAndTransactOps,
515
+ nm as generateZkProof,
516
+ ps as getActionFromMetadata,
517
+ Gs as getAllAxelarMigrationInfos,
518
+ Xe as getAmountAfterRelayAndFlatFees,
519
+ Je as getAmountAfterRelayAndFlatFeesAndSlippage,
520
+ Qe as getAmountAfterRelayFee,
521
+ je as getAmountAfterSlippage,
522
+ tl as getAmountInToken,
523
+ al as getAmountInWei,
524
+ il as getAmountInWeiOrZero,
525
+ nl as getAmountWithPrecision,
526
+ sl as getAmountWithPrecisionOrZero,
527
+ $e as getAmountWithoutFee,
528
+ Il as getApprovedBalance,
529
+ kl as getApprovedUtxos,
530
+ hl as getApprovedUtxosForToken,
531
+ gm as getAssetTypeFromPendleMarket,
525
532
  A as getAxelarGasEstimate,
526
- Ms as getAxelarMigrationInfo,
533
+ Ks as getAxelarMigrationInfo,
527
534
  d as getBeefyHistoricalChartData,
528
- mt as getBeefyRegistryWithChainId,
529
- Tp as getBlockExplorerUrl,
530
- em as getCRV,
531
- om as getCVX,
532
- No as getCalcTokenAmountWithDynamicArray,
533
- la as getCircomSign,
534
- To as getCoingeckoIdForNativeTokens,
535
- Eo as getCoingeckoPlatform,
535
+ At as getBeefyRegistryWithChainId,
536
+ Ip as getBlockExplorerUrl,
537
+ pm as getCRV,
538
+ mm as getCVX,
539
+ Go as getCalcTokenAmountWithDynamicArray,
540
+ ga as getCircomSign,
541
+ Io as getCoingeckoIdForNativeTokens,
542
+ ko as getCoingeckoPlatform,
536
543
  i as getCoingeckoPrice,
537
544
  n as getCoingeckoPrice2,
538
545
  s as getCoingeckoPrices,
539
546
  p as getCoingeckoTokenList,
540
- Uo as getCrvCvxWithChainId,
541
- lp as getCurrentTimeInSeconds,
542
- Oc as getCurrentWeek,
547
+ wo as getCrvCvxWithChainId,
548
+ gp as getCurrentTimeInSeconds,
549
+ wc as getCurrentWeek,
543
550
  v as getCurvePools,
544
- O as getCurvePoolsforPriceFetching,
551
+ _ as getCurvePoolsforPriceFetching,
545
552
  o as getDataServerURL,
546
- _c as getDateFromWeek,
547
- dl as getDepositEvents,
548
- Hd as getERC20Registry,
549
- ss as getERC20Token,
550
- ps as getERC20TokenBySymbol,
551
- ls as getErc20TokensForChain,
552
- Zi as getErrorMessage,
553
- _ as getExtendedPoolInfo,
554
- Up as getExtendedRecipientInfoFromUserKeys,
555
- ts as getExternalActionIdFromNumber,
556
- as as getExternalActionIdHash,
557
- is as getExternalMetadataHash,
558
- Wn as getFilePath,
559
- Vd as getFixedRegistry,
560
- Ds as getFlatFees,
561
- S as getGasEstimates,
562
- ho as getGasStationUrl,
563
- Mi as getGenericFeeOverTransactionValueErrorMessage,
564
- ms as getHToken,
565
- Gn as getHinkalCache,
566
- je as getHinkalFeeRateInBeeps,
567
- tr as getHinkalParameters,
553
+ Hc as getDateFromWeek,
554
+ Tl as getDepositEvents,
555
+ qd as getERC20Registry,
556
+ fs as getERC20Token,
557
+ xs as getERC20TokenBySymbol,
558
+ gs as getErc20TokensForChain,
559
+ $i as getErrorMessage,
560
+ L as getExtendedPoolInfo,
561
+ wp as getExtendedRecipientInfoFromUserKeys,
562
+ ls as getExternalActionIdFromNumber,
563
+ ms as getExternalActionIdHash,
564
+ cs as getExternalMetadataHash,
565
+ qn as getFilePath,
566
+ Xd as getFixedRegistry,
567
+ Fs as getFlatFees,
568
+ T as getGasEstimates,
569
+ Oo as getGasStationUrl,
570
+ Ki as getGenericFeeOverTransactionValueErrorMessage,
571
+ As as getHToken,
572
+ Xn as getHinkalCache,
573
+ er as getHinkalFeeRateInBeeps,
574
+ ir as getHinkalParameters,
568
575
  k as getIdleRelay,
569
- Kn as getInHinkalAddressesCache,
570
- Yn as getInHinkalAddressesFilePath,
571
- il as getInputUtxoAndBalance,
572
- nl as getInputUtxoAndBalancePerToken,
573
- sl as getInputUtxosFromEncryptedOutputs,
574
- Ps as getInteractionFromAction,
575
- yl as getMyApprovalAmountForInteraction,
576
- Fs as getNetworkObject,
577
- Ls as getNetworkType,
578
- Uc as getNextDay,
579
- Ne as getNonLocalhostChainId,
580
- Dl as getOdosPrice,
581
- Ol as getOneInchPrice,
582
- wa as getPatchedAccessTokenMerkleTree,
583
- At as getPendleRegistryWithChainId,
584
- Bp as getPublicBalance,
585
- Np as getPublicBalancesOfTokens,
576
+ Jn as getInHinkalAddressesCache,
577
+ Qn as getInHinkalAddressesFilePath,
578
+ cl as getInputUtxoAndBalance,
579
+ dl as getInputUtxoAndBalancePerToken,
580
+ fl as getInputUtxosFromEncryptedOutputs,
581
+ hs as getInteractionFromAction,
582
+ bl as getMyApprovalAmountForInteraction,
583
+ Hs as getNetworkObject,
584
+ Ws as getNetworkType,
585
+ Wc as getNextDay,
586
+ we as getNonLocalhostChainId,
587
+ Fl as getOdosPrice,
588
+ Bl as getOneInchPrice,
589
+ Ya as getPatchedAccessTokenMerkleTree,
590
+ Rt as getPendleRegistryWithChainId,
591
+ Vp as getPublicBalance,
592
+ Gp as getPublicBalancesOfTokens,
586
593
  M as getPublicWalletBalance,
587
- Fp as getRecipientInfoFromUserKeys,
588
- $e as getRelayFee,
589
- B as getRelayerURL,
590
- gs as getSequence,
594
+ Hp as getRecipientInfoFromUserKeys,
595
+ rr as getRelayFee,
596
+ N as getRelayerURL,
597
+ Ps as getSequence,
591
598
  t as getServerURL,
592
- ml as getShieldedBalance,
593
- er as getSlippageFee,
594
- Xl as getSlippageValues,
595
- Qs as getStateKey,
596
- cs as getTokenChangesList,
597
- pm as getTokenIndexForPendleFlatFee,
599
+ Al as getShieldedBalance,
600
+ or as getSlippageFee,
601
+ tm as getSlippageValues,
602
+ tp as getStateKey,
603
+ us as getTokenChangesList,
604
+ Wl as getTokenHolder,
605
+ Am as getTokenIndexForPendleFlatFee,
598
606
  E as getTokenPrice,
599
607
  P as getTokenPriceEth,
600
- y as getTokenPrices,
601
- Ft as getTokensLimits,
602
- Cl as getUniswapFee,
603
- Il as getUniswapPrice,
604
- kl as getUniswapPriceHelper,
605
- _n as getValueFirstNDigit,
606
- Fc as getWeekTimestamps,
607
- ut as getYtTokensWithChainId,
608
- Lc as hasCertificationPeriodExpired,
609
- js as hexToUtf8,
610
- xa as hinkalActionBeefy,
611
- Aa as hinkalActionConvex,
612
- Sa as hinkalActionCurve,
613
- Ea as hinkalActionPendle,
614
- ya as hinkalDeposit,
615
- Ra as hinkalDepositForOther,
616
- Oa as hinkalPrivateWallet,
617
- La as hinkalProxySwap,
618
- io as hinkalSimulationAddress,
619
- Ia as hinkalSwap,
620
- ha as hinkalTransfer,
621
- Da as hinkalWithdraw,
622
- Bc as hourInMilliseconds,
623
- Wi as insufficientResourcesErrorCodes,
624
- Pp as involvesPermit2Op,
625
- Mm as isBeefyDeposit,
626
- ma as isCircomNegative,
627
- Br as isDevelopment,
628
- Nr as isExtension,
629
- Mr as isExtensionSandbox,
630
- Me as isLocalNetwork,
631
- tp as isNicknameValid,
632
- wr as isNode,
633
- Hr as isNotClientProduction,
634
- Vr as isNotProduction,
635
- $s as isNullOrEmpty,
636
- we as isOptimismLike,
637
- Wr as isPlayground,
638
- Om as isProxyDeployed,
639
- Gr as isSandbox,
640
- Kr as isStaging,
641
- bp as isUseApprovalDataEmpty,
642
- zp as isValidExtendedPrivateAddress,
643
- Zp as isValidPrivateAddress,
644
- Yr as isWebpack,
645
- Nc as isWeekCurrent,
646
- St as isYtToken,
647
- Gt as jubHolder,
648
- xf as lidoStEthAbi,
649
- Ho as lidoStEthContractAddress,
650
- Af as lidoStMaticAbi,
651
- Vo as lidoStMaticAddress,
652
- Cf as lidoStakeManagerAbi,
653
- Wo as lidoStakeManagerAddress,
654
- Sf as lidoWithdrawalQueueERC721Abi,
655
- Go as lidoWithdrawalQueueERC721Address,
656
- Ef as lidoWstEthAbi,
657
- Ko as lidoWstEthContractAddress,
658
- zn as loadTxsCache,
608
+ R as getTokenPrices,
609
+ Ht as getTokensLimits,
610
+ vl as getUniswapFee,
611
+ _l as getUniswapPrice,
612
+ Ll as getUniswapPriceHelper,
613
+ Mn as getValueFirstNDigit,
614
+ Vc as getWeekTimestamps,
615
+ yt as getYtTokensWithChainId,
616
+ Gc as hasCertificationPeriodExpired,
617
+ ap as hexToUtf8,
618
+ Ea as hinkalActionBeefy,
619
+ Ra as hinkalActionConvex,
620
+ Ca as hinkalActionCurve,
621
+ ka as hinkalActionPendle,
622
+ ba as hinkalDeposit,
623
+ Da as hinkalDepositForOther,
624
+ Ba as hinkalPrivateWallet,
625
+ Wa as hinkalProxySwap,
626
+ co as hinkalSimulationAddress,
627
+ _a as hinkalSwap,
628
+ Oa as hinkalTransfer,
629
+ Fa as hinkalWithdraw,
630
+ Kc as hourInMilliseconds,
631
+ qi as insufficientResourcesErrorCodes,
632
+ hp as involvesPermit2Op,
633
+ zm as isBeefyDeposit,
634
+ Aa as isCircomNegative,
635
+ Hr as isDevelopment,
636
+ Wr as isExtension,
637
+ Vr as isExtensionSandbox,
638
+ He as isLocalNetwork,
639
+ lp as isNicknameValid,
640
+ Gr as isNode,
641
+ Kr as isNotClientProduction,
642
+ Yr as isNotProduction,
643
+ ip as isNullOrEmpty,
644
+ We as isOptimismLike,
645
+ zr as isPlayground,
646
+ wm as isProxyDeployed,
647
+ Zr as isSandbox,
648
+ qr as isStaging,
649
+ Up as isUseApprovalDataEmpty,
650
+ jp as isValidExtendedPrivateAddress,
651
+ $p as isValidPrivateAddress,
652
+ Xr as isWebpack,
653
+ Yc as isWeekCurrent,
654
+ Ct as isYtToken,
655
+ Xt as jubHolder,
656
+ Rf as lidoStEthAbi,
657
+ zo as lidoStEthContractAddress,
658
+ Cf as lidoStMaticAbi,
659
+ Zo as lidoStMaticAddress,
660
+ Lf as lidoStakeManagerAbi,
661
+ qo as lidoStakeManagerAddress,
662
+ kf as lidoWithdrawalQueueERC721Abi,
663
+ Xo as lidoWithdrawalQueueERC721Address,
664
+ bf as lidoWstEthAbi,
665
+ Jo as lidoWstEthContractAddress,
666
+ jn as loadTxsCache,
659
667
  he as localhostData,
660
- He as localhostNetwork,
668
+ Ve as localhostNetwork,
661
669
  se as localhostRegistry,
662
- Qi as logError,
663
- np as lowerCaseIncludes,
664
- sp as lowerCaseStartsWith,
665
- rt as lpLink,
666
- ot as lpProgramStartWeek,
667
- U as lpTokens,
668
- F as lpTokensToBasePool,
669
- Yo as maticSymbol,
670
- Pt as mediaUrls,
671
- Un as minBigInt,
672
- An as mintAccessToken,
673
- un as mintTokenCrossChain,
674
- Mc as minuteInMilliseconds,
675
- Rm as modifyDataForProxy,
676
- Cm as modifyDataForProxyWithNonce,
677
- Ve as networkRegistry,
678
- no as oneInchZeroAddress,
679
- Pn as openDefaultPassportWindow,
680
- Tn as openPassportWindow,
681
- Fo as optimismCrvCvxRegistry,
682
- Te as optimismData,
683
- kf as optimismGasPriceOracleAbi,
684
- Tt as optimismPendleRegistry,
670
+ tn as logError,
671
+ dp as lowerCaseIncludes,
672
+ fp as lowerCaseStartsWith,
673
+ st as lpLink,
674
+ pt as lpProgramStartWeek,
675
+ O as lpTokens,
676
+ U as lpTokensToBasePool,
677
+ Qo as maticSymbol,
678
+ ht as mediaUrls,
679
+ wn as minBigInt,
680
+ Rn as mintAccessToken,
681
+ yn as mintTokenCrossChain,
682
+ zc as minuteInMilliseconds,
683
+ _m as modifyDataForProxy,
684
+ Lm as modifyDataForProxyWithNonce,
685
+ Ge as networkRegistry,
686
+ fo as oneInchZeroAddress,
687
+ hn as openDefaultPassportWindow,
688
+ In as openPassportWindow,
689
+ Ho as optimismCrvCvxRegistry,
690
+ Se as optimismData,
691
+ Uf as optimismGasPriceOracleAbi,
692
+ It as optimismPendleRegistry,
685
693
  pe as optimismRegistry,
686
694
  le as optimismRegistryFixed,
687
- Os as outputApprovalDataProcessing,
688
- _s as outputApprovalDataProcessingForHinkalApprove,
689
- Rs as outputUtxoProcessing,
690
- so as ownerPublicKey,
691
- Dp as padUseApprovalUtxoData,
692
- wc as parseWeek,
693
- dp as patchRegistry,
694
- Rt as permit2Address,
695
- po as permitSignatureValidFor,
696
- yf as poLidoNftAbi,
697
- zo as poLidoNftAddress,
698
- tt as pointsLink,
699
- Lo as polygonCrvCvxRegistry,
695
+ Bs as outputApprovalDataProcessing,
696
+ Ms as outputApprovalDataProcessingForHinkalApprove,
697
+ Ds as outputUtxoProcessing,
698
+ xo as ownerPublicKey,
699
+ Fp as padUseApprovalUtxoData,
700
+ Zc as parseWeek,
701
+ Tp as patchRegistry,
702
+ Dt as permit2Address,
703
+ go as permitSignatureValidFor,
704
+ vf as poLidoNftAbi,
705
+ jo as poLidoNftAddress,
706
+ lt as pointsLink,
707
+ Wo as polygonCrvCvxRegistry,
700
708
  Pe as polygonData,
701
709
  me as polygonRegistry,
702
710
  ce as polygonRegistryFixed,
703
- Mt as poseidonFunction,
704
- wt as poseidonHash,
705
- Ht as poseidonHolder,
706
- Yt as preProcessing,
707
- ki as pricesStorage,
708
- Ci as privateBalancesStorage,
709
- Oi as privateTokensDB,
710
- Po as proCoingeckoUrl,
711
- yo as proHeader,
712
- hs as processAmountChanges,
713
- Is as processGasEstimates,
714
- hm as produceOp,
715
- As as promisify,
716
- yi as publicBalancesStorage,
717
- Fi as publicTokensDB,
718
- dn as quoterV2ABI,
719
- at as raffleProgramStartWeek,
720
- ol as randomBigInt,
721
- it as referralLink,
722
- qs as reloadPage,
723
- ep as replaceAllInstances,
724
- fs as requireEnv,
725
- Zn as resetCache,
726
- qn as resetInHinkalAddressesCache,
727
- Ua as resetMerkleTrees,
728
- us as resolveSync,
729
- wi as rethrowKnownGasErrorIfPossible,
730
- fl as retrieveEvents,
731
- V as rpcGetStorageChanges,
732
- wp as rpcIntEncode,
733
- W as rpcSimulateBundle,
711
+ Kt as poseidonFunction,
712
+ Yt as poseidonHash,
713
+ zt as poseidonHolder,
714
+ Qt as preProcessing,
715
+ Li as pricesStorage,
716
+ vi as privateBalancesStorage,
717
+ Bi as privateTokensDB,
718
+ ho as proCoingeckoUrl,
719
+ bo as proHeader,
720
+ Os as processAmountChanges,
721
+ _s as processGasEstimates,
722
+ Fm as produceOp,
723
+ Rs as promisify,
724
+ bi as publicBalancesStorage,
725
+ Hi as publicTokensDB,
726
+ Tn as quoterV2ABI,
727
+ mt as raffleProgramStartWeek,
728
+ pl as randomBigInt,
729
+ ct as referralLink,
730
+ ep as reloadPage,
731
+ np as replaceAllInstances,
732
+ Ss as requireEnv,
733
+ $n as resetCache,
734
+ es as resetInHinkalAddressesCache,
735
+ wa as resetMerkleTrees,
736
+ ys as resolveSync,
737
+ Yi as rethrowKnownGasErrorIfPossible,
738
+ Sl as retrieveEvents,
739
+ W as rpcGetStorageChanges,
740
+ Yp as rpcIntEncode,
741
+ V as rpcSimulateBundle,
734
742
  G as rpcSimulateTransaction,
735
- Ul as runContractFunction,
736
- df as sanctionsListABI,
737
- Xn as saveTxsCache,
738
- hl as searchPoolAndFee,
739
- Hc as secondInMilliseconds,
740
- Jl as serializeCircomData,
741
- zs as serializeDecodedTxs,
742
- Jn as setHinkalCache,
743
- Qn as setInHinkalAddressesCache,
744
- lo as signaturePhrase,
743
+ wl as runContractFunction,
744
+ Ef as sanctionsListABI,
745
+ rs as saveTxsCache,
746
+ Ol as searchPoolAndFee,
747
+ qc as secondInMilliseconds,
748
+ am as serializeCircomData,
749
+ js as serializeDecodedTxs,
750
+ os as setHinkalCache,
751
+ ts as setInHinkalAddressesCache,
752
+ Ao as signaturePhrase,
745
753
  K as simulateTx,
746
- yc as slippageLevels,
747
- Zo as stMaticSymbol,
748
- na as stealthAddressCacheDevice,
749
- sa as stealthPairCacheDevice,
750
- ur as supportedPassportLinks,
751
- Y as tenderlyRpcLinkOptimism,
752
- mo as threePoolSymbol,
753
- Fn as toBigInt,
754
- Ln as toBigIntOrUndefined,
755
- tl as toBigIntWithDecimals,
756
- Bn as toCommaSeparatedNumberString,
757
- Vc as toDateString,
758
- Nn as toInt,
759
- Mn as toNumberOrUndefined,
760
- rp as toTitleCase,
754
+ vc as slippageLevels,
755
+ $o as stMaticSymbol,
756
+ da as stealthAddressCacheDevice,
757
+ fa as stealthPairCacheDevice,
758
+ Sr as supportedPassportLinks,
759
+ Y as tenderlyRpcLinks,
760
+ uo as threePoolSymbol,
761
+ Hn as toBigInt,
762
+ Wn as toBigIntOrUndefined,
763
+ ll as toBigIntWithDecimals,
764
+ Vn as toCommaSeparatedNumberString,
765
+ Xc as toDateString,
766
+ Gn as toInt,
767
+ Kn as toNumberOrUndefined,
768
+ sp as toTitleCase,
761
769
  Z as tokensInfoCall,
762
- Gi as transactionErrorCodes,
763
- fn as transactionProverABI,
764
- wn as trimLeadingZeros,
765
- Hn as truncateToDecimalPlaces,
766
- Ct as uniswapApprovalExtraCallData,
767
- ar as uniswapV2PoolData,
768
- ir as uniswapV3FactoryData,
769
- nr as uniswapV3PoolData,
770
- sr as uniswapV3QuoterData,
771
- Gd as urlForBeefyVaultTokens,
772
- Kd as urlForBeefyVaultTotalInUSD,
773
- Yd as urlForRegularTokenPricesInBeefy,
774
- up as wait,
775
- mp as waitLittle,
776
- Ki as walletConnectErrorCodes,
777
- Vs as walletSupported,
778
- Wc as weekInMilliseconds,
779
- qo as wstEthSymbol,
780
- co as zeroAddress
770
+ Xi as transactionErrorCodes,
771
+ Sn as transactionProverABI,
772
+ Yn as trimLeadingZeros,
773
+ zn as truncateToDecimalPlaces,
774
+ vt as uniswapApprovalExtraCallData,
775
+ nr as uniswapV2PoolData,
776
+ sr as uniswapV3FactoryData,
777
+ pr as uniswapV3PoolData,
778
+ lr as uniswapV3QuoterData,
779
+ Qd as urlForBeefyVaultTokens,
780
+ jd as urlForBeefyVaultTotalInUSD,
781
+ $d as urlForRegularTokenPricesInBeefy,
782
+ yp as wait,
783
+ Ap as waitLittle,
784
+ Ji as walletConnectErrorCodes,
785
+ Zs as walletSupported,
786
+ Jc as weekInMilliseconds,
787
+ et as wstEthSymbol,
788
+ To as zeroAddress
781
789
  };