@hinkal/common 0.2.7 → 0.2.9

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