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