@sabaaa1/common 0.0.12 → 0.0.14
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/assets/{snarkjsWorkerLauncher-Bi0P4lHT.js → snarkjsWorkerLauncher-C7k0eivz.js} +1 -1
- package/assets/{snarkjsWorkerLogic-B_n9w-4s.js → snarkjsWorkerLogic-BO6Ynqjj.js} +16295 -14960
- package/assets/{utxoWorkerLauncher-CEvVVrNi.js → utxoWorkerLauncher-BUSzpnDL.js} +1 -1
- package/assets/{utxoWorkerLogic-mwtuZoYE.js → utxoWorkerLogic-DEqWaadT.js} +19143 -23643
- package/assets/{zkProofWorkerLauncher-DqyUe_-v.js → zkProofWorkerLauncher-CoKmCKjC.js} +1 -1
- package/assets/{zkProofWorkerLogic-6exMzAHW.js → zkProofWorkerLogic-DB9cbXu-.js} +19380 -24522
- package/data-structures/crypto-keys/keys.cjs +1 -1
- package/data-structures/crypto-keys/keys.mjs +18 -19
- package/data-structures/index.d.ts +0 -1
- package/data-structures/tor/TorClient.cjs +1 -1
- package/data-structures/tor/TorClient.mjs +65 -67
- package/index.cjs +1 -1
- package/index.mjs +473 -479
- package/package.json +1 -1
- package/providers/WagmiProviderAdapter.cjs +1 -1
- package/providers/WagmiProviderAdapter.mjs +85 -78
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.cjs +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.mjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLauncher.cjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLauncher.mjs +2 -2
- package/webworker/zkProofWorker/zkProofWorkerLauncher.cjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.mjs +1 -1
- package/assets/index-B4znXaQD.js +0 -1377
package/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DATA_SERVER_URL as o, getDataServerURL as t, getServerURL as a, getSnapshotServerURL as i } from "./API/getServerURL.mjs";
|
|
2
2
|
import { getCoingeckoPrice as n, getCoingeckoPrice2 as p, getCoingeckoPrices as m, getCoingeckoTokenList as c } from "./API/getCoingeckoPrice.mjs";
|
|
3
3
|
import { callOneInchAPI as l } from "./API/callOneInchAPI.mjs";
|
|
4
|
-
import { callRelayerTransactAPI as
|
|
4
|
+
import { callRelayerTransactAPI as A } from "./API/callRelayer.mjs";
|
|
5
5
|
import { getGasEstimates as T } from "./API/getGasEstimates.mjs";
|
|
6
6
|
import { getTokenPrice as d, getTokenPriceEth as g, getTokenPrices as R } from "./API/getTokenPrice.mjs";
|
|
7
7
|
import { checkRisk as u } from "./API/checkRisk.mjs";
|
|
@@ -12,32 +12,32 @@ import { getPublicWalletBalance as y } from "./API/duneAPI.mjs";
|
|
|
12
12
|
import { WALLET_API as L, rpcGetStorageChanges as U, rpcSimulateBundle as B, rpcSimulateTransaction as v, simulateTx as M, tenderlyRpcLinks as b } from "./API/tenderly.api.mjs";
|
|
13
13
|
import { tokensInfoCall as V } from "./API/token-calls.mjs";
|
|
14
14
|
import { callLifiAPI as G } from "./API/callLifiAPI.mjs";
|
|
15
|
-
import { LifiStatus as
|
|
15
|
+
import { LifiStatus as W, getLifiStatus as w } from "./API/getLifiStatus.mjs";
|
|
16
16
|
import { generateAumPoints as X, generateTradingPoints as z } from "./API/generate-trading-points.mjs";
|
|
17
17
|
import { createBrotherhood as Z, editBrotherhood as j, getBrotherhood as J, getBrotherhoodUsers as Q, getCurrentUserBrotherhood as $, getCurrentUserBrotherhoodUsers as ee, getPublicBrotherhoods as re, joinBrotherhood as oe, leaveBrotherhood as te } from "./API/brotherhoodCalls.mjs";
|
|
18
18
|
import { getHinkalLandingURL as ie, getRewardsURL as se, getWalletOnboardingURL as ne } from "./API/getWebsiteURL.mjs";
|
|
19
|
-
import { claimMerchItem as me, createOrUpdateMerchAddress as ce, getCurrentAuctionsInfo as fe, getCurrentDayBoxPrizeCounts as le, getMerchOrders as xe, getMysteryBoxesHistory as
|
|
19
|
+
import { claimMerchItem as me, createOrUpdateMerchAddress as ce, getCurrentAuctionsInfo as fe, getCurrentDayBoxPrizeCounts as le, getMerchOrders as xe, getMysteryBoxesHistory as Ae, getServerUtc as Se, openMysteryBox as Te } from "./API/mysteryBoxesCalls.mjs";
|
|
20
20
|
import { IMAGE_PATHS as de } from "./constants/assets.constants.mjs";
|
|
21
21
|
import { arbMainnetRegistry as Re, arbMainnetRegistryFixed as Ie, arcTestnetRegistry as ue, avalancheRegistry as _e, avalancheRegistryFixed as Pe, baseRegistry as Ce, baseRegistryFixed as Ne, bnbMainnetRegistry as Oe, bnbMainnetRegistryFixed as he, ethMainnetRegistry as De, ethMainnetRegistryFixed as ye, localhostRegistry as ke, optimismRegistry as Le, optimismRegistryFixed as Ue, polygonRegistry as Be, polygonRegistryFixed as ve } from "./constants/token-data/index.mjs";
|
|
22
22
|
import { default as be } from "./constants/deploy-data/deploy-data-bnbMainnet.json.mjs";
|
|
23
23
|
import { default as Ve } from "./constants/deploy-data/deploy-data-arbMainnet.json.mjs";
|
|
24
24
|
import { default as Ge } from "./constants/deploy-data/deploy-data-ethMainnet.json.mjs";
|
|
25
|
-
import { default as
|
|
25
|
+
import { default as We } from "./constants/deploy-data/deploy-data-optimism.json.mjs";
|
|
26
26
|
import { default as Ke } from "./constants/deploy-data/deploy-data-polygon.json.mjs";
|
|
27
27
|
import { default as ze } from "./constants/deploy-data/deploy-data-avalanche.json.mjs";
|
|
28
28
|
import { default as Ze } from "./constants/deploy-data/deploy-data-base.json.mjs";
|
|
29
29
|
import { default as Je } from "./constants/deploy-data/deploy-data-localhost.json.mjs";
|
|
30
30
|
import { default as $e } from "./constants/deploy-data/deploy-data-arcTestnet.json.mjs";
|
|
31
31
|
import { ALCHEMY_API_KEY as rr, ALCHEMY_TEST_KEY as or, EthereumNetworkType as tr, WALLET_INITIAL_CHAIN_ID as ar, WALLET_SUPPORTED_CHAINS as ir, chainIds as sr, chainIdsByType as nr, getNonLocalhostChainId as pr, isLocalNetwork as mr, isOptimismLike as cr, localhostNetwork as fr, networkRegistry as lr } from "./constants/chains.constants.mjs";
|
|
32
|
-
import { NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS as
|
|
32
|
+
import { NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS as Ar, defaultFeeToken as Sr } from "./constants/fees.constants.mjs";
|
|
33
33
|
import { contractMetadataMapping as Er, getHinkalParameters as dr, uniswapV2PoolData as gr, uniswapV3FactoryData as Rr, uniswapV3PoolData as Ir, uniswapV3QuoterData as ur } from "./constants/contracts.constants.mjs";
|
|
34
34
|
import { AIPRISE_KYB_TEMPLATE_ID_PROD as Pr, AIPRISE_KYC_TEMPLATE_ID_PROD as Cr, RECLAIM_MESSAGE_TO_SIGN as Nr, ReclaimPassports as Or, StandardPassports as hr, SupportedPassports as Dr, aipriseBaseOnboardingProductionUrl as yr, aipriseBaseOnboardingSandboxUrl as kr, supportedPassportLinks as Lr } from "./constants/kyc.constants.mjs";
|
|
35
|
-
import { API_CONFIG as Br, DATA_SERVER_CONFIG as vr, DATA_SERVER_URL_ENDPOINT as Mr, DATA_SERVER_URL_LOCAL as br, PLAYGROUND_RELAYER_URLS as Fr, PLAYGROUND_SERVER_URLS as Vr, PLAYGROUND_SNAPSHOT_SERVER_URLS as Hr, PLAYGROUND_URL as Gr, PRODUCTION_RELAYER_URLS as
|
|
35
|
+
import { API_CONFIG as Br, DATA_SERVER_CONFIG as vr, DATA_SERVER_URL_ENDPOINT as Mr, DATA_SERVER_URL_LOCAL as br, PLAYGROUND_RELAYER_URLS as Fr, PLAYGROUND_SERVER_URLS as Vr, PLAYGROUND_SNAPSHOT_SERVER_URLS as Hr, PLAYGROUND_URL as Gr, PRODUCTION_RELAYER_URLS as Yr, PRODUCTION_SERVER_URLS as Wr, PRODUCTION_SNAPSHOT_SERVER_URLS as wr, PRODUCTION_URL as Kr, RELAYER_CONFIG as Xr, STAGING_RELAYER_URLS as zr, STAGING_SERVER_URLS as qr, STAGING_SNAPSHOT_SERVER_URLS as Zr, STAGING_URL as jr, VERIFICATION_ROUTES as Jr, WALLET_TASK_VERIFICATION_TYPES as Qr } from "./constants/server.constants.mjs";
|
|
36
36
|
import { DEPLOYMENT_MODE as eo, deploymentMode as ro, isDevelopment as oo, isExtension as to, isNode as ao, isNotClientProduction as io, isNotProduction as so, isPlayground as no, isSandbox as po, isStaging as mo, isWebpack as co } from "./constants/vite.constants.mjs";
|
|
37
|
-
import { ARC_TESTNET_USDC_ADDRESS as lo, AssetChangeType as xo, CIRCOM_MERKLE_LENGTH as
|
|
38
|
-
import { COINGECKO_API_KEY as Go, CoinGeckoChainLabels as
|
|
37
|
+
import { ARC_TESTNET_USDC_ADDRESS as lo, AssetChangeType as xo, CIRCOM_MERKLE_LENGTH as Ao, CIRCOM_P as So, CIRCOM_P_HALF as To, EIP1271_FAILURE as Eo, EIP1271_SUCCESS as go, HINKAL_PRIVATE_SEND_VARIABLE_RATE as Ro, HINKAL_SWAP_VARIABLE_RATE as Io, MERKLE_LEVELS as uo, NFT_1155_TRANSACTION_TYPE as _o, NFT_721_TRANSACTION_TYPE as Po, NFT_TRANSACTION_TYPES as Co, RELAYERS_ARRAY as No, RELAYER_ADDRESS1 as Oo, RELAYER_ADDRESS2 as ho, RELAYER_ADDRESS3 as Do, TOKEN_VALUE_UNLIMITED_THRESHOLD as yo, TokenType as ko, defaultSignatureData as Lo, ethVolatileAddress as Uo, hinkalSimulationAddress as Bo, oneInchZeroAddress as vo, ownerPublicKey as Mo, permitSignatureValidFor as bo, signaturePhrase as Fo, zeroAddress as Vo } from "./constants/protocol.constants.mjs";
|
|
38
|
+
import { COINGECKO_API_KEY as Go, CoinGeckoChainLabels as Yo, coingeckoPriceUrl as Wo, coingeckoPriceUrl2 as wo, coingeckoTokenListUrl as Ko, getCoinByAddress as Xo, getCoinById as zo, getCoingeckoIdForNativeTokens as qo, getCoingeckoPlatform as Zo, proCoingeckoUrl as jo, proHeader as Jo, searchBySymbol as Qo } from "./constants/coingecko.constants.mjs";
|
|
39
39
|
import { NETWORKS as et, getGasStationUrl as rt } from "./constants/backend.constants.mjs";
|
|
40
|
-
import { ACCESS_TOKEN_MINTING_POINTS as tt, ACCESS_TOKEN_RECLAIM_POINTS as at, CERTIFICATION_DISABLE_WEEK as it, REWARDS_ENCRYPTION_PASSWORD as st, REWARDS_MESSAGE_TO_SIGN as nt, REWARD_RECEIVABLE_TOKEN_SYMBOLS as pt, boostAmounts as mt, lpLink as ct, lpProgramStartWeek as ft, pointsLink as lt, raffleProgramStartWeek as xt, referralLink as
|
|
40
|
+
import { ACCESS_TOKEN_MINTING_POINTS as tt, ACCESS_TOKEN_RECLAIM_POINTS as at, CERTIFICATION_DISABLE_WEEK as it, REWARDS_ENCRYPTION_PASSWORD as st, REWARDS_MESSAGE_TO_SIGN as nt, REWARD_RECEIVABLE_TOKEN_SYMBOLS as pt, boostAmounts as mt, lpLink as ct, lpProgramStartWeek as ft, pointsLink as lt, raffleProgramStartWeek as xt, referralLink as At } from "./constants/rewards.constants.mjs";
|
|
41
41
|
import { blockReorgDepth as Tt } from "./constants/reorg-depths.constants.mjs";
|
|
42
42
|
import { mediaUrls as dt } from "./constants/mediaUrls.constants.mjs";
|
|
43
43
|
import { allowanceHolder as Rt, pancaceSwapPermit2Address as It, permit2Address as ut, permit2Addresses as _t, uniswap2Manager as Pt, uniswap3Manager as Ct, uniswapApprovalExtraCallData as Nt, uniswapWorkaroundAddresses as Ot } from "./constants/permit2.constants.mjs";
|
|
@@ -45,21 +45,21 @@ import { HETH_ERC20_TOKEN_ADDRESS as Dt, NATIVE_TOKEN_WRAPPER_ADDRESSES as yt, S
|
|
|
45
45
|
import { APPROVED_UTXO_CONVERSION_COUNT as Mt } from "./constants/conversion.constants.mjs";
|
|
46
46
|
import { TOKEN_LIMITS as Ft, getTokensLimits as Vt } from "./constants/token.limits.constants.mjs";
|
|
47
47
|
import { MAX_DISPLAY_DECIMALS as Gt } from "./constants/balance.constants.mjs";
|
|
48
|
-
import { BRIDGING_URLS as
|
|
48
|
+
import { BRIDGING_URLS as Wt } from "./constants/bridging.constants.mjs";
|
|
49
49
|
import { UNSUPPORTED_WALLETS_WALLETCONNECT_NAMES as Kt, UNSUPPORTED_WALLET_IDS as Xt } from "./constants/wallet.constants.mjs";
|
|
50
50
|
import { presaleABI as qt, presaleContractInfoByChain as Zt } from "./constants/presale.constants.mjs";
|
|
51
51
|
import { LIFISCAN_URL as Jt } from "./constants/lifi.constants.mjs";
|
|
52
52
|
import { oauthUrls as $t } from "./constants/oauthUrls.constants.mjs";
|
|
53
53
|
import { BOX_AUCTION_DURATIONS_MINUTES as ra, BOX_DAILY_CLAIM_LIMIT as oa, BOX_ENDING_PRICES as ta, BOX_STARTING_PRICES as aa, BRONZE_MYSTERY_BOX_ITEMS as ia, GOLD_MYSTERY_BOX_ITEMS as sa, MYSTERY_BOX_ITEMS as na, MYSTERY_BOX_ITEM_BY_ID as pa, MYSTERY_BOX_ITEM_BY_RANK as ma, MysteryBoxItemId as ca, SILVER_MYSTERY_BOX_ITEMS as fa } from "./constants/mystery-boxes.constants.mjs";
|
|
54
54
|
import { TVL_CHANGER_ACTIVITY_TYPES as xa } from "./constants/activity.constants.mjs";
|
|
55
|
-
import { ACHIEVEMENTS as
|
|
55
|
+
import { ACHIEVEMENTS as Sa, BROTHERHOOD_TASKS as Ta, DAILY_TASKS as Ea, POINTS_BOOST_TASKS as da, REWARDS_TASKS as ga, WELCOME_TASKS as Ra } from "./constants/tasks.constants.mjs";
|
|
56
56
|
import { EVENTS_INITIAL_BLOCKS as ua } from "./constants/events.constants.mjs";
|
|
57
57
|
import { APPROVE_FUNCTION_SIGNATURE as Pa, NFT_APPROVE_FUNCTION_SIGNATURE as Ca, NFT_APPROVE_SINGLE_FUNCTION_SIGNATURE as Na, PERMIT2_APPROVE_FUNCTION_SIGNATURE as Oa, TRANSFER_FUNCTION_SIGNATURE as ha } from "./constants/function-signatures.constants.mjs";
|
|
58
58
|
import { poseidonFunction as ya, poseidonHash as ka, poseidonHolder as La } from "./crypto/poseidon.mjs";
|
|
59
59
|
import { babyJubInstance as Ba, jubHolder as va } from "./crypto/babyJub.mjs";
|
|
60
60
|
import { preProcessing as ba } from "./crypto/preProcessing.mjs";
|
|
61
61
|
import { ValueCache as Va } from "./data-structures/ValueCache/ValueCache.mjs";
|
|
62
|
-
import { abiDecodeUtxo as Ga, checkUtxoSignature as
|
|
62
|
+
import { abiDecodeUtxo as Ga, checkUtxoSignature as Ya, decodeUtxo as Wa, decodeUtxoConstructorArgs as wa } from "./data-structures/crypto-keys/decodeUTXO.mjs";
|
|
63
63
|
import { decryptUtxo as Xa, decryptUtxoConstructorArgs as za, encryptUtxo as qa } from "./data-structures/crypto-keys/encryptDecryptUtxo.mjs";
|
|
64
64
|
import { EncryptionKeyPairDefaultValue as ja, UserKeys as Ja, stealthAddressCacheDevice as Qa, stealthPairCacheDevice as $a } from "./data-structures/crypto-keys/keys.mjs";
|
|
65
65
|
import { getCircomSign as ri, isCircomNegative as oi } from "./data-structures/crypto-keys/keyUtils.mjs";
|
|
@@ -68,7 +68,7 @@ import { hinkalDeposit as si, hinkalDepositForOther as ni } from "./data-structu
|
|
|
68
68
|
import { hinkalSwap as mi } from "./data-structures/Hinkal/hinkalSwap.mjs";
|
|
69
69
|
import { hinkalTransfer as fi } from "./data-structures/Hinkal/hinkalTransfer.mjs";
|
|
70
70
|
import { hinkalWithdraw as xi } from "./data-structures/Hinkal/hinkalWithdraw.mjs";
|
|
71
|
-
import { hinkalPrivateWallet as
|
|
71
|
+
import { hinkalPrivateWallet as Si } from "./data-structures/Hinkal/hinkalPrivateWallet.mjs";
|
|
72
72
|
import { resetMerkleTrees as Ei } from "./data-structures/Hinkal/resetMerkleTrees.mjs";
|
|
73
73
|
import { hinkalProxySwap as gi } from "./data-structures/Hinkal/hinkalProxySwap.mjs";
|
|
74
74
|
import { MerkleTree as Ii } from "./data-structures/merkle-tree/MerkleTree.mjs";
|
|
@@ -82,7 +82,7 @@ import { AbstractSnapshotService as vi } from "./data-structures/event-service/A
|
|
|
82
82
|
import { AbstractEventService as bi } from "./data-structures/event-service/AbstractEventService.mjs";
|
|
83
83
|
import { BlockchainEventEmitter as Vi } from "./data-structures/event-service/BlockchainEventEmitter.mjs";
|
|
84
84
|
import { Utxo as Gi } from "./data-structures/utxo/Utxo.mjs";
|
|
85
|
-
import { customTokenRegistry as
|
|
85
|
+
import { customTokenRegistry as Wi } from "./data-structures/custom-token-registry/CustomTokenRegistry.mjs";
|
|
86
86
|
import { TokenChecker as Ki } from "./data-structures/token-price-fetcher/TokenChecker.mjs";
|
|
87
87
|
import { TransactionType as zi } from "./data-structures/transactions-manager/history/history.types.mjs";
|
|
88
88
|
import { MultiThreadedUtxoUtils as Zi } from "./data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs";
|
|
@@ -94,147 +94,144 @@ import { privateBalancesStorage as is } from "./data-structures/IndexedDB/privat
|
|
|
94
94
|
import { pricesStorage as ns } from "./data-structures/IndexedDB/prices-db.mjs";
|
|
95
95
|
import { contactStorage as ms } from "./data-structures/IndexedDB/contact-db.mjs";
|
|
96
96
|
import { signedMessagesStorage as fs } from "./data-structures/IndexedDB/signatures-db.mjs";
|
|
97
|
-
import { PrivateTokensDB as xs, privateTokensDB as
|
|
97
|
+
import { PrivateTokensDB as xs, privateTokensDB as As } from "./data-structures/TokenDBs/PrivateTokensDB.mjs";
|
|
98
98
|
import { PublicTokensDB as Ts, publicTokensDB as Es } from "./data-structures/TokenDBs/PublicTokensDB.mjs";
|
|
99
99
|
import { tokenVisibilityStorage as gs } from "./data-structures/TokenDBs/token-visibility-db.mjs";
|
|
100
100
|
import { ArcPublicTokensDB as Is, arcPublicTokensDB as us } from "./data-structures/TokenDBs/ArcPublicTokensDB.mjs";
|
|
101
101
|
import { PresaleContractWrapper as Ps } from "./data-structures/presale/PresaleContractWrapper.mjs";
|
|
102
102
|
import { SnapshotFetcherService as Ns } from "./data-structures/snapshot/SnapshotFetcherService.mjs";
|
|
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 {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import {
|
|
208
|
-
import {
|
|
209
|
-
import {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
213
|
-
import {
|
|
214
|
-
import {
|
|
215
|
-
import {
|
|
216
|
-
import {
|
|
217
|
-
import {
|
|
218
|
-
import {
|
|
219
|
-
import {
|
|
220
|
-
import {
|
|
221
|
-
import {
|
|
222
|
-
import {
|
|
223
|
-
import { abi as
|
|
224
|
-
import { abi as
|
|
225
|
-
import { abi as
|
|
226
|
-
import { abi as
|
|
227
|
-
import { abi as
|
|
228
|
-
import { abi as
|
|
229
|
-
import {
|
|
230
|
-
import {
|
|
231
|
-
import { abi as vS } from "./externalABIs/SanctionsList.mjs";
|
|
232
|
-
import { default as bS } from "./externalABIs/OptimismGasPriceOracle.json.mjs";
|
|
233
|
-
import { default as VS } from "./externalABIs/NodeInterfaceABI.json.mjs";
|
|
103
|
+
import { EventsPublicApprovalsDB as hs, eventsPublicApprovalsDB as Ds } from "./data-structures/ApprovalDBs/EventsPublicApprovalsDB.mjs";
|
|
104
|
+
import { ErrorWithAmount as ks } from "./error-handling/customErrors/ErrorWithAmount.mjs";
|
|
105
|
+
import { FeeOverTransactionValueError as Us } from "./error-handling/customErrors/FeeOverTransactionValueError.mjs";
|
|
106
|
+
import { getGenericFeeOverTransactionValueErrorMessage as vs, rethrowKnownGasErrorIfPossible as Ms } from "./error-handling/customErrors/customErrors.helpers.mjs";
|
|
107
|
+
import { SimulationFailureError as Fs } from "./error-handling/customErrors/SimulationFailureError.mjs";
|
|
108
|
+
import { ErrorWithRelayerTransaction as Hs } from "./error-handling/customErrors/ErrorWithTx.mjs";
|
|
109
|
+
import { UserFriendlyErrorCodes as Ys, gasErrorCodes as Ws, insufficientResourcesErrorCodes as ws, transactionErrorCodes as Ks, walletConnectErrorCodes as Xs } from "./error-handling/error-codes.constants.mjs";
|
|
110
|
+
import { extractMessage as qs, getErrorMessage as Zs, getErrorMessageFromSandboxRequest as js } from "./error-handling/get-error.message.mjs";
|
|
111
|
+
import { checkErrorForSnapshotRestore as Qs } from "./error-handling/handleErrorRestore.mjs";
|
|
112
|
+
import { logError as en } from "./error-handling/logError.mjs";
|
|
113
|
+
import { ErrorCategory as on } from "./error-handling/types.mjs";
|
|
114
|
+
import { Logger as an } from "./error-handling/logger.mjs";
|
|
115
|
+
import { BabABI as nn, ERC1155ABI as pn, ERC20ABI as mn, ERC721ABI as cn, GalxeABI as fn, ISwapRouterABI as ln, factoryABI as xn, quoterV2ABI as An, transactionProverABI as Sn } from "./externalABIs/index.mjs";
|
|
116
|
+
import { checkHinkalAccessToken as En, mintAccessToken as dn } from "./functions/web3/functionCalls/accessTokenCalls.mjs";
|
|
117
|
+
import { openPassportWindow as Rn } from "./functions/kyc/passportHelper.mjs";
|
|
118
|
+
import { openDefaultPassportWindow as un } from "./functions/kyc/openDefaultPassportWindow.mjs";
|
|
119
|
+
import { absBigInt as Pn, beepsToPercentage as Cn, bigintApplySugar as Nn, bigintMax as On, calculateAmountUsingBeeps as hn, calculateBigIntSum as Dn, calculateSum as yn, countTotalAmountInUtxos as kn, fixDecimalsAmount as Ln, getValueFirstNDigit as Un, maxBigInt as Bn, minBigInt as vn, toBigInt as Mn, toBigIntOrUndefined as bn, toCommaSeparatedNumberString as Fn, toInt as Vn, toNumberOrUndefined as Hn, trimLeadingZeros as Gn, truncateToDecimalPlaces as Yn } from "./functions/utils/amounts.utils.mjs";
|
|
120
|
+
import { getFilePath as wn, getHinkalCache as Kn, getInHinkalAddressesCache as Xn, getInHinkalAddressesFilePath as zn, loadTxsCache as qn, resetCache as Zn, resetInHinkalAddressesCache as jn, saveTxsCache as Jn, setHinkalCache as Qn, setInHinkalAddressesCache as $n } from "./functions/utils/cacheFunctions.mjs";
|
|
121
|
+
import { createProvider as rp, createTorRpcProvider as op } from "./functions/utils/create-provider.mjs";
|
|
122
|
+
import { getExternalActionIdFromNumber as ap, getExternalActionIdHash as ip } from "./functions/utils/external-action.utils.mjs";
|
|
123
|
+
import { aggregateTokenChanges as np, formatTokenChangesList as pp, getERC20Token as mp, getERC20TokenBySymbol as cp, getErc20TokensForChain as fp, getHToken as lp, isArcNativeToken as xp, isNFTToken as Ap, searchCompareFunction as Sp, sortTokens as Tp } from "./functions/utils/erc20tokenFunctions.mjs";
|
|
124
|
+
import { requireEnv as dp } from "./functions/utils/requireEnv.mjs";
|
|
125
|
+
import { getSequence as Rp, promisify as Ip, resolveSync as up } from "./functions/utils/resolve-sync.utils.mjs";
|
|
126
|
+
import { convertIntegrationProviderToExternalActionId as Pp } from "./functions/utils/convertIntegrationProviderToExternalActionId.mjs";
|
|
127
|
+
import { getInteractionFromAction as Np } from "./functions/pre-transaction/interaction-to-action.mjs";
|
|
128
|
+
import { outputUtxoProcessing as hp } from "./functions/pre-transaction/outputUtxoProcessing.mjs";
|
|
129
|
+
import { processGasEstimates as yp } from "./functions/pre-transaction/process-gas-estimates.mjs";
|
|
130
|
+
import { getFlatFees as Lp } from "./functions/pre-transaction/getFlatFees.mjs";
|
|
131
|
+
import { outputApprovalDataProcessing as Bp, outputApprovalDataProcessingForHinkalApprove as vp } from "./functions/pre-transaction/outputApprovalDataProcessing.mjs";
|
|
132
|
+
import { modifyVolatileTokenAmountChanges as bp } from "./functions/pre-transaction/getVolatileTransferAmount.mjs";
|
|
133
|
+
import { constructAdminData as Vp } from "./functions/pre-transaction/constructAdminData.mjs";
|
|
134
|
+
import { getNetworkObject as Gp, getNetworkType as Yp } from "./functions/utils/evmNetworkFunctions.mjs";
|
|
135
|
+
import { browserSupported as wp, walletSupported as Kp } from "./functions/utils/userAgent.mjs";
|
|
136
|
+
import { decodeTxInput as zp, deserializeDecodedTxs as qp, serializeDecodedTxs as Zp } from "./functions/utils/getDataFromTransaction.mjs";
|
|
137
|
+
import { reloadPage as Jp } from "./functions/utils/reloadPage.mjs";
|
|
138
|
+
import { capitalizeFirstLetter as $p, capitalizeName as em, getChainIdFromStateKey as rm, getStateKey as om, hexToUtf8 as tm, isNullOrEmpty as am, replaceAllInstances as im, toTitleCase as sm, validateEmail as nm } from "./functions/utils/string.utils.mjs";
|
|
139
|
+
import { isNicknameValid as mm } from "./functions/utils/nickname.utils.mjs";
|
|
140
|
+
import { caseInsensitiveEqual as fm, lowerCaseIncludes as lm, lowerCaseStartsWith as xm } from "./functions/utils/caseInsensitive.utils.mjs";
|
|
141
|
+
import { formatDate as Sm, getCurrentDayStart as Tm, getCurrentTimeInSeconds as Em, getCurrentWeekStart as dm, getEffectiveMonthStart as gm, getEffectiveSevenDaysAgo as Rm, getEffectiveToday as Im, getNextDayDelay as um, getNextDayISO as _m, getPreviousWeekStart as Pm, msToISOString as Cm, waitLittle as Nm } from "./functions/utils/time.utils.mjs";
|
|
142
|
+
import { createCacheDevice as hm } from "./functions/utils/cacheDevice.utils.mjs";
|
|
143
|
+
import { debounce as ym, wait as km } from "./functions/utils/process.utils.mjs";
|
|
144
|
+
import { getBlockExplorerUrl as Um } from "./functions/utils/getBlockExplorerUrl.mjs";
|
|
145
|
+
import { isPermit2Tx as vm, uniswapWorkaround as Mm } from "./functions/utils/involves-permit2-op.mjs";
|
|
146
|
+
import { checkChainOrAddressNotUpdated as Fm } from "./functions/utils/upToDateState.mjs";
|
|
147
|
+
import { CustomJSONParse as Hm, CustomJSONStringify as Gm } from "./functions/utils/serialize.utils.mjs";
|
|
148
|
+
import { isUseApprovalDataEmpty as Wm, padUseApprovalUtxoData as wm } from "./functions/utils/processUseApprovalUtxoData.mjs";
|
|
149
|
+
import { convertEmporiumOpToCallInfo as Xm } from "./functions/utils/convertEmporiumOpToCallInfo.mjs";
|
|
150
|
+
import { getExtendedRecipientInfoFromUserKeys as qm, getRecipientInfoFromUserKeys as Zm } from "./functions/utils/getRecipientInfoFromUserKeys.mjs";
|
|
151
|
+
import { getPublicBalance as Jm, getPublicBalanceByTokenAddress as Qm, getPublicBalancesOfTokens as $m, getPublicTransactionCount as ec } from "./functions/utils/publicBalance.utils.mjs";
|
|
152
|
+
import { rpcIntEncode as oc } from "./functions/utils/rpc-int-encode.mjs";
|
|
153
|
+
import { checkTokensForShielding as ac } from "./functions/utils/token-check.utils.mjs";
|
|
154
|
+
import { arraysMatch as sc } from "./functions/utils/arraysMatch.mjs";
|
|
155
|
+
import { constructStealthAddressStructure as pc, hashEthereumAddress as mc, isValidExtendedPrivateAddress as cc, isValidPrivateAddress as fc } from "./functions/utils/addresses.mjs";
|
|
156
|
+
import { trimFieldValues as xc } from "./functions/utils/trimFieldValues.mjs";
|
|
157
|
+
import { getNecessaryApprovalChangesData as Sc, getNecessaryAssetsForFunding as Tc, getNecessaryAssetsForFundingFromBalance as Ec, hasEnoughBalance as dc } from "./functions/utils/walletBalances.utils.mjs";
|
|
158
|
+
import { balanceFetchingMutex as Rc } from "./functions/utils/mutexes.utils.mjs";
|
|
159
|
+
import { convertV6ReceiptToRelayer as uc } from "./functions/utils/ethers-formatter.utils.mjs";
|
|
160
|
+
import { extractTokenIdsFromAssetChanges as Pc } from "./functions/utils/nftTokenFunctions.mjs";
|
|
161
|
+
import { encodeParsedInLogicMetadata as Nc } from "./functions/utils/inLogicMetadata.mjs";
|
|
162
|
+
import { getNetworkName as hc } from "./functions/utils/networks.utils.mjs";
|
|
163
|
+
import { isValidUrl as yc } from "./functions/utils/is-valid-url.mjs";
|
|
164
|
+
import { getHinkalApprovals as Lc } from "./functions/utils/get-hinkal-approvals.mjs";
|
|
165
|
+
import { getAuctionTime as Bc, getCurrentAuctionIntervalStartUTC as vc, getLinearPrice as Mc, parseAuctionTime as bc } from "./functions/utils/mystery-box-auction.utils.mjs";
|
|
166
|
+
import { postToOffscreen as Vc } from "./functions/utils/postToOffscreen.mjs";
|
|
167
|
+
import { getSignatureHeader as Gc } from "./functions/utils/get-signature-header.mjs";
|
|
168
|
+
import { calculateDollarValue as Wc, ethToWei as wc, getAmountInToken as Kc, getAmountInWei as Xc, getAmountInWeiOrZero as zc, getAmountWithPrecision as qc, getAmountWithPrecisionOrZero as Zc, randomBigInt as jc, toBigIntWithDecimals as Jc } from "./functions/web3/etherFunctions.mjs";
|
|
169
|
+
import { attemptGetInputUtxosRemotely as $c, getInputUtxoAndBalance as ef, getInputUtxoAndBalancePerToken as rf, getInputUtxosRemotely as of } from "./functions/web3/events/getInputUtxoAndBalance.mjs";
|
|
170
|
+
import { addPaddingToUtxos as af, getShieldedBalance as sf } from "./functions/web3/events/getShieldedBalance.mjs";
|
|
171
|
+
import { getDepositEvents as pf, retrieveEvents as mf } from "./functions/web3/events/web3RetrieveEvents.mjs";
|
|
172
|
+
import { balanceChangedHandler as ff } from "./functions/web3/events/balanceChangedHandler.mjs";
|
|
173
|
+
import { balanceChangedCustomHandler as xf } from "./functions/web3/events/balanceChangedCustomHandler.mjs";
|
|
174
|
+
import { getApprovedBalance as Sf, getApprovedUtxos as Tf, getApprovedUtxosForToken as Ef, getMyApprovalAmountForInteraction as df } from "./functions/web3/events/getApprovedBalance.mjs";
|
|
175
|
+
import { getTransactionLogEvents as Rf } from "./functions/web3/events/getTransactionLogEvents.mjs";
|
|
176
|
+
import { getUniswapFee as uf, getUniswapPrice as _f, getUniswapPriceHelper as Pf, searchPoolAndFee as Cf } from "./functions/web3/uniswapAPI.mjs";
|
|
177
|
+
import { getOdosPrice as Of } from "./functions/web3/odosAPI.mjs";
|
|
178
|
+
import { getOneInchPrice as Df } from "./functions/web3/oneInchAPI.mjs";
|
|
179
|
+
import { getLifiPrice as kf } from "./functions/web3/lifiAPI.mjs";
|
|
180
|
+
import { runContractFunction as Uf } from "./functions/web3/runContractFunction.mjs";
|
|
181
|
+
import { getTokenHolder as vf } from "./functions/web3/getTokenHolder.mjs";
|
|
182
|
+
import { decodeMessage as bf, getDecodedMessage as Ff, getPermitInfo as Vf } from "./functions/web3/EIP-712.mjs";
|
|
183
|
+
import { constructZkProof as Gf } from "./functions/snarkjs/constructGeneralZkProof.mjs";
|
|
184
|
+
import { constructEmporiumProof as Wf } from "./functions/snarkjs/constructEmporiumProof.mjs";
|
|
185
|
+
import { buildInNullifiers as Kf, buildOutCommitments as Xf, calcAccessTokenSiblingsAndSides as zf, calcAmountChanges as qf, calcCommitmentsSiblingAndSides as Zf, calcEncryptedOutputs as jf, calcPublicSignalCount as Jf, calcStealthAddressStructure as Qf, createCallDataHash as $f, deserializeCircomData as el, getSlippageValues as rl, serializeCircomData as ol } from "./functions/snarkjs/common.snarkjs.mjs";
|
|
186
|
+
import { generateZkProof as al } from "./functions/snarkjs/generateZkProof.mjs";
|
|
187
|
+
import { calculateStakeNullifier as sl, createStakeCommitment as nl, decryptStake as pl, encodeHStakeMetadata as ml, encryptStake as cl } from "./functions/staking/index.mjs";
|
|
188
|
+
import { checkEOAWithDelegation as ll, createApproveEmporiumOp as xl, createTransaferEmporiumOpsBatch as Al, createTransferToEmporiumOp as Sl, emporiumOp as Tl, encodeEmporiumMetadata as El, generateFundAndApproveOps as dl, generateFundApproveAndTransactOps as gl, getAuthorizationDataIfNeeded as Rl, modifyDataForProxy as Il, modifyDataForProxyWithPrivateKey as ul, recoverAuthorizationData as _l } from "./functions/private-wallet/emporium.helpers.mjs";
|
|
189
|
+
import { OpType as Cl, produceOp as Nl } from "./functions/private-wallet/opProducer.mjs";
|
|
190
|
+
import { createSwapToEmporiumOpForUniswap as hl, createSwapToEmporiumOpFromData as Dl, createSwapToEmporiumOps as yl, nullifyApprovalBeforeSwap as kl } from "./functions/private-wallet/emporium.swap.helpers.mjs";
|
|
191
|
+
import { RevokeType as Ul } from "./types/approvals.types.mjs";
|
|
192
|
+
import { defaultHookData as vl, defaultHookDataArray as Ml, defaultStealthAddressStructure as bl, emptyStealthAddressStructure as Fl } from "./types/circom-data.types.mjs";
|
|
193
|
+
import { ContractType as Hl } from "./types/ethereum-network.types.mjs";
|
|
194
|
+
import { ExternalActionId as Yl } from "./types/external-action.types.mjs";
|
|
195
|
+
import { EventType as wl, HinkalLogicAction as Kl, HinkalStakeAction as Xl, INTERACTION as zl, IntegrationProvider as ql, UserProgress as Zl, defaultFeeStructure as jl, defaultHinkalLogicArgs as Jl, defaultUseApprovalUTXOData as Ql } from "./types/hinkal.types.mjs";
|
|
196
|
+
import { KycVerificationResult as ex, KycVerificationStatus as rx, Passports as ox, VERIFICATION_TYPE as tx, VerificationTypes as ax } from "./types/kyc.types.mjs";
|
|
197
|
+
import { ApprovalType as sx } from "./types/token.types.mjs";
|
|
198
|
+
import { SlippageType as px } from "./types/slippage.types.mjs";
|
|
199
|
+
import { TransactionAction as cx, TransactionStatus as fx, emptyDecodedTx as lx } from "./types/transactions.types.mjs";
|
|
200
|
+
import { OldPointType as Ax, RafflePrizeType as Sx } from "./types/rewards.types.mjs";
|
|
201
|
+
import { HinkalStakeMode as Ex } from "./types/hinkal.stake.types.mjs";
|
|
202
|
+
import { AdminTransactionType as gx } from "./types/admin.types.mjs";
|
|
203
|
+
import { ActivityStatus as Ix, ActivityTypes as ux, DexProviders as _x, IntegrationProviderNames as Px, TokenChangeType as Cx } from "./types/activities.types.mjs";
|
|
204
|
+
import { SandboxRequestType as Ox } from "./types/sandbox.types.mjs";
|
|
205
|
+
import { PrivateBalanceUpdateType as Dx } from "./types/balances.types.mjs";
|
|
206
|
+
import { StorageKeys as kx } from "./types/cache.types.mjs";
|
|
207
|
+
import { TOKEN_PRICE_STATUS as Ux } from "./types/token-prices.types.mjs";
|
|
208
|
+
import { AchievementTiers as vx, BrotherhoodTaskTypes as Mx, TaskCategory as bx, TaskTypes as Fx } from "./types/new-rewards.type.mjs";
|
|
209
|
+
import { MemberStatus as Hx, Rank as Gx } from "./types/RewardUserEnums.mjs";
|
|
210
|
+
import { PointsType as Wx, TradingType as wx } from "./types/generatePoints.mjs";
|
|
211
|
+
import { GetCallsStatusCode as Xx } from "./types/eip5792.types.mjs";
|
|
212
|
+
import { MysteryBoxItemFrequency as qx, MysteryBoxItemRewardType as Zx, MysteryBoxRewardStatus as jx } from "./types/mystery-boxes.types.mjs";
|
|
213
|
+
import { MerchOrderStatus as Qx } from "./types/merch-order.types.mjs";
|
|
214
|
+
import { HttpMethod as eA } from "./types/routing.types.mjs";
|
|
215
|
+
import { ConfirmationRequestType as oA } from "./types/confirmation-request.types.mjs";
|
|
216
|
+
import { MessagesFromOffscreen as aA } from "./types/offscreen.types.mjs";
|
|
217
|
+
import { resetStateMutex as sA } from "./mutexes/mutex.mjs";
|
|
218
|
+
import { getERC20Registry as pA, getFixedRegistry as mA } from "./constants/token-data/ERC20Registry.mjs";
|
|
219
|
+
import { PopularTokenSymbols as fA } from "./constants/token-data/popularTokens.constants.mjs";
|
|
220
|
+
import { abi as xA } from "./externalABIs/amToken.mjs";
|
|
221
|
+
import { abi as SA } from "./externalABIs/USDC.mjs";
|
|
222
|
+
import { abi as EA } from "./externalABIs/DAI.mjs";
|
|
223
|
+
import { abi as gA } from "./externalABIs/USDR.mjs";
|
|
224
|
+
import { abi as IA } from "./externalABIs/USDR3CRV.mjs";
|
|
225
|
+
import { abi as _A } from "./externalABIs/USDT.mjs";
|
|
226
|
+
import { abi as CA } from "./externalABIs/WETH.mjs";
|
|
227
|
+
import { abi as OA } from "./externalABIs/BUSD.mjs";
|
|
228
|
+
import { abi as DA } from "./externalABIs/SanctionsList.mjs";
|
|
229
|
+
import { default as kA } from "./externalABIs/OptimismGasPriceOracle.json.mjs";
|
|
230
|
+
import { default as UA } from "./externalABIs/NodeInterfaceABI.json.mjs";
|
|
234
231
|
export {
|
|
235
232
|
tt as ACCESS_TOKEN_MINTING_POINTS,
|
|
236
233
|
at as ACCESS_TOKEN_RECLAIM_POINTS,
|
|
237
|
-
|
|
234
|
+
Sa as ACHIEVEMENTS,
|
|
238
235
|
Pr as AIPRISE_KYB_TEMPLATE_ID_PROD,
|
|
239
236
|
Cr as AIPRISE_KYC_TEMPLATE_ID_PROD,
|
|
240
237
|
rr as ALCHEMY_API_KEY,
|
|
@@ -250,95 +247,95 @@ export {
|
|
|
250
247
|
bi as AbstractEventService,
|
|
251
248
|
Ui as AbstractNullifierSnapshotService,
|
|
252
249
|
vi as AbstractSnapshotService,
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
250
|
+
vx as AchievementTiers,
|
|
251
|
+
Ix as ActivityStatus,
|
|
252
|
+
ux as ActivityTypes,
|
|
253
|
+
gx as AdminTransactionType,
|
|
254
|
+
xA as AmTokenABI,
|
|
255
|
+
sx as ApprovalType,
|
|
259
256
|
Is as ArcPublicTokensDB,
|
|
260
257
|
xo as AssetChangeType,
|
|
261
258
|
ra as BOX_AUCTION_DURATIONS_MINUTES,
|
|
262
259
|
oa as BOX_DAILY_CLAIM_LIMIT,
|
|
263
260
|
ta as BOX_ENDING_PRICES,
|
|
264
261
|
aa as BOX_STARTING_PRICES,
|
|
265
|
-
|
|
262
|
+
Wt as BRIDGING_URLS,
|
|
266
263
|
ia as BRONZE_MYSTERY_BOX_ITEMS,
|
|
267
264
|
Ta as BROTHERHOOD_TASKS,
|
|
268
|
-
|
|
269
|
-
|
|
265
|
+
OA as BUSDABI,
|
|
266
|
+
nn as BabABI,
|
|
270
267
|
Vi as BlockchainEventEmitter,
|
|
271
|
-
|
|
268
|
+
Mx as BrotherhoodTaskTypes,
|
|
272
269
|
it as CERTIFICATION_DISABLE_WEEK,
|
|
273
|
-
|
|
274
|
-
|
|
270
|
+
Ao as CIRCOM_MERKLE_LENGTH,
|
|
271
|
+
So as CIRCOM_P,
|
|
275
272
|
To as CIRCOM_P_HALF,
|
|
276
273
|
Go as COINGECKO_API_KEY,
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
274
|
+
Yo as CoinGeckoChainLabels,
|
|
275
|
+
oA as ConfirmationRequestType,
|
|
276
|
+
Hl as ContractType,
|
|
277
|
+
Hm as CustomJSONParse,
|
|
278
|
+
Gm as CustomJSONStringify,
|
|
282
279
|
Ea as DAILY_TASKS,
|
|
283
280
|
vr as DATA_SERVER_CONFIG,
|
|
284
281
|
o as DATA_SERVER_URL,
|
|
285
282
|
Mr as DATA_SERVER_URL_ENDPOINT,
|
|
286
283
|
br as DATA_SERVER_URL_LOCAL,
|
|
287
284
|
eo as DEPLOYMENT_MODE,
|
|
288
|
-
|
|
285
|
+
_x as DexProviders,
|
|
289
286
|
Eo as EIP1271_FAILURE,
|
|
290
287
|
go as EIP1271_SUCCESS,
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
288
|
+
pn as ERC1155ABI,
|
|
289
|
+
mn as ERC20ABI,
|
|
290
|
+
cn as ERC721ABI,
|
|
294
291
|
ua as EVENTS_INITIAL_BLOCKS,
|
|
295
292
|
ja as EncryptionKeyPairDefaultValue,
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
293
|
+
on as ErrorCategory,
|
|
294
|
+
ks as ErrorWithAmount,
|
|
295
|
+
Hs as ErrorWithRelayerTransaction,
|
|
299
296
|
tr as EthereumNetworkType,
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
297
|
+
wl as EventType,
|
|
298
|
+
hs as EventsPublicApprovalsDB,
|
|
299
|
+
Yl as ExternalActionId,
|
|
300
|
+
Us as FeeOverTransactionValueError,
|
|
304
301
|
Ji as FileCacheDevice,
|
|
305
302
|
sa as GOLD_MYSTERY_BOX_ITEMS,
|
|
306
|
-
|
|
307
|
-
|
|
303
|
+
fn as GalxeABI,
|
|
304
|
+
Xx as GetCallsStatusCode,
|
|
308
305
|
Dt as HETH_ERC20_TOKEN_ADDRESS,
|
|
309
306
|
Ro as HINKAL_PRIVATE_SEND_VARIABLE_RATE,
|
|
310
307
|
Io as HINKAL_SWAP_VARIABLE_RATE,
|
|
311
308
|
ai as Hinkal,
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
309
|
+
Kl as HinkalLogicAction,
|
|
310
|
+
Xl as HinkalStakeAction,
|
|
311
|
+
Ex as HinkalStakeMode,
|
|
312
|
+
eA as HttpMethod,
|
|
316
313
|
de as IMAGE_PATHS,
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
314
|
+
zl as INTERACTION,
|
|
315
|
+
ln as ISwapRouterABI,
|
|
316
|
+
ql as IntegrationProvider,
|
|
317
|
+
Px as IntegrationProviderNames,
|
|
318
|
+
ex as KycVerificationResult,
|
|
319
|
+
rx as KycVerificationStatus,
|
|
323
320
|
Jt as LIFISCAN_URL,
|
|
324
|
-
|
|
321
|
+
W as LifiStatus,
|
|
325
322
|
$i as LocalStorageCacheDevice,
|
|
326
|
-
|
|
323
|
+
an as Logger,
|
|
327
324
|
Gt as MAX_DISPLAY_DECIMALS,
|
|
328
325
|
uo as MERKLE_LEVELS,
|
|
329
326
|
na as MYSTERY_BOX_ITEMS,
|
|
330
327
|
pa as MYSTERY_BOX_ITEM_BY_ID,
|
|
331
328
|
ma as MYSTERY_BOX_ITEM_BY_RANK,
|
|
332
|
-
|
|
333
|
-
|
|
329
|
+
Hx as MemberStatus,
|
|
330
|
+
Qx as MerchOrderStatus,
|
|
334
331
|
Ii as MerkleTree,
|
|
335
332
|
Ci as MerkleTreeIncompleteError,
|
|
336
|
-
|
|
333
|
+
aA as MessagesFromOffscreen,
|
|
337
334
|
Zi as MultiThreadedUtxoUtils,
|
|
338
|
-
|
|
335
|
+
qx as MysteryBoxItemFrequency,
|
|
339
336
|
ca as MysteryBoxItemId,
|
|
340
|
-
|
|
341
|
-
|
|
337
|
+
Zx as MysteryBoxItemRewardType,
|
|
338
|
+
jx as MysteryBoxRewardStatus,
|
|
342
339
|
yt as NATIVE_TOKEN_WRAPPER_ADDRESSES,
|
|
343
340
|
et as NETWORKS,
|
|
344
341
|
_o as NFT_1155_TRANSACTION_TYPE,
|
|
@@ -346,25 +343,25 @@ export {
|
|
|
346
343
|
Ca as NFT_APPROVE_FUNCTION_SIGNATURE,
|
|
347
344
|
Na as NFT_APPROVE_SINGLE_FUNCTION_SIGNATURE,
|
|
348
345
|
Co as NFT_TRANSACTION_TYPES,
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
346
|
+
Ar as NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS,
|
|
347
|
+
UA as NodeInterfaceABI,
|
|
348
|
+
Ax as OldPointType,
|
|
349
|
+
Cl as OpType,
|
|
353
350
|
Oa as PERMIT2_APPROVE_FUNCTION_SIGNATURE,
|
|
354
351
|
Fr as PLAYGROUND_RELAYER_URLS,
|
|
355
352
|
Vr as PLAYGROUND_SERVER_URLS,
|
|
356
353
|
Hr as PLAYGROUND_SNAPSHOT_SERVER_URLS,
|
|
357
354
|
Gr as PLAYGROUND_URL,
|
|
358
355
|
da as POINTS_BOOST_TASKS,
|
|
359
|
-
|
|
360
|
-
|
|
356
|
+
Yr as PRODUCTION_RELAYER_URLS,
|
|
357
|
+
Wr as PRODUCTION_SERVER_URLS,
|
|
361
358
|
wr as PRODUCTION_SNAPSHOT_SERVER_URLS,
|
|
362
359
|
Kr as PRODUCTION_URL,
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
360
|
+
ox as Passports,
|
|
361
|
+
Wx as PointsType,
|
|
362
|
+
fA as PopularTokenSymbols,
|
|
366
363
|
Ps as PresaleContractWrapper,
|
|
367
|
-
|
|
364
|
+
Dx as PrivateBalanceUpdateType,
|
|
368
365
|
xs as PrivateTokensDB,
|
|
369
366
|
Ts as PublicTokensDB,
|
|
370
367
|
Nr as RECLAIM_MESSAGE_TO_SIGN,
|
|
@@ -377,10 +374,10 @@ export {
|
|
|
377
374
|
nt as REWARDS_MESSAGE_TO_SIGN,
|
|
378
375
|
ga as REWARDS_TASKS,
|
|
379
376
|
pt as REWARD_RECEIVABLE_TOKEN_SYMBOLS,
|
|
380
|
-
|
|
381
|
-
|
|
377
|
+
Sx as RafflePrizeType,
|
|
378
|
+
Gx as Rank,
|
|
382
379
|
Or as ReclaimPassports,
|
|
383
|
-
|
|
380
|
+
Ul as RevokeType,
|
|
384
381
|
fa as SILVER_MYSTERY_BOX_ITEMS,
|
|
385
382
|
zr as STAGING_RELAYER_URLS,
|
|
386
383
|
qr as STAGING_SERVER_URLS,
|
|
@@ -388,56 +385,54 @@ export {
|
|
|
388
385
|
jr as STAGING_URL,
|
|
389
386
|
kt as SWAP_FEE_TAKER_ADDRESSES,
|
|
390
387
|
Lt as SWAP_ROUTER_ADDRESSES,
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
388
|
+
Ox as SandboxRequestType,
|
|
389
|
+
Fs as SimulationFailureError,
|
|
390
|
+
px as SlippageType,
|
|
394
391
|
Ns as SnapshotFetcherService,
|
|
395
392
|
hr as StandardPassports,
|
|
396
|
-
|
|
393
|
+
kx as StorageKeys,
|
|
397
394
|
Dr as SupportedPassports,
|
|
398
395
|
Ft as TOKEN_LIMITS,
|
|
399
|
-
|
|
396
|
+
Ux as TOKEN_PRICE_STATUS,
|
|
400
397
|
yo as TOKEN_VALUE_UNLIMITED_THRESHOLD,
|
|
401
398
|
ha as TRANSFER_FUNCTION_SIGNATURE,
|
|
402
399
|
xa as TVL_CHANGER_ACTIVITY_TYPES,
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
400
|
+
bx as TaskCategory,
|
|
401
|
+
Fx as TaskTypes,
|
|
402
|
+
Cx as TokenChangeType,
|
|
406
403
|
Ki as TokenChecker,
|
|
407
404
|
ko as TokenType,
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
Ex as TransactionStatus,
|
|
405
|
+
wx as TradingType,
|
|
406
|
+
cx as TransactionAction,
|
|
407
|
+
fx as TransactionStatus,
|
|
412
408
|
zi as TransactionType,
|
|
413
409
|
Kt as UNSUPPORTED_WALLETS_WALLETCONNECT_NAMES,
|
|
414
410
|
Xt as UNSUPPORTED_WALLET_IDS,
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
411
|
+
SA as USDCABI,
|
|
412
|
+
IA as USDR3CRVABI,
|
|
413
|
+
gA as USDRABI,
|
|
414
|
+
_A as USDTABI,
|
|
415
|
+
Ys as UserFriendlyErrorCodes,
|
|
420
416
|
Ja as UserKeys,
|
|
421
|
-
|
|
417
|
+
Zl as UserProgress,
|
|
422
418
|
Gi as Utxo,
|
|
423
419
|
Jr as VERIFICATION_ROUTES,
|
|
424
|
-
|
|
420
|
+
tx as VERIFICATION_TYPE,
|
|
425
421
|
Va as ValueCache,
|
|
426
|
-
|
|
422
|
+
ax as VerificationTypes,
|
|
427
423
|
L as WALLET_API,
|
|
428
424
|
ar as WALLET_INITIAL_CHAIN_ID,
|
|
429
425
|
ir as WALLET_SUPPORTED_CHAINS,
|
|
430
426
|
Qr as WALLET_TASK_VERIFICATION_TYPES,
|
|
431
427
|
Ra as WELCOME_TASKS,
|
|
432
|
-
|
|
428
|
+
CA as WETHABI,
|
|
433
429
|
Ut as WETH_ERC20_TOKEN_ADDRESS,
|
|
434
430
|
Bt as WRAPPER_TOKEN_EXCHANGE_ADDRESSES,
|
|
435
|
-
ys as WebSocketDuplex,
|
|
436
431
|
Ga as abiDecodeUtxo,
|
|
437
|
-
|
|
432
|
+
Pn as absBigInt,
|
|
438
433
|
rs as activityStorage,
|
|
439
|
-
|
|
440
|
-
|
|
434
|
+
af as addPaddingToUtxos,
|
|
435
|
+
np as aggregateTokenChanges,
|
|
441
436
|
yr as aipriseBaseOnboardingProductionUrl,
|
|
442
437
|
kr as aipriseBaseOnboardingSandboxUrl,
|
|
443
438
|
Rt as allowanceHolder,
|
|
@@ -447,144 +442,144 @@ export {
|
|
|
447
442
|
us as arcPublicTokensDB,
|
|
448
443
|
$e as arcTestnetData,
|
|
449
444
|
ue as arcTestnetRegistry,
|
|
450
|
-
|
|
451
|
-
|
|
445
|
+
sc as arraysMatch,
|
|
446
|
+
$c as attemptGetInputUtxosRemotely,
|
|
452
447
|
ze as avalancheData,
|
|
453
448
|
_e as avalancheRegistry,
|
|
454
449
|
Pe as avalancheRegistryFixed,
|
|
455
450
|
Ba as babyJubInstance,
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
451
|
+
xf as balanceChangedCustomHandler,
|
|
452
|
+
ff as balanceChangedHandler,
|
|
453
|
+
Rc as balanceFetchingMutex,
|
|
459
454
|
Ze as baseData,
|
|
460
455
|
Ce as baseRegistry,
|
|
461
456
|
Ne as baseRegistryFixed,
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
457
|
+
Cn as beepsToPercentage,
|
|
458
|
+
Nn as bigintApplySugar,
|
|
459
|
+
On as bigintMax,
|
|
465
460
|
Tt as blockReorgDepth,
|
|
466
461
|
be as bnbMainnetData,
|
|
467
462
|
Oe as bnbMainnetRegistry,
|
|
468
463
|
he as bnbMainnetRegistryFixed,
|
|
469
464
|
mt as boostAmounts,
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
465
|
+
wp as browserSupported,
|
|
466
|
+
Kf as buildInNullifiers,
|
|
467
|
+
Xf as buildOutCommitments,
|
|
468
|
+
zf as calcAccessTokenSiblingsAndSides,
|
|
469
|
+
qf as calcAmountChanges,
|
|
470
|
+
Zf as calcCommitmentsSiblingAndSides,
|
|
471
|
+
jf as calcEncryptedOutputs,
|
|
472
|
+
Jf as calcPublicSignalCount,
|
|
473
|
+
Qf as calcStealthAddressStructure,
|
|
474
|
+
hn as calculateAmountUsingBeeps,
|
|
475
|
+
Dn as calculateBigIntSum,
|
|
476
|
+
Wc as calculateDollarValue,
|
|
477
|
+
sl as calculateStakeNullifier,
|
|
478
|
+
yn as calculateSum,
|
|
484
479
|
G as callLifiAPI,
|
|
485
480
|
l as callOneInchAPI,
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
481
|
+
A as callRelayerTransactAPI,
|
|
482
|
+
$p as capitalizeFirstLetter,
|
|
483
|
+
em as capitalizeName,
|
|
484
|
+
fm as caseInsensitiveEqual,
|
|
490
485
|
sr as chainIds,
|
|
491
486
|
nr as chainIdsByType,
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
487
|
+
Fm as checkChainOrAddressNotUpdated,
|
|
488
|
+
ll as checkEOAWithDelegation,
|
|
489
|
+
Qs as checkErrorForSnapshotRestore,
|
|
490
|
+
En as checkHinkalAccessToken,
|
|
496
491
|
u as checkRisk,
|
|
497
|
-
|
|
498
|
-
|
|
492
|
+
ac as checkTokensForShielding,
|
|
493
|
+
Ya as checkUtxoSignature,
|
|
499
494
|
me as claimMerchItem,
|
|
500
|
-
|
|
495
|
+
Wo as coingeckoPriceUrl,
|
|
501
496
|
wo as coingeckoPriceUrl2,
|
|
502
497
|
Ko as coingeckoTokenListUrl,
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
498
|
+
Vp as constructAdminData,
|
|
499
|
+
Wf as constructEmporiumProof,
|
|
500
|
+
pc as constructStealthAddressStructure,
|
|
501
|
+
Gf as constructZkProof,
|
|
507
502
|
ms as contactStorage,
|
|
508
503
|
Er as contractMetadataMapping,
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
504
|
+
Xm as convertEmporiumOpToCallInfo,
|
|
505
|
+
Pp as convertIntegrationProviderToExternalActionId,
|
|
506
|
+
uc as convertV6ReceiptToRelayer,
|
|
507
|
+
kn as countTotalAmountInUtxos,
|
|
508
|
+
xl as createApproveEmporiumOp,
|
|
514
509
|
Z as createBrotherhood,
|
|
515
|
-
|
|
516
|
-
|
|
510
|
+
hm as createCacheDevice,
|
|
511
|
+
$f as createCallDataHash,
|
|
517
512
|
ce as createOrUpdateMerchAddress,
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
513
|
+
rp as createProvider,
|
|
514
|
+
nl as createStakeCommitment,
|
|
515
|
+
hl as createSwapToEmporiumOpForUniswap,
|
|
516
|
+
Dl as createSwapToEmporiumOpFromData,
|
|
517
|
+
yl as createSwapToEmporiumOps,
|
|
518
|
+
op as createTorRpcProvider,
|
|
519
|
+
Al as createTransaferEmporiumOpsBatch,
|
|
520
|
+
Sl as createTransferToEmporiumOp,
|
|
521
|
+
Wi as customTokenRegistry,
|
|
522
|
+
EA as daiABI,
|
|
523
|
+
ym as debounce,
|
|
524
|
+
bf as decodeMessage,
|
|
525
|
+
zp as decodeTxInput,
|
|
526
|
+
Wa as decodeUtxo,
|
|
532
527
|
wa as decodeUtxoConstructorArgs,
|
|
533
|
-
|
|
528
|
+
pl as decryptStake,
|
|
534
529
|
Xa as decryptUtxo,
|
|
535
530
|
za as decryptUtxoConstructorArgs,
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
531
|
+
jl as defaultFeeStructure,
|
|
532
|
+
Sr as defaultFeeToken,
|
|
533
|
+
Jl as defaultHinkalLogicArgs,
|
|
534
|
+
vl as defaultHookData,
|
|
535
|
+
Ml as defaultHookDataArray,
|
|
541
536
|
Lo as defaultSignatureData,
|
|
542
|
-
|
|
543
|
-
|
|
537
|
+
bl as defaultStealthAddressStructure,
|
|
538
|
+
Ql as defaultUseApprovalUTXOData,
|
|
544
539
|
ro as deploymentMode,
|
|
545
|
-
|
|
546
|
-
|
|
540
|
+
el as deserializeCircomData,
|
|
541
|
+
qp as deserializeDecodedTxs,
|
|
547
542
|
j as editBrotherhood,
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
543
|
+
Tl as emporiumOp,
|
|
544
|
+
lx as emptyDecodedTx,
|
|
545
|
+
Fl as emptyStealthAddressStructure,
|
|
546
|
+
El as encodeEmporiumMetadata,
|
|
547
|
+
ml as encodeHStakeMetadata,
|
|
548
|
+
Nc as encodeParsedInLogicMetadata,
|
|
549
|
+
cl as encryptStake,
|
|
555
550
|
qa as encryptUtxo,
|
|
556
551
|
Ge as ethMainnetData,
|
|
557
552
|
De as ethMainnetRegistry,
|
|
558
553
|
ye as ethMainnetRegistryFixed,
|
|
559
|
-
|
|
554
|
+
wc as ethToWei,
|
|
560
555
|
Uo as ethVolatileAddress,
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
556
|
+
Ds as eventsPublicApprovalsDB,
|
|
557
|
+
qs as extractMessage,
|
|
558
|
+
Pc as extractTokenIdsFromAssetChanges,
|
|
559
|
+
xn as factoryABI,
|
|
560
|
+
Ln as fixDecimalsAmount,
|
|
561
|
+
Sm as formatDate,
|
|
562
|
+
pp as formatTokenChangesList,
|
|
563
|
+
Ws as gasErrorCodes,
|
|
569
564
|
X as generateAumPoints,
|
|
570
|
-
|
|
571
|
-
|
|
565
|
+
dl as generateFundAndApproveOps,
|
|
566
|
+
gl as generateFundApproveAndTransactOps,
|
|
572
567
|
z as generateTradingPoints,
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
568
|
+
al as generateZkProof,
|
|
569
|
+
Kc as getAmountInToken,
|
|
570
|
+
Xc as getAmountInWei,
|
|
571
|
+
zc as getAmountInWeiOrZero,
|
|
572
|
+
qc as getAmountWithPrecision,
|
|
573
|
+
Zc as getAmountWithPrecisionOrZero,
|
|
574
|
+
Sf as getApprovedBalance,
|
|
575
|
+
Tf as getApprovedUtxos,
|
|
576
|
+
Ef as getApprovedUtxosForToken,
|
|
577
|
+
Bc as getAuctionTime,
|
|
578
|
+
Rl as getAuthorizationDataIfNeeded,
|
|
579
|
+
Um as getBlockExplorerUrl,
|
|
585
580
|
J as getBrotherhood,
|
|
586
581
|
Q as getBrotherhoodUsers,
|
|
587
|
-
|
|
582
|
+
rm as getChainIdFromStateKey,
|
|
588
583
|
ri as getCircomSign,
|
|
589
584
|
Xo as getCoinByAddress,
|
|
590
585
|
zo as getCoinById,
|
|
@@ -594,167 +589,166 @@ export {
|
|
|
594
589
|
p as getCoingeckoPrice2,
|
|
595
590
|
m as getCoingeckoPrices,
|
|
596
591
|
c as getCoingeckoTokenList,
|
|
597
|
-
|
|
592
|
+
vc as getCurrentAuctionIntervalStartUTC,
|
|
598
593
|
fe as getCurrentAuctionsInfo,
|
|
599
594
|
le as getCurrentDayBoxPrizeCounts,
|
|
600
|
-
|
|
601
|
-
|
|
595
|
+
Tm as getCurrentDayStart,
|
|
596
|
+
Em as getCurrentTimeInSeconds,
|
|
602
597
|
$ as getCurrentUserBrotherhood,
|
|
603
598
|
ee as getCurrentUserBrotherhoodUsers,
|
|
604
|
-
|
|
599
|
+
dm as getCurrentWeekStart,
|
|
605
600
|
t as getDataServerURL,
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
601
|
+
Ff as getDecodedMessage,
|
|
602
|
+
pf as getDepositEvents,
|
|
603
|
+
pA as getERC20Registry,
|
|
604
|
+
mp as getERC20Token,
|
|
605
|
+
cp as getERC20TokenBySymbol,
|
|
606
|
+
gm as getEffectiveMonthStart,
|
|
607
|
+
Rm as getEffectiveSevenDaysAgo,
|
|
608
|
+
Im as getEffectiveToday,
|
|
609
|
+
fp as getErc20TokensForChain,
|
|
610
|
+
Zs as getErrorMessage,
|
|
611
|
+
js as getErrorMessageFromSandboxRequest,
|
|
612
|
+
qm as getExtendedRecipientInfoFromUserKeys,
|
|
613
|
+
ap as getExternalActionIdFromNumber,
|
|
614
|
+
ip as getExternalActionIdHash,
|
|
615
|
+
wn as getFilePath,
|
|
616
|
+
mA as getFixedRegistry,
|
|
617
|
+
Lp as getFlatFees,
|
|
623
618
|
T as getGasEstimates,
|
|
624
619
|
rt as getGasStationUrl,
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
620
|
+
vs as getGenericFeeOverTransactionValueErrorMessage,
|
|
621
|
+
lp as getHToken,
|
|
622
|
+
Lc as getHinkalApprovals,
|
|
623
|
+
Kn as getHinkalCache,
|
|
629
624
|
ie as getHinkalLandingURL,
|
|
630
625
|
dr as getHinkalParameters,
|
|
631
626
|
P as getIdleRelay,
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
627
|
+
Xn as getInHinkalAddressesCache,
|
|
628
|
+
zn as getInHinkalAddressesFilePath,
|
|
629
|
+
ef as getInputUtxoAndBalance,
|
|
630
|
+
rf as getInputUtxoAndBalancePerToken,
|
|
631
|
+
of as getInputUtxosRemotely,
|
|
632
|
+
Np as getInteractionFromAction,
|
|
633
|
+
kf as getLifiPrice,
|
|
639
634
|
w as getLifiStatus,
|
|
640
|
-
|
|
635
|
+
Mc as getLinearPrice,
|
|
641
636
|
xe as getMerchOrders,
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
637
|
+
df as getMyApprovalAmountForInteraction,
|
|
638
|
+
Ae as getMysteryBoxesHistory,
|
|
639
|
+
Sc as getNecessaryApprovalChangesData,
|
|
640
|
+
Tc as getNecessaryAssetsForFunding,
|
|
641
|
+
Ec as getNecessaryAssetsForFundingFromBalance,
|
|
642
|
+
hc as getNetworkName,
|
|
643
|
+
Gp as getNetworkObject,
|
|
644
|
+
Yp as getNetworkType,
|
|
645
|
+
um as getNextDayDelay,
|
|
646
|
+
_m as getNextDayISO,
|
|
652
647
|
pr as getNonLocalhostChainId,
|
|
653
|
-
|
|
654
|
-
|
|
648
|
+
Of as getOdosPrice,
|
|
649
|
+
Df as getOneInchPrice,
|
|
655
650
|
_i as getPatchedAccessTokenMerkleTree,
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
651
|
+
Vf as getPermitInfo,
|
|
652
|
+
Pm as getPreviousWeekStart,
|
|
653
|
+
Jm as getPublicBalance,
|
|
654
|
+
Qm as getPublicBalanceByTokenAddress,
|
|
655
|
+
$m as getPublicBalancesOfTokens,
|
|
661
656
|
re as getPublicBrotherhoods,
|
|
662
|
-
|
|
657
|
+
ec as getPublicTransactionCount,
|
|
663
658
|
y as getPublicWalletBalance,
|
|
664
|
-
|
|
659
|
+
Zm as getRecipientInfoFromUserKeys,
|
|
665
660
|
h as getRelayerURL,
|
|
666
661
|
se as getRewardsURL,
|
|
667
|
-
|
|
662
|
+
Rp as getSequence,
|
|
668
663
|
a as getServerURL,
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
664
|
+
Se as getServerUtc,
|
|
665
|
+
sf as getShieldedBalance,
|
|
666
|
+
Gc as getSignatureHeader,
|
|
667
|
+
rl as getSlippageValues,
|
|
673
668
|
i as getSnapshotServerURL,
|
|
674
|
-
|
|
675
|
-
|
|
669
|
+
om as getStateKey,
|
|
670
|
+
vf as getTokenHolder,
|
|
676
671
|
d as getTokenPrice,
|
|
677
672
|
g as getTokenPriceEth,
|
|
678
673
|
R as getTokenPrices,
|
|
679
674
|
Vt as getTokensLimits,
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
675
|
+
Rf as getTransactionLogEvents,
|
|
676
|
+
uf as getUniswapFee,
|
|
677
|
+
_f as getUniswapPrice,
|
|
678
|
+
Pf as getUniswapPriceHelper,
|
|
679
|
+
Un as getValueFirstNDigit,
|
|
685
680
|
ne as getWalletOnboardingURL,
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
681
|
+
dc as hasEnoughBalance,
|
|
682
|
+
mc as hashEthereumAddress,
|
|
683
|
+
tm as hexToUtf8,
|
|
689
684
|
si as hinkalDeposit,
|
|
690
685
|
ni as hinkalDepositForOther,
|
|
691
|
-
|
|
686
|
+
Si as hinkalPrivateWallet,
|
|
692
687
|
gi as hinkalProxySwap,
|
|
693
688
|
Bo as hinkalSimulationAddress,
|
|
694
689
|
mi as hinkalSwap,
|
|
695
690
|
fi as hinkalTransfer,
|
|
696
691
|
xi as hinkalWithdraw,
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
gp as isArcNativeToken,
|
|
692
|
+
ws as insufficientResourcesErrorCodes,
|
|
693
|
+
xp as isArcNativeToken,
|
|
700
694
|
oi as isCircomNegative,
|
|
701
695
|
oo as isDevelopment,
|
|
702
696
|
to as isExtension,
|
|
703
697
|
mr as isLocalNetwork,
|
|
704
|
-
|
|
705
|
-
|
|
698
|
+
Ap as isNFTToken,
|
|
699
|
+
mm as isNicknameValid,
|
|
706
700
|
ao as isNode,
|
|
707
701
|
io as isNotClientProduction,
|
|
708
702
|
so as isNotProduction,
|
|
709
|
-
|
|
703
|
+
am as isNullOrEmpty,
|
|
710
704
|
cr as isOptimismLike,
|
|
711
|
-
|
|
705
|
+
vm as isPermit2Tx,
|
|
712
706
|
no as isPlayground,
|
|
713
707
|
po as isSandbox,
|
|
714
708
|
mo as isStaging,
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
709
|
+
Wm as isUseApprovalDataEmpty,
|
|
710
|
+
cc as isValidExtendedPrivateAddress,
|
|
711
|
+
fc as isValidPrivateAddress,
|
|
712
|
+
yc as isValidUrl,
|
|
719
713
|
co as isWebpack,
|
|
720
714
|
oe as joinBrotherhood,
|
|
721
715
|
va as jubHolder,
|
|
722
716
|
te as leaveBrotherhood,
|
|
723
|
-
|
|
717
|
+
qn as loadTxsCache,
|
|
724
718
|
Je as localhostData,
|
|
725
719
|
fr as localhostNetwork,
|
|
726
720
|
ke as localhostRegistry,
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
721
|
+
en as logError,
|
|
722
|
+
lm as lowerCaseIncludes,
|
|
723
|
+
xm as lowerCaseStartsWith,
|
|
730
724
|
ct as lpLink,
|
|
731
725
|
ft as lpProgramStartWeek,
|
|
732
|
-
|
|
726
|
+
Bn as maxBigInt,
|
|
733
727
|
dt as mediaUrls,
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
728
|
+
vn as minBigInt,
|
|
729
|
+
dn as mintAccessToken,
|
|
730
|
+
Il as modifyDataForProxy,
|
|
731
|
+
ul as modifyDataForProxyWithPrivateKey,
|
|
732
|
+
bp as modifyVolatileTokenAmountChanges,
|
|
733
|
+
Cm as msToISOString,
|
|
740
734
|
lr as networkRegistry,
|
|
741
|
-
|
|
735
|
+
kl as nullifyApprovalBeforeSwap,
|
|
742
736
|
$t as oauthUrls,
|
|
743
737
|
vo as oneInchZeroAddress,
|
|
744
|
-
|
|
738
|
+
un as openDefaultPassportWindow,
|
|
745
739
|
Te as openMysteryBox,
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
740
|
+
Rn as openPassportWindow,
|
|
741
|
+
We as optimismData,
|
|
742
|
+
kA as optimismGasPriceOracleAbi,
|
|
749
743
|
Le as optimismRegistry,
|
|
750
744
|
Ue as optimismRegistryFixed,
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
745
|
+
Bp as outputApprovalDataProcessing,
|
|
746
|
+
vp as outputApprovalDataProcessingForHinkalApprove,
|
|
747
|
+
hp as outputUtxoProcessing,
|
|
754
748
|
Mo as ownerPublicKey,
|
|
755
|
-
|
|
749
|
+
wm as padUseApprovalUtxoData,
|
|
756
750
|
It as pancaceSwapPermit2Address,
|
|
757
|
-
|
|
751
|
+
bc as parseAuctionTime,
|
|
758
752
|
ut as permit2Address,
|
|
759
753
|
_t as permit2Addresses,
|
|
760
754
|
bo as permitSignatureValidFor,
|
|
@@ -765,71 +759,71 @@ export {
|
|
|
765
759
|
ya as poseidonFunction,
|
|
766
760
|
ka as poseidonHash,
|
|
767
761
|
La as poseidonHolder,
|
|
768
|
-
|
|
762
|
+
Vc as postToOffscreen,
|
|
769
763
|
ba as preProcessing,
|
|
770
764
|
qt as presaleABI,
|
|
771
765
|
Zt as presaleContractInfoByChain,
|
|
772
766
|
ns as pricesStorage,
|
|
773
767
|
is as privateBalancesStorage,
|
|
774
|
-
|
|
768
|
+
As as privateTokensDB,
|
|
775
769
|
jo as proCoingeckoUrl,
|
|
776
770
|
Jo as proHeader,
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
771
|
+
yp as processGasEstimates,
|
|
772
|
+
Nl as produceOp,
|
|
773
|
+
Ip as promisify,
|
|
780
774
|
ts as publicBalancesStorage,
|
|
781
775
|
Es as publicTokensDB,
|
|
782
|
-
|
|
776
|
+
An as quoterV2ABI,
|
|
783
777
|
xt as raffleProgramStartWeek,
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
778
|
+
jc as randomBigInt,
|
|
779
|
+
_l as recoverAuthorizationData,
|
|
780
|
+
At as referralLink,
|
|
781
|
+
Jp as reloadPage,
|
|
782
|
+
im as replaceAllInstances,
|
|
783
|
+
dp as requireEnv,
|
|
784
|
+
Zn as resetCache,
|
|
785
|
+
jn as resetInHinkalAddressesCache,
|
|
792
786
|
Ei as resetMerkleTrees,
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
787
|
+
sA as resetStateMutex,
|
|
788
|
+
up as resolveSync,
|
|
789
|
+
Ms as rethrowKnownGasErrorIfPossible,
|
|
790
|
+
mf as retrieveEvents,
|
|
797
791
|
U as rpcGetStorageChanges,
|
|
798
|
-
|
|
792
|
+
oc as rpcIntEncode,
|
|
799
793
|
B as rpcSimulateBundle,
|
|
800
794
|
v as rpcSimulateTransaction,
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
795
|
+
Uf as runContractFunction,
|
|
796
|
+
DA as sanctionsListABI,
|
|
797
|
+
Jn as saveTxsCache,
|
|
804
798
|
Qo as searchBySymbol,
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
799
|
+
Sp as searchCompareFunction,
|
|
800
|
+
Cf as searchPoolAndFee,
|
|
801
|
+
ol as serializeCircomData,
|
|
802
|
+
Zp as serializeDecodedTxs,
|
|
803
|
+
Qn as setHinkalCache,
|
|
804
|
+
$n as setInHinkalAddressesCache,
|
|
811
805
|
Fo as signaturePhrase,
|
|
812
806
|
fs as signedMessagesStorage,
|
|
813
807
|
M as simulateTx,
|
|
814
|
-
|
|
808
|
+
Tp as sortTokens,
|
|
815
809
|
Qa as stealthAddressCacheDevice,
|
|
816
810
|
$a as stealthPairCacheDevice,
|
|
817
811
|
Lr as supportedPassportLinks,
|
|
818
812
|
b as tenderlyRpcLinks,
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
813
|
+
Mn as toBigInt,
|
|
814
|
+
bn as toBigIntOrUndefined,
|
|
815
|
+
Jc as toBigIntWithDecimals,
|
|
816
|
+
Fn as toCommaSeparatedNumberString,
|
|
817
|
+
Vn as toInt,
|
|
818
|
+
Hn as toNumberOrUndefined,
|
|
819
|
+
sm as toTitleCase,
|
|
826
820
|
gs as tokenVisibilityStorage,
|
|
827
821
|
V as tokensInfoCall,
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
822
|
+
Ks as transactionErrorCodes,
|
|
823
|
+
Sn as transactionProverABI,
|
|
824
|
+
xc as trimFieldValues,
|
|
825
|
+
Gn as trimLeadingZeros,
|
|
826
|
+
Yn as truncateToDecimalPlaces,
|
|
833
827
|
Pt as uniswap2Manager,
|
|
834
828
|
Ct as uniswap3Manager,
|
|
835
829
|
Nt as uniswapApprovalExtraCallData,
|
|
@@ -837,12 +831,12 @@ export {
|
|
|
837
831
|
Rr as uniswapV3FactoryData,
|
|
838
832
|
Ir as uniswapV3PoolData,
|
|
839
833
|
ur as uniswapV3QuoterData,
|
|
840
|
-
|
|
834
|
+
Mm as uniswapWorkaround,
|
|
841
835
|
Ot as uniswapWorkaroundAddresses,
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
836
|
+
nm as validateEmail,
|
|
837
|
+
km as wait,
|
|
838
|
+
Nm as waitLittle,
|
|
839
|
+
Xs as walletConnectErrorCodes,
|
|
840
|
+
Kp as walletSupported,
|
|
847
841
|
Vo as zeroAddress
|
|
848
842
|
};
|