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