@hinkal/common 0.2.32 → 0.2.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/constants/bridging.constants.cjs +1 -1
- package/constants/bridging.constants.d.ts +1 -1
- package/constants/bridging.constants.mjs +6 -5
- package/constants/chains.constants.cjs +1 -1
- package/constants/chains.constants.d.ts +11 -1
- package/constants/chains.constants.mjs +86 -18
- package/constants/protocol.constants.cjs +1 -1
- package/constants/protocol.constants.d.ts +1 -0
- package/constants/protocol.constants.mjs +2 -2
- package/constants/token-data/ERC20Registry.cjs +1 -1
- package/constants/token-data/ERC20Registry.mjs +49 -14
- package/constants/token-data/avalancheRegistry.json.cjs +1 -0
- package/constants/token-data/avalancheRegistry.json.mjs +44 -0
- package/constants/token-data/bnbMainnetRegistry.json.cjs +1 -0
- package/constants/token-data/bnbMainnetRegistry.json.mjs +44 -0
- package/constants/token-data/cronosRegistry.json.cjs +1 -0
- package/constants/token-data/cronosRegistry.json.mjs +44 -0
- package/constants/token-data/hyperEvmRegistry.json.cjs +1 -0
- package/constants/token-data/hyperEvmRegistry.json.mjs +36 -0
- package/constants/token-data/index.cjs +1 -1
- package/constants/token-data/index.d.ts +57 -1
- package/constants/token-data/index.mjs +9 -2
- package/constants/token-data/inkRegistry.json.cjs +1 -0
- package/constants/token-data/inkRegistry.json.mjs +28 -0
- package/constants/token-data/monadRegistry.json.cjs +1 -0
- package/constants/token-data/monadRegistry.json.mjs +36 -0
- package/constants/token-data/plasmaRegistry.json.cjs +1 -0
- package/constants/token-data/plasmaRegistry.json.mjs +28 -0
- package/constants/tokens.constants.cjs +1 -1
- package/constants/tokens.constants.mjs +8 -1
- package/data-structures/Hinkal/Hinkal.cjs +1 -1
- package/data-structures/Hinkal/Hinkal.d.ts +1 -1
- package/data-structures/Hinkal/Hinkal.mjs +1 -1
- package/data-structures/Hinkal/IHinkal.d.ts +1 -1
- package/data-structures/Hinkal/handleAutoDepositBack.cjs +1 -1
- package/data-structures/Hinkal/handleAutoDepositBack.mjs +15 -15
- package/data-structures/Hinkal/hinkalClaimUtxo.cjs +1 -1
- package/data-structures/Hinkal/hinkalClaimUtxo.mjs +33 -35
- package/data-structures/Hinkal/hinkalDepositAndBridge.cjs +1 -1
- package/data-structures/Hinkal/hinkalDepositAndBridge.mjs +43 -49
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.mjs +38 -40
- package/data-structures/Hinkal/hinkalPrivateWallet.cjs +1 -1
- package/data-structures/Hinkal/hinkalPrivateWallet.mjs +21 -26
- package/data-structures/Hinkal/hinkalSolanaClaimUtxo.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaClaimUtxo.mjs +62 -64
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.mjs +49 -50
- package/data-structures/Hinkal/hinkalSolanaProxySend.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaProxySend.mjs +7 -7
- package/data-structures/Hinkal/hinkalSolanaProxyShield.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaProxyShield.mjs +9 -9
- package/data-structures/Hinkal/hinkalSolanaProxySwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaProxySwap.mjs +8 -8
- package/data-structures/Hinkal/hinkalSolanaSwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaSwap.mjs +50 -51
- package/data-structures/Hinkal/hinkalSolanaTransfer.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaTransfer.mjs +45 -46
- package/data-structures/Hinkal/hinkalSolanaWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaWithdraw.mjs +38 -39
- package/data-structures/Hinkal/hinkalSwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalSwap.mjs +18 -19
- package/data-structures/Hinkal/hinkalTransfer.cjs +1 -1
- package/data-structures/Hinkal/hinkalTransfer.mjs +21 -22
- package/data-structures/Hinkal/hinkalWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalWithdraw.mjs +24 -25
- package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.cjs +1 -1
- package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.mjs +39 -41
- package/error-handling/error-codes.constants.cjs +1 -1
- package/error-handling/error-codes.constants.d.ts +2 -0
- package/error-handling/error-codes.constants.mjs +2 -0
- package/error-handling/get-error.message.cjs +1 -1
- package/error-handling/get-error.message.mjs +2 -1
- package/functions/index.cjs +1 -1
- package/functions/index.mjs +7 -6
- package/functions/pre-transaction/buildCommitmentValidationData.cjs +1 -1
- package/functions/pre-transaction/buildCommitmentValidationData.d.ts +12 -2
- package/functions/pre-transaction/buildCommitmentValidationData.mjs +43 -36
- package/functions/pre-transaction/sendV0Transaction.cjs +1 -1
- package/functions/pre-transaction/sendV0Transaction.d.ts +2 -2
- package/functions/pre-transaction/sendV0Transaction.mjs +63 -58
- package/functions/snarkjs/constructGeneralZkProof.cjs +1 -1
- package/functions/snarkjs/constructGeneralZkProof.d.ts +1 -0
- package/functions/snarkjs/constructGeneralZkProof.mjs +6 -5
- package/functions/snarkjs/constructSolanaZkProof.cjs +1 -1
- package/functions/snarkjs/constructSolanaZkProof.d.ts +1 -0
- package/functions/snarkjs/constructSolanaZkProof.mjs +35 -34
- package/functions/snarkjs/generateMainAndCommitmentZkProof.cjs +1 -0
- package/functions/snarkjs/generateMainAndCommitmentZkProof.d.ts +11 -0
- package/functions/snarkjs/generateMainAndCommitmentZkProof.mjs +16 -0
- package/functions/snarkjs/generateZkProof.cjs +1 -1
- package/functions/snarkjs/generateZkProof.d.ts +3 -3
- package/functions/snarkjs/generateZkProof.mjs +5 -9
- package/functions/snarkjs/generateZkProofEnclave.cjs +1 -1
- package/functions/snarkjs/generateZkProofEnclave.d.ts +2 -2
- package/functions/snarkjs/generateZkProofEnclave.mjs +8 -8
- package/functions/snarkjs/generateZkProofSelf.cjs +1 -1
- package/functions/snarkjs/generateZkProofSelf.mjs +5 -5
- package/functions/snarkjs/index.cjs +1 -1
- package/functions/snarkjs/index.d.ts +1 -0
- package/functions/snarkjs/index.mjs +1 -0
- package/functions/snarkjs/verifyCommitmentValidationData.cjs +1 -1
- package/functions/snarkjs/verifyCommitmentValidationData.mjs +5 -5
- package/functions/utils/customEnclaveFunctionsRegister.d.ts +3 -3
- package/functions/utils/index.cjs +1 -1
- package/functions/utils/index.mjs +5 -5
- package/functions/web3/oneInchAPI.cjs +1 -1
- package/functions/web3/oneInchAPI.mjs +1 -1
- package/index.cjs +1 -1
- package/index.mjs +316 -315
- package/package.json +2 -2
- package/webworker/{logError-fCJ4HXQz.js → logError-DZiJbbaT.js} +1 -1
- package/webworker/package.json +2 -2
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.cjs +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.mjs +1 -1
- package/webworker/snarkjsWorkerNode.cjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.cjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.mjs +1 -1
- package/webworker/utxoWorkerNode.cjs +1 -1
- package/webworker/viteWorkerURL.constant.cjs +3 -3
- package/webworker/viteWorkerURL.constant.mjs +3 -3
- package/webworker/workerFactory.cjs +1 -1
- package/webworker/workerFactory.mjs +2 -2
- package/webworker/{workerProxy-BNBqYien.js → workerProxy-DQJE57Ye.js} +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.cjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.mjs +1 -1
- package/webworker/zkProofWorkerNode.cjs +1 -1
package/index.mjs
CHANGED
|
@@ -18,326 +18,327 @@ import b from "./constants/deploy-data/deploy-data-tronMainnet.json.mjs";
|
|
|
18
18
|
import x from "./constants/deploy-data/deploy-data-tempo.json.mjs";
|
|
19
19
|
import { CustomJSONParse as S, CustomJSONStringify as C, safeJsonStringify as w, toJsonSafe as T } from "./functions/utils/serialize.utils.mjs";
|
|
20
20
|
import { DEPLOYMENT_MODE as E, deploymentMode as D, isDevelopment as O, isExtension as k, isNode as A, isNotClientProduction as j, isNotProduction as M, isPlayground as N, isStaging as P, isWebpack as F } from "./constants/vite.constants.mjs";
|
|
21
|
-
import { ALCHEMY_API_KEY as I, ALCHEMY_TEST_KEY as L, ALL_NETWORKS_OPTION as R,
|
|
22
|
-
import { ARC_TESTNET_USDC_ADDRESS as
|
|
23
|
-
import { BPS_DENOMINATOR as
|
|
24
|
-
import { EventType as
|
|
25
|
-
import { KycVerificationResult as
|
|
26
|
-
import { ApprovalType as
|
|
27
|
-
import { SlippageType as
|
|
28
|
-
import { TransactionAction as
|
|
29
|
-
import { OldPointType as
|
|
30
|
-
import { AdminTransactionType as
|
|
31
|
-
import { ActivityStatus as
|
|
32
|
-
import { TransactionRequestType as
|
|
33
|
-
import { PrivateBalanceUpdateType as
|
|
34
|
-
import { StorageKeys as
|
|
35
|
-
import { TOKEN_PRICE_STATUS as
|
|
36
|
-
import { AchievementTiers as
|
|
37
|
-
import { MemberStatus as
|
|
38
|
-
import { PointsType as
|
|
39
|
-
import { CallsStatus as
|
|
40
|
-
import { ConfirmationRequestType as
|
|
41
|
-
import { MessagesFromOffscreen as
|
|
42
|
-
import { DepositAndWithdrawPhase as
|
|
43
|
-
import { MoonPayCurrencyType as
|
|
44
|
-
import { EventCategory as
|
|
45
|
-
import { PayActivityStatus as
|
|
46
|
-
import { ScheduleDelayOption as
|
|
47
|
-
import { DeliveryMethod as
|
|
48
|
-
import { PayoutStatus as
|
|
21
|
+
import { ALCHEMY_API_KEY as I, ALCHEMY_TEST_KEY as L, ALL_NETWORKS_OPTION as R, BRIDGE_DESTINATION_CHAINS as z, BRIDGE_DESTINATION_ONLY_CHAINS as B, BRIDGE_SUPPORTED_CHAINS as V, DASHBOARD_EXCLUDED_CHAIN_IDS as H, DASHBOARD_SUPPORTED_CHAINS as U, EVM_CHAIN_IDS as W, EXCLUDED_CHAINS_FOR_BRIDGE as G, FILTER_CHAIN_MAP as K, FRONT_END_SUPPORTED_CHAINS as q, HELIUS_RPC_URL as J, HINKAL_SUPPORTED_CHAINS as Y, SOLANA_CHAIN_IDS as X, SWAP_EXCLUDED_CHAINS as Z, TRON_CHAIN_IDS as Q, WALLET_SUPPORTED_CHAINS as $, chainIds as ee, chainIdsByType as te, currentSolanaChainId as ne, currentTronChainId as re, getNonLocalhostChainId as ie, getOnchainChainId as ae, isBridgeDestinationOnlyChain as oe, isEvmChain as se, isLocalNetwork as ce, isOptimismLike as le, isSameOnchainNetwork as ue, isSepoliaTestnet as de, isSolanaLike as fe, isTempo as pe, isTronLike as me, localhostNetwork as he, networkRegistry as ge, setHinkalTronChainId as _e, solanaChainIdStr as ve } from "./constants/chains.constants.mjs";
|
|
22
|
+
import { ARC_TESTNET_USDC_ADDRESS as ye, AssetChangeType as be, CIRCOM_MERKLE_LENGTH as xe, CIRCOM_P as Se, CIRCOM_P_HALF as Ce, COMPUTE_UNIT_PADDING_PERCENTAGE as we, DASHBOARD_BATCH_VARIABLE_RATE as Te, DASHBOARD_SEND_VARIABLE_RATE as Ee, EIP1271_FAILURE as De, EIP1271_SUCCESS as Oe, HINKAL_DEPOSIT_AND_WITHDRAW_VARIABLE_RATE as ke, HINKAL_PRIVATE_SEND_VARIABLE_RATE as Ae, HINKAL_SWAP_VARIABLE_RATE as je, MAX_COMPUTE_UNIT_LIMIT as Me, MAX_MICRO_LAMPORTS_PER_CU as Ne, MAX_SOLANA_HEAP_FRAME_BYTES as Pe, MERKLE_LEVELS as Fe, MIN_COMPUTE_UNIT_LIMIT as Ie, NFT_1155_TRANSACTION_TYPE as Le, NFT_721_TRANSACTION_TYPE as Re, NFT_TRANSACTION_TYPES as ze, PAY_SEND_VARIABLE_RATE as Be, PROOFLESS_DEPOSIT_FEE_RECIPIENT_INFO as Ve, PROVER_VERSION as He, RELAYERS_ARRAY as Ue, RELAYER_ADDRESS1 as We, RELAYER_ADDRESS2 as Ge, RELAYER_ADDRESS3 as Ke, SET_COMPUTE_UNIT_LIMIT_DISCRIMINATOR as qe, SOLANA_BLOCKHEIGHT_EXPIRED_RETRY_COUNT as Je, SOLANA_LOCKED_ACCOUNTS_LIMIT as Ye, SOLANA_LOOKUP_TABLE_VISIBILITY_MAX_POLL_ATTEMPTS as Xe, SOLANA_LOOKUP_TABLE_VISIBILITY_POLL_INTERVAL_MS as Ze, SOLANA_NFT_INTERFACES as Qe, SOLANA_PUBLIC_INPUT_PART_ONE_LENGTH as $e, TOKEN_VALUE_UNLIMITED_THRESHOLD as et, TRON_DEFAULT_FEE_LIMIT_SUN as tt, TRON_TESTNET_USDT_ADDRESS as nt, TRON_USDT_ADDRESS as rt, TokenType as it, defaultSignatureData as at, ethVolatileAddress as ot, hinkalSimulationAddress as st, oneInchZeroAddress as ct, ownerPublicKey as lt, permitSignatureValidFor as ut, signaturePhrase as dt, solanaNativeAddress as ft, wrappedSolanaAddress as pt, zeroAddress as mt } from "./constants/protocol.constants.mjs";
|
|
23
|
+
import { BPS_DENOMINATOR as ht, EXTENDED_NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS as gt, NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS as _t, TEMPO_DEFAULT_GAS_TOKEN_ADDRESS as vt, TEMPO_GAS_COST_TOKEN_SYMBOL_OPTIONS as yt, TEMPO_USDC_E_ADDRESS as bt, TEMPO_USDT0_ADDRESS as xt, TWENTY_PERCENT_BPS as St, defaultFeeToken as Ct } from "./constants/fees.constants.mjs";
|
|
24
|
+
import { EventType as wt, HinkalLogicAction as Tt, INTERACTION as Et, IntegrationProvider as Dt, LoginMessageMode as Ot, UserProgress as kt, defaultHinkalLogicArgs as At, zeroFeeStructure as jt } from "./types/hinkal.types.mjs";
|
|
25
|
+
import { KycVerificationResult as Mt, KycVerificationStatus as Nt, Passports as Pt, VERIFICATION_TYPE as Ft, VerificationTypes as It } from "./types/kyc.types.mjs";
|
|
26
|
+
import { ApprovalType as Lt } from "./types/token.types.mjs";
|
|
27
|
+
import { SlippageType as Rt } from "./types/slippage.types.mjs";
|
|
28
|
+
import { TransactionAction as zt, TransactionReceiptStatus as Bt, TransactionStatus as Vt, emptyDecodedTx as Ht } from "./types/transactions.types.mjs";
|
|
29
|
+
import { OldPointType as Ut, RafflePrizeType as Wt } from "./types/rewards.types.mjs";
|
|
30
|
+
import { AdminTransactionType as Gt } from "./types/admin.types.mjs";
|
|
31
|
+
import { ActivityStatus as Kt, ActivityTypes as qt, DexProviders as Jt, IntegrationProviderNames as Yt, TokenChangeType as Xt } from "./types/activities.types.mjs";
|
|
32
|
+
import { TransactionRequestType as Zt } from "./types/transaction.types.mjs";
|
|
33
|
+
import { PrivateBalanceUpdateType as Qt } from "./types/balances.types.mjs";
|
|
34
|
+
import { StorageKeys as $t } from "./types/cache.types.mjs";
|
|
35
|
+
import { TOKEN_PRICE_STATUS as en, TokenPriceTimeframe as tn } from "./types/token-prices.types.mjs";
|
|
36
|
+
import { AchievementTiers as nn, BrotherhoodTaskTypes as rn, TaskCategory as an, TaskTypes as on } from "./types/new-rewards.type.mjs";
|
|
37
|
+
import { MemberStatus as sn, Rank as cn } from "./types/RewardUserEnums.mjs";
|
|
38
|
+
import { PointsType as ln, TradingType as un } from "./types/generatePoints.mjs";
|
|
39
|
+
import { CallsStatus as dn, GetCallsStatusCode as fn } from "./types/eip5792.types.mjs";
|
|
40
|
+
import { ConfirmationRequestType as pn } from "./types/confirmation-request.types.mjs";
|
|
41
|
+
import { MessagesFromOffscreen as mn } from "./types/offscreen.types.mjs";
|
|
42
|
+
import { DepositAndWithdrawPhase as hn, ScheduledTransactionStatus as gn } from "./types/scheduled-transactions.types.mjs";
|
|
43
|
+
import { MoonPayCurrencyType as _n } from "./types/onramp.types.mjs";
|
|
44
|
+
import { EventCategory as vn } from "./types/events.types.mjs";
|
|
45
|
+
import { PayActivityStatus as yn, PayActivityTypes as bn, TransferVisibility as xn } from "./types/pay-activities.types.mjs";
|
|
46
|
+
import { ScheduleDelayOption as Sn } from "./types/schedule.types.mjs";
|
|
47
|
+
import { DeliveryMethod as Cn, MemberRole as wn } from "./types/dashboard-account.mjs";
|
|
48
|
+
import { PayoutStatus as Tn, PayoutType as En } from "./types/dashboard-payout.types.mjs";
|
|
49
49
|
import "./types/index.mjs";
|
|
50
|
-
import { API_CONFIG as
|
|
51
|
-
import { BACK_END_URL as
|
|
52
|
-
import { COINGECKO_API_KEY as
|
|
53
|
-
import { getCoingeckoPrice as
|
|
54
|
-
import { BasicHttpClient as
|
|
55
|
-
import { httpClient as
|
|
56
|
-
import { callOneInchAPI as
|
|
57
|
-
import { callRelayerSolanaTransactBatchAPI as
|
|
58
|
-
import { getGasEstimates as
|
|
59
|
-
import { getTokenPreviousDayPrices as
|
|
60
|
-
import { checkRisk as
|
|
61
|
-
import { monitor as
|
|
62
|
-
import { getIdleRelay as
|
|
63
|
-
import { tokensInfoCall as
|
|
64
|
-
import { getSignatureHeader as
|
|
65
|
-
import { generateAumPoints as
|
|
66
|
-
import { createBrotherhood as
|
|
67
|
-
import { caseInsensitiveEqual as
|
|
68
|
-
import { constructStealthAddressStructure as
|
|
69
|
-
import { seedlessBackup as
|
|
70
|
-
import { getScheduledTransactionById as
|
|
71
|
-
import { addTemporaryWalletNonce as
|
|
72
|
-
import { allocatePrivateSendRecipientInfos as
|
|
73
|
-
import { sendPrivateSendEmailNotifications as
|
|
74
|
-
import { HINKAL_DASHBOARD_TOKEN as
|
|
75
|
-
import { getAuthHeaders as
|
|
76
|
-
import { API as
|
|
77
|
-
import { WALLET_API as
|
|
78
|
-
import { callLifiAPI as
|
|
79
|
-
import { IMAGE_PATHS as
|
|
80
|
-
import { getERC20Registry as
|
|
81
|
-
import { arbMainnetRegistry as
|
|
82
|
-
import { abi as
|
|
83
|
-
import { abi as
|
|
84
|
-
import { abi as
|
|
85
|
-
import { abi as
|
|
86
|
-
import { abi as
|
|
87
|
-
import { abi as
|
|
88
|
-
import { abi as
|
|
89
|
-
import { abi as
|
|
90
|
-
import { abi as
|
|
91
|
-
import
|
|
92
|
-
import
|
|
93
|
-
import { BabABI as
|
|
94
|
-
import { contractMetadataMapping as
|
|
95
|
-
import { openDefaultPassportWindow as
|
|
96
|
-
import { AIPRISE_KYB_TEMPLATE_ID_PROD as
|
|
97
|
-
import { NETWORKS as
|
|
98
|
-
import { ACCESS_TOKEN_MINTING_POINTS as
|
|
99
|
-
import { blockReorgDepth as
|
|
100
|
-
import { mediaUrls as
|
|
101
|
-
import { allowanceHolder as
|
|
102
|
-
import { NATIVE_TOKEN_WRAPPER_ADDRESSES as
|
|
103
|
-
import { APPROVED_UTXO_CONVERSION_COUNT as
|
|
104
|
-
import { DIRECTLY_SHOW_MESSAGE_ERROR_CODES as
|
|
105
|
-
import { calculateDollarValue as
|
|
106
|
-
import { customTokenRegistry as
|
|
107
|
-
import { absBigInt as
|
|
108
|
-
import { NativeTokenSymbols as
|
|
109
|
-
import { aggregateTokenChanges as
|
|
110
|
-
import { TOKEN_LIMITS as
|
|
111
|
-
import { MAX_DISPLAY_DECIMALS as
|
|
112
|
-
import { BRIDGING_URLS as
|
|
113
|
-
import { SOLANA_LEDGER_WALLET_ID as
|
|
114
|
-
import { presaleABI as
|
|
115
|
-
import { LIFISCAN_URL as
|
|
116
|
-
import { oauthUrls as
|
|
117
|
-
import { TVL_CHANGER_ACTIVITY_TYPES as
|
|
118
|
-
import { ACHIEVEMENTS as
|
|
119
|
-
import { EVENTS_INITIAL_BLOCKS as
|
|
120
|
-
import { APPROVE_FUNCTION_SIGNATURE as
|
|
121
|
-
import { OKX_BASE_URL as
|
|
122
|
-
import { BANNED_WALLET_IDS as
|
|
123
|
-
import { RELAYER_TX_CONFIRMATION_TIMEOUT as
|
|
124
|
-
import { SCHEDULE_DELAY_OPTIONS as
|
|
125
|
-
import { MAX_FILE_SIZE_MB as
|
|
126
|
-
import { RECIPIENT_INFO_TARGET_POOL_SIZE as
|
|
127
|
-
import { PRICE_IMPACT_VERY_HIGH_THRESHOLD as
|
|
50
|
+
import { API_CONFIG as Dn, DATA_SERVER_CONFIG as On, DATA_SERVER_URL_ENDPOINT as kn, DATA_SERVER_URL_LOCAL as An, ENCLAVE_API_PRODUCTION_URL as jn, ENCLAVE_API_STAGING_URL as Mn, ENCLAVE_API_URL_LOCAL as Nn, FUND_COMPLIANCE_URL_ENDPOINT as Pn, FUND_COMPLIANCE_URL_LOCAL as Fn, PLAYGROUND_URL as In, PRODUCTION_URL as Ln, RELAYER_CONFIG as Rn, RELAYER_URL_ENDPOINT as zn, RELAYER_URL_LOCAL as Bn, SERVER_URL_ENDPOINT as Vn, SERVER_URL_LOCAL as Hn, SNAPSHOT_SERVER_URL_ENDPOINT as Un, SNAPSHOT_SERVER_URL_LOCAL as Wn, STAGING_URL as Gn, VERIFICATION_ROUTES as Kn, WALLET_TASK_VERIFICATION_TYPES as qn, backendVersion as Jn, deploymentModeWithVersion as Yn } from "./constants/server.constants.mjs";
|
|
51
|
+
import { BACK_END_URL as Xn, DATA_SERVER_URL as Zn, ENCLAVE_API_URL as Qn, FUND_COMPLIANCE_URL as $n, RELAYER_URL as er, SERVER_URL as tr, SNAPSHOT_SERVER_URL as nr } from "./API/getServerURL.mjs";
|
|
52
|
+
import { COINGECKO_API_KEY as rr, CoinGeckoChainLabels as ir, coingeckoPriceUrl as ar, coingeckoPriceUrl2 as or, coingeckoTokenListUrl as sr, getCoinByAddress as cr, getCoinById as lr, getCoinMarketChartByTokenId as ur, getCoingeckoIdForNativeTokens as dr, getCoingeckoPlatform as fr, proCoingeckoUrl as pr, proHeader as mr, searchBySymbol as hr } from "./constants/coingecko.constants.mjs";
|
|
53
|
+
import { getCoingeckoPrice as gr, getCoingeckoPrice2 as _r, getCoingeckoPrices as vr, getCoingeckoTokenList as yr } from "./API/getCoingeckoPrice.mjs";
|
|
54
|
+
import { BasicHttpClient as br } from "./data-structures/http/BasicHttpClient.mjs";
|
|
55
|
+
import { httpClient as xr } from "./data-structures/http/HttpClient.mjs";
|
|
56
|
+
import { callOneInchAPI as Sr } from "./API/callOneInchAPI.mjs";
|
|
57
|
+
import { callRelayerSolanaTransactBatchAPI as Cr, callRelayerTransactAPI as wr, callRelayerTransactBatchAPI as Tr } from "./API/callRelayer.mjs";
|
|
58
|
+
import { getGasEstimates as Er } from "./API/getGasEstimates.mjs";
|
|
59
|
+
import { getTokenPreviousDayPrices as Dr, getTokenPrices as Or } from "./API/getTokenPrice.mjs";
|
|
60
|
+
import { checkRisk as kr } from "./API/checkRisk.mjs";
|
|
61
|
+
import { monitor as Ar, monitorBatch as jr } from "./API/callMonitor.mjs";
|
|
62
|
+
import { getIdleRelay as Mr } from "./API/relayCalls.mjs";
|
|
63
|
+
import { tokensInfoCall as Nr } from "./API/token-calls.mjs";
|
|
64
|
+
import { getSignatureHeader as Pr } from "./functions/utils/get-signature-header.mjs";
|
|
65
|
+
import { generateAumPoints as Fr, generateTradingPoints as Ir } from "./API/generate-trading-points.mjs";
|
|
66
|
+
import { createBrotherhood as Lr, editBrotherhood as Rr, getBrotherhood as zr, getBrotherhoodUsers as Br, getCurrentUserBrotherhood as Vr, getCurrentUserBrotherhoodUsers as Hr, getPublicBrotherhoods as Ur, joinBrotherhood as Wr, leaveBrotherhood as Gr } from "./API/brotherhoodCalls.mjs";
|
|
67
|
+
import { caseInsensitiveEqual as Kr, lowerCaseIncludes as qr, lowerCaseStartsWith as Jr } from "./functions/utils/caseInsensitive.utils.mjs";
|
|
68
|
+
import { constructStealthAddressStructure as Yr, formatAddress as Xr, hashEthereumAddress as Zr, hashString as Qr, isNativePlaceholderAddress as $r, isRecipientAddressInvalid as ei, isValidOldStylePrivateAddress as ti, isValidPrivateAddress as ni, isValidSolanaPublicKey as ri, isValidTronAddress as ii } from "./functions/utils/addresses.mjs";
|
|
69
|
+
import { seedlessBackup as ai, seedlessCheckPassword as oi, seedlessInit as si, seedlessSalt as ci, seedlessStatus as li } from "./API/seedless-calls.mjs";
|
|
70
|
+
import { getScheduledTransactionById as ui, getScheduledTransactions as di, getScheduledTransactionsNullifierIndexes as fi } from "./API/scheduled-transactions-calls.mjs";
|
|
71
|
+
import { addTemporaryWalletNonce as pi, getTemporaryWalletNonces as mi, removeTemporaryWalletNonce as hi } from "./API/temporaryWalletCalls.mjs";
|
|
72
|
+
import { allocatePrivateSendRecipientInfos as gi } from "./API/privateSendRecipientInfoCalls.mjs";
|
|
73
|
+
import { sendPrivateSendEmailNotifications as _i } from "./API/privateSendEmailNotificationsCalls.mjs";
|
|
74
|
+
import { HINKAL_DASHBOARD_TOKEN as vi, LOGIN_URL as yi } from "./constants/auth.constants.mjs";
|
|
75
|
+
import { getAuthHeaders as bi } from "./functions/utils/auth.utils.mjs";
|
|
76
|
+
import { API as xi } from "./API/API.mjs";
|
|
77
|
+
import { WALLET_API as Si, rpcGetStorageChanges as Ci, rpcSimulateBundle as wi, rpcSimulateTransaction as Ti, simulateTx as Ei, tenderlyRpcLinks as Di } from "./API/tenderly.api.mjs";
|
|
78
|
+
import { callLifiAPI as Oi } from "./API/callLifiAPI.mjs";
|
|
79
|
+
import { IMAGE_PATHS as ki } from "./constants/assets.constants.mjs";
|
|
80
|
+
import { getERC20Registry as Ai, getFixedRegistry as ji } from "./constants/token-data/ERC20Registry.mjs";
|
|
81
|
+
import { arbMainnetRegistry as Mi, arbMainnetRegistryFixed as Ni, arcTestnetRegistry as Pi, avalancheRegistry as Fi, baseRegistry as Ii, baseRegistryFixed as Li, bnbMainnetRegistry as Ri, cronosRegistry as zi, ethMainnetRegistry as Bi, ethMainnetRegistryFixed as Vi, hyperEvmRegistry as Hi, inkRegistry as Ui, localhostRegistry as Wi, monadRegistry as Gi, optimismRegistry as Ki, optimismRegistryFixed as qi, plasmaRegistry as Ji, polygonRegistry as Yi, polygonRegistryFixed as Xi, solanaLocalnetRegistry as Zi, solanaMainnetRegistry as Qi } from "./constants/token-data/index.mjs";
|
|
82
|
+
import { abi as $i } from "./externalABIs/amToken.mjs";
|
|
83
|
+
import { abi as ea } from "./externalABIs/BUSD.mjs";
|
|
84
|
+
import { abi as ta } from "./externalABIs/DAI.mjs";
|
|
85
|
+
import { abi as na } from "./externalABIs/SanctionsList.mjs";
|
|
86
|
+
import { abi as ra } from "./externalABIs/USDC.mjs";
|
|
87
|
+
import { abi as ia } from "./externalABIs/USDR.mjs";
|
|
88
|
+
import { abi as aa } from "./externalABIs/USDR3CRV.mjs";
|
|
89
|
+
import { abi as oa } from "./externalABIs/USDT.mjs";
|
|
90
|
+
import { abi as sa } from "./externalABIs/WETH.mjs";
|
|
91
|
+
import ca from "./externalABIs/OptimismGasPriceOracle.json.mjs";
|
|
92
|
+
import la from "./externalABIs/NodeInterfaceABI.json.mjs";
|
|
93
|
+
import { BabABI as ua, ERC1155ABI as da, ERC20ABI as fa, ERC721ABI as pa, GalxeABI as ma, ISwapRouterABI as ha, factoryABI as ga, quoterV2ABI as _a } from "./externalABIs/index.mjs";
|
|
94
|
+
import { contractMetadataMapping as va, getHinkalParameters as ya, uniswapV2PoolData as ba, uniswapV3FactoryData as xa, uniswapV3PoolData as Sa, uniswapV3QuoterData as Ca } from "./constants/contracts.constants.mjs";
|
|
95
|
+
import { openDefaultPassportWindow as wa } from "./functions/kyc/openDefaultPassportWindow.mjs";
|
|
96
|
+
import { AIPRISE_KYB_TEMPLATE_ID_PROD as Ta, AIPRISE_KYC_TEMPLATE_ID_PROD as Ea, KYC_LIMIT as Da, RECLAIM_MESSAGE_TO_SIGN as Oa, ReclaimPassports as ka, StandardPassports as Aa, SupportedPassports as ja, aipriseBaseOnboardingProductionUrl as Ma, aipriseBaseOnboardingSandboxUrl as Na, supportedPassportLinks as Pa } from "./constants/kyc.constants.mjs";
|
|
97
|
+
import { NETWORKS as Fa } from "./constants/backend.constants.mjs";
|
|
98
|
+
import { ACCESS_TOKEN_MINTING_POINTS as Ia, ACCESS_TOKEN_RECLAIM_POINTS as La, CERTIFICATION_DISABLE_WEEK as Ra, REWARDS_ENCRYPTION_PASSWORD as za, REWARDS_MESSAGE_TO_SIGN as Ba, REWARD_RECEIVABLE_TOKEN_SYMBOLS as Va, boostAmounts as Ha, lpLink as Ua, lpProgramStartWeek as Wa, pointsLink as Ga, raffleProgramStartWeek as Ka, referralLink as qa } from "./constants/rewards.constants.mjs";
|
|
99
|
+
import { blockReorgDepth as Ja } from "./constants/reorg-depths.constants.mjs";
|
|
100
|
+
import { mediaUrls as Ya } from "./constants/mediaUrls.constants.mjs";
|
|
101
|
+
import { allowanceHolder as Xa, pancaceSwapPermit2Address as Za, permit2Address as Qa, uniswap2Manager as $a, uniswap3Manager as eo, uniswapApprovalExtraCallData as to, uniswapWorkaroundAddresses as no } from "./constants/permit2.constants.mjs";
|
|
102
|
+
import { NATIVE_TOKEN_WRAPPER_ADDRESSES as ro, SWAP_FEE_TAKER_ADDRESSES as io, SWAP_ROUTER_ADDRESSES as ao, WETH_ERC20_TOKEN_ADDRESS as oo, WRAPPER_TOKEN_EXCHANGE_ADDRESSES as so } from "./constants/addresses.constants.mjs";
|
|
103
|
+
import { APPROVED_UTXO_CONVERSION_COUNT as co } from "./constants/conversion.constants.mjs";
|
|
104
|
+
import { DIRECTLY_SHOW_MESSAGE_ERROR_CODES as lo, UserFriendlyErrorCodes as uo, gasErrorCodes as fo, insufficientResourcesErrorCodes as po, transactionErrorCodes as mo, walletConnectErrorCodes as ho } from "./error-handling/error-codes.constants.mjs";
|
|
105
|
+
import { calculateDollarValue as go, ethToWei as _o, getAmountInToken as vo, getAmountInWei as yo, getAmountInWeiOrZero as bo, getAmountWithPrecision as xo, getAmountWithPrecisionOrZero as So, randomBigInt as Co, toBigIntWithDecimals as wo } from "./functions/web3/etherFunctions.mjs";
|
|
106
|
+
import { customTokenRegistry as To } from "./data-structures/custom-token-registry/CustomTokenRegistry.mjs";
|
|
107
|
+
import { absBigInt as Eo, advancedToBigInt as Do, beepsToPercentage as Oo, bigintMax as ko, calculateAmountUsingBeeps as Ao, calculateSum as jo, countTotalAmountInUtxos as Mo, fixDecimalsAmount as No, formatAmountInput as Po, getValueFirstNDigit as Fo, maxBigInt as Io, minBigInt as Lo, toBigInt as Ro, toBigIntOrUndefined as zo, toCommaSeparatedNumberString as Bo, toInt as Vo, toNumberOrUndefined as Ho, trimLeadingZeros as Uo, truncateToDecimalPlaces as Wo } from "./functions/utils/amounts.utils.mjs";
|
|
108
|
+
import { NativeTokenSymbols as Go, PopularTokenSymbols as Ko, SOLANA_PAY_DASHBOARD_SUPPORTED_TOKEN_SYMBOLS as qo, chainNativeTokenSymbol as Jo } from "./constants/tokens.constants.mjs";
|
|
109
|
+
import { aggregateTokenChanges as Yo, findTokenBySymbolFromTokenList as Xo, formatTokenChangesList as Zo, getERC20Token as Qo, getERC20TokenBySymbol as $o, getErc20TokensForChain as es, isArcNativeToken as ts, isNFTToken as ns, overlayTokenWithRegistryData as rs, searchCompareFunction as is, sortTokens as as } from "./functions/utils/erc20tokenFunctions.mjs";
|
|
110
|
+
import { TOKEN_LIMITS as os, getTokensLimits as ss } from "./constants/token.limits.constants.mjs";
|
|
111
|
+
import { MAX_DISPLAY_DECIMALS as cs } from "./constants/balance.constants.mjs";
|
|
112
|
+
import { BRIDGING_URLS as ls, DEFAULT_BRIDGING_SLIPPAGE as us, LOW_AMOUNT_BRIDGING_SLIPPAGE as ds, LOW_AMOUNT_USD_THRESHOLD as fs, MIN_DAPP_BRIDGE_AMOUNT_USD as ps, TEMPO_INBOUND_BRIDGE_DEST_SYMBOLS as ms, TEMPO_OUTBOUND_BRIDGE_DEST_SYMBOLS as hs } from "./constants/bridging.constants.mjs";
|
|
113
|
+
import { SOLANA_LEDGER_WALLET_ID as gs } from "./constants/wallet.constants.mjs";
|
|
114
|
+
import { presaleABI as _s, presaleContractInfoByChain as vs } from "./constants/presale.constants.mjs";
|
|
115
|
+
import { LIFISCAN_URL as ys, LIFI_SOLANA_CHAIN_ID as bs, getLifiChainId as xs } from "./constants/lifi.constants.mjs";
|
|
116
|
+
import { oauthUrls as Ss } from "./constants/oauthUrls.constants.mjs";
|
|
117
|
+
import { TVL_CHANGER_ACTIVITY_TYPES as Cs } from "./constants/activity.constants.mjs";
|
|
118
|
+
import { ACHIEVEMENTS as ws, BROTHERHOOD_TASKS as Ts, DAILY_TASKS as Es, POINTS_BOOST_TASKS as Ds, REFERRAL_BONUS_TASK as Os, REWARDS_TASKS as ks, WELCOME_TASKS as As } from "./constants/tasks.constants.mjs";
|
|
119
|
+
import { EVENTS_INITIAL_BLOCKS as js } from "./constants/events.constants.mjs";
|
|
120
|
+
import { APPROVE_FUNCTION_SIGNATURE as Ms, NFT_APPROVE_FUNCTION_SIGNATURE as Ns, NFT_APPROVE_SINGLE_FUNCTION_SIGNATURE as Ps, PERMIT2_APPROVE_FUNCTION_SIGNATURE as Fs } from "./constants/function-signatures.constants.mjs";
|
|
121
|
+
import { OKX_BASE_URL as Is, OKX_SWAP_PATH as Ls } from "./constants/okx.constants.mjs";
|
|
122
|
+
import { BANNED_WALLET_IDS as Rs } from "./constants/link.constant.mjs";
|
|
123
|
+
import { RELAYER_TX_CONFIRMATION_TIMEOUT as zs, TX_CONFIRMATION_CONFIRMATIONS_COUNT as Bs, TX_CONFIRMATION_TIMEOUT as Vs, TX_CONFIRMATION_TIMEOUT_EXTENDED as Hs } from "./constants/tx-confirmation.constants.mjs";
|
|
124
|
+
import { SCHEDULE_DELAY_OPTIONS as Us } from "./constants/schedule.constants.mjs";
|
|
125
|
+
import { MAX_FILE_SIZE_MB as Ws } from "./constants/images.constants.mjs";
|
|
126
|
+
import { RECIPIENT_INFO_TARGET_POOL_SIZE as Gs } from "./constants/pay.constants.mjs";
|
|
127
|
+
import { PRICE_IMPACT_VERY_HIGH_THRESHOLD as Ks, PRICE_IMPACT_WARNING_THRESHOLD as qs } from "./constants/price-impact.constants.mjs";
|
|
128
128
|
import "./constants/index.mjs";
|
|
129
|
-
import { getDashboardURL as
|
|
130
|
-
import { resolveSns as
|
|
131
|
-
import { emitReferralTx as
|
|
132
|
-
import { storeRecipientInfosViaEnclave as
|
|
129
|
+
import { getDashboardURL as Js, getHinkalLandingURL as Ys, getPayURL as Xs, getRewardsURL as Zs, getWalletOnboardingURL as Qs } from "./API/getWebsiteURL.mjs";
|
|
130
|
+
import { resolveSns as $s } from "./API/resolve-sns.mjs";
|
|
131
|
+
import { emitReferralTx as ec, emitTxPublicData as tc } from "./API/admin-calls.mjs";
|
|
132
|
+
import { storeRecipientInfosViaEnclave as nc } from "./API/enclaveRecipientInfoCalls.mjs";
|
|
133
133
|
import "./API/index.mjs";
|
|
134
|
-
import { poseidonFunction as
|
|
135
|
-
import { babyJubInstance as
|
|
136
|
-
import { eddsaHolder as
|
|
137
|
-
import { preProcessing as
|
|
138
|
-
import { decryptBoxSeal as
|
|
139
|
-
import { decryptSealedKeys as
|
|
140
|
-
import { convertBigIntToBytes32 as
|
|
141
|
-
import { decryptDualPath as
|
|
134
|
+
import { poseidonFunction as rc, poseidonHash as ic, poseidonHolder as ac } from "./crypto/poseidon.mjs";
|
|
135
|
+
import { babyJubInstance as oc, jubHolder as sc } from "./crypto/babyJub.mjs";
|
|
136
|
+
import { eddsaHolder as cc, eddsaInstance as lc } from "./crypto/eddsa.mjs";
|
|
137
|
+
import { preProcessing as uc } from "./crypto/preProcessing.mjs";
|
|
138
|
+
import { decryptBoxSeal as dc, encryptBoxSeal as fc } from "./crypto/ecdh.mjs";
|
|
139
|
+
import { decryptSealedKeys as pc, encryptSealedKeys as mc, pack as hc, unpack as gc } from "./crypto/ecdh-sealed-keys.mjs";
|
|
140
|
+
import { convertBigIntToBytes32 as _c, convertBytes32ToBigInt as vc } from "./functions/utils/bytes32.utils.mjs";
|
|
141
|
+
import { decryptDualPath as yc, encryptDualPath as bc } from "./crypto/ecdh-dual-path.mjs";
|
|
142
142
|
import "./crypto/index.mjs";
|
|
143
|
-
import { ValueCache as
|
|
144
|
-
import { getCircomSign as
|
|
145
|
-
import { EncryptionKeyPairDefaultValue as
|
|
146
|
-
import { MS_PER_DAY as
|
|
147
|
-
import { Utxo as
|
|
148
|
-
import { addHighestBitToNumber as
|
|
149
|
-
import { checkUtxoSignature as
|
|
150
|
-
import { decryptUtxo as
|
|
151
|
-
import { ErrorWithAmount as
|
|
152
|
-
import { FeeOverTransactionValueError as
|
|
153
|
-
import { ErrorCategory as
|
|
154
|
-
import { getGenericFeeOverTransactionValueErrorMessage as
|
|
155
|
-
import { SimulationFailureError as
|
|
156
|
-
import { ErrorWithRelayerTransaction as
|
|
157
|
-
import { ErrorWithIndex as
|
|
158
|
-
import { HttpError as
|
|
159
|
-
import { checkAddressNotUpdated as
|
|
160
|
-
import { deserializeDecodedTxs as
|
|
161
|
-
import { getFilePath as
|
|
162
|
-
import { makeEnclaveHandshakeAndEncryptInput as
|
|
163
|
-
import { convertPublicKeyToBigint as
|
|
164
|
-
import { getCustomProofGenerator as
|
|
165
|
-
import { logError as
|
|
166
|
-
import { Logger as
|
|
167
|
-
import { addressToHexFormat as
|
|
168
|
-
import { attemptGetInputUtxosRemotely as
|
|
169
|
-
import { capitalizeFirstLetter as
|
|
170
|
-
import { areErc20TokensInRegistry as
|
|
171
|
-
import { tokenVisibilityStorage as
|
|
172
|
-
import { PrivateTokensDB as
|
|
173
|
-
import { getChainBalanceFetchingMutex as
|
|
174
|
-
import { addPaddingToUtxos as
|
|
175
|
-
import { outputUtxoProcessing as
|
|
176
|
-
import { getExternalActionIdFromNumber as
|
|
177
|
-
import { buildInNullifiers as
|
|
178
|
-
import { buildAnchorStealthAddressStructure as
|
|
179
|
-
import { computeSignedMessageHashEvm as
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import { getSequence as ed, promisify as td, resolveSync as nd } from "./functions/utils/resolve-sync.utils.mjs";
|
|
185
|
-
import { convertIntegrationProviderToExternalActionId as rd } from "./functions/utils/convertIntegrationProviderToExternalActionId.mjs";
|
|
186
|
-
import { getInteractionFromAction as id } from "./functions/pre-transaction/interaction-to-action.mjs";
|
|
187
|
-
import { processGasEstimates as ad } from "./functions/pre-transaction/process-gas-estimates.mjs";
|
|
188
|
-
import { getFlatFees as od } from "./functions/pre-transaction/getFlatFees.mjs";
|
|
189
|
-
import { extractMessage as sd, getErrorMessage as cd, getErrorMessageFromTransactionRequest as ld } from "./error-handling/get-error.message.mjs";
|
|
143
|
+
import { ValueCache as xc } from "./data-structures/ValueCache/ValueCache.mjs";
|
|
144
|
+
import { getCircomSign as Sc, isCircomNegative as Cc } from "./data-structures/crypto-keys/keyUtils.mjs";
|
|
145
|
+
import { EncryptionKeyPairDefaultValue as wc, UserKeys as Tc, stealthAddressCacheDevice as Ec, stealthPairCacheDevice as Dc, stealthPairOldCacheDevice as Oc } from "./data-structures/crypto-keys/keys.mjs";
|
|
146
|
+
import { MS_PER_DAY as kc, calculateRelativeTime as Ac, formatDate as jc, formatTimestampDate as Mc, formatTxTimestamp as Nc, getCurrentDayStart as Pc, getCurrentTimeInSeconds as Fc, getCurrentWeekStart as Ic, getDelayUntilUtc8 as Lc, getEffectiveSevenDaysAgo as Rc, getEffectiveToday as zc, getNextDayDelay as Bc, getNextDayISO as Vc, getPreviousWeekStart as Hc, getUtcDayStart as Uc, isSameDay as Wc, isWithinDays as Gc, msToISOString as Kc, waitLittle as qc } from "./functions/utils/time.utils.mjs";
|
|
147
|
+
import { Utxo as Jc } from "./data-structures/utxo/Utxo.mjs";
|
|
148
|
+
import { addHighestBitToNumber as Yc, extractHighestBit as Xc, takeOffHighestBit as Zc } from "./functions/utils/bit.operations.mjs";
|
|
149
|
+
import { checkUtxoSignature as Qc, decodeEvmUtxo as $c, decodeSolanaUtxo as el, decodeUtxo as tl, decodeUtxoConstructorArgs as nl, encodeSolanaOnChainUtxo as rl, isSolanaOnChainUtxo as il } from "./data-structures/crypto-keys/decodeUTXO.mjs";
|
|
150
|
+
import { decryptUtxo as al, decryptUtxoConstructorArgs as ol, encryptUtxo as sl } from "./data-structures/crypto-keys/encryptDecryptUtxo.mjs";
|
|
151
|
+
import { ErrorWithAmount as cl } from "./error-handling/customErrors/ErrorWithAmount.mjs";
|
|
152
|
+
import { FeeOverTransactionValueError as ll } from "./error-handling/customErrors/FeeOverTransactionValueError.mjs";
|
|
153
|
+
import { ErrorCategory as ul } from "./error-handling/types.mjs";
|
|
154
|
+
import { getGenericFeeOverTransactionValueErrorMessage as dl, rethrowKnownGasErrorIfPossible as fl } from "./error-handling/customErrors/customErrors.helpers.mjs";
|
|
155
|
+
import { SimulationFailureError as pl } from "./error-handling/customErrors/SimulationFailureError.mjs";
|
|
156
|
+
import { ErrorWithRelayerTransaction as ml } from "./error-handling/customErrors/ErrorWithTx.mjs";
|
|
157
|
+
import { ErrorWithIndex as hl } from "./error-handling/customErrors/ErrorWithIndex.mjs";
|
|
158
|
+
import { HttpError as gl } from "./error-handling/customErrors/HttpError.mjs";
|
|
159
|
+
import { checkAddressNotUpdated as _l } from "./functions/utils/upToDateState.mjs";
|
|
160
|
+
import { deserializeDecodedTxs as vl, serializeDecodedTxs as yl } from "./functions/utils/getDataFromTransaction.mjs";
|
|
161
|
+
import { getFilePath as bl, getHinkalCache as xl, loadTxsCache as Sl, resetCache as Cl, saveTxsCache as wl, setHinkalCache as Tl } from "./functions/utils/cacheFunctions.mjs";
|
|
162
|
+
import { makeEnclaveHandshakeAndEncryptInput as El, makeEnclaveHandshakeAndEncryptUint8Array as Dl } from "./functions/utils/encryptInputForEnclave.mjs";
|
|
163
|
+
import { convertPublicKeyToBigint as Ol, formatMintAddress as kl } from "./functions/utils/solanaMint.utils.mjs";
|
|
164
|
+
import { getCustomProofGenerator as Al, getCustomUtxoDecryptor as jl, setCustomProofGenerator as Ml, setCustomUtxoDecryptor as Nl } from "./functions/utils/customEnclaveFunctionsRegister.mjs";
|
|
165
|
+
import { logError as Pl } from "./error-handling/logError.mjs";
|
|
166
|
+
import { Logger as Fl } from "./error-handling/logger.mjs";
|
|
167
|
+
import { addressToHexFormat as Il, approveTronTokens as Ll, assertTronSufficientBalance as Rl, circomDataToArray as zl, createTronCallData as Bl, createTronWeb as Vl, detectTronChainIdFromHost as Hl, estimateTronFeeSunWithPadding as Ul, evmHexToTronBase58Address as Wl, fetchTronAccountResources as Gl, fetchTronChainParameters as Kl, generateProofSignatureRemotely as ql, getAvailableResource as Jl, getChainParameterValue as Yl, getVerifierId as Xl, normalizeTronAddr as Zl, normalizeTronPrivateKey as Ql, parseZkCalldata as $l, reorderZkCallData as eu, splitTronTokensByNative as tu, toTronBase58IfHex as nu } from "./functions/utils/tron.utils.mjs";
|
|
168
|
+
import { attemptGetInputUtxosRemotely as ru, getInputUtxoAndBalance as iu, getInputUtxoAndBalanceOfStuckUtxos as au, getInputUtxoAndBalancePerToken as ou, getInputUtxosRemotely as su } from "./functions/web3/events/getInputUtxoAndBalance.mjs";
|
|
169
|
+
import { capitalizeFirstLetter as cu, capitalizeName as lu, getAddressFromStateKey as uu, getChainIdFromStateKey as du, getStateKey as fu, getTokenStateKey as pu, hexToUtf8 as mu, isNullOrEmpty as hu, replaceAllInstances as gu, toTitleCase as _u, validateEmail as vu } from "./functions/utils/string.utils.mjs";
|
|
170
|
+
import { areErc20TokensInRegistry as yu, checkTokensForShielding as bu, isSameERC20Token as xu, validateAndGetChainId as Su } from "./functions/utils/token-check.utils.mjs";
|
|
171
|
+
import { tokenVisibilityStorage as Cu } from "./data-structures/TokenDBs/token-visibility-db.mjs";
|
|
172
|
+
import { PrivateTokensDB as wu, privateTokensDB as Tu } from "./data-structures/TokenDBs/PrivateTokensDB.mjs";
|
|
173
|
+
import { getChainBalanceFetchingMutex as Eu } from "./functions/utils/mutexes.utils.mjs";
|
|
174
|
+
import { addPaddingToUtxos as Du, getShieldedBalance as Ou } from "./functions/web3/events/getShieldedBalance.mjs";
|
|
175
|
+
import { outputUtxoProcessing as ku } from "./functions/pre-transaction/outputUtxoProcessing.mjs";
|
|
176
|
+
import { getExternalActionIdFromNumber as Au, getExternalActionIdHash as ju } from "./functions/utils/external-action.utils.mjs";
|
|
177
|
+
import { buildInNullifiers as Mu, buildOutCommitments as Nu, calcAmountChanges as Pu, calcCommitmentsSiblingAndSides as Fu, calcEncryptedOutputs as Iu, calcPublicSignalCount as Lu, calcStealthAddressStructure as Ru, createCallDataHash as zu, deserializeCircomData as Bu, getSlippageValues as Vu, getUtxoCircuitH0Coords as Hu, getUtxoCircuitInRandomization as Uu, getZkProofVerifierName as Wu, serializeCircomData as Gu } from "./functions/snarkjs/common.snarkjs.mjs";
|
|
178
|
+
import { buildAnchorStealthAddressStructure as Ku, encodeToByte32Array as qu, getEncryptedOutputsAccountPublicKey as Ju, getInstructionsAccountPublicKey as Yu, getMerkleAccountPublicKey as Xu, getNullifierAccount as Zu, getProofAccountPart1PublicKey as Qu, getProofAccountPart2PublicKey as $u, getStorageAccountPublicKey as ed, getStorageVaultPublicKey as td, getSwapperAccountPublicKey as nd, getSwapperAccountPublicKeyFromSalt as rd } from "./functions/pre-transaction/solana.mjs";
|
|
179
|
+
import { computeSignedMessageHashEvm as id, computeSignedMessageHashSolana as ad } from "./functions/snarkjs/signedMessageHash.mjs";
|
|
180
|
+
import { getInteractionFromAction as od } from "./functions/pre-transaction/interaction-to-action.mjs";
|
|
181
|
+
import { processGasEstimates as sd } from "./functions/pre-transaction/process-gas-estimates.mjs";
|
|
182
|
+
import { getFlatFees as cd } from "./functions/pre-transaction/getFlatFees.mjs";
|
|
183
|
+
import { extractMessage as ld, getErrorMessage as ud, getErrorMessageFromTransactionRequest as dd } from "./error-handling/get-error.message.mjs";
|
|
190
184
|
import "./error-handling/index.mjs";
|
|
191
|
-
import { TokenChecker as
|
|
192
|
-
import { modifyVolatileTokenAmountChanges as
|
|
193
|
-
import { constructAdminData as
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import {
|
|
208
|
-
import {
|
|
209
|
-
import {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
213
|
-
import {
|
|
214
|
-
import {
|
|
215
|
-
import {
|
|
216
|
-
import {
|
|
217
|
-
import {
|
|
218
|
-
import {
|
|
219
|
-
import {
|
|
220
|
-
import {
|
|
221
|
-
import {
|
|
222
|
-
import {
|
|
223
|
-
import {
|
|
224
|
-
import {
|
|
225
|
-
import {
|
|
226
|
-
import {
|
|
227
|
-
import {
|
|
228
|
-
import {
|
|
229
|
-
import {
|
|
230
|
-
import {
|
|
231
|
-
import {
|
|
232
|
-
import {
|
|
233
|
-
import {
|
|
234
|
-
import {
|
|
235
|
-
import {
|
|
236
|
-
import {
|
|
237
|
-
import {
|
|
238
|
-
import {
|
|
239
|
-
import {
|
|
240
|
-
import {
|
|
241
|
-
import {
|
|
242
|
-
import {
|
|
243
|
-
import {
|
|
244
|
-
import {
|
|
245
|
-
import {
|
|
246
|
-
import {
|
|
247
|
-
import {
|
|
248
|
-
import {
|
|
249
|
-
import {
|
|
250
|
-
import {
|
|
251
|
-
import {
|
|
252
|
-
import {
|
|
253
|
-
import {
|
|
254
|
-
import {
|
|
255
|
-
import {
|
|
256
|
-
import {
|
|
257
|
-
import {
|
|
258
|
-
import {
|
|
259
|
-
import {
|
|
260
|
-
import {
|
|
261
|
-
import {
|
|
262
|
-
import {
|
|
263
|
-
import {
|
|
264
|
-
import {
|
|
265
|
-
import {
|
|
266
|
-
import {
|
|
267
|
-
import {
|
|
268
|
-
import {
|
|
269
|
-
import {
|
|
270
|
-
import {
|
|
271
|
-
import {
|
|
272
|
-
import {
|
|
273
|
-
import {
|
|
274
|
-
import {
|
|
275
|
-
import {
|
|
276
|
-
import {
|
|
277
|
-
import {
|
|
278
|
-
import {
|
|
279
|
-
import {
|
|
280
|
-
import {
|
|
281
|
-
import {
|
|
282
|
-
import {
|
|
283
|
-
import {
|
|
185
|
+
import { TokenChecker as fd } from "./data-structures/token-price-fetcher/TokenChecker.mjs";
|
|
186
|
+
import { modifyVolatileTokenAmountChanges as pd } from "./functions/pre-transaction/getVolatileTransferAmount.mjs";
|
|
187
|
+
import { constructAdminData as md } from "./functions/pre-transaction/constructAdminData.mjs";
|
|
188
|
+
import { createCustomSolanaConnection as hd, createJsonRpcProvider as gd } from "./functions/utils/create-provider.mjs";
|
|
189
|
+
import { calculateSolanaNullifierCount as _d } from "./functions/pre-transaction/calculateSolanaNullifierCount.mjs";
|
|
190
|
+
import { createAndExtendAddressLookupTable as vd, getAddressLookupTableAccounts as yd } from "./functions/pre-transaction/addressTableLookup.mjs";
|
|
191
|
+
import { convertSolanaPublicSignals as bd } from "./functions/pre-transaction/solana-public-signals.mjs";
|
|
192
|
+
import { convertOKXToHinkalInstructions as xd } from "./functions/pre-transaction/convert-okx-instructions.mjs";
|
|
193
|
+
import { AccountActions as Sd } from "./data-structures/AccountActions/AccountActions.mjs";
|
|
194
|
+
import { getSolanaPriorityFee as Cd } from "./functions/web3/getSolanaPriorityFee.mjs";
|
|
195
|
+
import { debounce as wd, pollForValue as Td, wait as Ed } from "./functions/utils/process.utils.mjs";
|
|
196
|
+
import { ensureAtaExists as Dd, estimateComputeUnitLimit as Od, fetchSolanaTransaction as kd, getAccountsFromInstructions as Ad, sendProxyV0Transaction as jd, sendV0Transaction as Md, serializeProxyV0Transaction as Nd } from "./functions/pre-transaction/sendV0Transaction.mjs";
|
|
197
|
+
import { storeProof as Pd } from "./functions/pre-transaction/store-proof.mjs";
|
|
198
|
+
import { sendInitNullifiersTransaction as Fd } from "./functions/pre-transaction/sendInitNullifiersTransaction.mjs";
|
|
199
|
+
import { recipientUtxoProcessing as Id } from "./functions/pre-transaction/recipientUtxoProcessing.mjs";
|
|
200
|
+
import { storeInstructions as Ld } from "./functions/pre-transaction/store-instructions.mjs";
|
|
201
|
+
import { ensureAmountChanges as Rd } from "./functions/pre-transaction/ensureAmountChanges.mjs";
|
|
202
|
+
import { getFeeStructure as zd } from "./functions/pre-transaction/getFeeStructure.mjs";
|
|
203
|
+
import { waitForDepositedUtxosInMerkleTree as Bd } from "./functions/pre-transaction/waitForDepositedUtxosInMerkleTree.mjs";
|
|
204
|
+
import { buildCommitmentValidationData as Vd, buildCommitmentValidationDataFromProof as Hd } from "./functions/pre-transaction/buildCommitmentValidationData.mjs";
|
|
205
|
+
import { generateZkProof as Ud } from "./functions/snarkjs/generateZkProof.mjs";
|
|
206
|
+
import { generateMainAndCommitmentZkProof as Wd } from "./functions/snarkjs/generateMainAndCommitmentZkProof.mjs";
|
|
207
|
+
import { deserializeUtxoConstructorParams as Gd, serializeUtxoConstructorParams as Kd } from "./functions/utils/serialize-utxos.utils.mjs";
|
|
208
|
+
import { requireEnv as qd } from "./functions/utils/requireEnv.mjs";
|
|
209
|
+
import { getSequence as Jd, promisify as Yd, resolveSync as Xd } from "./functions/utils/resolve-sync.utils.mjs";
|
|
210
|
+
import { convertIntegrationProviderToExternalActionId as Zd } from "./functions/utils/convertIntegrationProviderToExternalActionId.mjs";
|
|
211
|
+
import { getNetworkObject as Qd, getNetworkType as $d } from "./functions/utils/evmNetworkFunctions.mjs";
|
|
212
|
+
import { browserSupported as ef, isMobileDevice as tf } from "./functions/utils/userAgent.mjs";
|
|
213
|
+
import { reloadPage as nf } from "./functions/utils/reloadPage.mjs";
|
|
214
|
+
import { isNicknameValid as rf } from "./functions/utils/nickname.utils.mjs";
|
|
215
|
+
import { FileCacheDevice as af } from "./data-structures/cacheDevices/FileCacheDevice.mjs";
|
|
216
|
+
import { LocalStorageCacheDevice as of } from "./data-structures/cacheDevices/LocalStorageCacheDevice.mjs";
|
|
217
|
+
import { createCacheDevice as sf } from "./functions/utils/cacheDevice.utils.mjs";
|
|
218
|
+
import { getBlockExplorerUrl as cf } from "./functions/utils/getBlockExplorerUrl.mjs";
|
|
219
|
+
import { uniswapWorkaround as lf } from "./functions/utils/involves-permit2-op.mjs";
|
|
220
|
+
import { convertEmporiumOpToCallInfo as uf } from "./functions/utils/convertEmporiumOpToCallInfo.mjs";
|
|
221
|
+
import { getRecipientInfoFromUserKeys as df, getStealthAddressStructureFromUserKeys as ff } from "./functions/utils/getRecipientInfoFromUserKeys.mjs";
|
|
222
|
+
import { getPublicBalance as pf, getPublicBalanceByTokenAddress as mf, getPublicBalancesOfTokens as hf, getPublicTransactionCount as gf, getSolanaPublicBalances as _f } from "./functions/utils/publicBalance.utils.mjs";
|
|
223
|
+
import { rpcIntEncode as vf } from "./functions/utils/rpc-int-encode.mjs";
|
|
224
|
+
import { arraysMatch as yf } from "./functions/utils/arraysMatch.mjs";
|
|
225
|
+
import { trimFieldValues as bf } from "./functions/utils/trimFieldValues.mjs";
|
|
226
|
+
import { hasEnoughBalance as xf } from "./functions/utils/walletBalances.utils.mjs";
|
|
227
|
+
import { extractTokenIdsFromAssetChanges as Sf } from "./functions/utils/nftTokenFunctions.mjs";
|
|
228
|
+
import { encodeParsedInLogicMetadata as Cf } from "./functions/utils/inLogicMetadata.mjs";
|
|
229
|
+
import { getNetworkName as wf } from "./functions/utils/networks.utils.mjs";
|
|
230
|
+
import { isValidUrl as Tf } from "./functions/utils/is-valid-url.mjs";
|
|
231
|
+
import { postToOffscreen as Ef } from "./functions/utils/postToOffscreen.mjs";
|
|
232
|
+
import { buildSolanaRecipientRentErrorMessages as Df } from "./functions/utils/solanaSendPreflight.utils.mjs";
|
|
233
|
+
import { createSigner as Of, createVoidSigner as kf, createVoidSolanaWallet as Af, prepareEthersProviderAdapter as jf, prepareHinkal as Mf, prepareHinkalFromSeedPhrases as Nf, prepareHinkalWithSignature as Pf, prepareSolanaProviderAdapter as Ff } from "./functions/utils/prepareHinkal.mjs";
|
|
234
|
+
import { getContractAddress as If } from "./functions/utils/getContractAddress.mjs";
|
|
235
|
+
import { getOnChainUtxosFromReceipt as Lf, getOutputCommitmentsFromEvmReceipt as Rf, getUtxosFromReceipt as zf } from "./functions/utils/getUtxosFromReceipt.utils.mjs";
|
|
236
|
+
import { getOnChainUtxosFromReceiptSolana as Bf, getOutputCommitmentsFromSolanaReceipt as Vf, getUtxosFromReceiptSolana as Hf } from "./functions/utils/getUtxosFromReceiptSolana.mjs";
|
|
237
|
+
import { calculateModifiedFeeStructure as Uf, calculateTotalFee as Wf, calculateWithdrawalAmount as Gf, getGasTokenSymbols as Kf } from "./functions/utils/fees.utils.mjs";
|
|
238
|
+
import { PROXY_AVATAR_INDEX_COUNT as qf, getRandomProxyAvatarIndex as Jf } from "./functions/utils/proxyAvatar.utils.mjs";
|
|
239
|
+
import { validateUsername as Yf } from "./functions/utils/validateUsername.mjs";
|
|
240
|
+
import { getUtxosFromEnclave as Xf, storeUtxoInEnclave as Zf } from "./functions/utils/enclave-utxo-storage.mjs";
|
|
241
|
+
import { storeAndGetSignatureFromEnclave as Qf } from "./functions/utils/enclave-signature-storage.mjs";
|
|
242
|
+
import { waitForEthereumTransactionConfirmation as $f, waitForSolanaTransactionConfirmation as ep, waitForTransactionConfirmation as tp } from "./functions/utils/tx-confirmation.utils.mjs";
|
|
243
|
+
import { buildClaimableDepositPlan as np } from "./functions/utils/buildClaimableDepositPlan.mjs";
|
|
244
|
+
import { mapRecipientRequests as rp, splitRecipientsByAllocations as ip } from "./functions/utils/pay-routing.utils.mjs";
|
|
245
|
+
import { formatUSDNumber as ap } from "./functions/utils/formatter.mjs";
|
|
246
|
+
import { simulateTronTransaction as op } from "./functions/utils/tronSimulation.utils.mjs";
|
|
247
|
+
import { getProviderFromContract as sp, getSignerFromContract as cp } from "./functions/utils/getSignerFromContract.mjs";
|
|
248
|
+
import { depositClaimableUtxos as lp } from "./functions/utils/deposit-claimable.utils.mjs";
|
|
249
|
+
import { transferClaimableUtxos as up } from "./functions/utils/transfer-claimable.utils.mjs";
|
|
250
|
+
import { getWalletGroupKey as dp } from "./functions/utils/getWalletGroupKey.utils.mjs";
|
|
251
|
+
import { resetStateMutex as fp } from "./mutexes/mutex.mjs";
|
|
252
|
+
import { balanceChangedHandler as pp } from "./functions/web3/events/balanceChangedHandler.mjs";
|
|
253
|
+
import { hardRefreshPrivateBalance as mp, initialMerkleAndPrivateBalanceRefresh as hp, refreshPrivateBalance as gp } from "./functions/utils/dispatchBalanceRefreshes.mjs";
|
|
254
|
+
import { getEquivalentBridgedTokenForTempo as _p, getEquivalentNativeToken as vp, getLifiScanURL as yp } from "./functions/utils/lifi.utils.mjs";
|
|
255
|
+
import { ensureRecipientInfoPool as bp } from "./functions/utils/enclave-recipient-info-storage.mjs";
|
|
256
|
+
import { buildOrderIdMemoInstruction as xp, extractOrderIdFromMemos as Sp } from "./functions/utils/solana-memo.mjs";
|
|
257
|
+
import { generateHashFromSeedPhrases as Cp } from "./functions/utils/mnemonics.mjs";
|
|
258
|
+
import { fetchOnChainRootHashes as wp } from "./functions/snarkjs/fetchOnChainRootHashes.mjs";
|
|
259
|
+
import { checkEOAWithDelegation as Tp, createApproveEmporiumOp as Ep, createLifiBridgeOps as Dp, createTransaferEmporiumOpsBatch as Op, createTransferToEmporiumOp as kp, decodeEmporiumMetadata as Ap, emporiumOp as jp, encodeEmporiumMetadata as Mp, generateFundAndApproveOps as Np, getAuthorizationDataIfNeeded as Pp, recoverAuthorizationData as Fp } from "./functions/private-wallet/emporium.helpers.mjs";
|
|
260
|
+
import { constructZkProof as Ip } from "./functions/snarkjs/constructGeneralZkProof.mjs";
|
|
261
|
+
import { hinkalDeposit as Lp, hinkalDepositForOther as Rp } from "./data-structures/Hinkal/hinkalDeposit.mjs";
|
|
262
|
+
import { getTransactionLogEvents as zp } from "./functions/web3/events/getTransactionLogEvents.mjs";
|
|
263
|
+
import { getUniswapFee as Bp, getUniswapPrice as Vp, getUniswapPriceHelper as Hp, searchPoolAndFee as Up } from "./functions/web3/uniswapAPI.mjs";
|
|
264
|
+
import { getOdosPrice as Wp } from "./functions/web3/odosAPI.mjs";
|
|
265
|
+
import { getOneInchPrice as Gp } from "./functions/web3/oneInchAPI.mjs";
|
|
266
|
+
import { getLifiPrice as Kp } from "./functions/web3/lifiAPI.mjs";
|
|
267
|
+
import { createOKXQuote as qp, getOKXPrice as Jp } from "./functions/web3/okxAPI.mjs";
|
|
268
|
+
import { runContractFunction as Yp } from "./functions/web3/runContractFunction.mjs";
|
|
269
|
+
import { getTokenHolder as Xp } from "./functions/web3/getTokenHolder.mjs";
|
|
270
|
+
import { decodeMessage as Zp, getDecodedMessage as Qp, getPermitInfo as $p } from "./functions/web3/EIP-712.mjs";
|
|
271
|
+
import { signAndSendSerializedTransaction as em } from "./functions/web3/signAndSendSerializedTransaction.mjs";
|
|
272
|
+
import { groupConnectorsByWallet as tm, isInjectedConnector as nm, isMockConnector as rm, isSolanaConnector as im, isTronConnector as am, isWalletConnectConnector as om } from "./functions/web3/connectors.utils.mjs";
|
|
273
|
+
import { hmacSha512 as sm } from "./functions/web3/crypto.mjs";
|
|
274
|
+
import { constructSolanaZkProof as cm } from "./functions/snarkjs/constructSolanaZkProof.mjs";
|
|
275
|
+
import { verifyCommitmentValidationData as lm, verifyCommitmentValidationDataSolana as um } from "./functions/snarkjs/verifyCommitmentValidationData.mjs";
|
|
276
|
+
import { prepareDepositOnChainUtxosZkProof as dm } from "./data-structures/Hinkal/prepareDepositOnChainUtxosZkProof.mjs";
|
|
277
|
+
import { openPassportWindow as fm } from "./functions/kyc/passportHelper.mjs";
|
|
278
|
+
import { checkTokenLimitsUSD as pm } from "./functions/kyc/checkTokenLimitsUSD.mjs";
|
|
279
|
+
import { OpType as mm, produceOp as hm } from "./functions/private-wallet/opProducer.mjs";
|
|
280
|
+
import { createSwapToEmporiumOpForUniswap as gm, createSwapToEmporiumOps as _m } from "./functions/private-wallet/emporium.swap.helpers.mjs";
|
|
281
|
+
import { getTokensToDepositBack as vm } from "./functions/auto-deposit-back-helpers/get-tokens-to-deposit-back.mjs";
|
|
282
|
+
import { getGasTokenRecords as ym } from "./functions/auto-deposit-back-helpers/get-gas-token-records.mjs";
|
|
283
|
+
import { selectGasToken as bm } from "./functions/auto-deposit-back-helpers/select-gas-token.mjs";
|
|
284
|
+
import { updateHinkal as xm } from "./functions/auto-deposit-back-helpers/update-hinkal.mjs";
|
|
284
285
|
import "./functions/index.mjs";
|
|
285
|
-
import { hinkalDepositAndWithdraw as
|
|
286
|
-
import { hinkalSwap as
|
|
287
|
-
import { hinkalWithdraw as
|
|
288
|
-
import { MerkleTreeIncompleteError as
|
|
289
|
-
import { MerkleTree as
|
|
290
|
-
import { AbstractEventService as
|
|
291
|
-
import { AbstractSnapshotService as
|
|
292
|
-
import { AbstractCommitmentsSnapshotService as
|
|
293
|
-
import { AbstractNullifierSnapshotService as
|
|
294
|
-
import { BlockchainEvent as
|
|
295
|
-
import { BlockchainEventEmitter as
|
|
296
|
-
import { PollingBlockchainEventEmitter as
|
|
297
|
-
import { ClientBlockchainEventEmitter as
|
|
298
|
-
import { SolanaBlockchainEventEmitter as
|
|
299
|
-
import { ClientSolanaBlockchainEventEmitter as
|
|
300
|
-
import { PollingSolanaBlockchainEventEmitter as
|
|
301
|
-
import { AbstractSolanaEventService as
|
|
302
|
-
import { AbstractSolanaSnapshotService as
|
|
303
|
-
import { AbstractSolanaNullifierSnapshotService as
|
|
304
|
-
import { AbstractSolanaCommitmentsSnapshotService as
|
|
305
|
-
import { SnapshotFetcherService as
|
|
306
|
-
import { ClientSolanaCommitmentsSnapshotService as
|
|
307
|
-
import { ClientSolanaNullifierSnapshotService as
|
|
308
|
-
import { ClientCommitmentsSnapshotService as
|
|
309
|
-
import { ClientNullifierSnapshotService as
|
|
310
|
-
import { resetMerkleTrees as
|
|
311
|
-
import { MultiThreadedUtxoUtils as
|
|
312
|
-
import { ActivityStorage as
|
|
313
|
-
import { publicBalancesStorage as
|
|
314
|
-
import { privateBalancesStorage as
|
|
315
|
-
import { pricesStorage as
|
|
316
|
-
import { contactStorage as
|
|
317
|
-
import { signedMessagesStorage as
|
|
318
|
-
import { payActivityStorage as
|
|
319
|
-
import { hinkalPrivateWallet as
|
|
320
|
-
import { ArcPublicTokensDB as
|
|
321
|
-
import { PublicTokensDB as
|
|
322
|
-
import { hinkalProxySwap as
|
|
323
|
-
import { hinkalTransfer as
|
|
324
|
-
import { buildMultiPaymentDepositBuilder as
|
|
325
|
-
import { buildSolanaTransferPlan as
|
|
326
|
-
import { getSolanaProxySendSerializedTransaction as
|
|
327
|
-
import { getSolanaProxySwapSerializedTransaction as
|
|
328
|
-
import { getSolanaProxyShieldSerializedTransaction as
|
|
329
|
-
import { hinkalClaimUtxo as
|
|
330
|
-
import { hinkalSolanaProoflessDeposit as
|
|
331
|
-
import { hinkalSolanaClaimUtxo as
|
|
332
|
-
import { hinkalWithdrawStuckUtxos as
|
|
333
|
-
import { Hinkal as
|
|
334
|
-
import { hinkalPalSolanaDepositPrepare as
|
|
335
|
-
import { hinkalPalEvmDepositPrepare as
|
|
336
|
-
import { hinkalPalTronDepositPrepare as
|
|
337
|
-
import { TransactionType as
|
|
338
|
-
import { PresaleContractWrapper as
|
|
339
|
-
import { EventsPublicApprovalsDB as
|
|
340
|
-
import { WalletManager as
|
|
286
|
+
import { hinkalDepositAndWithdraw as Sm, hinkalWithdrawBatch as Cm } from "./data-structures/Hinkal/hinkalDepositAndWithdraw.mjs";
|
|
287
|
+
import { hinkalSwap as wm } from "./data-structures/Hinkal/hinkalSwap.mjs";
|
|
288
|
+
import { hinkalWithdraw as Tm } from "./data-structures/Hinkal/hinkalWithdraw.mjs";
|
|
289
|
+
import { MerkleTreeIncompleteError as Em } from "./data-structures/merkle-tree/MerkleTreeIncompleteError.mjs";
|
|
290
|
+
import { MerkleTree as Dm } from "./data-structures/merkle-tree/MerkleTree.mjs";
|
|
291
|
+
import { AbstractEventService as Om } from "./data-structures/event-service/evm/AbstractEventService.mjs";
|
|
292
|
+
import { AbstractSnapshotService as km } from "./data-structures/event-service/evm/AbstractSnapshotService.mjs";
|
|
293
|
+
import { AbstractCommitmentsSnapshotService as Am } from "./data-structures/event-service/evm/AbstractCommitmentsSnapshotService.mjs";
|
|
294
|
+
import { AbstractNullifierSnapshotService as jm } from "./data-structures/event-service/evm/AbstractNullifierSnapshotService.mjs";
|
|
295
|
+
import { BlockchainEvent as Mm } from "./data-structures/BlockchainEvent/BlockchainEvent.mjs";
|
|
296
|
+
import { BlockchainEventEmitter as Nm } from "./data-structures/event-service/evm/BlockchainEventEmitter.mjs";
|
|
297
|
+
import { PollingBlockchainEventEmitter as Pm } from "./data-structures/event-service/evm/PollingBlockchainEventEmitter.mjs";
|
|
298
|
+
import { ClientBlockchainEventEmitter as Fm } from "./data-structures/event-service/evm/ClientBlockchainEventEmitter.mjs";
|
|
299
|
+
import { SolanaBlockchainEventEmitter as Im } from "./data-structures/event-service/solana/SolanaBlockchainEventEmitter.mjs";
|
|
300
|
+
import { ClientSolanaBlockchainEventEmitter as Lm } from "./data-structures/event-service/solana/ClientSolanaBlockchainEventEmitter.mjs";
|
|
301
|
+
import { PollingSolanaBlockchainEventEmitter as Rm } from "./data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.mjs";
|
|
302
|
+
import { AbstractSolanaEventService as zm } from "./data-structures/event-service/solana/AbstractSolanaEventService.mjs";
|
|
303
|
+
import { AbstractSolanaSnapshotService as Bm } from "./data-structures/event-service/solana/AbstractSolanaSnapshotService.mjs";
|
|
304
|
+
import { AbstractSolanaNullifierSnapshotService as Vm } from "./data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.mjs";
|
|
305
|
+
import { AbstractSolanaCommitmentsSnapshotService as Hm } from "./data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.mjs";
|
|
306
|
+
import { SnapshotFetcherService as Um } from "./data-structures/snapshot/SnapshotFetcherService.mjs";
|
|
307
|
+
import { ClientSolanaCommitmentsSnapshotService as Wm } from "./data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.mjs";
|
|
308
|
+
import { ClientSolanaNullifierSnapshotService as Gm } from "./data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.mjs";
|
|
309
|
+
import { ClientCommitmentsSnapshotService as Km } from "./data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.mjs";
|
|
310
|
+
import { ClientNullifierSnapshotService as qm } from "./data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.mjs";
|
|
311
|
+
import { resetMerkleTrees as Jm } from "./data-structures/Hinkal/resetMerkleTrees.mjs";
|
|
312
|
+
import { MultiThreadedUtxoUtils as Ym } from "./data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs";
|
|
313
|
+
import { ActivityStorage as Xm, activityStorage as Zm } from "./data-structures/IndexedDB/activity-db.mjs";
|
|
314
|
+
import { publicBalancesStorage as Qm } from "./data-structures/IndexedDB/balances-db.mjs";
|
|
315
|
+
import { privateBalancesStorage as $m } from "./data-structures/IndexedDB/private-balances-db.mjs";
|
|
316
|
+
import { pricesStorage as eh } from "./data-structures/IndexedDB/prices-db.mjs";
|
|
317
|
+
import { contactStorage as th } from "./data-structures/IndexedDB/contact-db.mjs";
|
|
318
|
+
import { signedMessagesStorage as nh } from "./data-structures/IndexedDB/signatures-db.mjs";
|
|
319
|
+
import { payActivityStorage as rh } from "./data-structures/IndexedDB/pay-activity-db.mjs";
|
|
320
|
+
import { hinkalPrivateWallet as ih } from "./data-structures/Hinkal/hinkalPrivateWallet.mjs";
|
|
321
|
+
import { ArcPublicTokensDB as ah, arcPublicTokensDB as oh } from "./data-structures/TokenDBs/ArcPublicTokensDB.mjs";
|
|
322
|
+
import { PublicTokensDB as sh, publicTokensDB as ch } from "./data-structures/TokenDBs/PublicTokensDB.mjs";
|
|
323
|
+
import { hinkalProxySwap as lh } from "./data-structures/Hinkal/hinkalProxySwap.mjs";
|
|
324
|
+
import { hinkalTransfer as uh } from "./data-structures/Hinkal/hinkalTransfer.mjs";
|
|
325
|
+
import { buildMultiPaymentDepositBuilder as dh, buildMultiPaymentDepositSetup as fh, hinkalSolanaDepositAndWithdraw as ph, hinkalSolanaWithdrawBatch as mh } from "./data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.mjs";
|
|
326
|
+
import { buildSolanaTransferPlan as hh, hinkalSolanaTransfer as gh } from "./data-structures/Hinkal/hinkalSolanaTransfer.mjs";
|
|
327
|
+
import { getSolanaProxySendSerializedTransaction as _h, hinkalSolanaProxySend as vh } from "./data-structures/Hinkal/hinkalSolanaProxySend.mjs";
|
|
328
|
+
import { getSolanaProxySwapSerializedTransaction as yh, hinkalSolanaProxySwap as bh } from "./data-structures/Hinkal/hinkalSolanaProxySwap.mjs";
|
|
329
|
+
import { getSolanaProxyShieldSerializedTransaction as xh, hinkalSolanaProxyShield as Sh } from "./data-structures/Hinkal/hinkalSolanaProxyShield.mjs";
|
|
330
|
+
import { hinkalClaimUtxo as Ch } from "./data-structures/Hinkal/hinkalClaimUtxo.mjs";
|
|
331
|
+
import { hinkalSolanaProoflessDeposit as wh } from "./data-structures/Hinkal/hinkalSolanaProoflessDeposit.mjs";
|
|
332
|
+
import { hinkalSolanaClaimUtxo as Th } from "./data-structures/Hinkal/hinkalSolanaClaimUtxo.mjs";
|
|
333
|
+
import { hinkalWithdrawStuckUtxos as Eh } from "./data-structures/Hinkal/hinkalWithdrawStuckUtxos.mjs";
|
|
334
|
+
import { Hinkal as Dh } from "./data-structures/Hinkal/Hinkal.mjs";
|
|
335
|
+
import { hinkalPalSolanaDepositPrepare as Oh } from "./data-structures/Hinkal/hinkalPalSolanaDepositPrepare.mjs";
|
|
336
|
+
import { hinkalPalEvmDepositPrepare as kh } from "./data-structures/Hinkal/hinkalPalEvmDeposit.mjs";
|
|
337
|
+
import { hinkalPalTronDepositPrepare as Ah } from "./data-structures/Hinkal/hinkalPalTronDepositPrepare.mjs";
|
|
338
|
+
import { TransactionType as jh } from "./data-structures/transactions-manager/history/history.types.mjs";
|
|
339
|
+
import { PresaleContractWrapper as Mh } from "./data-structures/presale/PresaleContractWrapper.mjs";
|
|
340
|
+
import { EventsPublicApprovalsDB as Nh, eventsPublicApprovalsDB as Ph } from "./data-structures/ApprovalDBs/EventsPublicApprovalsDB.mjs";
|
|
341
|
+
import { WalletManager as Fh } from "./data-structures/WalletManager/WalletManager.mjs";
|
|
341
342
|
import "./data-structures/index.mjs";
|
|
342
343
|
import "./mutexes/index.mjs";
|
|
343
|
-
export { wa as ACCESS_TOKEN_MINTING_POINTS, Ta as ACCESS_TOKEN_RECLAIM_POINTS, fs as ACHIEVEMENTS, pa as AIPRISE_KYB_TEMPLATE_ID_PROD, ma as AIPRISE_KYC_TEMPLATE_ID_PROD, I as ALCHEMY_API_KEY, L as ALCHEMY_TEST_KEY, R as ALL_NETWORKS_OPTION, gi as API, Sn as API_CONFIG, Xa as APPROVED_UTXO_CONVERSION_COUNT, bs as APPROVE_FUNCTION_SIGNATURE, he as ARC_TESTNET_USDC_ADDRESS, gm as AbstractCommitmentsSnapshotService, mm as AbstractEventService, _m as AbstractNullifierSnapshotService, hm as AbstractSnapshotService, Om as AbstractSolanaCommitmentsSnapshotService, Tm as AbstractSolanaEventService, Dm as AbstractSolanaNullifierSnapshotService, Em as AbstractSolanaSnapshotService, vd as AccountActions, Zt as AchievementTiers, Vt as ActivityStatus, Im as ActivityStorage, Ht as ActivityTypes, Bt as AdminTransactionType, Vi as AmTokenABI, Mt as ApprovalType, Gm as ArcPublicTokensDB, ge as AssetChangeType, Gn as BACK_END_URL, Es as BANNED_WALLET_IDS, ut as BPS_DENOMINATOR, z as BRIDGE_SUPPORTED_CHAINS, Zo as BRIDGING_URLS, ps as BROTHERHOOD_TASKS, Hi as BUSDABI, Qi as BabABI, hr as BasicHttpClient, vm as BlockchainEvent, ym as BlockchainEventEmitter, Qt as BrotherhoodTaskTypes, Ea as CERTIFICATION_DISABLE_WEEK, _e as CIRCOM_MERKLE_LENGTH, ve as CIRCOM_P, ye as CIRCOM_P_HALF, Qn as COINGECKO_API_KEY, be as COMPUTE_UNIT_PADDING_PERCENTAGE, on as CallsStatus, xm as ClientBlockchainEventEmitter, Mm as ClientCommitmentsSnapshotService, Nm as ClientNullifierSnapshotService, Cm as ClientSolanaBlockchainEventEmitter, Am as ClientSolanaCommitmentsSnapshotService, jm as ClientSolanaNullifierSnapshotService, $n as CoinGeckoChainLabels, cn as ConfirmationRequestType, a as ContractType, S as CustomJSONParse, C as CustomJSONStringify, ms as DAILY_TASKS, xe as DASHBOARD_BATCH_VARIABLE_RATE, B as DASHBOARD_EXCLUDED_CHAIN_IDS, Se as DASHBOARD_SEND_VARIABLE_RATE, V as DASHBOARD_SUPPORTED_CHAINS, Cn as DATA_SERVER_CONFIG, Kn as DATA_SERVER_URL, wn as DATA_SERVER_URL_ENDPOINT, Tn as DATA_SERVER_URL_LOCAL, Qo as DEFAULT_BRIDGING_SLIPPAGE, E as DEPLOYMENT_MODE, Za as DIRECTLY_SHOW_MESSAGE_ERROR_CODES, vn as DeliveryMethod, un as DepositAndWithdrawPhase, Ut as DexProviders, Ce as EIP1271_FAILURE, we as EIP1271_SUCCESS, En as ENCLAVE_API_PRODUCTION_URL, Dn as ENCLAVE_API_STAGING_URL, qn as ENCLAVE_API_URL, On as ENCLAVE_API_URL_LOCAL, $i as ERC1155ABI, ea as ERC20ABI, ta as ERC721ABI, ys as EVENTS_INITIAL_BLOCKS, H as EVM_CHAIN_IDS, dt as EXTENDED_NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS, fc as EncryptionKeyPairDefaultValue, Qc as ErrorCategory, Xc as ErrorWithAmount, rl as ErrorWithIndex, nl as ErrorWithRelayerTransaction, s as EthereumNetworkType, pn as EventCategory, yt as EventType, yh as EventsPublicApprovalsDB, o as ExternalActionId, U as FILTER_CHAIN_MAP, W as FRONT_END_SUPPORTED_CHAINS, Jn as FUND_COMPLIANCE_URL, kn as FUND_COMPLIANCE_URL_ENDPOINT, An as FUND_COMPLIANCE_URL_LOCAL, Zc as FeeOverTransactionValueError, Wd as FileCacheDevice, na as GalxeABI, sn as GetCallsStatusCode, G as HELIUS_RPC_URL, pi as HINKAL_DASHBOARD_TOKEN, Te as HINKAL_DEPOSIT_AND_WITHDRAW_VARIABLE_RATE, Ee as HINKAL_PRIVATE_SEND_VARIABLE_RATE, K as HINKAL_SUPPORTED_CHAINS, De as HINKAL_SWAP_VARIABLE_RATE, ph as Hinkal, bt as HinkalLogicAction, il as HttpError, wi as IMAGE_PATHS, xt as INTERACTION, ra as ISwapRouterABI, St as IntegrationProvider, Wt as IntegrationProviderNames, ha as KYC_LIMIT, Dt as KycVerificationResult, Ot as KycVerificationStatus, ss as LIFISCAN_URL, cs as LIFI_SOLANA_CHAIN_ID, mi as LOGIN_URL, $o as LOW_AMOUNT_BRIDGING_SLIPPAGE, es as LOW_AMOUNT_USD_THRESHOLD, Gd as LocalStorageCacheDevice, Cl as Logger, Ct as LoginMessageMode, Oe as MAX_COMPUTE_UNIT_LIMIT, Xo as MAX_DISPLAY_DECIMALS, Ms as MAX_FILE_SIZE_MB, ke as MAX_MICRO_LAMPORTS_PER_CU, Ae as MERKLE_LEVELS, je as MIN_COMPUTE_UNIT_LIMIT, ts as MIN_DAPP_BRIDGE_AMOUNT_USD, _c as MS_PER_DAY, yn as MemberRole, tn as MemberStatus, pm as MerkleTree, fm as MerkleTreeIncompleteError, ln as MessagesFromOffscreen, fn as MoonPayCurrencyType, Fm as MultiThreadedUtxoUtils, Ga as NATIVE_TOKEN_WRAPPER_ADDRESSES, Ca as NETWORKS, Me as NFT_1155_TRANSACTION_TYPE, Ne as NFT_721_TRANSACTION_TYPE, xs as NFT_APPROVE_FUNCTION_SIGNATURE, Ss as NFT_APPROVE_SINGLE_FUNCTION_SIGNATURE, Pe as NFT_TRANSACTION_TYPES, ft as NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS, No as NativeTokenSymbols, c as NetworkFilterType, Zi as NodeInterfaceABI, ws as OKX_BASE_URL, Ts as OKX_SWAP_PATH, Rt as OldPointType, em as OpType, Fe as PAY_SEND_VARIABLE_RATE, Cs as PERMIT2_APPROVE_FUNCTION_SIGNATURE, jn as PLAYGROUND_URL, hs as POINTS_BOOST_TASKS, Ps as PRICE_IMPACT_VERY_HIGH_THRESHOLD, Fs as PRICE_IMPACT_WARNING_THRESHOLD, Mn as PRODUCTION_URL, Ie as PROOFLESS_DEPOSIT_FEE_RECIPIENT_INFO, Le as PROVER_VERSION, Nf as PROXY_AVATAR_INDEX_COUNT, kt as Passports, mn as PayActivityStatus, hn as PayActivityTypes, bn as PayoutStatus, xn as PayoutType, rn as PointsType, bm as PollingBlockchainEventEmitter, wm as PollingSolanaBlockchainEventEmitter, Po as PopularTokenSymbols, vh as PresaleContractWrapper, qt as PrivateBalanceUpdateType, fu as PrivateTokensDB, qm as PublicTokensDB, Ns as RECIPIENT_INFO_TARGET_POOL_SIZE, ga as RECLAIM_MESSAGE_TO_SIGN, gs as REFERRAL_BONUS_TASK, Re as RELAYERS_ARRAY, ze as RELAYER_ADDRESS1, Be as RELAYER_ADDRESS2, Ve as RELAYER_ADDRESS3, Nn as RELAYER_CONFIG, Ds as RELAYER_TX_CONFIRMATION_TIMEOUT, Yn as RELAYER_URL, Pn as RELAYER_URL_ENDPOINT, Fn as RELAYER_URL_LOCAL, Da as REWARDS_ENCRYPTION_PASSWORD, Oa as REWARDS_MESSAGE_TO_SIGN, _s as REWARDS_TASKS, ka as REWARD_RECEIVABLE_TOKEN_SYMBOLS, zt as RafflePrizeType, nn as Rank, _a as ReclaimPassports, e as RevokeType, js as SCHEDULE_DELAY_OPTIONS, Xn as SERVER_URL, In as SERVER_URL_ENDPOINT, Ln as SERVER_URL_LOCAL, He as SET_COMPUTE_UNIT_LIMIT_DISCRIMINATOR, Zn as SNAPSHOT_SERVER_URL, Rn as SNAPSHOT_SERVER_URL_ENDPOINT, zn as SNAPSHOT_SERVER_URL_LOCAL, Ue as SOLANA_BLOCKHEIGHT_EXPIRED_RETRY_COUNT, q as SOLANA_CHAIN_IDS, is as SOLANA_LEDGER_WALLET_ID, We as SOLANA_LOCKED_ACCOUNTS_LIMIT, Ge as SOLANA_LOOKUP_TABLE_VISIBILITY_MAX_POLL_ATTEMPTS, Ke as SOLANA_LOOKUP_TABLE_VISIBILITY_POLL_INTERVAL_MS, qe as SOLANA_NFT_INTERFACES, Fo as SOLANA_PAY_DASHBOARD_SUPPORTED_TOKEN_SYMBOLS, Je as SOLANA_PUBLIC_INPUT_PART_ONE_LENGTH, Bn as STAGING_URL, J as SWAP_EXCLUDED_CHAINS, Ka as SWAP_FEE_TAKER_ADDRESSES, qa as SWAP_ROUTER_ADDRESSES, _n as ScheduleDelayOption, dn as ScheduledTransactionStatus, tl as SimulationFailureError, Nt as SlippageType, km as SnapshotFetcherService, Sm as SolanaBlockchainEventEmitter, va as StandardPassports, Jt as StorageKeys, ya as SupportedPassports, pt as TEMPO_DEFAULT_GAS_TOKEN_ADDRESS, mt as TEMPO_GAS_COST_TOKEN_SYMBOL_OPTIONS, ns as TEMPO_INBOUND_BRIDGE_DEST_SYMBOLS, rs as TEMPO_OUTBOUND_BRIDGE_DEST_SYMBOLS, ht as TEMPO_USDC_E_ADDRESS, gt as TEMPO_USDT0_ADDRESS, Jo as TOKEN_LIMITS, Yt as TOKEN_PRICE_STATUS, Ye as TOKEN_VALUE_UNLIMITED_THRESHOLD, Y as TRON_CHAIN_IDS, Xe as TRON_DEFAULT_FEE_LIMIT_SUN, Ze as TRON_TESTNET_USDT_ADDRESS, Qe as TRON_USDT_ADDRESS, ds as TVL_CHANGER_ACTIVITY_TYPES, _t as TWENTY_PERCENT_BPS, Os as TX_CONFIRMATION_CONFIRMATIONS_COUNT, ks as TX_CONFIRMATION_TIMEOUT, As as TX_CONFIRMATION_TIMEOUT_EXTENDED, $t as TaskCategory, en as TaskTypes, Gt as TokenChangeType, ud as TokenChecker, Xt as TokenPriceTimeframe, $e as TokenType, an as TradingType, Pt as TransactionAction, Ft as TransactionReceiptStatus, Kt as TransactionRequestType, It as TransactionStatus, _h as TransactionType, gn as TransferVisibility, Gi as USDCABI, qi as USDR3CRVABI, Ki as USDRABI, Ji as USDTABI, Qa as UserFriendlyErrorCodes, pc as UserKeys, wt as UserProgress, Ic as Utxo, Vn as VERIFICATION_ROUTES, At as VERIFICATION_TYPE, lc as ValueCache, jt as VerificationTypes, _i as WALLET_API, X as WALLET_SUPPORTED_CHAINS, Hn as WALLET_TASK_VERIFICATION_TYPES, vs as WELCOME_TASKS, Yi as WETHABI, Ja as WETH_ERC20_TOKEN_ADDRESS, Ya as WRAPPER_TOKEN_EXCHANGE_ADDRESSES, xh as WalletManager, mo as absBigInt, Lm as activityStorage, Lc as addHighestBitToNumber, hu as addPaddingToUtxos, ci as addTemporaryWalletNonce, wl as addressToHexFormat, ho as advancedToBigInt, Lo as aggregateTokenChanges, ba as aipriseBaseOnboardingProductionUrl, xa as aipriseBaseOnboardingSandboxUrl, di as allocatePrivateSendRecipientInfos, Ra as allowanceHolder, Tl as approveTronTokens, l as arbMainnetData, Di as arbMainnetRegistry, Oi as arbMainnetRegistryFixed, Km as arcPublicTokensDB, g as arcTestnetData, ki as arcTestnetRegistry, su as areErc20TokensInRegistry, af as arraysMatch, El as assertTronSufficientBalance, Gl as attemptGetInputUtxosRemotely, Js as babyJubInstance, Un as backendVersion, $f as balanceChangedHandler, m as baseData, Ai as baseRegistry, ji as baseRegistryFixed, go as beepsToPercentage, _o as bigintMax, Ia as blockReorgDepth, Aa as boostAmounts, Bd as browserSupported, Pu as buildAnchorStealthAddressStructure, Hf as buildClaimableDepositPlan, Ld as buildCommitmentValidationData, bu as buildInNullifiers, Zm as buildMultiPaymentDepositBuilder, Qm as buildMultiPaymentDepositSetup, sp as buildOrderIdMemoInstruction, xu as buildOutCommitments, pf as buildSolanaRecipientRentErrorMessages, th as buildSolanaTransferPlan, Su as calcAmountChanges, Cu as calcCommitmentsSiblingAndSides, wu as calcEncryptedOutputs, Tu as calcPublicSignalCount, Eu as calcStealthAddressStructure, vo as calculateAmountUsingBeeps, ro as calculateDollarValue, kf as calculateModifiedFeeStructure, vc as calculateRelativeTime, pd as calculateSolanaNullifierCount, yo as calculateSum, Af as calculateTotalFee, jf as calculateWithdrawalAmount, Ci as callLifiAPI, _r as callOneInchAPI, vr as callRelayerSolanaTransactBatchAPI, yr as callRelayerTransactAPI, br as callRelayerTransactBatchAPI, Xl as capitalizeFirstLetter, Zl as capitalizeName, Vr as caseInsensitiveEqual, Z as chainIds, Q as chainIdsByType, Io as chainNativeTokenSymbol, al as checkAddressNotUpdated, dp as checkEOAWithDelegation, wr as checkRisk, $p as checkTokenLimitsUSD, cu as checkTokensForShielding, Bc as checkUtxoSignature, Dl as circomDataToArray, er as coingeckoPriceUrl, tr as coingeckoPriceUrl2, nr as coingeckoTokenListUrl, Ku as computeSignedMessageHashEvm, qu as computeSignedMessageHashSolana, fd as constructAdminData, Jp as constructSolanaZkProof, Wr as constructStealthAddressStructure, Sp as constructZkProof, Vm as contactStorage, oa as contractMetadataMapping, ac as convertBigIntToBytes32, oc as convertBytes32ToBigInt, Yd as convertEmporiumOpToCallInfo, rd as convertIntegrationProviderToExternalActionId, _d as convertOKXToHinkalInstructions, gl as convertPublicKeyToBigint, gd as convertSolanaPublicSignals, bo as countTotalAmountInUtxos, md as createAndExtendAddressLookupTable, fp as createApproveEmporiumOp, Mr as createBrotherhood, Kd as createCacheDevice, Du as createCallDataHash, Zu as createCustomSolanaConnection, Qu as createJsonRpcProvider, pp as createLifiBridgeOps, Np as createOKXQuote, mf as createSigner, nm as createSwapToEmporiumOpForUniswap, rm as createSwapToEmporiumOps, mp as createTransaferEmporiumOpsBatch, hp as createTransferToEmporiumOp, Ol as createTronCallData, kl as createTronWeb, hf as createVoidSigner, gf as createVoidSolanaWallet, $ as currentSolanaChainId, ee as currentTronChainId, po as customTokenRegistry, Ui as daiABI, bd as debounce, gp as decodeEmporiumMetadata, Vc as decodeEvmUtxo, Lp as decodeMessage, Hc as decodeSolanaUtxo, Uc as decodeUtxo, Wc as decodeUtxoConstructorArgs, $s as decryptBoxSeal, sc as decryptDualPath, tc as decryptSealedKeys, qc as decryptUtxo, Jc as decryptUtxoConstructorArgs, vt as defaultFeeToken, Tt as defaultHinkalLogicArgs, t as defaultHookData, n as defaultHookDataArray, et as defaultSignatureData, r as defaultStealthAddressStructure, D as deploymentMode, Wn as deploymentModeWithVersion, Yf as depositClaimableUtxos, Ou as deserializeCircomData, ol as deserializeDecodedTxs, Yu as deserializeUtxoConstructorParams, Al as detectTronChainIdFromHost, Xs as eddsaHolder, Zs as eddsaInstance, Nr as editBrotherhood, Hs as emitReferralTx, Us as emitTxPublicData, _p as emporiumOp, Lt as emptyDecodedTx, i as emptyStealthAddressStructure, vp as encodeEmporiumMetadata, lf as encodeParsedInLogicMetadata, Gc as encodeSolanaOnChainUtxo, Fu as encodeToByte32Array, ec as encryptBoxSeal, cc as encryptDualPath, nc as encryptSealedKeys, Yc as encryptUtxo, Pd as ensureAmountChanges, Cd as ensureAtaExists, op as ensureRecipientInfoPool, wd as estimateComputeUnitLimit, jl as estimateTronFeeSunWithPadding, u as ethMainnetData, Mi as ethMainnetRegistry, Ni as ethMainnetRegistryFixed, io as ethToWei, tt as ethVolatileAddress, bh as eventsPublicApprovalsDB, Ml as evmHexToTronBase58Address, Rc as extractHighestBit, sd as extractMessage, cp as extractOrderIdFromMemos, cf as extractTokenIdsFromAssetChanges, ia as factoryABI, up as fetchOnChainRootHashes, Td as fetchSolanaTransaction, Nl as fetchTronAccountResources, Pl as fetchTronChainParameters, Ro as findTokenBySymbolFromTokenList, xo as fixDecimalsAmount, Gr as formatAddress, So as formatAmountInput, yc as formatDate, _l as formatMintAddress, bc as formatTimestampDate, zo as formatTokenChangesList, xc as formatTxTimestamp, Gf as formatUSDNumber, $a as gasErrorCodes, Ar as generateAumPoints, yp as generateFundAndApproveOps, lp as generateHashFromSeedPhrases, Fl as generateProofSignatureRemotely, jr as generateTradingPoints, Ju as generateZkProof, Ed as getAccountsFromInstructions, Ql as getAddressFromStateKey, hd as getAddressLookupTableAccounts, ao as getAmountInToken, oo as getAmountInWei, so as getAmountInWeiOrZero, co as getAmountWithPrecision, lo as getAmountWithPrecisionOrZero, hi as getAuthHeaders, bp as getAuthorizationDataIfNeeded, Il as getAvailableResource, qd as getBlockExplorerUrl, Pr as getBrotherhood, Fr as getBrotherhoodUsers, mu as getChainBalanceFetchingMutex, $l as getChainIdFromStateKey, Ll as getChainParameterValue, uc as getCircomSign, rr as getCoinByAddress, ir as getCoinById, ar as getCoinMarketChartByTokenId, or as getCoingeckoIdForNativeTokens, sr as getCoingeckoPlatform, dr as getCoingeckoPrice, fr as getCoingeckoPrice2, pr as getCoingeckoPrices, mr as getCoingeckoTokenList, Sf as getContractAddress, Sc as getCurrentDayStart, Cc as getCurrentTimeInSeconds, Ir as getCurrentUserBrotherhood, Lr as getCurrentUserBrotherhoodUsers, wc as getCurrentWeekStart, vl as getCustomProofGenerator, yl as getCustomUtxoDecryptor, Is as getDashboardURL, Rp as getDecodedMessage, Tc as getDelayUntilUtc8, Ti as getERC20Registry, Bo as getERC20Token, Vo as getERC20TokenBySymbol, Ec as getEffectiveSevenDaysAgo, Dc as getEffectiveToday, Iu as getEncryptedOutputsAccountPublicKey, rp as getEquivalentBridgedTokenForTempo, ip as getEquivalentNativeToken, Ho as getErc20TokensForChain, cd as getErrorMessage, ld as getErrorMessageFromTransactionRequest, vu as getExternalActionIdFromNumber, yu as getExternalActionIdHash, Fd as getFeeStructure, cl as getFilePath, Ei as getFixedRegistry, od as getFlatFees, xr as getGasEstimates, am as getGasTokenRecords, Mf as getGasTokenSymbols, $c as getGenericFeeOverTransactionValueErrorMessage, ll as getHinkalCache, Ls as getHinkalLandingURL, sa as getHinkalParameters, Dr as getIdleRelay, Kl as getInputUtxoAndBalance, ql as getInputUtxoAndBalanceOfStuckUtxos, Jl as getInputUtxoAndBalancePerToken, Yl as getInputUtxosRemotely, Lu as getInstructionsAccountPublicKey, id as getInteractionFromAction, ls as getLifiChainId, Mp as getLifiPrice, ap as getLifiScanURL, Ru as getMerkleAccountPublicKey, uf as getNetworkName, Rd as getNetworkObject, zd as getNetworkType, Oc as getNextDayDelay, kc as getNextDayISO, te as getNonLocalhostChainId, zu as getNullifierAccount, Pp as getOKXPrice, Ap as getOdosPrice, Cf as getOnChainUtxosFromReceipt, Ef as getOnChainUtxosFromReceiptSolana, ne as getOnchainChainId, jp as getOneInchPrice, wf as getOutputCommitmentsFromEvmReceipt, Df as getOutputCommitmentsFromSolanaReceipt, Rs as getPayURL, zp as getPermitInfo, Ac as getPreviousWeekStart, Bu as getProofAccountPart1PublicKey, Vu as getProofAccountPart2PublicKey, qf as getProviderFromContract, Qd as getPublicBalance, $d as getPublicBalanceByTokenAddress, ef as getPublicBalancesOfTokens, Rr as getPublicBrotherhoods, tf as getPublicTransactionCount, Pf as getRandomProxyAvatarIndex, Xd as getRecipientInfoFromUserKeys, zs as getRewardsURL, ai as getScheduledTransactionById, oi as getScheduledTransactions, si as getScheduledTransactionsNullifierIndexes, ed as getSequence, gu as getShieldedBalance, kr as getSignatureHeader, Jf as getSignerFromContract, ku as getSlippageValues, yd as getSolanaPriorityFee, rh as getSolanaProxySendSerializedTransaction, sh as getSolanaProxyShieldSerializedTransaction, ah as getSolanaProxySwapSerializedTransaction, nf as getSolanaPublicBalances, eu as getStateKey, Zd as getStealthAddressStructureFromUserKeys, Hu as getStorageAccountPublicKey, Uu as getStorageVaultPublicKey, Wu as getSwapperAccountPublicKey, Gu as getSwapperAccountPublicKeyFromSalt, li as getTemporaryWalletNonces, Ip as getTokenHolder, Sr as getTokenPreviousDayPrices, Cr as getTokenPrices, tu as getTokenStateKey, Yo as getTokensLimits, im as getTokensToDepositBack, Tp as getTransactionLogEvents, Ep as getUniswapFee, Dp as getUniswapPrice, Op as getUniswapPriceHelper, jc as getUtcDayStart, Au as getUtxoCircuitH0Coords, ju as getUtxoCircuitInRandomization, If as getUtxosFromEnclave, Tf as getUtxosFromReceipt, Of as getUtxosFromReceiptSolana, Co as getValueFirstNDigit, Rl as getVerifierId, Zf as getWalletGroupKey, Bs as getWalletOnboardingURL, Mu as getZkProofVerifierName, Vp as groupConnectorsByWallet, ep as hardRefreshPrivateBalance, sf as hasEnoughBalance, Kr as hashEthereumAddress, qr as hashString, nu as hexToUtf8, lh as hinkalClaimUtxo, Cp as hinkalDeposit, cm as hinkalDepositAndWithdraw, wp as hinkalDepositForOther, hh as hinkalPalEvmDepositPrepare, mh as hinkalPalSolanaDepositPrepare, gh as hinkalPalTronDepositPrepare, Wm as hinkalPrivateWallet, Ym as hinkalProxySwap, nt as hinkalSimulationAddress, dh as hinkalSolanaClaimUtxo, $m as hinkalSolanaDepositAndWithdraw, uh as hinkalSolanaProoflessDeposit, ih as hinkalSolanaProxySend, ch as hinkalSolanaProxyShield, oh as hinkalSolanaProxySwap, nh as hinkalSolanaTransfer, eh as hinkalSolanaWithdrawBatch, um as hinkalSwap, Xm as hinkalTransfer, dm as hinkalWithdraw, lm as hinkalWithdrawBatch, fh as hinkalWithdrawStuckUtxos, qp as hmacSha512, gr as httpClient, tp as initialMerkleAndPrivateBalanceRefresh, eo as insufficientResourcesErrorCodes, Uo as isArcNativeToken, dc as isCircomNegative, O as isDevelopment, re as isEvmChain, k as isExtension, Hp as isInjectedConnector, ie as isLocalNetwork, Vd as isMobileDevice, Up as isMockConnector, Wo as isNFTToken, Jr as isNativePlaceholderAddress, Ud as isNicknameValid, A as isNode, j as isNotClientProduction, M as isNotProduction, ru as isNullOrEmpty, ae as isOptimismLike, N as isPlayground, Yr as isRecipientAddressInvalid, Mc as isSameDay, lu as isSameERC20Token, oe as isSameOnchainNetwork, se as isSepoliaTestnet, Wp as isSolanaConnector, ce as isSolanaLike, Kc as isSolanaOnChainUtxo, P as isStaging, le as isTempo, Gp as isTronConnector, ue as isTronLike, Xr as isValidOldStylePrivateAddress, Zr as isValidPrivateAddress, Qr as isValidSolanaPublicKey, $r as isValidTronAddress, df as isValidUrl, Kp as isWalletConnectConnector, F as isWebpack, Nc as isWithinDays, zr as joinBrotherhood, Ys as jubHolder, Br as leaveBrotherhood, ul as loadTxsCache, h as localhostData, de as localhostNetwork, Pi as localhostRegistry, Sl as logError, Hr as lowerCaseIncludes, Ur as lowerCaseStartsWith, ja as lpLink, Ma as lpProgramStartWeek, ml as makeEnclaveHandshakeAndEncryptInput, hl as makeEnclaveHandshakeAndEncryptUint8Array, Uf as mapRecipientRequests, wo as maxBigInt, La as mediaUrls, To as minBigInt, dd as modifyVolatileTokenAmountChanges, Tr as monitor, Er as monitorBatch, Pc as msToISOString, fe as networkRegistry, zl as normalizeTronAddr, Bl as normalizeTronPrivateKey, us as oauthUrls, rt as oneInchZeroAddress, fa as openDefaultPassportWindow, Qp as openPassportWindow, d as optimismData, Xi as optimismGasPriceOracleAbi, Fi as optimismRegistry, Ii as optimismRegistryFixed, f as optimismTestData, _u as outputUtxoProcessing, Go as overlayTokenWithRegistryData, it as ownerPublicKey, rc as pack, za as pancaceSwapPermit2Address, Vl as parseZkCalldata, Um as payActivityStorage, Ba as permit2Address, at as permitSignatureValidFor, Na as pointsLink, xd as pollForValue, p as polygonData, Li as polygonRegistry, Ri as polygonRegistryFixed, Gs as poseidonFunction, Ks as poseidonHash, qs as poseidonHolder, ff as postToOffscreen, Qs as preProcessing, Zp as prepareDepositOnChainUtxosZkProof, _f as prepareEthersProviderAdapter, vf as prepareHinkal, yf as prepareHinkalFromSeedPhrases, bf as prepareHinkalWithSignature, xf as prepareSolanaProviderAdapter, as as presaleABI, os as presaleContractInfoByChain, Bm as pricesStorage, zm as privateBalancesStorage, pu as privateTokensDB, cr as proCoingeckoUrl, lr as proHeader, ad as processGasEstimates, tm as produceOp, td as promisify, Rm as publicBalancesStorage, Jm as publicTokensDB, aa as quoterV2ABI, Pa as raffleProgramStartWeek, uo as randomBigInt, Md as recipientUtxoProcessing, xp as recoverAuthorizationData, Fa as referralLink, np as refreshPrivateBalance, Hd as reloadPage, ui as removeTemporaryWalletNonce, Hl as reorderZkCallData, iu as replaceAllInstances, $u as requireEnv, dl as resetCache, Pm as resetMerkleTrees, Qf as resetStateMutex, Vs as resolveSns, nd as resolveSync, el as rethrowKnownGasErrorIfPossible, vi as rpcGetStorageChanges, rf as rpcIntEncode, yi as rpcSimulateBundle, bi as rpcSimulateTransaction, Fp as runContractFunction, w as safeJsonStringify, Wi as sanctionsListABI, fl as saveTxsCache, ur as searchBySymbol, Ko as searchCompareFunction, kp as searchPoolAndFee, ei as seedlessBackup, ti as seedlessCheckPassword, ni as seedlessInit, ri as seedlessSalt, ii as seedlessStatus, om as selectGasToken, jd as sendInitNullifiersTransaction, fi as sendPrivateSendEmailNotifications, Dd as sendProxyV0Transaction, Od as sendV0Transaction, _ as sepoliaTestnetData, Nu as serializeCircomData, sl as serializeDecodedTxs, kd as serializeProxyV0Transaction, Xu as serializeUtxoConstructorParams, bl as setCustomProofGenerator, xl as setCustomUtxoDecryptor, pl as setHinkalCache, pe as setHinkalTronChainId, Bp as signAndSendSerializedTransaction, ot as signaturePhrase, Hm as signedMessagesStorage, Kf as simulateTronTransaction, xi as simulateTx, me as solanaChainIdStr, v as solanaData, zi as solanaLocalnetRegistry, Bi as solanaMainnetRegistry, st as solanaNativeAddress, qo as sortTokens, Wf as splitRecipientsByAllocations, Ul as splitTronTokensByNative, mc as stealthAddressCacheDevice, hc as stealthPairCacheDevice, gc as stealthPairOldCacheDevice, Rf as storeAndGetSignatureFromEnclave, Nd as storeInstructions, Ad as storeProof, Ws as storeRecipientInfosViaEnclave, Lf as storeUtxoInEnclave, Sa as supportedPassportLinks, zc as takeOffHighestBit, x as tempoData, Si as tenderlyRpcLinks, Eo as toBigInt, Do as toBigIntOrUndefined, fo as toBigIntWithDecimals, Oo as toCommaSeparatedNumberString, ko as toInt, T as toJsonSafe, Ao as toNumberOrUndefined, au as toTitleCase, Wl as toTronBase58IfHex, du as tokenVisibilityStorage, Or as tokensInfoCall, to as transactionErrorCodes, Xf as transferClaimableUtxos, of as trimFieldValues, jo as trimLeadingZeros, b as tronMainnetData, y as tronNileData, Mo as truncateToDecimalPlaces, Va as uniswap2Manager, Ha as uniswap3Manager, Ua as uniswapApprovalExtraCallData, ca as uniswapV2PoolData, la as uniswapV3FactoryData, ua as uniswapV3PoolData, da as uniswapV3QuoterData, Jd as uniswapWorkaround, Wa as uniswapWorkaroundAddresses, ic as unpack, sm as updateHinkal, uu as validateAndGetChainId, ou as validateEmail, Ff as validateUsername, Yp as verifyCommitmentValidationData, Xp as verifyCommitmentValidationDataSolana, Sd as wait, Id as waitForDepositedUtxosInMerkleTree, zf as waitForEthereumTransactionConfirmation, Bf as waitForSolanaTransactionConfirmation, Vf as waitForTransactionConfirmation, Fc as waitLittle, no as walletConnectErrorCodes, ct as wrappedSolanaAddress, lt as zeroAddress, Et as zeroFeeStructure };
|
|
344
|
+
export { Ia as ACCESS_TOKEN_MINTING_POINTS, La as ACCESS_TOKEN_RECLAIM_POINTS, ws as ACHIEVEMENTS, Ta as AIPRISE_KYB_TEMPLATE_ID_PROD, Ea as AIPRISE_KYC_TEMPLATE_ID_PROD, I as ALCHEMY_API_KEY, L as ALCHEMY_TEST_KEY, R as ALL_NETWORKS_OPTION, xi as API, Dn as API_CONFIG, co as APPROVED_UTXO_CONVERSION_COUNT, Ms as APPROVE_FUNCTION_SIGNATURE, ye as ARC_TESTNET_USDC_ADDRESS, Am as AbstractCommitmentsSnapshotService, Om as AbstractEventService, jm as AbstractNullifierSnapshotService, km as AbstractSnapshotService, Hm as AbstractSolanaCommitmentsSnapshotService, zm as AbstractSolanaEventService, Vm as AbstractSolanaNullifierSnapshotService, Bm as AbstractSolanaSnapshotService, Sd as AccountActions, nn as AchievementTiers, Kt as ActivityStatus, Xm as ActivityStorage, qt as ActivityTypes, Gt as AdminTransactionType, $i as AmTokenABI, Lt as ApprovalType, ah as ArcPublicTokensDB, be as AssetChangeType, Xn as BACK_END_URL, Rs as BANNED_WALLET_IDS, ht as BPS_DENOMINATOR, z as BRIDGE_DESTINATION_CHAINS, B as BRIDGE_DESTINATION_ONLY_CHAINS, V as BRIDGE_SUPPORTED_CHAINS, ls as BRIDGING_URLS, Ts as BROTHERHOOD_TASKS, ea as BUSDABI, ua as BabABI, br as BasicHttpClient, Mm as BlockchainEvent, Nm as BlockchainEventEmitter, rn as BrotherhoodTaskTypes, Ra as CERTIFICATION_DISABLE_WEEK, xe as CIRCOM_MERKLE_LENGTH, Se as CIRCOM_P, Ce as CIRCOM_P_HALF, rr as COINGECKO_API_KEY, we as COMPUTE_UNIT_PADDING_PERCENTAGE, dn as CallsStatus, Fm as ClientBlockchainEventEmitter, Km as ClientCommitmentsSnapshotService, qm as ClientNullifierSnapshotService, Lm as ClientSolanaBlockchainEventEmitter, Wm as ClientSolanaCommitmentsSnapshotService, Gm as ClientSolanaNullifierSnapshotService, ir as CoinGeckoChainLabels, pn as ConfirmationRequestType, a as ContractType, S as CustomJSONParse, C as CustomJSONStringify, Es as DAILY_TASKS, Te as DASHBOARD_BATCH_VARIABLE_RATE, H as DASHBOARD_EXCLUDED_CHAIN_IDS, Ee as DASHBOARD_SEND_VARIABLE_RATE, U as DASHBOARD_SUPPORTED_CHAINS, On as DATA_SERVER_CONFIG, Zn as DATA_SERVER_URL, kn as DATA_SERVER_URL_ENDPOINT, An as DATA_SERVER_URL_LOCAL, us as DEFAULT_BRIDGING_SLIPPAGE, E as DEPLOYMENT_MODE, lo as DIRECTLY_SHOW_MESSAGE_ERROR_CODES, Cn as DeliveryMethod, hn as DepositAndWithdrawPhase, Jt as DexProviders, De as EIP1271_FAILURE, Oe as EIP1271_SUCCESS, jn as ENCLAVE_API_PRODUCTION_URL, Mn as ENCLAVE_API_STAGING_URL, Qn as ENCLAVE_API_URL, Nn as ENCLAVE_API_URL_LOCAL, da as ERC1155ABI, fa as ERC20ABI, pa as ERC721ABI, js as EVENTS_INITIAL_BLOCKS, W as EVM_CHAIN_IDS, G as EXCLUDED_CHAINS_FOR_BRIDGE, gt as EXTENDED_NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS, wc as EncryptionKeyPairDefaultValue, ul as ErrorCategory, cl as ErrorWithAmount, hl as ErrorWithIndex, ml as ErrorWithRelayerTransaction, s as EthereumNetworkType, vn as EventCategory, wt as EventType, Nh as EventsPublicApprovalsDB, o as ExternalActionId, K as FILTER_CHAIN_MAP, q as FRONT_END_SUPPORTED_CHAINS, $n as FUND_COMPLIANCE_URL, Pn as FUND_COMPLIANCE_URL_ENDPOINT, Fn as FUND_COMPLIANCE_URL_LOCAL, ll as FeeOverTransactionValueError, af as FileCacheDevice, ma as GalxeABI, fn as GetCallsStatusCode, J as HELIUS_RPC_URL, vi as HINKAL_DASHBOARD_TOKEN, ke as HINKAL_DEPOSIT_AND_WITHDRAW_VARIABLE_RATE, Ae as HINKAL_PRIVATE_SEND_VARIABLE_RATE, Y as HINKAL_SUPPORTED_CHAINS, je as HINKAL_SWAP_VARIABLE_RATE, Dh as Hinkal, Tt as HinkalLogicAction, gl as HttpError, ki as IMAGE_PATHS, Et as INTERACTION, ha as ISwapRouterABI, Dt as IntegrationProvider, Yt as IntegrationProviderNames, Da as KYC_LIMIT, Mt as KycVerificationResult, Nt as KycVerificationStatus, ys as LIFISCAN_URL, bs as LIFI_SOLANA_CHAIN_ID, yi as LOGIN_URL, ds as LOW_AMOUNT_BRIDGING_SLIPPAGE, fs as LOW_AMOUNT_USD_THRESHOLD, of as LocalStorageCacheDevice, Fl as Logger, Ot as LoginMessageMode, Me as MAX_COMPUTE_UNIT_LIMIT, cs as MAX_DISPLAY_DECIMALS, Ws as MAX_FILE_SIZE_MB, Ne as MAX_MICRO_LAMPORTS_PER_CU, Pe as MAX_SOLANA_HEAP_FRAME_BYTES, Fe as MERKLE_LEVELS, Ie as MIN_COMPUTE_UNIT_LIMIT, ps as MIN_DAPP_BRIDGE_AMOUNT_USD, kc as MS_PER_DAY, wn as MemberRole, sn as MemberStatus, Dm as MerkleTree, Em as MerkleTreeIncompleteError, mn as MessagesFromOffscreen, _n as MoonPayCurrencyType, Ym as MultiThreadedUtxoUtils, ro as NATIVE_TOKEN_WRAPPER_ADDRESSES, Fa as NETWORKS, Le as NFT_1155_TRANSACTION_TYPE, Re as NFT_721_TRANSACTION_TYPE, Ns as NFT_APPROVE_FUNCTION_SIGNATURE, Ps as NFT_APPROVE_SINGLE_FUNCTION_SIGNATURE, ze as NFT_TRANSACTION_TYPES, _t as NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS, Go as NativeTokenSymbols, c as NetworkFilterType, la as NodeInterfaceABI, Is as OKX_BASE_URL, Ls as OKX_SWAP_PATH, Ut as OldPointType, mm as OpType, Be as PAY_SEND_VARIABLE_RATE, Fs as PERMIT2_APPROVE_FUNCTION_SIGNATURE, In as PLAYGROUND_URL, Ds as POINTS_BOOST_TASKS, Ks as PRICE_IMPACT_VERY_HIGH_THRESHOLD, qs as PRICE_IMPACT_WARNING_THRESHOLD, Ln as PRODUCTION_URL, Ve as PROOFLESS_DEPOSIT_FEE_RECIPIENT_INFO, He as PROVER_VERSION, qf as PROXY_AVATAR_INDEX_COUNT, Pt as Passports, yn as PayActivityStatus, bn as PayActivityTypes, Tn as PayoutStatus, En as PayoutType, ln as PointsType, Pm as PollingBlockchainEventEmitter, Rm as PollingSolanaBlockchainEventEmitter, Ko as PopularTokenSymbols, Mh as PresaleContractWrapper, Qt as PrivateBalanceUpdateType, wu as PrivateTokensDB, sh as PublicTokensDB, Gs as RECIPIENT_INFO_TARGET_POOL_SIZE, Oa as RECLAIM_MESSAGE_TO_SIGN, Os as REFERRAL_BONUS_TASK, Ue as RELAYERS_ARRAY, We as RELAYER_ADDRESS1, Ge as RELAYER_ADDRESS2, Ke as RELAYER_ADDRESS3, Rn as RELAYER_CONFIG, zs as RELAYER_TX_CONFIRMATION_TIMEOUT, er as RELAYER_URL, zn as RELAYER_URL_ENDPOINT, Bn as RELAYER_URL_LOCAL, za as REWARDS_ENCRYPTION_PASSWORD, Ba as REWARDS_MESSAGE_TO_SIGN, ks as REWARDS_TASKS, Va as REWARD_RECEIVABLE_TOKEN_SYMBOLS, Wt as RafflePrizeType, cn as Rank, ka as ReclaimPassports, e as RevokeType, Us as SCHEDULE_DELAY_OPTIONS, tr as SERVER_URL, Vn as SERVER_URL_ENDPOINT, Hn as SERVER_URL_LOCAL, qe as SET_COMPUTE_UNIT_LIMIT_DISCRIMINATOR, nr as SNAPSHOT_SERVER_URL, Un as SNAPSHOT_SERVER_URL_ENDPOINT, Wn as SNAPSHOT_SERVER_URL_LOCAL, Je as SOLANA_BLOCKHEIGHT_EXPIRED_RETRY_COUNT, X as SOLANA_CHAIN_IDS, gs as SOLANA_LEDGER_WALLET_ID, Ye as SOLANA_LOCKED_ACCOUNTS_LIMIT, Xe as SOLANA_LOOKUP_TABLE_VISIBILITY_MAX_POLL_ATTEMPTS, Ze as SOLANA_LOOKUP_TABLE_VISIBILITY_POLL_INTERVAL_MS, Qe as SOLANA_NFT_INTERFACES, qo as SOLANA_PAY_DASHBOARD_SUPPORTED_TOKEN_SYMBOLS, $e as SOLANA_PUBLIC_INPUT_PART_ONE_LENGTH, Gn as STAGING_URL, Z as SWAP_EXCLUDED_CHAINS, io as SWAP_FEE_TAKER_ADDRESSES, ao as SWAP_ROUTER_ADDRESSES, Sn as ScheduleDelayOption, gn as ScheduledTransactionStatus, pl as SimulationFailureError, Rt as SlippageType, Um as SnapshotFetcherService, Im as SolanaBlockchainEventEmitter, Aa as StandardPassports, $t as StorageKeys, ja as SupportedPassports, vt as TEMPO_DEFAULT_GAS_TOKEN_ADDRESS, yt as TEMPO_GAS_COST_TOKEN_SYMBOL_OPTIONS, ms as TEMPO_INBOUND_BRIDGE_DEST_SYMBOLS, hs as TEMPO_OUTBOUND_BRIDGE_DEST_SYMBOLS, bt as TEMPO_USDC_E_ADDRESS, xt as TEMPO_USDT0_ADDRESS, os as TOKEN_LIMITS, en as TOKEN_PRICE_STATUS, et as TOKEN_VALUE_UNLIMITED_THRESHOLD, Q as TRON_CHAIN_IDS, tt as TRON_DEFAULT_FEE_LIMIT_SUN, nt as TRON_TESTNET_USDT_ADDRESS, rt as TRON_USDT_ADDRESS, Cs as TVL_CHANGER_ACTIVITY_TYPES, St as TWENTY_PERCENT_BPS, Bs as TX_CONFIRMATION_CONFIRMATIONS_COUNT, Vs as TX_CONFIRMATION_TIMEOUT, Hs as TX_CONFIRMATION_TIMEOUT_EXTENDED, an as TaskCategory, on as TaskTypes, Xt as TokenChangeType, fd as TokenChecker, tn as TokenPriceTimeframe, it as TokenType, un as TradingType, zt as TransactionAction, Bt as TransactionReceiptStatus, Zt as TransactionRequestType, Vt as TransactionStatus, jh as TransactionType, xn as TransferVisibility, ra as USDCABI, aa as USDR3CRVABI, ia as USDRABI, oa as USDTABI, uo as UserFriendlyErrorCodes, Tc as UserKeys, kt as UserProgress, Jc as Utxo, Kn as VERIFICATION_ROUTES, Ft as VERIFICATION_TYPE, xc as ValueCache, It as VerificationTypes, Si as WALLET_API, $ as WALLET_SUPPORTED_CHAINS, qn as WALLET_TASK_VERIFICATION_TYPES, As as WELCOME_TASKS, sa as WETHABI, oo as WETH_ERC20_TOKEN_ADDRESS, so as WRAPPER_TOKEN_EXCHANGE_ADDRESSES, Fh as WalletManager, Eo as absBigInt, Zm as activityStorage, Yc as addHighestBitToNumber, Du as addPaddingToUtxos, pi as addTemporaryWalletNonce, Il as addressToHexFormat, Do as advancedToBigInt, Yo as aggregateTokenChanges, Ma as aipriseBaseOnboardingProductionUrl, Na as aipriseBaseOnboardingSandboxUrl, gi as allocatePrivateSendRecipientInfos, Xa as allowanceHolder, Ll as approveTronTokens, l as arbMainnetData, Mi as arbMainnetRegistry, Ni as arbMainnetRegistryFixed, oh as arcPublicTokensDB, g as arcTestnetData, Pi as arcTestnetRegistry, yu as areErc20TokensInRegistry, yf as arraysMatch, Rl as assertTronSufficientBalance, ru as attemptGetInputUtxosRemotely, Fi as avalancheRegistry, oc as babyJubInstance, Jn as backendVersion, pp as balanceChangedHandler, m as baseData, Ii as baseRegistry, Li as baseRegistryFixed, Oo as beepsToPercentage, ko as bigintMax, Ja as blockReorgDepth, Ri as bnbMainnetRegistry, Ha as boostAmounts, ef as browserSupported, Ku as buildAnchorStealthAddressStructure, np as buildClaimableDepositPlan, Vd as buildCommitmentValidationData, Hd as buildCommitmentValidationDataFromProof, Mu as buildInNullifiers, dh as buildMultiPaymentDepositBuilder, fh as buildMultiPaymentDepositSetup, xp as buildOrderIdMemoInstruction, Nu as buildOutCommitments, Df as buildSolanaRecipientRentErrorMessages, hh as buildSolanaTransferPlan, Pu as calcAmountChanges, Fu as calcCommitmentsSiblingAndSides, Iu as calcEncryptedOutputs, Lu as calcPublicSignalCount, Ru as calcStealthAddressStructure, Ao as calculateAmountUsingBeeps, go as calculateDollarValue, Uf as calculateModifiedFeeStructure, Ac as calculateRelativeTime, _d as calculateSolanaNullifierCount, jo as calculateSum, Wf as calculateTotalFee, Gf as calculateWithdrawalAmount, Oi as callLifiAPI, Sr as callOneInchAPI, Cr as callRelayerSolanaTransactBatchAPI, wr as callRelayerTransactAPI, Tr as callRelayerTransactBatchAPI, cu as capitalizeFirstLetter, lu as capitalizeName, Kr as caseInsensitiveEqual, ee as chainIds, te as chainIdsByType, Jo as chainNativeTokenSymbol, _l as checkAddressNotUpdated, Tp as checkEOAWithDelegation, kr as checkRisk, pm as checkTokenLimitsUSD, bu as checkTokensForShielding, Qc as checkUtxoSignature, zl as circomDataToArray, ar as coingeckoPriceUrl, or as coingeckoPriceUrl2, sr as coingeckoTokenListUrl, id as computeSignedMessageHashEvm, ad as computeSignedMessageHashSolana, md as constructAdminData, cm as constructSolanaZkProof, Yr as constructStealthAddressStructure, Ip as constructZkProof, th as contactStorage, va as contractMetadataMapping, _c as convertBigIntToBytes32, vc as convertBytes32ToBigInt, uf as convertEmporiumOpToCallInfo, Zd as convertIntegrationProviderToExternalActionId, xd as convertOKXToHinkalInstructions, Ol as convertPublicKeyToBigint, bd as convertSolanaPublicSignals, Mo as countTotalAmountInUtxos, vd as createAndExtendAddressLookupTable, Ep as createApproveEmporiumOp, Lr as createBrotherhood, sf as createCacheDevice, zu as createCallDataHash, hd as createCustomSolanaConnection, gd as createJsonRpcProvider, Dp as createLifiBridgeOps, qp as createOKXQuote, Of as createSigner, gm as createSwapToEmporiumOpForUniswap, _m as createSwapToEmporiumOps, Op as createTransaferEmporiumOpsBatch, kp as createTransferToEmporiumOp, Bl as createTronCallData, Vl as createTronWeb, kf as createVoidSigner, Af as createVoidSolanaWallet, zi as cronosRegistry, ne as currentSolanaChainId, re as currentTronChainId, To as customTokenRegistry, ta as daiABI, wd as debounce, Ap as decodeEmporiumMetadata, $c as decodeEvmUtxo, Zp as decodeMessage, el as decodeSolanaUtxo, tl as decodeUtxo, nl as decodeUtxoConstructorArgs, dc as decryptBoxSeal, yc as decryptDualPath, pc as decryptSealedKeys, al as decryptUtxo, ol as decryptUtxoConstructorArgs, Ct as defaultFeeToken, At as defaultHinkalLogicArgs, t as defaultHookData, n as defaultHookDataArray, at as defaultSignatureData, r as defaultStealthAddressStructure, D as deploymentMode, Yn as deploymentModeWithVersion, lp as depositClaimableUtxos, Bu as deserializeCircomData, vl as deserializeDecodedTxs, Gd as deserializeUtxoConstructorParams, Hl as detectTronChainIdFromHost, cc as eddsaHolder, lc as eddsaInstance, Rr as editBrotherhood, ec as emitReferralTx, tc as emitTxPublicData, jp as emporiumOp, Ht as emptyDecodedTx, i as emptyStealthAddressStructure, Mp as encodeEmporiumMetadata, Cf as encodeParsedInLogicMetadata, rl as encodeSolanaOnChainUtxo, qu as encodeToByte32Array, fc as encryptBoxSeal, bc as encryptDualPath, mc as encryptSealedKeys, sl as encryptUtxo, Rd as ensureAmountChanges, Dd as ensureAtaExists, bp as ensureRecipientInfoPool, Od as estimateComputeUnitLimit, Ul as estimateTronFeeSunWithPadding, u as ethMainnetData, Bi as ethMainnetRegistry, Vi as ethMainnetRegistryFixed, _o as ethToWei, ot as ethVolatileAddress, Ph as eventsPublicApprovalsDB, Wl as evmHexToTronBase58Address, Xc as extractHighestBit, ld as extractMessage, Sp as extractOrderIdFromMemos, Sf as extractTokenIdsFromAssetChanges, ga as factoryABI, wp as fetchOnChainRootHashes, kd as fetchSolanaTransaction, Gl as fetchTronAccountResources, Kl as fetchTronChainParameters, Xo as findTokenBySymbolFromTokenList, No as fixDecimalsAmount, Xr as formatAddress, Po as formatAmountInput, jc as formatDate, kl as formatMintAddress, Mc as formatTimestampDate, Zo as formatTokenChangesList, Nc as formatTxTimestamp, ap as formatUSDNumber, fo as gasErrorCodes, Fr as generateAumPoints, Np as generateFundAndApproveOps, Cp as generateHashFromSeedPhrases, Wd as generateMainAndCommitmentZkProof, ql as generateProofSignatureRemotely, Ir as generateTradingPoints, Ud as generateZkProof, Ad as getAccountsFromInstructions, uu as getAddressFromStateKey, yd as getAddressLookupTableAccounts, vo as getAmountInToken, yo as getAmountInWei, bo as getAmountInWeiOrZero, xo as getAmountWithPrecision, So as getAmountWithPrecisionOrZero, bi as getAuthHeaders, Pp as getAuthorizationDataIfNeeded, Jl as getAvailableResource, cf as getBlockExplorerUrl, zr as getBrotherhood, Br as getBrotherhoodUsers, Eu as getChainBalanceFetchingMutex, du as getChainIdFromStateKey, Yl as getChainParameterValue, Sc as getCircomSign, cr as getCoinByAddress, lr as getCoinById, ur as getCoinMarketChartByTokenId, dr as getCoingeckoIdForNativeTokens, fr as getCoingeckoPlatform, gr as getCoingeckoPrice, _r as getCoingeckoPrice2, vr as getCoingeckoPrices, yr as getCoingeckoTokenList, If as getContractAddress, Pc as getCurrentDayStart, Fc as getCurrentTimeInSeconds, Vr as getCurrentUserBrotherhood, Hr as getCurrentUserBrotherhoodUsers, Ic as getCurrentWeekStart, Al as getCustomProofGenerator, jl as getCustomUtxoDecryptor, Js as getDashboardURL, Qp as getDecodedMessage, Lc as getDelayUntilUtc8, Ai as getERC20Registry, Qo as getERC20Token, $o as getERC20TokenBySymbol, Rc as getEffectiveSevenDaysAgo, zc as getEffectiveToday, Ju as getEncryptedOutputsAccountPublicKey, _p as getEquivalentBridgedTokenForTempo, vp as getEquivalentNativeToken, es as getErc20TokensForChain, ud as getErrorMessage, dd as getErrorMessageFromTransactionRequest, Au as getExternalActionIdFromNumber, ju as getExternalActionIdHash, zd as getFeeStructure, bl as getFilePath, ji as getFixedRegistry, cd as getFlatFees, Er as getGasEstimates, ym as getGasTokenRecords, Kf as getGasTokenSymbols, dl as getGenericFeeOverTransactionValueErrorMessage, xl as getHinkalCache, Ys as getHinkalLandingURL, ya as getHinkalParameters, Mr as getIdleRelay, iu as getInputUtxoAndBalance, au as getInputUtxoAndBalanceOfStuckUtxos, ou as getInputUtxoAndBalancePerToken, su as getInputUtxosRemotely, Yu as getInstructionsAccountPublicKey, od as getInteractionFromAction, xs as getLifiChainId, Kp as getLifiPrice, yp as getLifiScanURL, Xu as getMerkleAccountPublicKey, wf as getNetworkName, Qd as getNetworkObject, $d as getNetworkType, Bc as getNextDayDelay, Vc as getNextDayISO, ie as getNonLocalhostChainId, Zu as getNullifierAccount, Jp as getOKXPrice, Wp as getOdosPrice, Lf as getOnChainUtxosFromReceipt, Bf as getOnChainUtxosFromReceiptSolana, ae as getOnchainChainId, Gp as getOneInchPrice, Rf as getOutputCommitmentsFromEvmReceipt, Vf as getOutputCommitmentsFromSolanaReceipt, Xs as getPayURL, $p as getPermitInfo, Hc as getPreviousWeekStart, Qu as getProofAccountPart1PublicKey, $u as getProofAccountPart2PublicKey, sp as getProviderFromContract, pf as getPublicBalance, mf as getPublicBalanceByTokenAddress, hf as getPublicBalancesOfTokens, Ur as getPublicBrotherhoods, gf as getPublicTransactionCount, Jf as getRandomProxyAvatarIndex, df as getRecipientInfoFromUserKeys, Zs as getRewardsURL, ui as getScheduledTransactionById, di as getScheduledTransactions, fi as getScheduledTransactionsNullifierIndexes, Jd as getSequence, Ou as getShieldedBalance, Pr as getSignatureHeader, cp as getSignerFromContract, Vu as getSlippageValues, Cd as getSolanaPriorityFee, _h as getSolanaProxySendSerializedTransaction, xh as getSolanaProxyShieldSerializedTransaction, yh as getSolanaProxySwapSerializedTransaction, _f as getSolanaPublicBalances, fu as getStateKey, ff as getStealthAddressStructureFromUserKeys, ed as getStorageAccountPublicKey, td as getStorageVaultPublicKey, nd as getSwapperAccountPublicKey, rd as getSwapperAccountPublicKeyFromSalt, mi as getTemporaryWalletNonces, Xp as getTokenHolder, Dr as getTokenPreviousDayPrices, Or as getTokenPrices, pu as getTokenStateKey, ss as getTokensLimits, vm as getTokensToDepositBack, zp as getTransactionLogEvents, Bp as getUniswapFee, Vp as getUniswapPrice, Hp as getUniswapPriceHelper, Uc as getUtcDayStart, Hu as getUtxoCircuitH0Coords, Uu as getUtxoCircuitInRandomization, Xf as getUtxosFromEnclave, zf as getUtxosFromReceipt, Hf as getUtxosFromReceiptSolana, Fo as getValueFirstNDigit, Xl as getVerifierId, dp as getWalletGroupKey, Qs as getWalletOnboardingURL, Wu as getZkProofVerifierName, tm as groupConnectorsByWallet, mp as hardRefreshPrivateBalance, xf as hasEnoughBalance, Zr as hashEthereumAddress, Qr as hashString, mu as hexToUtf8, Ch as hinkalClaimUtxo, Lp as hinkalDeposit, Sm as hinkalDepositAndWithdraw, Rp as hinkalDepositForOther, kh as hinkalPalEvmDepositPrepare, Oh as hinkalPalSolanaDepositPrepare, Ah as hinkalPalTronDepositPrepare, ih as hinkalPrivateWallet, lh as hinkalProxySwap, st as hinkalSimulationAddress, Th as hinkalSolanaClaimUtxo, ph as hinkalSolanaDepositAndWithdraw, wh as hinkalSolanaProoflessDeposit, vh as hinkalSolanaProxySend, Sh as hinkalSolanaProxyShield, bh as hinkalSolanaProxySwap, gh as hinkalSolanaTransfer, mh as hinkalSolanaWithdrawBatch, wm as hinkalSwap, uh as hinkalTransfer, Tm as hinkalWithdraw, Cm as hinkalWithdrawBatch, Eh as hinkalWithdrawStuckUtxos, sm as hmacSha512, xr as httpClient, Hi as hyperEvmRegistry, hp as initialMerkleAndPrivateBalanceRefresh, Ui as inkRegistry, po as insufficientResourcesErrorCodes, ts as isArcNativeToken, oe as isBridgeDestinationOnlyChain, Cc as isCircomNegative, O as isDevelopment, se as isEvmChain, k as isExtension, nm as isInjectedConnector, ce as isLocalNetwork, tf as isMobileDevice, rm as isMockConnector, ns as isNFTToken, $r as isNativePlaceholderAddress, rf as isNicknameValid, A as isNode, j as isNotClientProduction, M as isNotProduction, hu as isNullOrEmpty, le as isOptimismLike, N as isPlayground, ei as isRecipientAddressInvalid, Wc as isSameDay, xu as isSameERC20Token, ue as isSameOnchainNetwork, de as isSepoliaTestnet, im as isSolanaConnector, fe as isSolanaLike, il as isSolanaOnChainUtxo, P as isStaging, pe as isTempo, am as isTronConnector, me as isTronLike, ti as isValidOldStylePrivateAddress, ni as isValidPrivateAddress, ri as isValidSolanaPublicKey, ii as isValidTronAddress, Tf as isValidUrl, om as isWalletConnectConnector, F as isWebpack, Gc as isWithinDays, Wr as joinBrotherhood, sc as jubHolder, Gr as leaveBrotherhood, Sl as loadTxsCache, h as localhostData, he as localhostNetwork, Wi as localhostRegistry, Pl as logError, qr as lowerCaseIncludes, Jr as lowerCaseStartsWith, Ua as lpLink, Wa as lpProgramStartWeek, El as makeEnclaveHandshakeAndEncryptInput, Dl as makeEnclaveHandshakeAndEncryptUint8Array, rp as mapRecipientRequests, Io as maxBigInt, Ya as mediaUrls, Lo as minBigInt, pd as modifyVolatileTokenAmountChanges, Gi as monadRegistry, Ar as monitor, jr as monitorBatch, Kc as msToISOString, ge as networkRegistry, Zl as normalizeTronAddr, Ql as normalizeTronPrivateKey, Ss as oauthUrls, ct as oneInchZeroAddress, wa as openDefaultPassportWindow, fm as openPassportWindow, d as optimismData, ca as optimismGasPriceOracleAbi, Ki as optimismRegistry, qi as optimismRegistryFixed, f as optimismTestData, ku as outputUtxoProcessing, rs as overlayTokenWithRegistryData, lt as ownerPublicKey, hc as pack, Za as pancaceSwapPermit2Address, $l as parseZkCalldata, rh as payActivityStorage, Qa as permit2Address, ut as permitSignatureValidFor, Ji as plasmaRegistry, Ga as pointsLink, Td as pollForValue, p as polygonData, Yi as polygonRegistry, Xi as polygonRegistryFixed, rc as poseidonFunction, ic as poseidonHash, ac as poseidonHolder, Ef as postToOffscreen, uc as preProcessing, dm as prepareDepositOnChainUtxosZkProof, jf as prepareEthersProviderAdapter, Mf as prepareHinkal, Nf as prepareHinkalFromSeedPhrases, Pf as prepareHinkalWithSignature, Ff as prepareSolanaProviderAdapter, _s as presaleABI, vs as presaleContractInfoByChain, eh as pricesStorage, $m as privateBalancesStorage, Tu as privateTokensDB, pr as proCoingeckoUrl, mr as proHeader, sd as processGasEstimates, hm as produceOp, Yd as promisify, Qm as publicBalancesStorage, ch as publicTokensDB, _a as quoterV2ABI, Ka as raffleProgramStartWeek, Co as randomBigInt, Id as recipientUtxoProcessing, Fp as recoverAuthorizationData, qa as referralLink, gp as refreshPrivateBalance, nf as reloadPage, hi as removeTemporaryWalletNonce, eu as reorderZkCallData, gu as replaceAllInstances, qd as requireEnv, Cl as resetCache, Jm as resetMerkleTrees, fp as resetStateMutex, $s as resolveSns, Xd as resolveSync, fl as rethrowKnownGasErrorIfPossible, Ci as rpcGetStorageChanges, vf as rpcIntEncode, wi as rpcSimulateBundle, Ti as rpcSimulateTransaction, Yp as runContractFunction, w as safeJsonStringify, na as sanctionsListABI, wl as saveTxsCache, hr as searchBySymbol, is as searchCompareFunction, Up as searchPoolAndFee, ai as seedlessBackup, oi as seedlessCheckPassword, si as seedlessInit, ci as seedlessSalt, li as seedlessStatus, bm as selectGasToken, Fd as sendInitNullifiersTransaction, _i as sendPrivateSendEmailNotifications, jd as sendProxyV0Transaction, Md as sendV0Transaction, _ as sepoliaTestnetData, Gu as serializeCircomData, yl as serializeDecodedTxs, Nd as serializeProxyV0Transaction, Kd as serializeUtxoConstructorParams, Ml as setCustomProofGenerator, Nl as setCustomUtxoDecryptor, Tl as setHinkalCache, _e as setHinkalTronChainId, em as signAndSendSerializedTransaction, dt as signaturePhrase, nh as signedMessagesStorage, op as simulateTronTransaction, Ei as simulateTx, ve as solanaChainIdStr, v as solanaData, Zi as solanaLocalnetRegistry, Qi as solanaMainnetRegistry, ft as solanaNativeAddress, as as sortTokens, ip as splitRecipientsByAllocations, tu as splitTronTokensByNative, Ec as stealthAddressCacheDevice, Dc as stealthPairCacheDevice, Oc as stealthPairOldCacheDevice, Qf as storeAndGetSignatureFromEnclave, Ld as storeInstructions, Pd as storeProof, nc as storeRecipientInfosViaEnclave, Zf as storeUtxoInEnclave, Pa as supportedPassportLinks, Zc as takeOffHighestBit, x as tempoData, Di as tenderlyRpcLinks, Ro as toBigInt, zo as toBigIntOrUndefined, wo as toBigIntWithDecimals, Bo as toCommaSeparatedNumberString, Vo as toInt, T as toJsonSafe, Ho as toNumberOrUndefined, _u as toTitleCase, nu as toTronBase58IfHex, Cu as tokenVisibilityStorage, Nr as tokensInfoCall, mo as transactionErrorCodes, up as transferClaimableUtxos, bf as trimFieldValues, Uo as trimLeadingZeros, b as tronMainnetData, y as tronNileData, Wo as truncateToDecimalPlaces, $a as uniswap2Manager, eo as uniswap3Manager, to as uniswapApprovalExtraCallData, ba as uniswapV2PoolData, xa as uniswapV3FactoryData, Sa as uniswapV3PoolData, Ca as uniswapV3QuoterData, lf as uniswapWorkaround, no as uniswapWorkaroundAddresses, gc as unpack, xm as updateHinkal, Su as validateAndGetChainId, vu as validateEmail, Yf as validateUsername, lm as verifyCommitmentValidationData, um as verifyCommitmentValidationDataSolana, Ed as wait, Bd as waitForDepositedUtxosInMerkleTree, $f as waitForEthereumTransactionConfirmation, ep as waitForSolanaTransactionConfirmation, tp as waitForTransactionConfirmation, qc as waitLittle, ho as walletConnectErrorCodes, pt as wrappedSolanaAddress, mt as zeroAddress, jt as zeroFeeStructure };
|