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