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