@argent/x-shared 1.57.0 → 1.58.0
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/dist/_virtual/numeral.cjs +1 -0
- package/dist/_virtual/numeral.js +7 -0
- package/dist/_virtual/numeral2.cjs +1 -0
- package/dist/_virtual/numeral2.js +4 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +289 -285
- package/dist/node_modules/.pnpm/numeral@2.0.6/node_modules/numeral/numeral.cjs +7 -0
- package/dist/node_modules/.pnpm/numeral@2.0.6/node_modules/numeral/numeral.js +424 -0
- package/dist/src/tokens/convertCurrencyValueToTokenAmount.cjs +1 -0
- package/dist/src/tokens/convertCurrencyValueToTokenAmount.d.ts +14 -0
- package/dist/src/tokens/convertCurrencyValueToTokenAmount.js +11 -0
- package/dist/src/tokens/index.d.ts +1 -0
- package/dist/src/tokens/service/types/defiPosition.model.d.ts +264 -264
- package/dist/src/tokens/service/types/webToken.model.d.ts +4 -4
- package/dist/src/utils/number/abbreviateNumber.cjs +1 -0
- package/dist/src/utils/number/abbreviateNumber.d.ts +13 -0
- package/dist/src/utils/number/abbreviateNumber.js +15 -0
- package/dist/src/utils/number/index.d.ts +1 -0
- package/dist/src/utils/number/prettifyNumber.cjs +1 -1
- package/dist/src/utils/number/prettifyNumber.d.ts +12 -6
- package/dist/src/utils/number/prettifyNumber.js +54 -30
- package/package.json +3 -1
package/dist/index.js
CHANGED
|
@@ -4,18 +4,18 @@ import { AccountNameGenerator as n } from "./src/accountNameGenerator/index.js";
|
|
|
4
4
|
import { AddSmartAccountResponseSchema as i, AddSmartAcountRequestSchema as s, BackendAccountSchema as c } from "./src/account/account.model.js";
|
|
5
5
|
import { isAccountV4 as d, isAccountV5 as p, isAccountV6 as l } from "./src/account/accountv4.js";
|
|
6
6
|
import { preferencesEndpointPayload as f, preferencesSchema as u } from "./src/account/preferences.model.js";
|
|
7
|
-
import { argentBackendNetworkIdSchema as
|
|
7
|
+
import { argentBackendNetworkIdSchema as x, argentNetworkIdSchema as g, isArgentBackendNetworkId as T, isArgentNetworkId as k } from "./src/backend/schema.js";
|
|
8
8
|
import { backendSessionAllowedMethodSchema as y, backendSessionMetadataSchema as D, backendSessionSchema as E, backendSessionTxFeeSchema as R } from "./src/backend/sessionKeys/schema.js";
|
|
9
|
-
import { CacheService as
|
|
10
|
-
import { addressOrEmptyUndefinedSchema as
|
|
9
|
+
import { CacheService as P } from "./src/cache/CacheService.js";
|
|
10
|
+
import { addressOrEmptyUndefinedSchema as N, addressSchema as F, addressSchemaArgentBackend as I, addressSchemaBase as B, addressSchemaLooseLength as w, addressSchemaStrictLength as _, formatFullAddress as H, formatTruncatedAddress as O, formatTruncatedSignerKey as L, formatTruncatedString as V, includesAddress as M, isAddress as W, isBase58Address as U, isEqualAddress as q, isValidAddress as G, isZeroAddress as z, normalizeAddress as K, validChecksumAddressSchema as j, validateAddressRangeSchema as X } from "./src/chains/starknet/address.js";
|
|
11
11
|
import { addressOrDomainInputSchema as Z, addressOrDomainSchema as Q, isEqualStarknetDomainName as J, isStarknetDomainName as $, normalizeAddressOrDomain as ee, starknetDomainNameSchema as ae } from "./src/chains/starknet/addressDomain.js";
|
|
12
12
|
import { addressInputCharactersAndLengthSchema as te, addressInputSchema as oe } from "./src/chains/starknet/addressInput.js";
|
|
13
13
|
import { argentNameSchema as me, isArgentName as ie, isEqualArgentName as se, normalizeArgentName as ce } from "./src/chains/starknet/argentName.js";
|
|
14
14
|
import { cairoVersionSchema as de } from "./src/chains/starknet/cairoVersionSchema.js";
|
|
15
|
-
import { ETH_TOKEN_ADDRESS as le, STANDARD_DEVNET_ACCOUNT_CLASS_HASH as he, STRK_TOKEN_ADDRESS as fe, TXV1_ACCOUNT_CLASS_HASH as ue, TXV1_MULTISIG_CLASS_HASH as Ae, TXV3_ACCOUNT_CLASS_HASH as
|
|
15
|
+
import { ETH_TOKEN_ADDRESS as le, STANDARD_DEVNET_ACCOUNT_CLASS_HASH as he, STRK_TOKEN_ADDRESS as fe, TXV1_ACCOUNT_CLASS_HASH as ue, TXV1_MULTISIG_CLASS_HASH as Ae, TXV3_ACCOUNT_CLASS_HASH as xe, TXV3_MULTISIG_CLASS_HASH as ge } from "./src/chains/starknet/constants.js";
|
|
16
16
|
import { apiWalletResponseSchema as ke, getAddressFromArgentName as Ce } from "./src/chains/starknet/getAddressFromArgentName.js";
|
|
17
|
-
import { getAddressFromStarkName as De, getCallFromStarkName as Ee, getStarknetIdContractAddressFromNetworkId as Re, starkNameToCallDataDomain as
|
|
18
|
-
import { getChainIdFromNetworkId as
|
|
17
|
+
import { getAddressFromStarkName as De, getCallFromStarkName as Ee, getStarknetIdContractAddressFromNetworkId as Re, starkNameToCallDataDomain as ve } from "./src/chains/starknet/getAddressFromStarkName.js";
|
|
18
|
+
import { getChainIdFromNetworkId as be } from "./src/chains/starknet/network.js";
|
|
19
19
|
import { StarknetAddressService as Fe } from "./src/chains/starknet/services/address/StarknetAddressService.js";
|
|
20
20
|
import { ARGENT_ACCOUNT_CONTRACT_CLASS_HASHES as Be, ARGENT_MULTISIG_CONTRACT_CLASS_HASHES as we, C0_PROXY_CONTRACT_CLASS_HASHES as _e } from "./src/chains/starknet/services/deploymentData/constants.js";
|
|
21
21
|
import { constructorCallDataSchemaC0 as Oe, constructorCallDataSchemaC1V1 as Le, implementationSchema as Ve } from "./src/chains/starknet/services/deploymentData/deploymentData.schema.js";
|
|
@@ -27,10 +27,10 @@ import { HttpError as ca } from "./src/http/HttpError.js";
|
|
|
27
27
|
import { HTTPService as da } from "./src/http/HttpService.js";
|
|
28
28
|
import { HTTP_ERROR_MESSAGE as la } from "./src/http/IHttpService.js";
|
|
29
29
|
import { SWRService as fa } from "./src/http/SWRService.js";
|
|
30
|
-
import { fetchData as Aa, fetcherError as
|
|
30
|
+
import { fetchData as Aa, fetcherError as xa, postData as ga } from "./src/http/fetcher.js";
|
|
31
31
|
import { getBackendTimeNowSeconds as ka, getBackendTimeSeconds as Ca } from "./src/http/time.js";
|
|
32
32
|
import { KnownDappsBackendService as Da } from "./src/knownDapps/KnownDappsBackendService.js";
|
|
33
|
-
import { dappContractSchema as Ra, dappLinkSchema as
|
|
33
|
+
import { dappContractSchema as Ra, dappLinkSchema as va, knownDappSchema as Pa, knownDappsSchema as ba } from "./src/knownDapps/schema.js";
|
|
34
34
|
import { getDapplandLinkForDapp as Fa, getDapplandUrlForDapp as Ia } from "./src/knownDapps/utils/getDapplandUrl.js";
|
|
35
35
|
import { ResolveNameService as wa } from "./src/nameResolution/ResolveNameService.js";
|
|
36
36
|
import { nameProviderResolutionSchema as Ha, nameResolutionAddressSchema as Oa, nameResolutionAddressesSchema as La, nameResolutionStarknetIdSchema as Va, nameResolutionStarknetIdsSchema as Ma, providersNamesSchema as Wa } from "./src/nameResolution/schema.js";
|
|
@@ -41,70 +41,72 @@ import { RecoveryStatusEnum as Za, StartOnchainRecoveryErrorStatusEnum as Qa, ac
|
|
|
41
41
|
import { isBraveBrowser as ir } from "./src/platform/isBraveBrowser.js";
|
|
42
42
|
import { getUAParserResult as cr, isBrowser as Sr, isChromeBrowser as dr, isEdgeBrowser as pr, isFirefoxBrowser as lr, isSafariBrowser as hr } from "./src/platform/isBrowser.js";
|
|
43
43
|
import { seedphraseSchema as ur } from "./src/signer/seedphrase.js";
|
|
44
|
-
import { MultiSigner as
|
|
44
|
+
import { MultiSigner as xr, getSignerForMultiSigner as gr } from "./src/signer/multisigner.js";
|
|
45
45
|
import { mergeOwnerGuardianSignatures as kr } from "./src/signer/mergeOwnerGuardianSignatures.js";
|
|
46
|
-
import { buildSellOptsSchema as yr, investmentMetaSchema as Dr, investmentSchema as Er, investmentsResponseSchema as Rr, lendingInvestmentSchema as
|
|
46
|
+
import { buildSellOptsSchema as yr, investmentMetaSchema as Dr, investmentSchema as Er, investmentsResponseSchema as Rr, lendingInvestmentSchema as vr, liquidStakingInvestmentSchema as Pr, stakerInfoSchema as br, stakingActionSchema as Nr, strkDelegatedStakingInvestmentSchema as Fr, strkStakingCalldataResponseSchema as Ir, strkStakingCalldataSchema as Br } from "./src/staking/schema.js";
|
|
47
47
|
import { containsValue as _r, replaceValueRecursively as Hr } from "./src/storage/utils.js";
|
|
48
48
|
import { mergeArrayStableWith as Lr, optionsWithDefaults as Vr } from "./src/storage/base.js";
|
|
49
49
|
import { getTokenBalance as Wr, getTokens as Ur, getTokensBalances as qr, useToken as Gr } from "./src/tokens/balances.js";
|
|
50
50
|
import { DEFAULT_TOKEN_DECIMALS as Kr } from "./src/tokens/constants.js";
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
51
|
+
import { convertCurrencyValueToTokenAmount as Xr } from "./src/tokens/convertCurrencyValueToTokenAmount.js";
|
|
52
|
+
import { convertTokenAmountToCurrencyValue as Zr } from "./src/tokens/convertTokenAmountToCurrencyValue.js";
|
|
53
|
+
import { convertTokenUnitAmountWithDecimals as Jr } from "./src/tokens/convertTokenUnitAmountWithDecimals.js";
|
|
54
|
+
import { ensureDecimals as et } from "./src/tokens/ensureDecimals.js";
|
|
55
|
+
import { isUnlimitedAmount as rt } from "./src/tokens/isUnlimitedAmount.js";
|
|
56
|
+
import { prettifyCurrencyValue as ot } from "./src/tokens/prettifyCurrencyValue.js";
|
|
57
|
+
import { PRETTY_UNLIMITED as mt, prettifyTokenAmount as it } from "./src/tokens/prettifyTokenAmount.js";
|
|
58
|
+
import { getCurrencySymbol as ct } from "./src/tokens/getCurrencySymbol.js";
|
|
59
|
+
import { TokenServiceWeb as dt } from "./src/tokens/service/implementation.js";
|
|
60
|
+
import { TOKEN_ERROR_MESSAGES as lt, TokenError as ht } from "./src/tokens/service/tokenError.js";
|
|
61
|
+
import { apiAccountTokenBalancesSchema as ut, apiAirdropSchema as At, apiCollateralizedDebtPositionSchema as xt, apiCollateralizedDebtPositionsSchema as gt, apiConcentratedLiquidityPositionSchema as Tt, apiConcentratedLiquidityPositionsSchema as kt, apiDefiDecompositionProduct as Ct, apiDefiDecompositionProducts as yt, apiDefiDecompositionSchema as Dt, apiDefiDecompositionToken as Et, apiDefiPositionSchema as Rt, apiDefiPositionsSchema as vt, apiDelegatedTokensArraySchema as Pt, apiDelegatedTokensSchema as bt, apiPriceDataResponseSchema as Nt, apiPriceDetailsSchema as Ft, apiStakingPositionSchema as It, apiStakingPositionsSchema as Bt, apiStrkDelegatedStakingPositionsSchema as wt, apiStrkDelegatedStakingSchema as _t, apiTokenInfoResponseSchema as Ht, apiTokenInfoSchema as Ot, apiTokensInfoResponseSchema as Lt, apiUnclaimedRewardsSchema as Vt } from "./src/tokens/service/types/backend.model.js";
|
|
62
|
+
import { collateralizedDebtGroupSchema as Wt, collateralizedDebtPositionSchema as Ut, collateralizedDebtPositionsSchema as qt, concentratedLiquidityPositionSchema as Gt, concentratedLiquidityPositionsSchema as zt, defiDappsProductsSchema as Kt, defiPositionSchema as jt, defiProductSchema as Xt, defiProductsSchema as Yt, delegatedTokensArraySchema as Zt, delegatedTokensSchema as Qt, productGroupsSchema as Jt, stakingPositionSchema as $t, stakingPositionsSchema as eo, strkDelegatedStakingPositionArraySchema as ao, strkDelegatedStakingPositionSchema as ro } from "./src/tokens/service/types/defiPosition.model.js";
|
|
63
|
+
import { defiPositionTypeSchema as oo } from "./src/tokens/service/types/defiPositionType.model.js";
|
|
64
|
+
import { airdropSchema as mo, unclaimedRewardsSchema as io } from "./src/tokens/service/types/unclaimedRewards.model.js";
|
|
65
|
+
import { webBaseTokenSchema as co, webBaseTokenWithBalanceSchema as So, webTokenInfoDetailsSchema as po, webTokenPriceDetailsSchema as lo, webTokenSchema as ho, webTokenWithBalanceAndPriceSchema as fo, webTokenWithBalanceSchema as uo, webTokenWithPriceSchema as Ao, webTokensWithBalanceAndPriceSchema as xo } from "./src/tokens/service/types/webToken.model.js";
|
|
66
|
+
import { isCollateralizedDebtPosition as To, isConcentratedLiquidityPosition as ko, isDelegatedTokens as Co, isStaking as yo, isStrkDelegatedStaking as Do } from "./src/tokens/utils.js";
|
|
67
|
+
import { inputAmountSchema as Ro, isValidInputAmount as vo, parseAmount as Po } from "./src/transactions/amount.js";
|
|
68
|
+
import { erc20TransferTransaction as No, erc721SafeTransferFromTransaction as Fo, erc721TransferFromTransaction as Io } from "./src/transactions/buildTransactions.js";
|
|
69
|
+
import { getMessageFromTrpcError as wo, trpcErrorSchema as _o } from "./src/transactions/errors.js";
|
|
70
|
+
import { FEE_OVERHEAD as Oo, argentMaxFee as Lo, modifySnjsFeeOverhead as Vo } from "./src/transactions/estimate/argentMaxFee.js";
|
|
71
|
+
import { ESTIMATE_ERROR_MESSAGES as Wo, EstimateError as Uo } from "./src/transactions/estimate/error.js";
|
|
72
|
+
import { transactionReviewTransactionsSchema as Go } from "./src/transactions/estimate/model.js";
|
|
73
|
+
import { buildDummyTx as Ko, calculateCubeRootAdjustment as jo, calculateNonLinearAdjustment as Xo, calculateSqrtAdjustment as Yo, castFeeEstimation as Zo, estimatedFeeToMaxFeeTotal as Qo, estimatedFeeToMaxResourceBounds as Jo, estimatedFeeToTotal as $o, estimatedFeesToMaxFeeTotal as en, estimatedFeesToTotal as an, getEstimatedFeeFromBulkSimulation as rn, getEstimatedFeeFromSimulationAndRespectWatermarkFee as tn, getPayloadFromTransaction as on, getWatermarkedMaxFeeTotal as nn, isFRI as mn, isWEI as sn, multiplyBigIntByFloat as cn, toMax as Sn, tokensRequireTxV3Support as dn, unitToFeeTokenAddress as pn } from "./src/transactions/estimate/utils.js";
|
|
74
|
+
import { EventsBySelector as hn, findTransfersAndApprovals as fn } from "./src/transactions/findTransfersAndApprovals.js";
|
|
75
|
+
import { getPrettyRpcError as An } from "./src/transactions/getPrettyRcpError.js";
|
|
76
|
+
import { getSimulationTxVersionFromFeeToken as gn, getTxVersionFromFeeToken as Tn, getTxVersionFromFeeTokenForDeclareContract as kn } from "./src/transactions/getTransactionVersion.js";
|
|
77
|
+
import { TransactionReviewServiceWeb as yn } from "./src/transactions/service/implementation.js";
|
|
78
|
+
import { transactionReviewWarningSchema as En } from "./src/transactions/service/types.js";
|
|
79
|
+
import { apiTransactionReviewActivityType as vn } from "./src/transactions/transactionReviewTypes.js";
|
|
80
|
+
import { denyTxV3 as bn, txVersionSchema as Nn } from "./src/transactions/transactionVersion.js";
|
|
81
|
+
import { classHashSupportsTxV3 as In, feeTokenNeedsTxV3Support as Bn } from "./src/transactions/txv3.js";
|
|
82
|
+
import { formatAddress as _n } from "./src/utils/address.js";
|
|
83
|
+
import { ensureArray as On } from "./src/utils/arrays.js";
|
|
84
|
+
import { generateAvatarImage as Vn, getColor as Mn, getNetworkAccountImageUrl as Wn, stripAddressZeroPadding as Un } from "./src/utils/avatarImage.js";
|
|
85
|
+
import { decodeBase58 as Gn, decodeBase58Array as zn, encodeBase58 as Kn, encodeBase58Array as jn } from "./src/utils/base58.js";
|
|
86
|
+
import { bigNumberSchema as Yn } from "./src/utils/bigNumber.js";
|
|
87
|
+
import { daysBetween as Qn } from "./src/utils/daysBetween.js";
|
|
88
|
+
import { isFeatureEnabled as $n } from "./src/utils/env.js";
|
|
89
|
+
import { hexSchema as am, hexSchemaBase as rm } from "./src/utils/hex.js";
|
|
90
|
+
import { id as om } from "./src/utils/id.js";
|
|
91
|
+
import { getInitials as mm } from "./src/utils/initials.js";
|
|
92
|
+
import { isContractDeployed as sm } from "./src/utils/isContractDeployed.js";
|
|
93
|
+
import { nonNullable as Sm } from "./src/utils/nonNullable.js";
|
|
94
|
+
import { isAllowedAddressHexInputValue as pm } from "./src/utils/number/isAllowedAddressHexInputValue.js";
|
|
95
|
+
import { isAllowedNumericInputValue as hm } from "./src/utils/number/isAllowedNumericInputValue.js";
|
|
96
|
+
import { isNumeric as um } from "./src/utils/number/isNumeric.js";
|
|
97
|
+
import { prettifyCurrencyNumber as xm, prettifyNumber as gm, prettifyNumberConfig as Tm, prettifyTokenNumber as km } from "./src/utils/number/prettifyNumber.js";
|
|
98
|
+
import { abbreviateNumber as ym } from "./src/utils/number/abbreviateNumber.js";
|
|
99
|
+
import { getUint256CalldataFromBN as Em, parseAmountValue as Rm } from "./src/utils/parseAmount.js";
|
|
100
|
+
import { pluralise as Pm } from "./src/utils/pluralise.js";
|
|
101
|
+
import { readFileAsString as Nm } from "./src/utils/readFileAsString.js";
|
|
102
|
+
import { booleanToStringSchema as Im, createSchemaWithWarnings as Bm, safeParseAndWarn as wm, stringToBooleanSchema as _m } from "./src/utils/schemas.js";
|
|
103
|
+
import { addOwnersCalldataSchema as Om, addPluginCalldataSchema as Lm, bigNumberishSchema as Vm, callDetailsSchema as Mm, callSchema as Wm, calldataSchema as Um, changeGuardianCalldataSchema as qm, changeThresholdCalldataSchema as Gm, escapeGuardianCalldataSchema as zm, executeOnPluginCalldataSchema as Km, feltSchema as jm, looseCalldataSchema as Xm, multiTypeSchema as Ym, rawArgsArraySchema as Zm, rawArgsObjectSchema as Qm, rawArgsSchema as Jm, removeOwnersCalldataSchema as $m, removePluginCalldataSchema as ei, replaceSignerCalldataSchema as ai, transferCalldataSchema as ri, uint256Schema as ti } from "./src/utils/starknet/starknet.js";
|
|
104
|
+
import { abiEntrySchema as ni, abiSchema as mi, builtinsSchema as ii, byteCodeSchema as si, cairo1EventSchema as ci, cairoAssemblySchema as Si, compiledContractClassSchema as di, compiledSierraCasmSchema as pi, compiledSierraSchema as li, compressedProgramSchema as hi, contractEntryPointFieldsSchema as fi, entryPointsByTypeSchema as ui, eventAbiSchema as Ai, eventEntrySchema as xi, functionAbiSchema as gi, functionAbiTypeSchema as Ti, legacyContractClassSchema as ki, legacyEventSchema as Ci, programSchema as yi, pythonicHintsSchema as Di, sierraContractEntryPointFieldsSchema as Ei, sierraEntryPointsByTypeSchema as Ri, sierraProgramDebugInfoSchema as vi, structAbiSchema as Pi } from "./src/utils/starknet/starknetSchemas.js";
|
|
105
|
+
import { entryPointToHumanReadable as Ni } from "./src/utils/transactions.js";
|
|
106
|
+
import { urlWithQuery as Ii } from "./src/utils/url/urlWithQuery.js";
|
|
107
|
+
import { voidify as wi } from "./src/utils/voidify.js";
|
|
108
|
+
import { bipsToPercent as Hi } from "./src/utils/bips.js";
|
|
109
|
+
import { retryUntilInitialised as Li } from "./src/utils/retryUntilInitialised.js";
|
|
108
110
|
export {
|
|
109
111
|
Be as ARGENT_ACCOUNT_CONTRACT_CLASS_HASHES,
|
|
110
112
|
we as ARGENT_MULTISIG_CONTRACT_CLASS_HASHES,
|
|
@@ -115,21 +117,21 @@ export {
|
|
|
115
117
|
qa as BackendNftService,
|
|
116
118
|
t as BaseError,
|
|
117
119
|
_e as C0_PROXY_CONTRACT_CLASS_HASHES,
|
|
118
|
-
|
|
120
|
+
P as CacheService,
|
|
119
121
|
Kr as DEFAULT_TOKEN_DECIMALS,
|
|
120
122
|
ia as DateService,
|
|
121
|
-
|
|
123
|
+
Wo as ESTIMATE_ERROR_MESSAGES,
|
|
122
124
|
le as ETH_TOKEN_ADDRESS,
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
125
|
+
Uo as EstimateError,
|
|
126
|
+
hn as EventsBySelector,
|
|
127
|
+
Oo as FEE_OVERHEAD,
|
|
126
128
|
da as HTTPService,
|
|
127
129
|
la as HTTP_ERROR_MESSAGE,
|
|
128
130
|
ca as HttpError,
|
|
129
131
|
Da as KnownDappsBackendService,
|
|
130
|
-
|
|
132
|
+
xr as MultiSigner,
|
|
131
133
|
Xa as OnchainRecoveryService,
|
|
132
|
-
|
|
134
|
+
mt as PRETTY_UNLIMITED,
|
|
133
135
|
Za as RecoveryStatusEnum,
|
|
134
136
|
wa as ResolveNameService,
|
|
135
137
|
he as STANDARD_DEVNET_ACCOUNT_CLASS_HASH,
|
|
@@ -137,149 +139,151 @@ export {
|
|
|
137
139
|
fa as SWRService,
|
|
138
140
|
Fe as StarknetAddressService,
|
|
139
141
|
Qa as StartOnchainRecoveryErrorStatusEnum,
|
|
140
|
-
|
|
142
|
+
lt as TOKEN_ERROR_MESSAGES,
|
|
141
143
|
ue as TXV1_ACCOUNT_CLASS_HASH,
|
|
142
144
|
Ae as TXV1_MULTISIG_CLASS_HASH,
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
145
|
+
xe as TXV3_ACCOUNT_CLASS_HASH,
|
|
146
|
+
ge as TXV3_MULTISIG_CLASS_HASH,
|
|
147
|
+
ht as TokenError,
|
|
148
|
+
dt as TokenServiceWeb,
|
|
149
|
+
yn as TransactionReviewServiceWeb,
|
|
150
|
+
ym as abbreviateNumber,
|
|
151
|
+
ni as abiEntrySchema,
|
|
152
|
+
mi as abiSchema,
|
|
150
153
|
Ja as activeOnchainRecoverySchema,
|
|
151
|
-
|
|
152
|
-
|
|
154
|
+
Om as addOwnersCalldataSchema,
|
|
155
|
+
Lm as addPluginCalldataSchema,
|
|
153
156
|
te as addressInputCharactersAndLengthSchema,
|
|
154
157
|
oe as addressInputSchema,
|
|
155
158
|
Z as addressOrDomainInputSchema,
|
|
156
159
|
Q as addressOrDomainSchema,
|
|
157
|
-
|
|
160
|
+
N as addressOrEmptyUndefinedSchema,
|
|
158
161
|
F as addressSchema,
|
|
159
162
|
I as addressSchemaArgentBackend,
|
|
160
163
|
B as addressSchemaBase,
|
|
161
164
|
w as addressSchemaLooseLength,
|
|
162
165
|
_ as addressSchemaStrictLength,
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
166
|
+
mo as airdropSchema,
|
|
167
|
+
ut as apiAccountTokenBalancesSchema,
|
|
168
|
+
At as apiAirdropSchema,
|
|
169
|
+
xt as apiCollateralizedDebtPositionSchema,
|
|
170
|
+
gt as apiCollateralizedDebtPositionsSchema,
|
|
171
|
+
Tt as apiConcentratedLiquidityPositionSchema,
|
|
172
|
+
kt as apiConcentratedLiquidityPositionsSchema,
|
|
173
|
+
Ct as apiDefiDecompositionProduct,
|
|
174
|
+
yt as apiDefiDecompositionProducts,
|
|
175
|
+
Dt as apiDefiDecompositionSchema,
|
|
176
|
+
Et as apiDefiDecompositionToken,
|
|
177
|
+
Rt as apiDefiPositionSchema,
|
|
178
|
+
vt as apiDefiPositionsSchema,
|
|
179
|
+
Pt as apiDelegatedTokensArraySchema,
|
|
180
|
+
bt as apiDelegatedTokensSchema,
|
|
181
|
+
Nt as apiPriceDataResponseSchema,
|
|
182
|
+
Ft as apiPriceDetailsSchema,
|
|
183
|
+
It as apiStakingPositionSchema,
|
|
184
|
+
Bt as apiStakingPositionsSchema,
|
|
185
|
+
wt as apiStrkDelegatedStakingPositionsSchema,
|
|
186
|
+
_t as apiStrkDelegatedStakingSchema,
|
|
187
|
+
Ht as apiTokenInfoResponseSchema,
|
|
188
|
+
Ot as apiTokenInfoSchema,
|
|
189
|
+
Lt as apiTokensInfoResponseSchema,
|
|
190
|
+
vn as apiTransactionReviewActivityType,
|
|
191
|
+
Vt as apiUnclaimedRewardsSchema,
|
|
189
192
|
ke as apiWalletResponseSchema,
|
|
190
|
-
|
|
191
|
-
|
|
193
|
+
x as argentBackendNetworkIdSchema,
|
|
194
|
+
Lo as argentMaxFee,
|
|
192
195
|
me as argentNameSchema,
|
|
193
|
-
|
|
196
|
+
g as argentNetworkIdSchema,
|
|
194
197
|
y as backendSessionAllowedMethodSchema,
|
|
195
198
|
D as backendSessionMetadataSchema,
|
|
196
199
|
E as backendSessionSchema,
|
|
197
200
|
R as backendSessionTxFeeSchema,
|
|
198
201
|
e as bigDecimal,
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
202
|
+
Yn as bigNumberSchema,
|
|
203
|
+
Vm as bigNumberishSchema,
|
|
204
|
+
Hi as bipsToPercent,
|
|
205
|
+
Im as booleanToStringSchema,
|
|
203
206
|
We as buildConstructorCalldata,
|
|
204
|
-
|
|
207
|
+
Ko as buildDummyTx,
|
|
205
208
|
yr as buildSellOptsSchema,
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
209
|
+
ii as builtinsSchema,
|
|
210
|
+
si as byteCodeSchema,
|
|
211
|
+
ci as cairo1EventSchema,
|
|
212
|
+
Si as cairoAssemblySchema,
|
|
210
213
|
de as cairoVersionSchema,
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
214
|
+
jo as calculateCubeRootAdjustment,
|
|
215
|
+
Xo as calculateNonLinearAdjustment,
|
|
216
|
+
Yo as calculateSqrtAdjustment,
|
|
217
|
+
Mm as callDetailsSchema,
|
|
218
|
+
Wm as callSchema,
|
|
219
|
+
Um as calldataSchema,
|
|
220
|
+
Zo as castFeeEstimation,
|
|
221
|
+
qm as changeGuardianCalldataSchema,
|
|
222
|
+
Gm as changeThresholdCalldataSchema,
|
|
223
|
+
In as classHashSupportsTxV3,
|
|
224
|
+
Wt as collateralizedDebtGroupSchema,
|
|
225
|
+
Ut as collateralizedDebtPositionSchema,
|
|
226
|
+
qt as collateralizedDebtPositionsSchema,
|
|
227
|
+
di as compiledContractClassSchema,
|
|
228
|
+
pi as compiledSierraCasmSchema,
|
|
229
|
+
li as compiledSierraSchema,
|
|
230
|
+
hi as compressedProgramSchema,
|
|
231
|
+
Gt as concentratedLiquidityPositionSchema,
|
|
232
|
+
zt as concentratedLiquidityPositionsSchema,
|
|
230
233
|
Oe as constructorCallDataSchemaC0,
|
|
231
234
|
Le as constructorCallDataSchemaC1V1,
|
|
232
235
|
_r as containsValue,
|
|
233
|
-
|
|
234
|
-
Xr as
|
|
235
|
-
Zr as
|
|
236
|
-
|
|
236
|
+
fi as contractEntryPointFieldsSchema,
|
|
237
|
+
Xr as convertCurrencyValueToTokenAmount,
|
|
238
|
+
Zr as convertTokenAmountToCurrencyValue,
|
|
239
|
+
Jr as convertTokenUnitAmountWithDecimals,
|
|
240
|
+
Bm as createSchemaWithWarnings,
|
|
237
241
|
Ra as dappContractSchema,
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
242
|
+
va as dappLinkSchema,
|
|
243
|
+
Qn as daysBetween,
|
|
244
|
+
Gn as decodeBase58,
|
|
245
|
+
zn as decodeBase58Array,
|
|
246
|
+
Kt as defiDappsProductsSchema,
|
|
247
|
+
jt as defiPositionSchema,
|
|
248
|
+
oo as defiPositionTypeSchema,
|
|
249
|
+
Xt as defiProductSchema,
|
|
250
|
+
Yt as defiProductsSchema,
|
|
251
|
+
Zt as delegatedTokensArraySchema,
|
|
252
|
+
Qt as delegatedTokensSchema,
|
|
253
|
+
bn as denyTxV3,
|
|
254
|
+
Kn as encodeBase58,
|
|
255
|
+
jn as encodeBase58Array,
|
|
256
|
+
On as ensureArray,
|
|
257
|
+
et as ensureDecimals,
|
|
258
|
+
Ni as entryPointToHumanReadable,
|
|
259
|
+
ui as entryPointsByTypeSchema,
|
|
256
260
|
za as equalNft,
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
261
|
+
No as erc20TransferTransaction,
|
|
262
|
+
Fo as erc721SafeTransferFromTransaction,
|
|
263
|
+
Io as erc721TransferFromTransaction,
|
|
264
|
+
zm as escapeGuardianCalldataSchema,
|
|
265
|
+
Qo as estimatedFeeToMaxFeeTotal,
|
|
266
|
+
Jo as estimatedFeeToMaxResourceBounds,
|
|
267
|
+
$o as estimatedFeeToTotal,
|
|
268
|
+
en as estimatedFeesToMaxFeeTotal,
|
|
269
|
+
an as estimatedFeesToTotal,
|
|
270
|
+
Ai as eventAbiSchema,
|
|
271
|
+
xi as eventEntrySchema,
|
|
272
|
+
Km as executeOnPluginCalldataSchema,
|
|
273
|
+
Bn as feeTokenNeedsTxV3Support,
|
|
274
|
+
jm as feltSchema,
|
|
271
275
|
Aa as fetchData,
|
|
272
|
-
|
|
276
|
+
xa as fetcherError,
|
|
273
277
|
Ue as findImplementationForAccount,
|
|
274
|
-
|
|
275
|
-
|
|
278
|
+
fn as findTransfersAndApprovals,
|
|
279
|
+
_n as formatAddress,
|
|
276
280
|
H as formatFullAddress,
|
|
277
281
|
O as formatTruncatedAddress,
|
|
278
282
|
L as formatTruncatedSignerKey,
|
|
279
283
|
V as formatTruncatedString,
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
284
|
+
gi as functionAbiSchema,
|
|
285
|
+
Ti as functionAbiTypeSchema,
|
|
286
|
+
Vn as generateAvatarImage,
|
|
283
287
|
qe as getAccountContractAddress,
|
|
284
288
|
Ge as getAccountDeploymentPayload,
|
|
285
289
|
Ce as getAddressFromArgentName,
|
|
@@ -290,41 +294,41 @@ export {
|
|
|
290
294
|
ka as getBackendTimeNowSeconds,
|
|
291
295
|
Ca as getBackendTimeSeconds,
|
|
292
296
|
Ee as getCallFromStarkName,
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
297
|
+
be as getChainIdFromNetworkId,
|
|
298
|
+
Mn as getColor,
|
|
299
|
+
ct as getCurrencySymbol,
|
|
296
300
|
Fa as getDapplandLinkForDapp,
|
|
297
301
|
Ia as getDapplandUrlForDapp,
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
302
|
+
rn as getEstimatedFeeFromBulkSimulation,
|
|
303
|
+
tn as getEstimatedFeeFromSimulationAndRespectWatermarkFee,
|
|
304
|
+
mm as getInitials,
|
|
301
305
|
Ze as getLastCairo0ArgentAccountClassHash,
|
|
302
306
|
Qe as getLatestArgentAccountClassHash,
|
|
303
307
|
Je as getLatestArgentMultisigClassHash,
|
|
304
308
|
$e as getLatestLedgerAccountClassHash,
|
|
305
309
|
ea as getLedgerAccountClassHashes,
|
|
306
|
-
|
|
307
|
-
|
|
310
|
+
wo as getMessageFromTrpcError,
|
|
311
|
+
Wn as getNetworkAccountImageUrl,
|
|
308
312
|
Ka as getNftPicture,
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
+
on as getPayloadFromTransaction,
|
|
314
|
+
An as getPrettyRpcError,
|
|
315
|
+
gr as getSignerForMultiSigner,
|
|
316
|
+
gn as getSimulationTxVersionFromFeeToken,
|
|
313
317
|
Re as getStarknetIdContractAddressFromNetworkId,
|
|
314
318
|
Wr as getTokenBalance,
|
|
315
319
|
Ur as getTokens,
|
|
316
320
|
qr as getTokensBalances,
|
|
317
|
-
|
|
318
|
-
|
|
321
|
+
Tn as getTxVersionFromFeeToken,
|
|
322
|
+
kn as getTxVersionFromFeeTokenForDeclareContract,
|
|
319
323
|
cr as getUAParserResult,
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
324
|
+
Em as getUint256CalldataFromBN,
|
|
325
|
+
nn as getWatermarkedMaxFeeTotal,
|
|
326
|
+
am as hexSchema,
|
|
327
|
+
rm as hexSchemaBase,
|
|
328
|
+
om as id,
|
|
325
329
|
Ve as implementationSchema,
|
|
326
330
|
M as includesAddress,
|
|
327
|
-
|
|
331
|
+
Ro as inputAmountSchema,
|
|
328
332
|
Dr as investmentMetaSchema,
|
|
329
333
|
Er as investmentSchema,
|
|
330
334
|
Rr as investmentsResponseSchema,
|
|
@@ -332,8 +336,8 @@ export {
|
|
|
332
336
|
p as isAccountV5,
|
|
333
337
|
l as isAccountV6,
|
|
334
338
|
W as isAddress,
|
|
335
|
-
|
|
336
|
-
|
|
339
|
+
pm as isAllowedAddressHexInputValue,
|
|
340
|
+
hm as isAllowedNumericInputValue,
|
|
337
341
|
T as isArgentBackendNetworkId,
|
|
338
342
|
ie as isArgentName,
|
|
339
343
|
k as isArgentNetworkId,
|
|
@@ -341,127 +345,127 @@ export {
|
|
|
341
345
|
ir as isBraveBrowser,
|
|
342
346
|
Sr as isBrowser,
|
|
343
347
|
dr as isChromeBrowser,
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
+
To as isCollateralizedDebtPosition,
|
|
349
|
+
ko as isConcentratedLiquidityPosition,
|
|
350
|
+
sm as isContractDeployed,
|
|
351
|
+
Co as isDelegatedTokens,
|
|
348
352
|
pr as isEdgeBrowser,
|
|
349
353
|
q as isEqualAddress,
|
|
350
354
|
se as isEqualArgentName,
|
|
351
355
|
ze as isEqualImplementation,
|
|
352
356
|
J as isEqualStarknetDomainName,
|
|
353
357
|
ra as isEqualStarknetId,
|
|
354
|
-
|
|
355
|
-
|
|
358
|
+
mn as isFRI,
|
|
359
|
+
$n as isFeatureEnabled,
|
|
356
360
|
lr as isFirefoxBrowser,
|
|
357
|
-
|
|
361
|
+
um as isNumeric,
|
|
358
362
|
hr as isSafariBrowser,
|
|
359
|
-
|
|
363
|
+
yo as isStaking,
|
|
360
364
|
$ as isStarknetDomainName,
|
|
361
365
|
ta as isStarknetId,
|
|
362
|
-
|
|
363
|
-
|
|
366
|
+
Do as isStrkDelegatedStaking,
|
|
367
|
+
rt as isUnlimitedAmount,
|
|
364
368
|
G as isValidAddress,
|
|
365
|
-
|
|
366
|
-
|
|
369
|
+
vo as isValidInputAmount,
|
|
370
|
+
sn as isWEI,
|
|
367
371
|
z as isZeroAddress,
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
372
|
+
Pa as knownDappSchema,
|
|
373
|
+
ba as knownDappsSchema,
|
|
374
|
+
ki as legacyContractClassSchema,
|
|
375
|
+
Ci as legacyEventSchema,
|
|
376
|
+
vr as lendingInvestmentSchema,
|
|
377
|
+
Pr as liquidStakingInvestmentSchema,
|
|
378
|
+
Xm as looseCalldataSchema,
|
|
375
379
|
Lr as mergeArrayStableWith,
|
|
376
380
|
kr as mergeOwnerGuardianSignatures,
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
381
|
+
Vo as modifySnjsFeeOverhead,
|
|
382
|
+
Ym as multiTypeSchema,
|
|
383
|
+
cn as multiplyBigIntByFloat,
|
|
380
384
|
Ha as nameProviderResolutionSchema,
|
|
381
385
|
Oa as nameResolutionAddressSchema,
|
|
382
386
|
La as nameResolutionAddressesSchema,
|
|
383
387
|
Va as nameResolutionStarknetIdSchema,
|
|
384
388
|
Ma as nameResolutionStarknetIdsSchema,
|
|
385
|
-
|
|
389
|
+
Sm as nonNullable,
|
|
386
390
|
K as normalizeAddress,
|
|
387
391
|
ee as normalizeAddressOrDomain,
|
|
388
392
|
ce as normalizeArgentName,
|
|
389
393
|
oa as normalizeStarknetId,
|
|
390
394
|
$a as onchainRecoverySchema,
|
|
391
395
|
Vr as optionsWithDefaults,
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
+
Po as parseAmount,
|
|
397
|
+
Rm as parseAmountValue,
|
|
398
|
+
Pm as pluralise,
|
|
399
|
+
ga as postData,
|
|
396
400
|
f as preferencesEndpointPayload,
|
|
397
401
|
u as preferencesSchema,
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
402
|
+
xm as prettifyCurrencyNumber,
|
|
403
|
+
ot as prettifyCurrencyValue,
|
|
404
|
+
gm as prettifyNumber,
|
|
405
|
+
Tm as prettifyNumberConfig,
|
|
406
|
+
it as prettifyTokenAmount,
|
|
407
|
+
km as prettifyTokenNumber,
|
|
408
|
+
Jt as productGroupsSchema,
|
|
409
|
+
yi as programSchema,
|
|
406
410
|
Wa as providersNamesSchema,
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
411
|
+
Di as pythonicHintsSchema,
|
|
412
|
+
Zm as rawArgsArraySchema,
|
|
413
|
+
Qm as rawArgsObjectSchema,
|
|
414
|
+
Jm as rawArgsSchema,
|
|
415
|
+
Nm as readFileAsString,
|
|
412
416
|
er as recoveryBaseSchema,
|
|
413
417
|
ar as recoveryBodySchema,
|
|
414
418
|
rr as recoveryStatusSchema,
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
419
|
+
$m as removeOwnersCalldataSchema,
|
|
420
|
+
ei as removePluginCalldataSchema,
|
|
421
|
+
ai as replaceSignerCalldataSchema,
|
|
418
422
|
Hr as replaceValueRecursively,
|
|
419
|
-
|
|
420
|
-
|
|
423
|
+
Li as retryUntilInitialised,
|
|
424
|
+
wm as safeParseAndWarn,
|
|
421
425
|
ur as seedphraseSchema,
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
426
|
+
Ei as sierraContractEntryPointFieldsSchema,
|
|
427
|
+
Ri as sierraEntryPointsByTypeSchema,
|
|
428
|
+
vi as sierraProgramDebugInfoSchema,
|
|
429
|
+
br as stakerInfoSchema,
|
|
430
|
+
Nr as stakingActionSchema,
|
|
431
|
+
$t as stakingPositionSchema,
|
|
432
|
+
eo as stakingPositionsSchema,
|
|
433
|
+
ve as starkNameToCallDataDomain,
|
|
430
434
|
ae as starknetDomainNameSchema,
|
|
431
435
|
na as starknetIdSchema,
|
|
432
436
|
tr as startOnchainRecoveryErrorSchema,
|
|
433
437
|
or as startOnchainRecoveryErrorStatusSchema,
|
|
434
438
|
nr as startOnchainRecoverySchema,
|
|
435
|
-
|
|
436
|
-
|
|
439
|
+
_m as stringToBooleanSchema,
|
|
440
|
+
Un as stripAddressZeroPadding,
|
|
437
441
|
Fr as strkDelegatedStakingInvestmentSchema,
|
|
438
|
-
|
|
439
|
-
|
|
442
|
+
ao as strkDelegatedStakingPositionArraySchema,
|
|
443
|
+
ro as strkDelegatedStakingPositionSchema,
|
|
440
444
|
Ir as strkStakingCalldataResponseSchema,
|
|
441
445
|
Br as strkStakingCalldataSchema,
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
446
|
+
Pi as structAbiSchema,
|
|
447
|
+
Sn as toMax,
|
|
448
|
+
dn as tokensRequireTxV3Support,
|
|
449
|
+
Go as transactionReviewTransactionsSchema,
|
|
450
|
+
En as transactionReviewWarningSchema,
|
|
451
|
+
ri as transferCalldataSchema,
|
|
452
|
+
_o as trpcErrorSchema,
|
|
453
|
+
Nn as txVersionSchema,
|
|
454
|
+
ti as uint256Schema,
|
|
455
|
+
io as unclaimedRewardsSchema,
|
|
456
|
+
pn as unitToFeeTokenAddress,
|
|
457
|
+
Ii as urlWithQuery,
|
|
454
458
|
Gr as useToken,
|
|
455
459
|
j as validChecksumAddressSchema,
|
|
456
460
|
X as validateAddressRangeSchema,
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
461
|
+
wi as voidify,
|
|
462
|
+
co as webBaseTokenSchema,
|
|
463
|
+
So as webBaseTokenWithBalanceSchema,
|
|
464
|
+
po as webTokenInfoDetailsSchema,
|
|
465
|
+
lo as webTokenPriceDetailsSchema,
|
|
466
|
+
ho as webTokenSchema,
|
|
467
|
+
fo as webTokenWithBalanceAndPriceSchema,
|
|
468
|
+
uo as webTokenWithBalanceSchema,
|
|
469
|
+
Ao as webTokenWithPriceSchema,
|
|
470
|
+
xo as webTokensWithBalanceAndPriceSchema
|
|
467
471
|
};
|