h_test_1 0.0.47 → 0.0.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/constants/chains.constants.cjs +1 -1
- package/constants/chains.constants.mjs +117 -119
- package/constants/deploy-data/deploy-data-arbMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-arbMainnet.json.mjs +0 -2068
- package/constants/deploy-data/deploy-data-arcTestnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-arcTestnet.json.mjs +0 -2246
- package/constants/deploy-data/deploy-data-base.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-base.json.mjs +0 -2068
- package/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-ethMainnet.json.mjs +0 -2265
- package/constants/deploy-data/deploy-data-localhost.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-localhost.json.mjs +1 -2266
- package/constants/deploy-data/deploy-data-optimism.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-optimism.json.mjs +0 -2068
- package/constants/deploy-data/deploy-data-polygon.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-polygon.json.mjs +0 -2068
- package/constants/deploy-data/index.d.ts +1 -3
- package/constants/index.cjs +1 -1
- package/constants/index.mjs +0 -2
- package/constants/token-data/ERC20Registry.cjs +1 -1
- package/constants/token-data/ERC20Registry.mjs +38 -50
- package/constants/token-data/index.cjs +1 -1
- package/constants/token-data/index.d.ts +1 -233
- package/constants/token-data/index.mjs +13 -17
- package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.cjs +1 -1
- package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.mjs +1 -0
- package/functions/private-wallet/emporium.helpers.d.ts +1 -1
- package/functions/utils/create-provider.cjs +1 -1
- package/functions/utils/create-provider.d.ts +1 -1
- package/functions/utils/create-provider.mjs +4 -6
- package/functions/utils/tx-confirmation.utils.d.ts +1 -1
- package/functions/web3/events/getInputUtxoAndBalance.cjs +1 -1
- package/functions/web3/events/getInputUtxoAndBalance.d.ts +1 -1
- package/functions/web3/events/getInputUtxoAndBalance.mjs +15 -13
- package/functions/web3/events/getShieldedBalance.cjs +1 -1
- package/functions/web3/events/getShieldedBalance.mjs +1 -1
- package/functions/web3/events/getTransactionLogEvents.d.ts +5 -8
- package/index.cjs +1 -1
- package/index.mjs +308 -310
- package/package.json +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.cjs +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.mjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.cjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.mjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.cjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.mjs +1 -1
- package/constants/deploy-data/deploy-data-avalanche.json.cjs +0 -1
- package/constants/deploy-data/deploy-data-avalanche.json.mjs +0 -5352
- package/constants/deploy-data/deploy-data-bnbMainnet.json.cjs +0 -1
- package/constants/deploy-data/deploy-data-bnbMainnet.json.mjs +0 -5352
- package/constants/token-data/avalancheRegistry.json.cjs +0 -1
- package/constants/token-data/avalancheRegistry.json.mjs +0 -729
- package/constants/token-data/avalancheRegistryFixed.json.cjs +0 -1
- package/constants/token-data/avalancheRegistryFixed.json.mjs +0 -729
- package/constants/token-data/bnbMainnetRegistry.json.cjs +0 -1
- package/constants/token-data/bnbMainnetRegistry.json.mjs +0 -900
- package/constants/token-data/bnbMainnetRegistryFixed.json.cjs +0 -1
- package/constants/token-data/bnbMainnetRegistryFixed.json.mjs +0 -900
- package/providers/CustomEthersProvider.cjs +0 -1
- package/providers/CustomEthersProvider.mjs +0 -28
|
@@ -66,13 +66,14 @@ var h = new m(), g = async (e, t, n, r, i, a, s, c, u) => h.runExclusive(async (
|
|
|
66
66
|
nullifiers: d.map((e) => e.getNullifier())
|
|
67
67
|
});
|
|
68
68
|
return { inputUtxos: f.map((e) => d[e]).filter((e) => !!e) };
|
|
69
|
-
}, w = async ({ hinkal: t, tokenWithId: r, minInput: i = 2, sliceIfMore6: a = !0, chainId: o, passedShieldedPrivateKey: s = void 0, passedShieldedPublicKey: c = void 0, ethAddress: l = void 0, resetCacheBefore: f = !1, ensuredTokensWithId: p, useBlockedUtxos: m = !1 }) => {
|
|
70
|
-
let
|
|
69
|
+
}, w = async ({ hinkal: t, tokenWithId: r, minInput: i = 2, sliceIfMore6: a = !0, chainId: o, passedShieldedPrivateKey: s = void 0, passedShieldedPublicKey: c = void 0, ethAddress: l = void 0, resetCacheBefore: f = !1, ensuredTokensWithId: p, useBlockedUtxos: m = !1, allowRemoteDecryption: h = !0 }) => {
|
|
70
|
+
let g = s ?? t.userKeys.getShieldedPrivateKey(), { inputUtxos: _ } = m ? await C({
|
|
71
71
|
hinkal: t,
|
|
72
72
|
chainId: o,
|
|
73
73
|
ethAddress: l,
|
|
74
74
|
passedShieldedPrivateKey: s,
|
|
75
|
-
resetCacheBefore: f
|
|
75
|
+
resetCacheBefore: f,
|
|
76
|
+
allowRemoteDecryption: h
|
|
76
77
|
}) : await S({
|
|
77
78
|
hinkal: t,
|
|
78
79
|
tokenWithId: r,
|
|
@@ -82,28 +83,29 @@ var h = new m(), g = async (e, t, n, r, i, a, s, c, u) => h.runExclusive(async (
|
|
|
82
83
|
passedShieldedPrivateKey: s,
|
|
83
84
|
passedShieldedPublicKey: c,
|
|
84
85
|
ethAddress: l,
|
|
85
|
-
resetCacheBefore: f
|
|
86
|
-
|
|
87
|
-
|
|
86
|
+
resetCacheBefore: f,
|
|
87
|
+
allowRemoteDecryption: h
|
|
88
|
+
}), v = y(r), b = /* @__PURE__ */ new Map();
|
|
89
|
+
_.forEach((e) => {
|
|
88
90
|
let t = e.getTokenAddress(o);
|
|
89
|
-
if (
|
|
91
|
+
if (v && !v.some((r) => n(r.erc20TokenAddress, t) && r.tokenId === e.tokenId)) return;
|
|
90
92
|
let r = u(o, {
|
|
91
93
|
erc20TokenAddress: t,
|
|
92
94
|
tokenId: e.tokenId
|
|
93
|
-
}), i =
|
|
94
|
-
|
|
95
|
+
}), i = b.get(r) ?? [];
|
|
96
|
+
b.set(r, [...i, e]);
|
|
95
97
|
}), p?.forEach((e) => {
|
|
96
98
|
let t = u(o, {
|
|
97
99
|
erc20TokenAddress: e.erc20TokenAddress,
|
|
98
100
|
tokenId: e.tokenId
|
|
99
101
|
});
|
|
100
|
-
|
|
102
|
+
b.set(t, b.get(t) ?? []);
|
|
101
103
|
});
|
|
102
|
-
for (let [t, n] of
|
|
104
|
+
for (let [t, n] of b) {
|
|
103
105
|
let r = t.split("-")[0], s = Number(t.split("-")[1]), c = e(o), l = c ? r : void 0;
|
|
104
|
-
x(n, i, a,
|
|
106
|
+
x(n, i, a, g, c ? d(r).compressedAddress.toLowerCase() : r.toLowerCase(), s, l);
|
|
105
107
|
}
|
|
106
|
-
return
|
|
108
|
+
return b;
|
|
107
109
|
};
|
|
108
110
|
//#endregion
|
|
109
111
|
export { v as attemptGetInputUtxosRemotely, S as getInputUtxoAndBalance, C as getInputUtxoAndBalanceOfStuckUtxos, w as getInputUtxoAndBalancePerToken, _ as getInputUtxosRemotely };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e=require(`../../../constants/vite.constants.cjs`),t=require(`../../../constants/chains.constants.cjs`),n=require(`../../utils/caseInsensitive.utils.cjs`),r=require(`../../../error-handling/error-codes.constants.cjs`),i=require(`../etherFunctions.cjs`),a=require(`../../utils/erc20tokenFunctions.cjs`),o=require(`../../../data-structures/utxo/Utxo.cjs`),s=require(`../../../error-handling/customErrors/ErrorWithAmount.cjs`);require(`../../../error-handling/customErrors/index.cjs`);const c=require(`../../utils/encodeTokenWithId.cjs`),l=require(`../../utils/solanaMint.utils.cjs`),u=require(`./getInputUtxoAndBalance.cjs`),d=require(`../../../data-structures/TokenDBs/PrivateTokensDB.cjs`),f=require(`../../utils/mutexes.utils.cjs`);var p=async(t,r,i,o,s,c=!1,l,p=!1,m=!1)=>f.getChainBalanceFetchingMutex(r).runExclusive(async()=>{let{inputUtxos:f}=m?await u.getInputUtxoAndBalanceOfStuckUtxos({hinkal:t,chainId:r,ethAddress:s,passedShieldedPrivateKey:i,resetCacheBefore:c,allowRemoteDecryption:l}):await u.getInputUtxoAndBalance({hinkal:t,sliceIfMore6:!1,chainId:r,passedShieldedPrivateKey:i,passedShieldedPublicKey:o,ethAddress:s,resetCacheBefore:c,allowRemoteDecryption:l});p&&e.isExtension&&await d.privateTokensDB.fetchAndUpdatePrivateTokens(f.map(e=>e.getTokenAddress(r)).filter(e=>e!==void 0),r,s);let h=(e.isExtension?await d.privateTokensDB.getPrivateTokens(r,s):a.getErc20TokensForChain(r)).map(e=>({token:e,balance:f.reduce((t,i)=>{let a=e.erc20TokenAddress;return n.caseInsensitiveEqual(a,i.getTokenAddress(r))?t+i.amount:t},0n),timestamp:f.filter(t=>n.caseInsensitiveEqual(t.getTokenAddress(r),e.erc20TokenAddress))[0]?.timeStamp,nfts:f.filter(t=>n.caseInsensitiveEqual(t.getTokenAddress(r),e.erc20TokenAddress)&&t.tokenId!==0).map(e=>({tokenId:e.tokenId,timestamp:e.timeStamp}))})),g=new Map;return h.forEach(e=>{g.set(e.token.erc20TokenAddress.toLowerCase(),e)}),g}),m=async(e,n,d,f,p=6,m=d.map(()=>0),h=!1,g=!1)=>{let{userKeys:_}=e,v=[],y=[];if(d.length===0)return[];let b=await u.getInputUtxoAndBalancePerToken({hinkal:e,sliceIfMore6:!1,ensuredTokensWithId:d.map((e,t)=>({erc20TokenAddress:d[t],tokenId:m[t]})),allowRemoteDecryption:!
|
|
1
|
+
const e=require(`../../../constants/vite.constants.cjs`),t=require(`../../../constants/chains.constants.cjs`),n=require(`../../utils/caseInsensitive.utils.cjs`),r=require(`../../../error-handling/error-codes.constants.cjs`),i=require(`../etherFunctions.cjs`),a=require(`../../utils/erc20tokenFunctions.cjs`),o=require(`../../../data-structures/utxo/Utxo.cjs`),s=require(`../../../error-handling/customErrors/ErrorWithAmount.cjs`);require(`../../../error-handling/customErrors/index.cjs`);const c=require(`../../utils/encodeTokenWithId.cjs`),l=require(`../../utils/solanaMint.utils.cjs`),u=require(`./getInputUtxoAndBalance.cjs`),d=require(`../../../data-structures/TokenDBs/PrivateTokensDB.cjs`),f=require(`../../utils/mutexes.utils.cjs`);var p=async(t,r,i,o,s,c=!1,l,p=!1,m=!1)=>f.getChainBalanceFetchingMutex(r).runExclusive(async()=>{let{inputUtxos:f}=m?await u.getInputUtxoAndBalanceOfStuckUtxos({hinkal:t,chainId:r,ethAddress:s,passedShieldedPrivateKey:i,resetCacheBefore:c,allowRemoteDecryption:l}):await u.getInputUtxoAndBalance({hinkal:t,sliceIfMore6:!1,chainId:r,passedShieldedPrivateKey:i,passedShieldedPublicKey:o,ethAddress:s,resetCacheBefore:c,allowRemoteDecryption:l});p&&e.isExtension&&await d.privateTokensDB.fetchAndUpdatePrivateTokens(f.map(e=>e.getTokenAddress(r)).filter(e=>e!==void 0),r,s);let h=(e.isExtension?await d.privateTokensDB.getPrivateTokens(r,s):a.getErc20TokensForChain(r)).map(e=>({token:e,balance:f.reduce((t,i)=>{let a=e.erc20TokenAddress;return n.caseInsensitiveEqual(a,i.getTokenAddress(r))?t+i.amount:t},0n),timestamp:f.filter(t=>n.caseInsensitiveEqual(t.getTokenAddress(r),e.erc20TokenAddress))[0]?.timeStamp,nfts:f.filter(t=>n.caseInsensitiveEqual(t.getTokenAddress(r),e.erc20TokenAddress)&&t.tokenId!==0).map(e=>({tokenId:e.tokenId,timestamp:e.timeStamp}))})),g=new Map;return h.forEach(e=>{g.set(e.token.erc20TokenAddress.toLowerCase(),e)}),g}),m=async(e,n,d,f,p=6,m=d.map(()=>0),h=!1,g=!1)=>{let{userKeys:_}=e,v=[],y=[];if(d.length===0)return[];let b=await u.getInputUtxoAndBalancePerToken({hinkal:e,sliceIfMore6:!1,ensuredTokensWithId:d.map((e,t)=>({erc20TokenAddress:d[t],tokenId:m[t]})),allowRemoteDecryption:!0,useBlockedUtxos:g,chainId:n}),x=0;for(let e=0;e<d.length;e+=1)if(h===!1){let t=b.get(c.encodeTokenWithId(n,{erc20TokenAddress:d[e],tokenId:m[e]}))??[];if(!t)throw Error(`Missing utxos for token`);x=Math.max(t.length,x),y.push(t)}else y.push([]);return x===2?y:(y.forEach((e,c)=>{if(e.length>p){let t=e.slice(0,p),o=t.reduce((e,t)=>e+t.amount,0n);if(f[c]<0n&&o<-f[c]){let e=a.getERC20Token(d[c],n),t=e.decimals===18?6:2,l=Number(i.getAmountWithPrecision(o,e,t));throw new s.ErrorWithAmount(l,`${r.DIRECTLY_SHOW_MESSAGE_ERROR_CODES.UTXO_LIMITATIONS}. Please try again with ${l} ${e.symbol}, including gas fees.`)}v.push(t)}else if(e.length<=p){let r=[...e],i=p-e.length;for(;i>0;){--i;let e=t.isSolanaLike(n),a=e?d[c]:void 0,s=e?l.formatMintAddress(d[c]).compressedAddress:d[c];r.push(new o.Utxo({amount:0n,erc20TokenAddress:s,mintAddress:a,shieldedPrivateKey:_.getShieldedPrivateKey(),tokenId:m[c]}))}v.push(r)}}),v)};exports.addPaddingToUtxos=m,exports.getShieldedBalance=p;
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import { ethers } from 'ethers';
|
|
2
2
|
type ABIType = ConstructorParameters<typeof ethers.Interface>[0];
|
|
3
3
|
export declare function getTransactionLogEvents(chainId: number, txHash: string, contractAddress: string, contractABI: ABIType): Promise<{
|
|
4
|
-
transactionHash:
|
|
5
|
-
from:
|
|
6
|
-
to:
|
|
7
|
-
blockNumber:
|
|
8
|
-
events:
|
|
9
|
-
name: string;
|
|
10
|
-
args: ethers.Result;
|
|
11
|
-
}[];
|
|
4
|
+
transactionHash: any;
|
|
5
|
+
from: any;
|
|
6
|
+
to: any;
|
|
7
|
+
blockNumber: any;
|
|
8
|
+
events: any;
|
|
12
9
|
}>;
|
|
13
10
|
export {};
|
package/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const ee=require(`./types/approvals.types.cjs`),e=require(`./types/circom-data.types.cjs`),te=require(`./types/ethereum-network.types.cjs`),ne=require(`./types/external-action.types.cjs`),re=require(`./constants/conversion.constants.cjs`),ie=require(`./constants/deploy-data/deploy-data-bnbMainnet.json.cjs`),ae=require(`./constants/deploy-data/deploy-data-arbMainnet.json.cjs`),oe=require(`./constants/deploy-data/deploy-data-ethMainnet.json.cjs`),se=require(`./constants/deploy-data/deploy-data-optimism.json.cjs`),ce=require(`./constants/deploy-data/deploy-data-polygon.json.cjs`),le=require(`./constants/deploy-data/deploy-data-avalanche.json.cjs`),ue=require(`./constants/deploy-data/deploy-data-base.json.cjs`),de=require(`./constants/deploy-data/deploy-data-localhost.json.cjs`),fe=require(`./constants/deploy-data/deploy-data-arcTestnet.json.cjs`),pe=require(`./constants/deploy-data/deploy-data-solana.json.cjs`),me=require(`./constants/deploy-data/deploy-data-tronNile.json.cjs`),he=require(`./constants/deploy-data/deploy-data-tronMainnet.json.cjs`),t=require(`./functions/utils/serialize.utils.cjs`),n=require(`./constants/vite.constants.cjs`),r=require(`./constants/chains.constants.cjs`),i=require(`./constants/protocol.constants.cjs`),a=require(`./constants/fees.constants.cjs`),o=require(`./types/hinkal.types.cjs`),s=require(`./types/kyc.types.cjs`),ge=require(`./types/token.types.cjs`),_e=require(`./types/slippage.types.cjs`),c=require(`./types/transactions.types.cjs`),ve=require(`./types/rewards.types.cjs`),ye=require(`./types/admin.types.cjs`),l=require(`./types/activities.types.cjs`),be=require(`./types/transaction.types.cjs`),xe=require(`./types/balances.types.cjs`),Se=require(`./types/cache.types.cjs`),Ce=require(`./types/token-prices.types.cjs`),u=require(`./types/new-rewards.type.cjs`),we=require(`./types/RewardUserEnums.cjs`),Te=require(`./types/generatePoints.cjs`),Ee=require(`./types/eip5792.types.cjs`),De=require(`./types/confirmation-request.types.cjs`),Oe=require(`./types/offscreen.types.cjs`),ke=require(`./types/scheduled-transactions.types.cjs`),Ae=require(`./types/onramp.types.cjs`),je=require(`./types/events.types.cjs`),Me=require(`./types/pay-activities.types.cjs`),Ne=require(`./types/schedule.types.cjs`);require(`./types/index.cjs`);const d=require(`./constants/server.constants.cjs`),f=require(`./API/getServerURL.cjs`),p=require(`./constants/coingecko.constants.cjs`),m=require(`./API/getCoingeckoPrice.cjs`),Pe=require(`./data-structures/http/BasicHttpClient.cjs`),Fe=require(`./data-structures/http/HttpClient.cjs`),Ie=require(`./API/callOneInchAPI.cjs`),h=require(`./API/callRelayer.cjs`),Le=require(`./API/getGasEstimates.cjs`),Re=require(`./API/getTokenPrice.cjs`),ze=require(`./API/checkRisk.cjs`),Be=require(`./API/relayCalls.cjs`),Ve=require(`./API/token-calls.cjs`),He=require(`./functions/utils/get-signature-header.cjs`),Ue=require(`./API/generate-trading-points.cjs`),g=require(`./API/brotherhoodCalls.cjs`),We=require(`./functions/utils/caseInsensitive.utils.cjs`),_=require(`./functions/utils/addresses.cjs`),v=require(`./API/seedless-calls.cjs`),Ge=require(`./API/scheduled-transactions-calls.cjs`),y=require(`./API/temporaryWalletCalls.cjs`),Ke=require(`./API/privateSendRecipientInfoCalls.cjs`),qe=require(`./API/privateSendEmailNotificationsCalls.cjs`),Je=require(`./API/API.cjs`),b=require(`./API/tenderly.api.cjs`),Ye=require(`./API/callLifiAPI.cjs`),Xe=require(`./constants/assets.constants.cjs`),Ze=require(`./constants/token-data/ERC20Registry.cjs`),x=require(`./constants/token-data/index.cjs`),Qe=require(`./externalABIs/amToken.cjs`),$e=require(`./externalABIs/BUSD.cjs`),et=require(`./externalABIs/DAI.cjs`),tt=require(`./externalABIs/SanctionsList.cjs`),nt=require(`./externalABIs/USDC.cjs`),rt=require(`./externalABIs/USDR.cjs`),it=require(`./externalABIs/USDR3CRV.cjs`),at=require(`./externalABIs/USDT.cjs`),ot=require(`./externalABIs/WETH.cjs`),st=require(`./externalABIs/OptimismGasPriceOracle.json.cjs`),ct=require(`./externalABIs/NodeInterfaceABI.json.cjs`),S=require(`./externalABIs/index.cjs`),C=require(`./constants/contracts.constants.cjs`),lt=require(`./functions/kyc/openDefaultPassportWindow.cjs`),w=require(`./constants/kyc.constants.cjs`),ut=require(`./constants/backend.constants.cjs`),T=require(`./constants/rewards.constants.cjs`),dt=require(`./constants/reorg-depths.constants.cjs`),ft=require(`./constants/mediaUrls.constants.cjs`),E=require(`./constants/permit2.constants.cjs`),D=require(`./constants/addresses.constants.cjs`),O=require(`./error-handling/error-codes.constants.cjs`),k=require(`./functions/web3/etherFunctions.cjs`),pt=require(`./data-structures/custom-token-registry/CustomTokenRegistry.cjs`),A=require(`./functions/utils/amounts.utils.cjs`),mt=require(`./constants/tokens.constants.cjs`),j=require(`./functions/utils/erc20tokenFunctions.cjs`),ht=require(`./constants/token.limits.constants.cjs`),gt=require(`./constants/balance.constants.cjs`),M=require(`./constants/bridging.constants.cjs`),_t=require(`./constants/wallet.constants.cjs`),vt=require(`./constants/presale.constants.cjs`),yt=require(`./constants/lifi.constants.cjs`),bt=require(`./constants/oauthUrls.constants.cjs`),xt=require(`./constants/activity.constants.cjs`),N=require(`./constants/tasks.constants.cjs`),St=require(`./constants/events.constants.cjs`),P=require(`./constants/function-signatures.constants.cjs`),Ct=require(`./constants/okx.constants.cjs`),wt=require(`./constants/link.constant.cjs`),F=require(`./constants/tx-confirmation.constants.cjs`),Tt=require(`./constants/schedule.constants.cjs`),Et=require(`./constants/images.constants.cjs`),Dt=require(`./constants/pay.constants.cjs`),Ot=require(`./constants/non-circular-tokens.constants.cjs`);require(`./constants/index.cjs`);const I=require(`./API/getWebsiteURL.cjs`),kt=require(`./API/resolve-sns.cjs`),At=require(`./API/admin-calls.cjs`);require(`./API/index.cjs`);const jt=require(`./crypto/poseidon.cjs`),Mt=require(`./crypto/babyJub.cjs`),Nt=require(`./crypto/preProcessing.cjs`);require(`./crypto/index.cjs`);const Pt=require(`./data-structures/ValueCache/ValueCache.cjs`),Ft=require(`./data-structures/crypto-keys/keyUtils.cjs`),L=require(`./data-structures/crypto-keys/keys.cjs`),R=require(`./functions/utils/time.utils.cjs`),It=require(`./data-structures/utxo/Utxo.cjs`),z=require(`./data-structures/crypto-keys/decodeUTXO.cjs`),B=require(`./data-structures/crypto-keys/encryptDecryptUtxo.cjs`),V=require(`./functions/pre-transaction/solana.cjs`),Lt=require(`./functions/web3/functionCalls/accessTokenCalls.cjs`),Rt=require(`./error-handling/customErrors/ErrorWithAmount.cjs`),zt=require(`./error-handling/customErrors/FeeOverTransactionValueError.cjs`),Bt=require(`./error-handling/types.cjs`),Vt=require(`./error-handling/customErrors/customErrors.helpers.cjs`),Ht=require(`./error-handling/customErrors/SimulationFailureError.cjs`),Ut=require(`./error-handling/customErrors/ErrorWithTx.cjs`),Wt=require(`./error-handling/customErrors/ErrorWithIndex.cjs`),Gt=require(`./functions/utils/upToDateState.cjs`),Kt=require(`./functions/utils/getDataFromTransaction.cjs`),qt=require(`./functions/utils/getContractAddress.cjs`),H=require(`./functions/utils/cacheFunctions.cjs`),Jt=require(`./functions/utils/solanaMint.utils.cjs`),U=require(`./functions/utils/tron.utils.cjs`),W=require(`./functions/web3/events/getInputUtxoAndBalance.cjs`),Yt=require(`./error-handling/logError.cjs`),Xt=require(`./error-handling/logger.cjs`),G=require(`./functions/utils/string.utils.cjs`),Zt=require(`./functions/utils/token-check.utils.cjs`),Qt=require(`./data-structures/TokenDBs/token-visibility-db.cjs`),$t=require(`./data-structures/TokenDBs/PrivateTokensDB.cjs`),en=require(`./functions/utils/mutexes.utils.cjs`),tn=require(`./functions/web3/events/getShieldedBalance.cjs`),nn=require(`./functions/pre-transaction/outputUtxoProcessing.cjs`),rn=require(`./functions/utils/external-action.utils.cjs`),K=require(`./functions/snarkjs/common.snarkjs.cjs`),an=require(`./functions/snarkjs/generateZkProof.cjs`),q=require(`./functions/utils/fees.utils.cjs`),on=require(`./functions/utils/create-provider.cjs`),sn=require(`./functions/utils/requireEnv.cjs`),cn=require(`./functions/utils/resolve-sync.utils.cjs`),ln=require(`./functions/utils/convertIntegrationProviderToExternalActionId.cjs`),un=require(`./functions/pre-transaction/interaction-to-action.cjs`),dn=require(`./functions/pre-transaction/process-gas-estimates.cjs`),fn=require(`./functions/pre-transaction/getFlatFees.cjs`),pn=require(`./functions/utils/processUseApprovalUtxoData.cjs`),mn=require(`./functions/pre-transaction/outputApprovalDataProcessing.cjs`),hn=require(`./error-handling/get-error.message.cjs`);require(`./error-handling/index.cjs`);const gn=require(`./data-structures/token-price-fetcher/TokenChecker.cjs`),_n=require(`./functions/pre-transaction/getVolatileTransferAmount.cjs`),vn=require(`./functions/pre-transaction/constructAdminData.cjs`),yn=require(`./functions/pre-transaction/addressTableLookup.cjs`),bn=require(`./functions/pre-transaction/solana-public-signals.cjs`),xn=require(`./functions/pre-transaction/convert-okx-instructions.cjs`),Sn=require(`./data-structures/AccountActions/AccountActions.cjs`),Cn=require(`./functions/web3/getSolanaPriorityFee.cjs`),wn=require(`./functions/utils/process.utils.cjs`),J=require(`./functions/pre-transaction/sendV0Transaction.cjs`),Tn=require(`./functions/pre-transaction/store-proof.cjs`),En=require(`./functions/utils/bytes32.utils.cjs`),Dn=require(`./functions/pre-transaction/sendInitNullifiersTransaction.cjs`),On=require(`./functions/pre-transaction/initTokenLimitIfNeeded.cjs`),kn=require(`./functions/pre-transaction/recipientUtxoProcessing.cjs`),An=require(`./functions/pre-transaction/store-instructions.cjs`),jn=require(`./functions/pre-transaction/ensureAmountChanges.cjs`),Mn=require(`./functions/pre-transaction/getFeeStructure.cjs`),Nn=require(`./functions/pre-transaction/getKycAndSignatureData.cjs`),Pn=require(`./functions/pre-transaction/waitForDepositedUtxosInMerkleTree.cjs`),Fn=require(`./functions/utils/evmNetworkFunctions.cjs`),In=require(`./functions/utils/userAgent.cjs`),Ln=require(`./functions/utils/reloadPage.cjs`),Rn=require(`./functions/utils/nickname.utils.cjs`),zn=require(`./data-structures/cacheDevices/FileCacheDevice.cjs`),Bn=require(`./data-structures/cacheDevices/LocalStorageCacheDevice.cjs`),Vn=require(`./functions/utils/cacheDevice.utils.cjs`),Hn=require(`./functions/utils/getBlockExplorerUrl.cjs`),Un=require(`./functions/utils/involves-permit2-op.cjs`),Wn=require(`./functions/utils/convertEmporiumOpToCallInfo.cjs`),Gn=require(`./functions/utils/getRecipientInfoFromUserKeys.cjs`),Y=require(`./functions/utils/publicBalance.utils.cjs`),Kn=require(`./functions/utils/rpc-int-encode.cjs`),qn=require(`./functions/utils/arraysMatch.cjs`),Jn=require(`./functions/utils/trimFieldValues.cjs`),Yn=require(`./functions/utils/walletBalances.utils.cjs`),Xn=require(`./functions/utils/nftTokenFunctions.cjs`),Zn=require(`./functions/utils/inLogicMetadata.cjs`),Qn=require(`./functions/utils/networks.utils.cjs`),$n=require(`./functions/utils/is-valid-url.cjs`),er=require(`./functions/utils/postToOffscreen.cjs`),X=require(`./functions/utils/prepareHinkal.cjs`),tr=require(`./functions/utils/getUtxosFromReceipt.utils.cjs`),nr=require(`./functions/utils/getUtxosFromReceiptSolana.cjs`),rr=require(`./functions/utils/proxyAvatar.utils.cjs`),ir=require(`./functions/utils/validateUsername.cjs`),ar=require(`./functions/utils/serialize-utxos.utils.cjs`),or=require(`./functions/utils/enclave-utxo-storage.cjs`),sr=require(`./functions/utils/enclave-signature-storage.cjs`),cr=require(`./functions/utils/tx-confirmation.utils.cjs`),lr=require(`./functions/utils/buildClaimableDepositPlan.cjs`),ur=require(`./functions/utils/tronSimulation.utils.cjs`),dr=require(`./functions/utils/getSignerFromContract.cjs`),fr=require(`./functions/utils/getWalletGroupKey.utils.cjs`),pr=require(`./data-structures/merkle-tree/MerkleTreeIncompleteError.cjs`),mr=require(`./data-structures/merkle-tree/MerkleTree.cjs`),hr=require(`./data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.cjs`),gr=require(`./functions/snarkjs/fetchOnChainRootHashes.cjs`),_r=require(`./functions/snarkjs/constructGeneralZkProof.cjs`),vr=require(`./data-structures/Hinkal/hinkalDeposit.cjs`),Z=require(`./functions/private-wallet/emporium.helpers.cjs`),yr=require(`./functions/snarkjs/constructEmporiumProof.cjs`),br=require(`./functions/snarkjs/constructSolanaZkProof.cjs`),xr=require(`./functions/kyc/passportHelper.cjs`),Sr=require(`./functions/web3/events/balanceChangedHandler.cjs`),Cr=require(`./functions/web3/events/balanceChangedCustomHandler.cjs`),wr=require(`./functions/web3/events/getApprovedBalance.cjs`),Tr=require(`./functions/web3/events/getTransactionLogEvents.cjs`),Q=require(`./functions/web3/uniswapAPI.cjs`),Er=require(`./functions/web3/odosAPI.cjs`),Dr=require(`./functions/web3/oneInchAPI.cjs`),Or=require(`./functions/web3/lifiAPI.cjs`),kr=require(`./functions/web3/okxAPI.cjs`),Ar=require(`./functions/web3/runContractFunction.cjs`),jr=require(`./functions/web3/getTokenHolder.cjs`),Mr=require(`./functions/web3/EIP-712.cjs`),Nr=require(`./functions/web3/signAndSendSerializedTransaction.cjs`),$=require(`./functions/web3/connectors.utils.cjs`),Pr=require(`./functions/web3/tron-wagmi-adapter.cjs`),Fr=require(`./functions/web3/crypto.cjs`),Ir=require(`./functions/kyc/checkTokenLimitsUSD.cjs`),Lr=require(`./functions/private-wallet/opProducer.cjs`),Rr=require(`./functions/private-wallet/emporium.swap.helpers.cjs`),zr=require(`./functions/auto-deposit-back-helpers/get-tokens-to-deposit-back.cjs`),Br=require(`./functions/auto-deposit-back-helpers/get-gas-token-records.cjs`),Vr=require(`./functions/auto-deposit-back-helpers/select-gas-token.cjs`),Hr=require(`./functions/auto-deposit-back-helpers/update-hinkal.cjs`);require(`./functions/index.cjs`);const Ur=require(`./data-structures/Hinkal/hinkalDepositAndWithdraw.cjs`),Wr=require(`./data-structures/Hinkal/hinkalSwap.cjs`),Gr=require(`./data-structures/Hinkal/hinkalWithdraw.cjs`),Kr=require(`./data-structures/event-service/evm/AbstractEventService.cjs`),qr=require(`./data-structures/event-service/evm/AbstractSnapshotService.cjs`),Jr=require(`./data-structures/event-service/evm/AbstractAccessTokenSnapshotService.cjs`),Yr=require(`./data-structures/event-service/evm/AbstractCommitmentsSnapshotService.cjs`),Xr=require(`./data-structures/event-service/evm/AbstractApprovalsSnapshotService.cjs`),Zr=require(`./data-structures/event-service/evm/AbstractNullifierSnapshotService.cjs`),Qr=require(`./data-structures/BlockchainEvent/BlockchainEvent.cjs`),$r=require(`./data-structures/event-service/evm/BlockchainEventEmitter.cjs`),ei=require(`./data-structures/event-service/evm/PollingBlockchainEventEmitter.cjs`),ti=require(`./data-structures/event-service/evm/ClientBlockchainEventEmitter.cjs`),ni=require(`./data-structures/event-service/solana/SolanaBlockchainEventEmitter.cjs`),ri=require(`./data-structures/event-service/solana/ClientSolanaBlockchainEventEmitter.cjs`),ii=require(`./data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.cjs`),ai=require(`./data-structures/event-service/solana/AbstractSolanaEventService.cjs`),oi=require(`./data-structures/event-service/solana/AbstractSolanaSnapshotService.cjs`),si=require(`./data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.cjs`),ci=require(`./data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.cjs`),li=require(`./data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.cjs`),ui=require(`./data-structures/snapshot/SnapshotFetcherService.cjs`),di=require(`./data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.cjs`),fi=require(`./data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.cjs`),pi=require(`./data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.cjs`),mi=require(`./data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.cjs`),hi=require(`./data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.cjs`),gi=require(`./data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.cjs`),_i=require(`./data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.cjs`),vi=require(`./data-structures/Hinkal/resetMerkleTrees.cjs`),yi=require(`./data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.cjs`),bi=require(`./data-structures/IndexedDB/activity-db.cjs`),xi=require(`./data-structures/IndexedDB/balances-db.cjs`),Si=require(`./data-structures/IndexedDB/private-balances-db.cjs`),Ci=require(`./data-structures/IndexedDB/prices-db.cjs`),wi=require(`./data-structures/IndexedDB/contact-db.cjs`),Ti=require(`./data-structures/IndexedDB/signatures-db.cjs`),Ei=require(`./data-structures/IndexedDB/pay-activity-db.cjs`),Di=require(`./data-structures/Hinkal/hinkalPrivateWallet.cjs`),Oi=require(`./data-structures/TokenDBs/ArcPublicTokensDB.cjs`),ki=require(`./data-structures/TokenDBs/PublicTokensDB.cjs`),Ai=require(`./data-structures/Hinkal/hinkalProxySwap.cjs`),ji=require(`./data-structures/Hinkal/hinkalTransfer.cjs`),Mi=require(`./data-structures/Hinkal/hinkalSolanaTransfer.cjs`),Ni=require(`./data-structures/Hinkal/hinkalSolanaProxySend.cjs`),Pi=require(`./data-structures/Hinkal/hinkalSolanaProxySwap.cjs`),Fi=require(`./data-structures/Hinkal/hinkalSolanaProxyShield.cjs`),Ii=require(`./data-structures/Hinkal/hinkalClaimUtxo.cjs`),Li=require(`./data-structures/Hinkal/hinkalSolanaProoflessDeposit.cjs`),Ri=require(`./data-structures/Hinkal/hinkalSolanaClaimUtxo.cjs`),zi=require(`./data-structures/Hinkal/hinkalWithdrawStuckUtxos.cjs`),Bi=require(`./data-structures/Hinkal/Hinkal.cjs`),Vi=require(`./data-structures/transactions-manager/history/history.types.cjs`),Hi=require(`./data-structures/presale/PresaleContractWrapper.cjs`),Ui=require(`./data-structures/ApprovalDBs/EventsPublicApprovalsDB.cjs`);require(`./data-structures/index.cjs`);const Wi=require(`./mutexes/mutex.cjs`);require(`./mutexes/index.cjs`),exports.ACCESS_TOKEN_MINTING_POINTS=T.ACCESS_TOKEN_MINTING_POINTS,exports.ACCESS_TOKEN_RECLAIM_POINTS=T.ACCESS_TOKEN_RECLAIM_POINTS,exports.ACHIEVEMENTS=N.ACHIEVEMENTS,exports.AIPRISE_KYB_TEMPLATE_ID_PROD=w.AIPRISE_KYB_TEMPLATE_ID_PROD,exports.AIPRISE_KYC_TEMPLATE_ID_PROD=w.AIPRISE_KYC_TEMPLATE_ID_PROD,exports.ALCHEMY_API_KEY=r.ALCHEMY_API_KEY,exports.ALCHEMY_TEST_KEY=r.ALCHEMY_TEST_KEY,exports.API=Je.API,exports.API_CONFIG=d.API_CONFIG,exports.APPROVED_UTXO_CONVERSION_COUNT=re.APPROVED_UTXO_CONVERSION_COUNT,exports.APPROVE_FUNCTION_SIGNATURE=P.APPROVE_FUNCTION_SIGNATURE,exports.ARC_TESTNET_USDC_ADDRESS=i.ARC_TESTNET_USDC_ADDRESS,exports.AbstractAccessTokenSnapshotService=Jr.AbstractAccessTokenSnapshotService,exports.AbstractApprovalsSnapshotService=Xr.AbstractApprovalsSnapshotService,exports.AbstractCommitmentsSnapshotService=Yr.AbstractCommitmentsSnapshotService,exports.AbstractEventService=Kr.AbstractEventService,exports.AbstractNullifierSnapshotService=Zr.AbstractNullifierSnapshotService,exports.AbstractSnapshotService=qr.AbstractSnapshotService,exports.AbstractSolanaAccessTokenSnapshotService=li.AbstractSolanaAccessTokenSnapshotService,exports.AbstractSolanaCommitmentsSnapshotService=ci.AbstractSolanaCommitmentsSnapshotService,exports.AbstractSolanaEventService=ai.AbstractSolanaEventService,exports.AbstractSolanaNullifierSnapshotService=si.AbstractSolanaNullifierSnapshotService,exports.AbstractSolanaSnapshotService=oi.AbstractSolanaSnapshotService,exports.AccountActions=Sn.AccountActions,exports.AchievementTiers=u.AchievementTiers,exports.ActivityStatus=l.ActivityStatus,exports.ActivityStorage=bi.ActivityStorage,exports.ActivityTypes=l.ActivityTypes,exports.AdminTransactionType=ye.AdminTransactionType,exports.AmTokenABI=Qe.abi,exports.ApprovalType=ge.ApprovalType,exports.ArcPublicTokensDB=Oi.ArcPublicTokensDB,exports.AssetChangeType=i.AssetChangeType,exports.BANNED_WALLET_IDS=wt.BANNED_WALLET_IDS,exports.BPS_DENOMINATOR=a.BPS_DENOMINATOR,exports.BRIDGE_SUPPORTED_CHAINS=r.BRIDGE_SUPPORTED_CHAINS,exports.BRIDGING_URLS=M.BRIDGING_URLS,exports.BROTHERHOOD_TASKS=N.BROTHERHOOD_TASKS,exports.BUSDABI=$e.abi,exports.BabABI=S.BabABI,exports.BasicHttpClient=Pe.BasicHttpClient,exports.BlockchainEvent=Qr.BlockchainEvent,exports.BlockchainEventEmitter=$r.BlockchainEventEmitter,exports.BrotherhoodTaskTypes=u.BrotherhoodTaskTypes,exports.CERTIFICATION_DISABLE_WEEK=T.CERTIFICATION_DISABLE_WEEK,exports.CIRCOM_MERKLE_LENGTH=i.CIRCOM_MERKLE_LENGTH,exports.CIRCOM_P=i.CIRCOM_P,exports.CIRCOM_P_HALF=i.CIRCOM_P_HALF,exports.COINGECKO_API_KEY=p.COINGECKO_API_KEY,exports.COMPUTE_UNIT_PADDING_PERCENTAGE=i.COMPUTE_UNIT_PADDING_PERCENTAGE,exports.CallsStatus=Ee.CallsStatus,exports.ClientAccessTokenSnapshotService=mi.ClientAccessTokenSnapshotService,exports.ClientApprovalsSnapshotService=_i.ClientApprovalsSnapshotService,exports.ClientBlockchainEventEmitter=ti.ClientBlockchainEventEmitter,exports.ClientCommitmentsSnapshotService=hi.ClientCommitmentsSnapshotService,exports.ClientNullifierSnapshotService=gi.ClientNullifierSnapshotService,exports.ClientSolanaAccessTokenSnapshotService=pi.ClientSolanaAccessTokenSnapshotService,exports.ClientSolanaBlockchainEventEmitter=ri.ClientSolanaBlockchainEventEmitter,exports.ClientSolanaCommitmentsSnapshotService=di.ClientSolanaCommitmentsSnapshotService,exports.ClientSolanaNullifierSnapshotService=fi.ClientSolanaNullifierSnapshotService,exports.CoinGeckoChainLabels=p.CoinGeckoChainLabels,exports.ConfirmationRequestType=De.ConfirmationRequestType,exports.ContractType=te.ContractType,exports.CustomJSONParse=t.CustomJSONParse,exports.CustomJSONStringify=t.CustomJSONStringify,exports.DAILY_TASKS=N.DAILY_TASKS,exports.DATA_SERVER_CONFIG=d.DATA_SERVER_CONFIG,exports.DATA_SERVER_URL=f.DATA_SERVER_URL,exports.DATA_SERVER_URL_ENDPOINT=d.DATA_SERVER_URL_ENDPOINT,exports.DATA_SERVER_URL_LOCAL=d.DATA_SERVER_URL_LOCAL,exports.DEFAULT_BRIDGING_SLIPPAGE=M.DEFAULT_BRIDGING_SLIPPAGE,exports.DEPLOYMENT_MODE=n.DEPLOYMENT_MODE,exports.DIRECTLY_SHOW_MESSAGE_ERROR_CODES=O.DIRECTLY_SHOW_MESSAGE_ERROR_CODES,exports.DepositAndWithdrawPhase=ke.DepositAndWithdrawPhase,exports.DexProviders=l.DexProviders,exports.EIP1271_FAILURE=i.EIP1271_FAILURE,exports.EIP1271_SUCCESS=i.EIP1271_SUCCESS,exports.ERC1155ABI=S.ERC1155ABI,exports.ERC20ABI=S.ERC20ABI,exports.ERC721ABI=S.ERC721ABI,exports.EVENTS_INITIAL_BLOCKS=St.EVENTS_INITIAL_BLOCKS,exports.EXTENDED_NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS=a.EXTENDED_NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS,exports.EncryptionKeyPairDefaultValue=L.EncryptionKeyPairDefaultValue,exports.ErrorCategory=Bt.ErrorCategory,exports.ErrorWithAmount=Rt.ErrorWithAmount,exports.ErrorWithIndex=Wt.ErrorWithIndex,exports.ErrorWithRelayerTransaction=Ut.ErrorWithRelayerTransaction,exports.EthereumNetworkType=r.EthereumNetworkType,exports.EventCategory=je.EventCategory,exports.EventType=o.EventType,exports.EventsPublicApprovalsDB=Ui.EventsPublicApprovalsDB,exports.ExternalActionId=ne.ExternalActionId,exports.FeeOverTransactionValueError=zt.FeeOverTransactionValueError,exports.FileCacheDevice=zn.FileCacheDevice,exports.GalxeABI=S.GalxeABI,exports.GetCallsStatusCode=Ee.GetCallsStatusCode,exports.HELIUS_RPC_URL=r.HELIUS_RPC_URL,exports.HINKAL_DEPOSIT_AND_WITHDRAW_VARIABLE_RATE=i.HINKAL_DEPOSIT_AND_WITHDRAW_VARIABLE_RATE,exports.HINKAL_PRIVATE_SEND_VARIABLE_RATE=i.HINKAL_PRIVATE_SEND_VARIABLE_RATE,exports.HINKAL_SUPPORTED_CHAINS=r.HINKAL_SUPPORTED_CHAINS,exports.HINKAL_SWAP_VARIABLE_RATE=i.HINKAL_SWAP_VARIABLE_RATE,exports.Hinkal=Bi.Hinkal,exports.HinkalLogicAction=o.HinkalLogicAction,exports.IMAGE_PATHS=Xe.IMAGE_PATHS,exports.INTERACTION=o.INTERACTION,exports.ISwapRouterABI=S.ISwapRouterABI,exports.IntegrationProvider=o.IntegrationProvider,exports.IntegrationProviderNames=l.IntegrationProviderNames,exports.KYC_LIMIT=w.KYC_LIMIT,exports.KycVerificationResult=s.KycVerificationResult,exports.KycVerificationStatus=s.KycVerificationStatus,exports.LIFISCAN_URL=yt.LIFISCAN_URL,exports.LOW_AMOUNT_BRIDGING_SLIPPAGE=M.LOW_AMOUNT_BRIDGING_SLIPPAGE,exports.LOW_AMOUNT_USD_THRESHOLD=M.LOW_AMOUNT_USD_THRESHOLD,exports.LocalStorageCacheDevice=Bn.LocalStorageCacheDevice,exports.Logger=Xt.Logger,exports.LoginMessageMode=o.LoginMessageMode,exports.MAX_COMPUTE_UNIT_LIMIT=i.MAX_COMPUTE_UNIT_LIMIT,exports.MAX_DISPLAY_DECIMALS=gt.MAX_DISPLAY_DECIMALS,exports.MAX_FILE_SIZE_MB=Et.MAX_FILE_SIZE_MB,exports.MAX_MICRO_LAMPORTS_PER_CU=i.MAX_MICRO_LAMPORTS_PER_CU,exports.MERKLE_LEVELS=i.MERKLE_LEVELS,exports.MIN_COMPUTE_UNIT_LIMIT=i.MIN_COMPUTE_UNIT_LIMIT,exports.MIN_DAPP_BRIDGE_AMOUNT_USD=M.MIN_DAPP_BRIDGE_AMOUNT_USD,exports.MemberStatus=we.MemberStatus,exports.MerkleTree=mr.MerkleTree,exports.MerkleTreeIncompleteError=pr.MerkleTreeIncompleteError,exports.MessagesFromOffscreen=Oe.MessagesFromOffscreen,exports.MoonPayCurrencyType=Ae.MoonPayCurrencyType,exports.MultiThreadedUtxoUtils=yi.MultiThreadedUtxoUtils,exports.NATIVE_TOKEN_WRAPPER_ADDRESSES=D.NATIVE_TOKEN_WRAPPER_ADDRESSES,exports.NETWORKS=ut.NETWORKS,exports.NFT_1155_TRANSACTION_TYPE=i.NFT_1155_TRANSACTION_TYPE,exports.NFT_721_TRANSACTION_TYPE=i.NFT_721_TRANSACTION_TYPE,exports.NFT_APPROVE_FUNCTION_SIGNATURE=P.NFT_APPROVE_FUNCTION_SIGNATURE,exports.NFT_APPROVE_SINGLE_FUNCTION_SIGNATURE=P.NFT_APPROVE_SINGLE_FUNCTION_SIGNATURE,exports.NFT_TRANSACTION_TYPES=i.NFT_TRANSACTION_TYPES,exports.NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS=a.NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS,exports.NativeTokenSymbols=mt.NativeTokenSymbols,exports.NodeInterfaceABI=ct,exports.OKX_BASE_URL=Ct.OKX_BASE_URL,exports.OKX_SWAP_PATH=Ct.OKX_SWAP_PATH,exports.OldPointType=ve.OldPointType,exports.OpType=Lr.OpType,exports.PAY_SEND_VARIABLE_RATE=i.PAY_SEND_VARIABLE_RATE,exports.PERMIT2_APPROVE_FUNCTION_SIGNATURE=P.PERMIT2_APPROVE_FUNCTION_SIGNATURE,exports.PLAYGROUND_URL=d.PLAYGROUND_URL,exports.POINTS_BOOST_TASKS=N.POINTS_BOOST_TASKS,exports.PRODUCTION_URL=d.PRODUCTION_URL,exports.PROOFLESS_DEPOSIT_FEE_RECIPIENT_INFO=i.PROOFLESS_DEPOSIT_FEE_RECIPIENT_INFO,exports.PROVER_VERSION=i.PROVER_VERSION,exports.PROXY_AVATAR_INDEX_COUNT=rr.PROXY_AVATAR_INDEX_COUNT,exports.Passports=s.Passports,exports.PayActivityStatus=Me.PayActivityStatus,exports.PayActivityTypes=Me.PayActivityTypes,exports.PointsType=Te.PointsType,exports.PollingBlockchainEventEmitter=ei.PollingBlockchainEventEmitter,exports.PollingSolanaBlockchainEventEmitter=ii.PollingSolanaBlockchainEventEmitter,exports.PopularTokenSymbols=mt.PopularTokenSymbols,exports.PresaleContractWrapper=Hi.PresaleContractWrapper,exports.PrivateBalanceUpdateType=xe.PrivateBalanceUpdateType,exports.PrivateTokensDB=$t.PrivateTokensDB,exports.PublicTokensDB=ki.PublicTokensDB,exports.RECIPIENT_INFO_TARGET_POOL_SIZE=Dt.RECIPIENT_INFO_TARGET_POOL_SIZE,exports.RECLAIM_MESSAGE_TO_SIGN=w.RECLAIM_MESSAGE_TO_SIGN,exports.REFERRAL_BONUS_TASK=N.REFERRAL_BONUS_TASK,exports.RELAYERS_ARRAY=i.RELAYERS_ARRAY,exports.RELAYER_ADDRESS1=i.RELAYER_ADDRESS1,exports.RELAYER_ADDRESS2=i.RELAYER_ADDRESS2,exports.RELAYER_ADDRESS3=i.RELAYER_ADDRESS3,exports.RELAYER_CONFIG=d.RELAYER_CONFIG,exports.RELAYER_TX_CONFIRMATION_TIMEOUT=F.RELAYER_TX_CONFIRMATION_TIMEOUT,exports.RELAYER_URL=f.RELAYER_URL,exports.RELAYER_URL_ENDPOINT=d.RELAYER_URL_ENDPOINT,exports.RELAYER_URL_LOCAL=d.RELAYER_URL_LOCAL,exports.REWARDS_ENCRYPTION_PASSWORD=T.REWARDS_ENCRYPTION_PASSWORD,exports.REWARDS_MESSAGE_TO_SIGN=T.REWARDS_MESSAGE_TO_SIGN,exports.REWARDS_TASKS=N.REWARDS_TASKS,exports.REWARD_RECEIVABLE_TOKEN_SYMBOLS=T.REWARD_RECEIVABLE_TOKEN_SYMBOLS,exports.RafflePrizeType=ve.RafflePrizeType,exports.Rank=we.Rank,exports.ReclaimPassports=w.ReclaimPassports,exports.RevokeType=ee.RevokeType,exports.SCHEDULE_DELAY_OPTIONS=Tt.SCHEDULE_DELAY_OPTIONS,exports.SERVER_URL=f.SERVER_URL,exports.SERVER_URL_ENDPOINT=d.SERVER_URL_ENDPOINT,exports.SERVER_URL_LOCAL=d.SERVER_URL_LOCAL,exports.SNAPSHOT_SERVER_URL=f.SNAPSHOT_SERVER_URL,exports.SNAPSHOT_SERVER_URL_ENDPOINT=d.SNAPSHOT_SERVER_URL_ENDPOINT,exports.SNAPSHOT_SERVER_URL_LOCAL=d.SNAPSHOT_SERVER_URL_LOCAL,exports.SOLANA_BLOCKHEIGHT_EXPIRED_RETRY_COUNT=i.SOLANA_BLOCKHEIGHT_EXPIRED_RETRY_COUNT,exports.SOLANA_LOCKED_ACCOUNTS_LIMIT=i.SOLANA_LOCKED_ACCOUNTS_LIMIT,exports.SOLANA_LOOKUP_TABLE_VISIBILITY_MAX_POLL_ATTEMPTS=i.SOLANA_LOOKUP_TABLE_VISIBILITY_MAX_POLL_ATTEMPTS,exports.SOLANA_LOOKUP_TABLE_VISIBILITY_POLL_INTERVAL_MS=i.SOLANA_LOOKUP_TABLE_VISIBILITY_POLL_INTERVAL_MS,exports.SOLANA_NFT_INTERFACES=i.SOLANA_NFT_INTERFACES,exports.SOLANA_PUBLIC_INPUT_PART_ONE_LENGTH=i.SOLANA_PUBLIC_INPUT_PART_ONE_LENGTH,exports.STAGING_URL=d.STAGING_URL,exports.SWAP_FEE_TAKER_ADDRESSES=D.SWAP_FEE_TAKER_ADDRESSES,exports.SWAP_ROUTER_ADDRESSES=D.SWAP_ROUTER_ADDRESSES,exports.ScheduleDelayOption=Ne.ScheduleDelayOption,exports.ScheduledTransactionStatus=ke.ScheduledTransactionStatus,exports.SimulationFailureError=Ht.SimulationFailureError,exports.SlippageType=_e.SlippageType,exports.SnapshotFetcherService=ui.SnapshotFetcherService,exports.SolanaBlockchainEventEmitter=ni.SolanaBlockchainEventEmitter,exports.StandardPassports=w.StandardPassports,exports.StorageKeys=Se.StorageKeys,exports.SupportedPassports=w.SupportedPassports,exports.TEN_PERCENT_BPS=a.TEN_PERCENT_BPS,exports.TOKEN_LIMITS=ht.TOKEN_LIMITS,exports.TOKEN_PRICE_STATUS=Ce.TOKEN_PRICE_STATUS,exports.TOKEN_VALUE_UNLIMITED_THRESHOLD=i.TOKEN_VALUE_UNLIMITED_THRESHOLD,exports.TRON_DEFAULT_FEE_LIMIT_SUN=i.TRON_DEFAULT_FEE_LIMIT_SUN,exports.TRON_TESTNET_USDT_ADDRESS=i.TRON_TESTNET_USDT_ADDRESS,exports.TRON_USDT_ADDRESS=i.TRON_USDT_ADDRESS,exports.TVL_CHANGER_ACTIVITY_TYPES=xt.TVL_CHANGER_ACTIVITY_TYPES,exports.TX_CONFIRMATION_CONFIRMATIONS_COUNT=F.TX_CONFIRMATION_CONFIRMATIONS_COUNT,exports.TX_CONFIRMATION_TIMEOUT=F.TX_CONFIRMATION_TIMEOUT,exports.TX_CONFIRMATION_TIMEOUT_EXTENDED=F.TX_CONFIRMATION_TIMEOUT_EXTENDED,exports.TaskCategory=u.TaskCategory,exports.TaskTypes=u.TaskTypes,exports.TokenChangeType=l.TokenChangeType,exports.TokenChecker=gn.TokenChecker,exports.TokenPriceTimeframe=Ce.TokenPriceTimeframe,exports.TokenType=i.TokenType,exports.TradingType=Te.TradingType,exports.TransactionAction=c.TransactionAction,exports.TransactionReceiptStatus=c.TransactionReceiptStatus,exports.TransactionRequestType=be.TransactionRequestType,exports.TransactionStatus=c.TransactionStatus,exports.TransactionType=Vi.TransactionType,exports.TransferVisibility=Me.TransferVisibility,exports.USDCABI=nt.abi,exports.USDR3CRVABI=it.abi,exports.USDRABI=rt.abi,exports.USDTABI=at.abi,exports.UserFriendlyErrorCodes=O.UserFriendlyErrorCodes,exports.UserKeys=L.UserKeys,exports.UserProgress=o.UserProgress,exports.Utxo=It.Utxo,exports.VERIFICATION_ROUTES=d.VERIFICATION_ROUTES,exports.VERIFICATION_TYPE=s.VERIFICATION_TYPE,exports.ValueCache=Pt.ValueCache,exports.VerificationTypes=s.VerificationTypes,exports.WALLETS_SKIP_MPC_FLOW=_t.WALLETS_SKIP_MPC_FLOW,exports.WALLET_API=b.WALLET_API,exports.WALLET_SUPPORTED_CHAINS=r.WALLET_SUPPORTED_CHAINS,exports.WALLET_TASK_VERIFICATION_TYPES=d.WALLET_TASK_VERIFICATION_TYPES,exports.WELCOME_TASKS=N.WELCOME_TASKS,exports.WETHABI=ot.abi,exports.WETH_ERC20_TOKEN_ADDRESS=D.WETH_ERC20_TOKEN_ADDRESS,exports.WRAPPER_TOKEN_EXCHANGE_ADDRESSES=D.WRAPPER_TOKEN_EXCHANGE_ADDRESSES,exports.abiDecodeUtxo=z.abiDecodeUtxo,exports.absBigInt=A.absBigInt,exports.activityStorage=bi.activityStorage,exports.addPaddingToUtxos=tn.addPaddingToUtxos,exports.addTemporaryWalletNonce=y.addTemporaryWalletNonce,exports.addressToHexFormat=U.addressToHexFormat,exports.advancedToBigInt=A.advancedToBigInt,exports.aggregateTokenChanges=j.aggregateTokenChanges,exports.aipriseBaseOnboardingProductionUrl=w.aipriseBaseOnboardingProductionUrl,exports.aipriseBaseOnboardingSandboxUrl=w.aipriseBaseOnboardingSandboxUrl,exports.allocatePrivateSendRecipientInfos=Ke.allocatePrivateSendRecipientInfos,exports.allowanceHolder=E.allowanceHolder,exports.arbMainnetData=ae,exports.arbMainnetRegistry=x.arbMainnetRegistry,exports.arbMainnetRegistryFixed=x.arbMainnetRegistryFixed,exports.arcPublicTokensDB=Oi.arcPublicTokensDB,exports.arcTestnetData=fe,exports.arcTestnetRegistry=x.arcTestnetRegistry,exports.arraysMatch=qn.arraysMatch,exports.attemptGetInputUtxosRemotely=W.attemptGetInputUtxosRemotely,exports.avalancheData=le,exports.avalancheRegistry=x.avalancheRegistry,exports.avalancheRegistryFixed=x.avalancheRegistryFixed,exports.babyJubInstance=Mt.babyJubInstance,exports.backendVersion=d.backendVersion,exports.balanceChangedCustomHandler=Cr.balanceChangedCustomHandler,exports.balanceChangedHandler=Sr.balanceChangedHandler,exports.baseData=ue,exports.baseRegistry=x.baseRegistry,exports.baseRegistryFixed=x.baseRegistryFixed,exports.beepsToPercentage=A.beepsToPercentage,exports.bigintMax=A.bigintMax,exports.blockReorgDepth=dt.blockReorgDepth,exports.bnbMainnetData=ie,exports.bnbMainnetRegistry=x.bnbMainnetRegistry,exports.bnbMainnetRegistryFixed=x.bnbMainnetRegistryFixed,exports.boostAmounts=T.boostAmounts,exports.browserSupported=In.browserSupported,exports.buildAnchorStealthAddressStructure=V.buildAnchorStealthAddressStructure,exports.buildClaimableDepositPlan=lr.buildClaimableDepositPlan,exports.buildInNullifiers=K.buildInNullifiers,exports.buildOutCommitments=K.buildOutCommitments,exports.buildSolanaTransferPlan=Mi.buildSolanaTransferPlan,exports.calcAccessTokenSiblingAndSidesFromAccessKey=K.calcAccessTokenSiblingAndSidesFromAccessKey,exports.calcAccessTokenSiblingsAndSides=K.calcAccessTokenSiblingsAndSides,exports.calcAmountChanges=K.calcAmountChanges,exports.calcCommitmentsSiblingAndSides=K.calcCommitmentsSiblingAndSides,exports.calcEncryptedOutputs=K.calcEncryptedOutputs,exports.calcPublicSignalCount=K.calcPublicSignalCount,exports.calcStealthAddressStructure=K.calcStealthAddressStructure,exports.calculateAmountUsingBeeps=A.calculateAmountUsingBeeps,exports.calculateBigIntSum=A.calculateBigIntSum,exports.calculateDollarValue=k.calculateDollarValue,exports.calculateSum=A.calculateSum,exports.calculateTotalFee=q.calculateTotalFee,exports.calculateWithdrawalAmount=q.calculateWithdrawalAmount,exports.callLifiAPI=Ye.callLifiAPI,exports.callOneInchAPI=Ie.callOneInchAPI,exports.callRelayerSolanaTransactBatchAPI=h.callRelayerSolanaTransactBatchAPI,exports.callRelayerTransactAPI=h.callRelayerTransactAPI,exports.callRelayerTransactBatchAPI=h.callRelayerTransactBatchAPI,exports.capitalizeFirstLetter=G.capitalizeFirstLetter,exports.capitalizeName=G.capitalizeName,exports.caseInsensitiveEqual=We.caseInsensitiveEqual,exports.chainIds=r.chainIds,exports.chainIdsByType=r.chainIdsByType,exports.chainNativeTokenSymbol=mt.chainNativeTokenSymbol,exports.checkAddressNotUpdated=Gt.checkAddressNotUpdated,exports.checkEOAWithDelegation=Z.checkEOAWithDelegation,exports.checkHinkalAccessToken=Lt.checkHinkalAccessToken,exports.checkRisk=ze.checkRisk,exports.checkTokenLimitsUSD=Ir.checkTokenLimitsUSD,exports.checkTokensForShielding=Zt.checkTokensForShielding,exports.checkUtxoSignature=z.checkUtxoSignature,exports.circomDataToArray=U.circomDataToArray,exports.coingeckoPriceUrl=p.coingeckoPriceUrl,exports.coingeckoPriceUrl2=p.coingeckoPriceUrl2,exports.coingeckoTokenListUrl=p.coingeckoTokenListUrl,exports.constructAdminData=vn.constructAdminData,exports.constructEmporiumProof=yr.constructEmporiumProof,exports.constructSolanaZkProof=br.constructSolanaZkProof,exports.constructStealthAddressStructure=_.constructStealthAddressStructure,exports.constructZkProof=_r.constructZkProof,exports.contactStorage=wi.contactStorage,exports.contractMetadataMapping=C.contractMetadataMapping,exports.convertBigIntToBytes32=En.convertBigIntToBytes32,exports.convertBytes32ToBigInt=En.convertBytes32ToBigInt,exports.convertEmporiumOpToCallInfo=Wn.convertEmporiumOpToCallInfo,exports.convertIntegrationProviderToExternalActionId=ln.convertIntegrationProviderToExternalActionId,exports.convertOKXToHinkalInstructions=xn.convertOKXToHinkalInstructions,exports.convertPublicKeyToBigint=Jt.convertPublicKeyToBigint,exports.convertSolanaPublicSignals=bn.convertSolanaPublicSignals,exports.countTotalAmountInUtxos=A.countTotalAmountInUtxos,exports.createAndExtendAddressLookupTable=yn.createAndExtendAddressLookupTable,exports.createApproveEmporiumOp=Z.createApproveEmporiumOp,exports.createBrotherhood=g.createBrotherhood,exports.createCacheDevice=Vn.createCacheDevice,exports.createCallDataHash=K.createCallDataHash,exports.createCustomRpcProvider=on.createCustomRpcProvider,exports.createCustomSolanaConnection=on.createCustomSolanaConnection,exports.createLifiBridgeOps=Z.createLifiBridgeOps,exports.createOKXQuote=kr.createOKXQuote,exports.createProvider=on.createProvider,exports.createSigner=X.createSigner,exports.createSwapToEmporiumOpForUniswap=Rr.createSwapToEmporiumOpForUniswap,exports.createSwapToEmporiumOps=Rr.createSwapToEmporiumOps,exports.createTransaferEmporiumOpsBatch=Z.createTransaferEmporiumOpsBatch,exports.createTransferToEmporiumOp=Z.createTransferToEmporiumOp,exports.createTronCallData=U.createTronCallData,exports.createTronWeb=U.createTronWeb,exports.createVoidSigner=X.createVoidSigner,exports.createVoidSolanaWallet=X.createVoidSolanaWallet,exports.currentTronChainId=r.currentTronChainId,exports.customTokenRegistry=pt.customTokenRegistry,exports.daiABI=et.abi,exports.debounce=wn.debounce,exports.decodeEmporiumMetadata=Z.decodeEmporiumMetadata,exports.decodeMessage=Mr.decodeMessage,exports.decodeSolanaOnChainUtxo=z.decodeSolanaOnChainUtxo,exports.decodeUtxo=z.decodeUtxo,exports.decodeUtxoConstructorArgs=z.decodeUtxoConstructorArgs,exports.decryptUtxo=B.decryptUtxo,exports.decryptUtxoConstructorArgs=B.decryptUtxoConstructorArgs,exports.defaultFeeStructure=o.defaultFeeStructure,exports.defaultFeeToken=a.defaultFeeToken,exports.defaultHinkalLogicArgs=o.defaultHinkalLogicArgs,exports.defaultHookData=e.defaultHookData,exports.defaultHookDataArray=e.defaultHookDataArray,exports.defaultSignatureData=i.defaultSignatureData,exports.defaultStealthAddressStructure=e.defaultStealthAddressStructure,exports.defaultUseApprovalUTXOData=o.defaultUseApprovalUTXOData,exports.deploymentMode=n.deploymentMode,exports.deserializeCircomData=K.deserializeCircomData,exports.deserializeDecodedTxs=Kt.deserializeDecodedTxs,exports.deserializeUtxoConstructorParams=ar.deserializeUtxoConstructorParams,exports.detectTronChainIdFromHost=U.detectTronChainIdFromHost,exports.editBrotherhood=g.editBrotherhood,exports.emitReferralTx=At.emitReferralTx,exports.emitTxPublicData=At.emitTxPublicData,exports.emporiumOp=Z.emporiumOp,exports.emptyDecodedTx=c.emptyDecodedTx,exports.emptyStealthAddressStructure=e.emptyStealthAddressStructure,exports.encodeEmporiumMetadata=Z.encodeEmporiumMetadata,exports.encodeParsedInLogicMetadata=Zn.encodeParsedInLogicMetadata,exports.encodeSolanaOnChainUtxo=z.encodeSolanaOnChainUtxo,exports.encodeToByte32Array=V.encodeToByte32Array,exports.encryptUtxo=B.encryptUtxo,exports.ensureAmountChanges=jn.ensureAmountChanges,exports.ensureAtaExists=J.ensureAtaExists,exports.estimateComputeUnitLimit=J.estimateComputeUnitLimit,exports.estimateTronFeeSunWithPadding=U.estimateTronFeeSunWithPadding,exports.ethMainnetData=oe,exports.ethMainnetRegistry=x.ethMainnetRegistry,exports.ethMainnetRegistryFixed=x.ethMainnetRegistryFixed,exports.ethToWei=k.ethToWei,exports.ethVolatileAddress=i.ethVolatileAddress,exports.eventsPublicApprovalsDB=Ui.eventsPublicApprovalsDB,exports.evmHexToTronBase58Address=U.evmHexToTronBase58Address,exports.extractMessage=hn.extractMessage,exports.extractTokenIdsFromAssetChanges=Xn.extractTokenIdsFromAssetChanges,exports.factoryABI=S.factoryABI,exports.fetchOnChainRootHashes=gr.fetchOnChainRootHashes,exports.fetchSolanaTransaction=J.fetchSolanaTransaction,exports.fetchTronAccountResources=U.fetchTronAccountResources,exports.fetchTronChainParameters=U.fetchTronChainParameters,exports.fixDecimalsAmount=A.fixDecimalsAmount,exports.formatAddress=_.formatAddress,exports.formatAmountInput=A.formatAmountInput,exports.formatDate=R.formatDate,exports.formatMintAddress=Jt.formatMintAddress,exports.formatTokenChangesList=j.formatTokenChangesList,exports.formatTxTimestamp=R.formatTxTimestamp,exports.gasErrorCodes=O.gasErrorCodes,exports.generateAumPoints=Ue.generateAumPoints,exports.generateFeeStructure=q.generateFeeStructure,exports.generateFundAndApproveOps=Z.generateFundAndApproveOps,exports.generateProofSignatureRemotely=U.generateProofSignatureRemotely,exports.generateTradingPoints=Ue.generateTradingPoints,exports.generateZkProof=an.generateZkProof,exports.getAccessTokenAccountPublicKey=V.getAccessTokenAccountPublicKey,exports.getAccessTokenMerkleAccountPublicKey=V.getAccessTokenMerkleAccountPublicKey,exports.getAccessTokenStorageAccountPublicKey=V.getAccessTokenStorageAccountPublicKey,exports.getAccountsFromInstructions=J.getAccountsFromInstructions,exports.getAddressFromStateKey=G.getAddressFromStateKey,exports.getAddressLookupTableAccounts=yn.getAddressLookupTableAccounts,exports.getAmountInToken=k.getAmountInToken,exports.getAmountInWei=k.getAmountInWei,exports.getAmountInWeiOrZero=k.getAmountInWeiOrZero,exports.getAmountWithPrecision=k.getAmountWithPrecision,exports.getAmountWithPrecisionOrZero=k.getAmountWithPrecisionOrZero,exports.getApprovedBalance=wr.getApprovedBalance,exports.getApprovedUtxos=wr.getApprovedUtxos,exports.getApprovedUtxosForToken=wr.getApprovedUtxosForToken,exports.getAuthorizationDataIfNeeded=Z.getAuthorizationDataIfNeeded,exports.getAvailableResource=U.getAvailableResource,exports.getBlockExplorerUrl=Hn.getBlockExplorerUrl,exports.getBrotherhood=g.getBrotherhood,exports.getBrotherhoodUsers=g.getBrotherhoodUsers,exports.getChainBalanceFetchingMutex=en.getChainBalanceFetchingMutex,exports.getChainIdFromStateKey=G.getChainIdFromStateKey,exports.getChainParameterValue=U.getChainParameterValue,exports.getCircomSign=Ft.getCircomSign,exports.getCoinByAddress=p.getCoinByAddress,exports.getCoinById=p.getCoinById,exports.getCoinMarketChartByTokenId=p.getCoinMarketChartByTokenId,exports.getCoingeckoIdForNativeTokens=p.getCoingeckoIdForNativeTokens,exports.getCoingeckoPlatform=p.getCoingeckoPlatform,exports.getCoingeckoPrice=m.getCoingeckoPrice,exports.getCoingeckoPrice2=m.getCoingeckoPrice2,exports.getCoingeckoPrices=m.getCoingeckoPrices,exports.getCoingeckoTokenList=m.getCoingeckoTokenList,exports.getContractAddress=qt.getContractAddress,exports.getCurrentDayStart=R.getCurrentDayStart,exports.getCurrentTimeInSeconds=R.getCurrentTimeInSeconds,exports.getCurrentUserBrotherhood=g.getCurrentUserBrotherhood,exports.getCurrentUserBrotherhoodUsers=g.getCurrentUserBrotherhoodUsers,exports.getCurrentWeekStart=R.getCurrentWeekStart,exports.getDecodedMessage=Mr.getDecodedMessage,exports.getDelayUntilUtc8=R.getDelayUntilUtc8,exports.getERC20Registry=Ze.getERC20Registry,exports.getERC20Token=j.getERC20Token,exports.getERC20TokenBySymbol=j.getERC20TokenBySymbol,exports.getEffectiveSevenDaysAgo=R.getEffectiveSevenDaysAgo,exports.getEffectiveToday=R.getEffectiveToday,exports.getEncryptedOutputsAccountPublicKey=V.getEncryptedOutputsAccountPublicKey,exports.getErc20TokensForChain=j.getErc20TokensForChain,exports.getErrorMessage=hn.getErrorMessage,exports.getErrorMessageFromTransactionRequest=hn.getErrorMessageFromTransactionRequest,exports.getExternalActionIdFromNumber=rn.getExternalActionIdFromNumber,exports.getExternalActionIdHash=rn.getExternalActionIdHash,exports.getFeeStructure=Mn.getFeeStructure,exports.getFilePath=H.getFilePath,exports.getFixedRegistry=Ze.getFixedRegistry,exports.getFlatFees=fn.getFlatFees,exports.getGasEstimates=Le.getGasEstimates,exports.getGasTokenRecords=Br.getGasTokenRecords,exports.getGasTokenSymbols=q.getGasTokenSymbols,exports.getGenericFeeOverTransactionValueErrorMessage=Vt.getGenericFeeOverTransactionValueErrorMessage,exports.getHinkalCache=H.getHinkalCache,exports.getHinkalLandingURL=I.getHinkalLandingURL,exports.getHinkalParameters=C.getHinkalParameters,exports.getIdleRelay=Be.getIdleRelay,exports.getInHinkalAddressesCache=H.getInHinkalAddressesCache,exports.getInHinkalAddressesFilePath=H.getInHinkalAddressesFilePath,exports.getInputUtxoAndBalance=W.getInputUtxoAndBalance,exports.getInputUtxoAndBalanceOfStuckUtxos=W.getInputUtxoAndBalanceOfStuckUtxos,exports.getInputUtxoAndBalancePerToken=W.getInputUtxoAndBalancePerToken,exports.getInputUtxosRemotely=W.getInputUtxosRemotely,exports.getInstructionsAccountPublicKey=V.getInstructionsAccountPublicKey,exports.getInteractionFromAction=un.getInteractionFromAction,exports.getKycAndSignatureData=Nn.getKycAndSignatureData,exports.getLifiPrice=Or.getLifiPrice,exports.getMerkleAccountPublicKey=V.getMerkleAccountPublicKey,exports.getNetworkName=Qn.getNetworkName,exports.getNetworkObject=Fn.getNetworkObject,exports.getNetworkType=Fn.getNetworkType,exports.getNextDayDelay=R.getNextDayDelay,exports.getNextDayISO=R.getNextDayISO,exports.getNonLocalhostChainId=r.getNonLocalhostChainId,exports.getNullifierAccount=V.getNullifierAccount,exports.getOKXPrice=kr.getOKXPrice,exports.getOdosPrice=Er.getOdosPrice,exports.getOnChainUtxosFromReceipt=tr.getOnChainUtxosFromReceipt,exports.getOnChainUtxosFromReceiptSolana=nr.getOnChainUtxosFromReceiptSolana,exports.getOneInchPrice=Dr.getOneInchPrice,exports.getPatchedAccessTokenMerkleTree=hr.getPatchedAccessTokenMerkleTree,exports.getPayURL=I.getPayURL,exports.getPermitInfo=Mr.getPermitInfo,exports.getPreviousWeekStart=R.getPreviousWeekStart,exports.getProofAccountPart1PublicKey=V.getProofAccountPart1PublicKey,exports.getProofAccountPart2PublicKey=V.getProofAccountPart2PublicKey,exports.getProviderFromContract=dr.getProviderFromContract,exports.getPublicBalance=Y.getPublicBalance,exports.getPublicBalanceByTokenAddress=Y.getPublicBalanceByTokenAddress,exports.getPublicBalancesOfTokens=Y.getPublicBalancesOfTokens,exports.getPublicBrotherhoods=g.getPublicBrotherhoods,exports.getPublicTransactionCount=Y.getPublicTransactionCount,exports.getRandomProxyAvatarIndex=rr.getRandomProxyAvatarIndex,exports.getRecipientInfoFromUserKeys=Gn.getRecipientInfoFromUserKeys,exports.getRewardsURL=I.getRewardsURL,exports.getScheduledTransactions=Ge.getScheduledTransactions,exports.getScheduledTransactionsNullifierIndexes=Ge.getScheduledTransactionsNullifierIndexes,exports.getSequence=cn.getSequence,exports.getShieldedBalance=tn.getShieldedBalance,exports.getSignatureFromEnclave=sr.getSignatureFromEnclave,exports.getSignatureHeader=He.getSignatureHeader,exports.getSignerFromContract=dr.getSignerFromContract,exports.getSlippageValues=K.getSlippageValues,exports.getSolanaPriorityFee=Cn.getSolanaPriorityFee,exports.getSolanaProxySendSerializedTransaction=Ni.getSolanaProxySendSerializedTransaction,exports.getSolanaProxyShieldSerializedTransaction=Fi.getSolanaProxyShieldSerializedTransaction,exports.getSolanaProxySwapSerializedTransaction=Pi.getSolanaProxySwapSerializedTransaction,exports.getSolanaPublicBalances=Y.getSolanaPublicBalances,exports.getStateKey=G.getStateKey,exports.getStorageAccountPublicKey=V.getStorageAccountPublicKey,exports.getStorageVaultPublicKey=V.getStorageVaultPublicKey,exports.getSwapperAccountPublicKey=V.getSwapperAccountPublicKey,exports.getSwapperAccountPublicKeyFromSalt=V.getSwapperAccountPublicKeyFromSalt,exports.getTemporaryWalletNonces=y.getTemporaryWalletNonces,exports.getTokenHolder=jr.getTokenHolder,exports.getTokenLimitStorageAccountPublicKey=V.getTokenLimitStorageAccountPublicKey,exports.getTokenPreviousDayPrices=Re.getTokenPreviousDayPrices,exports.getTokenPrices=Re.getTokenPrices,exports.getTokenStateKey=G.getTokenStateKey,exports.getTokensLimits=ht.getTokensLimits,exports.getTokensToDepositBack=zr.getTokensToDepositBack,exports.getTransactionLogEvents=Tr.getTransactionLogEvents,exports.getUniswapFee=Q.getUniswapFee,exports.getUniswapPrice=Q.getUniswapPrice,exports.getUniswapPriceHelper=Q.getUniswapPriceHelper,exports.getUtxosFromEnclave=or.getUtxosFromEnclave,exports.getUtxosFromReceipt=tr.getUtxosFromReceipt,exports.getUtxosFromReceiptSolana=nr.getUtxosFromReceiptSolana,exports.getValueFirstNDigit=A.getValueFirstNDigit,exports.getVerifierId=U.getVerifierId,exports.getWalletGroupKey=fr.getWalletGroupKey,exports.getWalletOnboardingURL=I.getWalletOnboardingURL,exports.groupConnectorsByWallet=$.groupConnectorsByWallet,exports.hasEnoughBalance=Yn.hasEnoughBalance,exports.hashEthereumAddress=_.hashEthereumAddress,exports.hexToUtf8=G.hexToUtf8,exports.hinkalClaimUtxo=Ii.hinkalClaimUtxo,exports.hinkalDeposit=vr.hinkalDeposit,exports.hinkalDepositAndWithdraw=Ur.hinkalDepositAndWithdraw,exports.hinkalDepositForOther=vr.hinkalDepositForOther,exports.hinkalPrivateWallet=Di.hinkalPrivateWallet,exports.hinkalProxySwap=Ai.hinkalProxySwap,exports.hinkalSimulationAddress=i.hinkalSimulationAddress,exports.hinkalSolanaClaimUtxo=Ri.hinkalSolanaClaimUtxo,exports.hinkalSolanaProoflessDeposit=Li.hinkalSolanaProoflessDeposit,exports.hinkalSolanaProxySend=Ni.hinkalSolanaProxySend,exports.hinkalSolanaProxyShield=Fi.hinkalSolanaProxyShield,exports.hinkalSolanaProxySwap=Pi.hinkalSolanaProxySwap,exports.hinkalSolanaTransfer=Mi.hinkalSolanaTransfer,exports.hinkalSwap=Wr.hinkalSwap,exports.hinkalTransfer=ji.hinkalTransfer,exports.hinkalWithdraw=Gr.hinkalWithdraw,exports.hinkalWithdrawStuckUtxos=zi.hinkalWithdrawStuckUtxos,exports.hmacSha512=Fr.hmacSha512,exports.httpClient=Fe.httpClient,exports.initTokenLimitIfNeeded=On.initTokenLimitIfNeeded,exports.insufficientResourcesErrorCodes=O.insufficientResourcesErrorCodes,exports.isArcNativeToken=j.isArcNativeToken,exports.isCircomNegative=Ft.isCircomNegative,exports.isDevelopment=n.isDevelopment,exports.isExtension=n.isExtension,exports.isInjectedConnector=$.isInjectedConnector,exports.isLocalNetwork=r.isLocalNetwork,exports.isMockConnector=$.isMockConnector,exports.isNFTToken=j.isNFTToken,exports.isNativePlaceholderAddress=_.isNativePlaceholderAddress,exports.isNicknameValid=Rn.isNicknameValid,exports.isNode=n.isNode,exports.isNonCircularToken=Ot.isNonCircularToken,exports.isNotClientProduction=n.isNotClientProduction,exports.isNotProduction=n.isNotProduction,exports.isNullOrEmpty=G.isNullOrEmpty,exports.isOptimismLike=r.isOptimismLike,exports.isPlayground=n.isPlayground,exports.isRecipientAddressInvalid=_.isRecipientAddressInvalid,exports.isSameERC20Token=Zt.isSameERC20Token,exports.isSolanaConnector=$.isSolanaConnector,exports.isSolanaLike=r.isSolanaLike,exports.isSolanaOnChainUtxo=z.isSolanaOnChainUtxo,exports.isStaging=n.isStaging,exports.isTronConnector=$.isTronConnector,exports.isTronLike=r.isTronLike,exports.isUseApprovalDataEmpty=pn.isUseApprovalDataEmpty,exports.isValidPrivateAddress=_.isValidPrivateAddress,exports.isValidSolanaPublicKey=_.isValidSolanaPublicKey,exports.isValidTronAddress=_.isValidTronAddress,exports.isValidUrl=$n.isValidUrl,exports.isWebpack=n.isWebpack,exports.joinBrotherhood=g.joinBrotherhood,exports.jubHolder=Mt.jubHolder,exports.leaveBrotherhood=g.leaveBrotherhood,exports.loadTxsCache=H.loadTxsCache,exports.localhostData=de,exports.localhostNetwork=r.localhostNetwork,exports.localhostRegistry=x.localhostRegistry,exports.logError=Yt.logError,exports.lowerCaseIncludes=We.lowerCaseIncludes,exports.lowerCaseStartsWith=We.lowerCaseStartsWith,exports.lpLink=T.lpLink,exports.lpProgramStartWeek=T.lpProgramStartWeek,exports.maxBigInt=A.maxBigInt,exports.mediaUrls=ft.mediaUrls,exports.minBigInt=A.minBigInt,exports.modifyVolatileTokenAmountChanges=_n.modifyVolatileTokenAmountChanges,exports.msToISOString=R.msToISOString,exports.networkRegistry=r.networkRegistry,exports.oauthUrls=bt.oauthUrls,exports.oneInchZeroAddress=i.oneInchZeroAddress,exports.openDefaultPassportWindow=lt.openDefaultPassportWindow,exports.openPassportWindow=xr.openPassportWindow,exports.optimismData=se,exports.optimismGasPriceOracleAbi=st,exports.optimismRegistry=x.optimismRegistry,exports.optimismRegistryFixed=x.optimismRegistryFixed,exports.outputApprovalDataProcessing=mn.outputApprovalDataProcessing,exports.outputUtxoProcessing=nn.outputUtxoProcessing,exports.ownerPublicKey=i.ownerPublicKey,exports.padUseApprovalUtxoData=pn.padUseApprovalUtxoData,exports.pancaceSwapPermit2Address=E.pancaceSwapPermit2Address,exports.parseZkCalldata=U.parseZkCalldata,exports.payActivityStorage=Ei.payActivityStorage,exports.permit2Address=E.permit2Address,exports.permitSignatureValidFor=i.permitSignatureValidFor,exports.pointsLink=T.pointsLink,exports.pollForValue=wn.pollForValue,exports.polygonData=ce,exports.polygonRegistry=x.polygonRegistry,exports.polygonRegistryFixed=x.polygonRegistryFixed,exports.poseidonFunction=jt.poseidonFunction,exports.poseidonHash=jt.poseidonHash,exports.poseidonHolder=jt.poseidonHolder,exports.postToOffscreen=er.postToOffscreen,exports.preProcessing=Nt.preProcessing,exports.prepareEthersProviderAdapter=X.prepareEthersProviderAdapter,exports.prepareHinkal=X.prepareHinkal,exports.prepareHinkalFromSeedPhrases=X.prepareHinkalFromSeedPhrases,exports.prepareHinkalWithSignature=X.prepareHinkalWithSignature,exports.prepareSolanaProviderAdapter=X.prepareSolanaProviderAdapter,exports.presaleABI=vt.presaleABI,exports.presaleContractInfoByChain=vt.presaleContractInfoByChain,exports.pricesStorage=Ci.pricesStorage,exports.privateBalancesStorage=Si.privateBalancesStorage,exports.privateTokensDB=$t.privateTokensDB,exports.proCoingeckoUrl=p.proCoingeckoUrl,exports.proHeader=p.proHeader,exports.processGasEstimates=dn.processGasEstimates,exports.produceOp=Lr.produceOp,exports.promisify=cn.promisify,exports.publicBalancesStorage=xi.publicBalancesStorage,exports.publicTokensDB=ki.publicTokensDB,exports.quoterV2ABI=S.quoterV2ABI,exports.raffleProgramStartWeek=T.raffleProgramStartWeek,exports.randomBigInt=k.randomBigInt,exports.recipientUtxoProcessing=kn.recipientUtxoProcessing,exports.recoverAuthorizationData=Z.recoverAuthorizationData,exports.referralLink=T.referralLink,exports.reloadPage=Ln.reloadPage,exports.removeTemporaryWalletNonce=y.removeTemporaryWalletNonce,exports.reorderZkCallData=U.reorderZkCallData,exports.replaceAllInstances=G.replaceAllInstances,exports.requireEnv=sn.requireEnv,exports.resetCache=H.resetCache,exports.resetInHinkalAddressesCache=H.resetInHinkalAddressesCache,exports.resetMerkleTrees=vi.resetMerkleTrees,exports.resetStateMutex=Wi.resetStateMutex,exports.resolveSns=kt.resolveSns,exports.resolveSync=cn.resolveSync,exports.rethrowKnownGasErrorIfPossible=Vt.rethrowKnownGasErrorIfPossible,exports.rpcGetStorageChanges=b.rpcGetStorageChanges,exports.rpcIntEncode=Kn.rpcIntEncode,exports.rpcSimulateBundle=b.rpcSimulateBundle,exports.rpcSimulateTransaction=b.rpcSimulateTransaction,exports.runContractFunction=Ar.runContractFunction,exports.safeJsonStringify=t.safeJsonStringify,exports.sanctionsListABI=tt.abi,exports.saveTxsCache=H.saveTxsCache,exports.searchBySymbol=p.searchBySymbol,exports.searchCompareFunction=j.searchCompareFunction,exports.searchPoolAndFee=Q.searchPoolAndFee,exports.seedlessBackup=v.seedlessBackup,exports.seedlessCheckPassword=v.seedlessCheckPassword,exports.seedlessInit=v.seedlessInit,exports.seedlessSalt=v.seedlessSalt,exports.seedlessStatus=v.seedlessStatus,exports.selectGasToken=Vr.selectGasToken,exports.sendInitNullifiersTransaction=Dn.sendInitNullifiersTransaction,exports.sendPrivateSendEmailNotifications=qe.sendPrivateSendEmailNotifications,exports.sendProxyV0Transaction=J.sendProxyV0Transaction,exports.sendV0Transaction=J.sendV0Transaction,exports.serializeCircomData=K.serializeCircomData,exports.serializeDecodedTxs=Kt.serializeDecodedTxs,exports.serializeProxyV0Transaction=J.serializeProxyV0Transaction,exports.serializeUtxoConstructorParams=ar.serializeUtxoConstructorParams,exports.setHinkalCache=H.setHinkalCache,exports.setInHinkalAddressesCache=H.setInHinkalAddressesCache,exports.signAndSendSerializedTransaction=Nr.signAndSendSerializedTransaction,exports.signaturePhrase=i.signaturePhrase,exports.signedMessagesStorage=Ti.signedMessagesStorage,exports.simulateTronTransaction=ur.simulateTronTransaction,exports.simulateTx=b.simulateTx,exports.solanaChainIdStr=r.solanaChainIdStr,exports.solanaData=pe,exports.solanaLocalnetRegistry=x.solanaLocalnetRegistry,exports.solanaMainnetRegistry=x.solanaMainnetRegistry,exports.solanaNativeAddress=i.solanaNativeAddress,exports.sortTokens=j.sortTokens,exports.stealthAddressCacheDevice=L.stealthAddressCacheDevice,exports.stealthPairCacheDevice=L.stealthPairCacheDevice,exports.storeInstructions=An.storeInstructions,exports.storeProof=Tn.storeProof,exports.storeSignatureInEnclave=sr.storeSignatureInEnclave,exports.storeUtxoInEnclave=or.storeUtxoInEnclave,exports.supportedPassportLinks=w.supportedPassportLinks,exports.tenderlyRpcLinks=b.tenderlyRpcLinks,exports.toBigInt=A.toBigInt,exports.toBigIntOrUndefined=A.toBigIntOrUndefined,exports.toBigIntWithDecimals=k.toBigIntWithDecimals,exports.toCommaSeparatedNumberString=A.toCommaSeparatedNumberString,exports.toInt=A.toInt,exports.toJsonSafe=t.toJsonSafe,exports.toNumberOrUndefined=A.toNumberOrUndefined,exports.toTitleCase=G.toTitleCase,exports.tokenVisibilityStorage=Qt.tokenVisibilityStorage,exports.tokensInfoCall=Ve.tokensInfoCall,exports.topUpPrivateSendRecipientInfos=Ke.topUpPrivateSendRecipientInfos,exports.transactionErrorCodes=O.transactionErrorCodes,exports.transactionProverABI=S.transactionProverABI,exports.trimFieldValues=Jn.trimFieldValues,exports.trimLeadingZeros=A.trimLeadingZeros,exports.tronAdapterToConnector=Pr.tronAdapterToConnector,exports.tronMainnetData=he,exports.tronNileData=me,exports.truncateToDecimalPlaces=A.truncateToDecimalPlaces,exports.uniswap2Manager=E.uniswap2Manager,exports.uniswap3Manager=E.uniswap3Manager,exports.uniswapApprovalExtraCallData=E.uniswapApprovalExtraCallData,exports.uniswapV2PoolData=C.uniswapV2PoolData,exports.uniswapV3FactoryData=C.uniswapV3FactoryData,exports.uniswapV3PoolData=C.uniswapV3PoolData,exports.uniswapV3QuoterData=C.uniswapV3QuoterData,exports.uniswapWorkaround=Un.uniswapWorkaround,exports.uniswapWorkaroundAddresses=E.uniswapWorkaroundAddresses,exports.updateHinkal=Hr.updateHinkal,exports.validateAndGetChainId=Zt.validateAndGetChainId,exports.validateEmail=G.validateEmail,exports.validateUsername=ir.validateUsername,exports.wait=wn.wait,exports.waitForDepositedUtxosInMerkleTree=Pn.waitForDepositedUtxosInMerkleTree,exports.waitForEthereumTransactionConfirmation=cr.waitForEthereumTransactionConfirmation,exports.waitForSolanaTransactionConfirmation=cr.waitForSolanaTransactionConfirmation,exports.waitForTransactionConfirmation=cr.waitForTransactionConfirmation,exports.waitLittle=R.waitLittle,exports.walletConnectErrorCodes=O.walletConnectErrorCodes,exports.wrappedSolanaAddress=i.wrappedSolanaAddress,exports.zeroAddress=i.zeroAddress;
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const ee=require(`./types/approvals.types.cjs`),e=require(`./types/circom-data.types.cjs`),te=require(`./types/ethereum-network.types.cjs`),ne=require(`./types/external-action.types.cjs`),re=require(`./constants/conversion.constants.cjs`),ie=require(`./constants/deploy-data/deploy-data-arbMainnet.json.cjs`),ae=require(`./constants/deploy-data/deploy-data-ethMainnet.json.cjs`),oe=require(`./constants/deploy-data/deploy-data-optimism.json.cjs`),se=require(`./constants/deploy-data/deploy-data-polygon.json.cjs`),ce=require(`./constants/deploy-data/deploy-data-base.json.cjs`),le=require(`./constants/deploy-data/deploy-data-localhost.json.cjs`),ue=require(`./constants/deploy-data/deploy-data-arcTestnet.json.cjs`),de=require(`./constants/deploy-data/deploy-data-solana.json.cjs`),fe=require(`./constants/deploy-data/deploy-data-tronNile.json.cjs`),pe=require(`./constants/deploy-data/deploy-data-tronMainnet.json.cjs`),t=require(`./functions/utils/serialize.utils.cjs`),n=require(`./constants/vite.constants.cjs`),r=require(`./constants/chains.constants.cjs`),i=require(`./constants/protocol.constants.cjs`),a=require(`./constants/fees.constants.cjs`),o=require(`./types/hinkal.types.cjs`),s=require(`./types/kyc.types.cjs`),me=require(`./types/token.types.cjs`),he=require(`./types/slippage.types.cjs`),c=require(`./types/transactions.types.cjs`),ge=require(`./types/rewards.types.cjs`),_e=require(`./types/admin.types.cjs`),l=require(`./types/activities.types.cjs`),ve=require(`./types/transaction.types.cjs`),ye=require(`./types/balances.types.cjs`),be=require(`./types/cache.types.cjs`),xe=require(`./types/token-prices.types.cjs`),u=require(`./types/new-rewards.type.cjs`),Se=require(`./types/RewardUserEnums.cjs`),Ce=require(`./types/generatePoints.cjs`),we=require(`./types/eip5792.types.cjs`),Te=require(`./types/confirmation-request.types.cjs`),Ee=require(`./types/offscreen.types.cjs`),De=require(`./types/scheduled-transactions.types.cjs`),Oe=require(`./types/onramp.types.cjs`),ke=require(`./types/events.types.cjs`),Ae=require(`./types/pay-activities.types.cjs`),je=require(`./types/schedule.types.cjs`);require(`./types/index.cjs`);const d=require(`./constants/server.constants.cjs`),f=require(`./API/getServerURL.cjs`),p=require(`./constants/coingecko.constants.cjs`),m=require(`./API/getCoingeckoPrice.cjs`),Me=require(`./data-structures/http/BasicHttpClient.cjs`),Ne=require(`./data-structures/http/HttpClient.cjs`),Pe=require(`./API/callOneInchAPI.cjs`),h=require(`./API/callRelayer.cjs`),Fe=require(`./API/getGasEstimates.cjs`),Ie=require(`./API/getTokenPrice.cjs`),Le=require(`./API/checkRisk.cjs`),Re=require(`./API/relayCalls.cjs`),ze=require(`./API/token-calls.cjs`),Be=require(`./functions/utils/get-signature-header.cjs`),Ve=require(`./API/generate-trading-points.cjs`),g=require(`./API/brotherhoodCalls.cjs`),He=require(`./functions/utils/caseInsensitive.utils.cjs`),_=require(`./functions/utils/addresses.cjs`),v=require(`./API/seedless-calls.cjs`),Ue=require(`./API/scheduled-transactions-calls.cjs`),y=require(`./API/temporaryWalletCalls.cjs`),We=require(`./API/privateSendRecipientInfoCalls.cjs`),Ge=require(`./API/privateSendEmailNotificationsCalls.cjs`),Ke=require(`./API/API.cjs`),b=require(`./API/tenderly.api.cjs`),qe=require(`./API/callLifiAPI.cjs`),Je=require(`./constants/assets.constants.cjs`),Ye=require(`./constants/token-data/ERC20Registry.cjs`),x=require(`./constants/token-data/index.cjs`),Xe=require(`./externalABIs/amToken.cjs`),Ze=require(`./externalABIs/BUSD.cjs`),Qe=require(`./externalABIs/DAI.cjs`),$e=require(`./externalABIs/SanctionsList.cjs`),et=require(`./externalABIs/USDC.cjs`),tt=require(`./externalABIs/USDR.cjs`),nt=require(`./externalABIs/USDR3CRV.cjs`),rt=require(`./externalABIs/USDT.cjs`),it=require(`./externalABIs/WETH.cjs`),at=require(`./externalABIs/OptimismGasPriceOracle.json.cjs`),ot=require(`./externalABIs/NodeInterfaceABI.json.cjs`),S=require(`./externalABIs/index.cjs`),C=require(`./constants/contracts.constants.cjs`),st=require(`./functions/kyc/openDefaultPassportWindow.cjs`),w=require(`./constants/kyc.constants.cjs`),ct=require(`./constants/backend.constants.cjs`),T=require(`./constants/rewards.constants.cjs`),lt=require(`./constants/reorg-depths.constants.cjs`),ut=require(`./constants/mediaUrls.constants.cjs`),E=require(`./constants/permit2.constants.cjs`),D=require(`./constants/addresses.constants.cjs`),O=require(`./error-handling/error-codes.constants.cjs`),k=require(`./functions/web3/etherFunctions.cjs`),dt=require(`./data-structures/custom-token-registry/CustomTokenRegistry.cjs`),A=require(`./functions/utils/amounts.utils.cjs`),ft=require(`./constants/tokens.constants.cjs`),j=require(`./functions/utils/erc20tokenFunctions.cjs`),pt=require(`./constants/token.limits.constants.cjs`),mt=require(`./constants/balance.constants.cjs`),M=require(`./constants/bridging.constants.cjs`),ht=require(`./constants/wallet.constants.cjs`),gt=require(`./constants/presale.constants.cjs`),_t=require(`./constants/lifi.constants.cjs`),vt=require(`./constants/oauthUrls.constants.cjs`),yt=require(`./constants/activity.constants.cjs`),N=require(`./constants/tasks.constants.cjs`),bt=require(`./constants/events.constants.cjs`),P=require(`./constants/function-signatures.constants.cjs`),xt=require(`./constants/okx.constants.cjs`),St=require(`./constants/link.constant.cjs`),F=require(`./constants/tx-confirmation.constants.cjs`),Ct=require(`./constants/schedule.constants.cjs`),wt=require(`./constants/images.constants.cjs`),Tt=require(`./constants/pay.constants.cjs`),Et=require(`./constants/non-circular-tokens.constants.cjs`);require(`./constants/index.cjs`);const I=require(`./API/getWebsiteURL.cjs`),Dt=require(`./API/resolve-sns.cjs`),Ot=require(`./API/admin-calls.cjs`);require(`./API/index.cjs`);const kt=require(`./crypto/poseidon.cjs`),At=require(`./crypto/babyJub.cjs`),jt=require(`./crypto/preProcessing.cjs`);require(`./crypto/index.cjs`);const Mt=require(`./data-structures/ValueCache/ValueCache.cjs`),Nt=require(`./data-structures/crypto-keys/keyUtils.cjs`),L=require(`./data-structures/crypto-keys/keys.cjs`),R=require(`./functions/utils/time.utils.cjs`),Pt=require(`./data-structures/utxo/Utxo.cjs`),z=require(`./data-structures/crypto-keys/decodeUTXO.cjs`),B=require(`./data-structures/crypto-keys/encryptDecryptUtxo.cjs`),V=require(`./functions/pre-transaction/solana.cjs`),Ft=require(`./functions/web3/functionCalls/accessTokenCalls.cjs`),It=require(`./error-handling/customErrors/ErrorWithAmount.cjs`),Lt=require(`./error-handling/customErrors/FeeOverTransactionValueError.cjs`),Rt=require(`./error-handling/types.cjs`),zt=require(`./error-handling/customErrors/customErrors.helpers.cjs`),Bt=require(`./error-handling/customErrors/SimulationFailureError.cjs`),Vt=require(`./error-handling/customErrors/ErrorWithTx.cjs`),Ht=require(`./error-handling/customErrors/ErrorWithIndex.cjs`),Ut=require(`./functions/utils/upToDateState.cjs`),Wt=require(`./functions/utils/getDataFromTransaction.cjs`),Gt=require(`./functions/utils/getContractAddress.cjs`),H=require(`./functions/utils/cacheFunctions.cjs`),Kt=require(`./functions/utils/solanaMint.utils.cjs`),U=require(`./functions/utils/tron.utils.cjs`),W=require(`./functions/web3/events/getInputUtxoAndBalance.cjs`),qt=require(`./error-handling/logError.cjs`),Jt=require(`./error-handling/logger.cjs`),G=require(`./functions/utils/string.utils.cjs`),Yt=require(`./functions/utils/token-check.utils.cjs`),Xt=require(`./data-structures/TokenDBs/token-visibility-db.cjs`),Zt=require(`./data-structures/TokenDBs/PrivateTokensDB.cjs`),Qt=require(`./functions/utils/mutexes.utils.cjs`),$t=require(`./functions/web3/events/getShieldedBalance.cjs`),en=require(`./functions/pre-transaction/outputUtxoProcessing.cjs`),tn=require(`./functions/utils/external-action.utils.cjs`),K=require(`./functions/snarkjs/common.snarkjs.cjs`),nn=require(`./functions/snarkjs/generateZkProof.cjs`),q=require(`./functions/utils/fees.utils.cjs`),rn=require(`./functions/utils/create-provider.cjs`),an=require(`./functions/utils/requireEnv.cjs`),on=require(`./functions/utils/resolve-sync.utils.cjs`),sn=require(`./functions/utils/convertIntegrationProviderToExternalActionId.cjs`),cn=require(`./functions/pre-transaction/interaction-to-action.cjs`),ln=require(`./functions/pre-transaction/process-gas-estimates.cjs`),un=require(`./functions/pre-transaction/getFlatFees.cjs`),dn=require(`./functions/utils/processUseApprovalUtxoData.cjs`),fn=require(`./functions/pre-transaction/outputApprovalDataProcessing.cjs`),pn=require(`./error-handling/get-error.message.cjs`);require(`./error-handling/index.cjs`);const mn=require(`./data-structures/token-price-fetcher/TokenChecker.cjs`),hn=require(`./functions/pre-transaction/getVolatileTransferAmount.cjs`),gn=require(`./functions/pre-transaction/constructAdminData.cjs`),_n=require(`./functions/pre-transaction/addressTableLookup.cjs`),vn=require(`./functions/pre-transaction/solana-public-signals.cjs`),yn=require(`./functions/pre-transaction/convert-okx-instructions.cjs`),bn=require(`./data-structures/AccountActions/AccountActions.cjs`),xn=require(`./functions/web3/getSolanaPriorityFee.cjs`),Sn=require(`./functions/utils/process.utils.cjs`),J=require(`./functions/pre-transaction/sendV0Transaction.cjs`),Cn=require(`./functions/pre-transaction/store-proof.cjs`),wn=require(`./functions/utils/bytes32.utils.cjs`),Tn=require(`./functions/pre-transaction/sendInitNullifiersTransaction.cjs`),En=require(`./functions/pre-transaction/initTokenLimitIfNeeded.cjs`),Dn=require(`./functions/pre-transaction/recipientUtxoProcessing.cjs`),On=require(`./functions/pre-transaction/store-instructions.cjs`),kn=require(`./functions/pre-transaction/ensureAmountChanges.cjs`),An=require(`./functions/pre-transaction/getFeeStructure.cjs`),jn=require(`./functions/pre-transaction/getKycAndSignatureData.cjs`),Mn=require(`./functions/pre-transaction/waitForDepositedUtxosInMerkleTree.cjs`),Nn=require(`./functions/utils/evmNetworkFunctions.cjs`),Pn=require(`./functions/utils/userAgent.cjs`),Fn=require(`./functions/utils/reloadPage.cjs`),In=require(`./functions/utils/nickname.utils.cjs`),Ln=require(`./data-structures/cacheDevices/FileCacheDevice.cjs`),Rn=require(`./data-structures/cacheDevices/LocalStorageCacheDevice.cjs`),zn=require(`./functions/utils/cacheDevice.utils.cjs`),Bn=require(`./functions/utils/getBlockExplorerUrl.cjs`),Vn=require(`./functions/utils/involves-permit2-op.cjs`),Hn=require(`./functions/utils/convertEmporiumOpToCallInfo.cjs`),Un=require(`./functions/utils/getRecipientInfoFromUserKeys.cjs`),Y=require(`./functions/utils/publicBalance.utils.cjs`),Wn=require(`./functions/utils/rpc-int-encode.cjs`),Gn=require(`./functions/utils/arraysMatch.cjs`),Kn=require(`./functions/utils/trimFieldValues.cjs`),qn=require(`./functions/utils/walletBalances.utils.cjs`),Jn=require(`./functions/utils/nftTokenFunctions.cjs`),Yn=require(`./functions/utils/inLogicMetadata.cjs`),Xn=require(`./functions/utils/networks.utils.cjs`),Zn=require(`./functions/utils/is-valid-url.cjs`),Qn=require(`./functions/utils/postToOffscreen.cjs`),X=require(`./functions/utils/prepareHinkal.cjs`),$n=require(`./functions/utils/getUtxosFromReceipt.utils.cjs`),er=require(`./functions/utils/getUtxosFromReceiptSolana.cjs`),tr=require(`./functions/utils/proxyAvatar.utils.cjs`),nr=require(`./functions/utils/validateUsername.cjs`),rr=require(`./functions/utils/serialize-utxos.utils.cjs`),ir=require(`./functions/utils/enclave-utxo-storage.cjs`),ar=require(`./functions/utils/enclave-signature-storage.cjs`),or=require(`./functions/utils/tx-confirmation.utils.cjs`),sr=require(`./functions/utils/buildClaimableDepositPlan.cjs`),cr=require(`./functions/utils/tronSimulation.utils.cjs`),lr=require(`./functions/utils/getSignerFromContract.cjs`),ur=require(`./functions/utils/getWalletGroupKey.utils.cjs`),dr=require(`./data-structures/merkle-tree/MerkleTreeIncompleteError.cjs`),fr=require(`./data-structures/merkle-tree/MerkleTree.cjs`),pr=require(`./data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.cjs`),mr=require(`./functions/snarkjs/fetchOnChainRootHashes.cjs`),hr=require(`./functions/snarkjs/constructGeneralZkProof.cjs`),gr=require(`./data-structures/Hinkal/hinkalDeposit.cjs`),Z=require(`./functions/private-wallet/emporium.helpers.cjs`),_r=require(`./functions/snarkjs/constructEmporiumProof.cjs`),vr=require(`./functions/snarkjs/constructSolanaZkProof.cjs`),yr=require(`./functions/kyc/passportHelper.cjs`),br=require(`./functions/web3/events/balanceChangedHandler.cjs`),xr=require(`./functions/web3/events/balanceChangedCustomHandler.cjs`),Sr=require(`./functions/web3/events/getApprovedBalance.cjs`),Cr=require(`./functions/web3/events/getTransactionLogEvents.cjs`),Q=require(`./functions/web3/uniswapAPI.cjs`),wr=require(`./functions/web3/odosAPI.cjs`),Tr=require(`./functions/web3/oneInchAPI.cjs`),Er=require(`./functions/web3/lifiAPI.cjs`),Dr=require(`./functions/web3/okxAPI.cjs`),Or=require(`./functions/web3/runContractFunction.cjs`),kr=require(`./functions/web3/getTokenHolder.cjs`),Ar=require(`./functions/web3/EIP-712.cjs`),jr=require(`./functions/web3/signAndSendSerializedTransaction.cjs`),$=require(`./functions/web3/connectors.utils.cjs`),Mr=require(`./functions/web3/tron-wagmi-adapter.cjs`),Nr=require(`./functions/web3/crypto.cjs`),Pr=require(`./functions/kyc/checkTokenLimitsUSD.cjs`),Fr=require(`./functions/private-wallet/opProducer.cjs`),Ir=require(`./functions/private-wallet/emporium.swap.helpers.cjs`),Lr=require(`./functions/auto-deposit-back-helpers/get-tokens-to-deposit-back.cjs`),Rr=require(`./functions/auto-deposit-back-helpers/get-gas-token-records.cjs`),zr=require(`./functions/auto-deposit-back-helpers/select-gas-token.cjs`),Br=require(`./functions/auto-deposit-back-helpers/update-hinkal.cjs`);require(`./functions/index.cjs`);const Vr=require(`./data-structures/Hinkal/hinkalDepositAndWithdraw.cjs`),Hr=require(`./data-structures/Hinkal/hinkalSwap.cjs`),Ur=require(`./data-structures/Hinkal/hinkalWithdraw.cjs`),Wr=require(`./data-structures/event-service/evm/AbstractEventService.cjs`),Gr=require(`./data-structures/event-service/evm/AbstractSnapshotService.cjs`),Kr=require(`./data-structures/event-service/evm/AbstractAccessTokenSnapshotService.cjs`),qr=require(`./data-structures/event-service/evm/AbstractCommitmentsSnapshotService.cjs`),Jr=require(`./data-structures/event-service/evm/AbstractApprovalsSnapshotService.cjs`),Yr=require(`./data-structures/event-service/evm/AbstractNullifierSnapshotService.cjs`),Xr=require(`./data-structures/BlockchainEvent/BlockchainEvent.cjs`),Zr=require(`./data-structures/event-service/evm/BlockchainEventEmitter.cjs`),Qr=require(`./data-structures/event-service/evm/PollingBlockchainEventEmitter.cjs`),$r=require(`./data-structures/event-service/evm/ClientBlockchainEventEmitter.cjs`),ei=require(`./data-structures/event-service/solana/SolanaBlockchainEventEmitter.cjs`),ti=require(`./data-structures/event-service/solana/ClientSolanaBlockchainEventEmitter.cjs`),ni=require(`./data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.cjs`),ri=require(`./data-structures/event-service/solana/AbstractSolanaEventService.cjs`),ii=require(`./data-structures/event-service/solana/AbstractSolanaSnapshotService.cjs`),ai=require(`./data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.cjs`),oi=require(`./data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.cjs`),si=require(`./data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.cjs`),ci=require(`./data-structures/snapshot/SnapshotFetcherService.cjs`),li=require(`./data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.cjs`),ui=require(`./data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.cjs`),di=require(`./data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.cjs`),fi=require(`./data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.cjs`),pi=require(`./data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.cjs`),mi=require(`./data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.cjs`),hi=require(`./data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.cjs`),gi=require(`./data-structures/Hinkal/resetMerkleTrees.cjs`),_i=require(`./data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.cjs`),vi=require(`./data-structures/IndexedDB/activity-db.cjs`),yi=require(`./data-structures/IndexedDB/balances-db.cjs`),bi=require(`./data-structures/IndexedDB/private-balances-db.cjs`),xi=require(`./data-structures/IndexedDB/prices-db.cjs`),Si=require(`./data-structures/IndexedDB/contact-db.cjs`),Ci=require(`./data-structures/IndexedDB/signatures-db.cjs`),wi=require(`./data-structures/IndexedDB/pay-activity-db.cjs`),Ti=require(`./data-structures/Hinkal/hinkalPrivateWallet.cjs`),Ei=require(`./data-structures/TokenDBs/ArcPublicTokensDB.cjs`),Di=require(`./data-structures/TokenDBs/PublicTokensDB.cjs`),Oi=require(`./data-structures/Hinkal/hinkalProxySwap.cjs`),ki=require(`./data-structures/Hinkal/hinkalTransfer.cjs`),Ai=require(`./data-structures/Hinkal/hinkalSolanaTransfer.cjs`),ji=require(`./data-structures/Hinkal/hinkalSolanaProxySend.cjs`),Mi=require(`./data-structures/Hinkal/hinkalSolanaProxySwap.cjs`),Ni=require(`./data-structures/Hinkal/hinkalSolanaProxyShield.cjs`),Pi=require(`./data-structures/Hinkal/hinkalClaimUtxo.cjs`),Fi=require(`./data-structures/Hinkal/hinkalSolanaProoflessDeposit.cjs`),Ii=require(`./data-structures/Hinkal/hinkalSolanaClaimUtxo.cjs`),Li=require(`./data-structures/Hinkal/hinkalWithdrawStuckUtxos.cjs`),Ri=require(`./data-structures/Hinkal/Hinkal.cjs`),zi=require(`./data-structures/transactions-manager/history/history.types.cjs`),Bi=require(`./data-structures/presale/PresaleContractWrapper.cjs`),Vi=require(`./data-structures/ApprovalDBs/EventsPublicApprovalsDB.cjs`);require(`./data-structures/index.cjs`);const Hi=require(`./mutexes/mutex.cjs`);require(`./mutexes/index.cjs`),exports.ACCESS_TOKEN_MINTING_POINTS=T.ACCESS_TOKEN_MINTING_POINTS,exports.ACCESS_TOKEN_RECLAIM_POINTS=T.ACCESS_TOKEN_RECLAIM_POINTS,exports.ACHIEVEMENTS=N.ACHIEVEMENTS,exports.AIPRISE_KYB_TEMPLATE_ID_PROD=w.AIPRISE_KYB_TEMPLATE_ID_PROD,exports.AIPRISE_KYC_TEMPLATE_ID_PROD=w.AIPRISE_KYC_TEMPLATE_ID_PROD,exports.ALCHEMY_API_KEY=r.ALCHEMY_API_KEY,exports.ALCHEMY_TEST_KEY=r.ALCHEMY_TEST_KEY,exports.API=Ke.API,exports.API_CONFIG=d.API_CONFIG,exports.APPROVED_UTXO_CONVERSION_COUNT=re.APPROVED_UTXO_CONVERSION_COUNT,exports.APPROVE_FUNCTION_SIGNATURE=P.APPROVE_FUNCTION_SIGNATURE,exports.ARC_TESTNET_USDC_ADDRESS=i.ARC_TESTNET_USDC_ADDRESS,exports.AbstractAccessTokenSnapshotService=Kr.AbstractAccessTokenSnapshotService,exports.AbstractApprovalsSnapshotService=Jr.AbstractApprovalsSnapshotService,exports.AbstractCommitmentsSnapshotService=qr.AbstractCommitmentsSnapshotService,exports.AbstractEventService=Wr.AbstractEventService,exports.AbstractNullifierSnapshotService=Yr.AbstractNullifierSnapshotService,exports.AbstractSnapshotService=Gr.AbstractSnapshotService,exports.AbstractSolanaAccessTokenSnapshotService=si.AbstractSolanaAccessTokenSnapshotService,exports.AbstractSolanaCommitmentsSnapshotService=oi.AbstractSolanaCommitmentsSnapshotService,exports.AbstractSolanaEventService=ri.AbstractSolanaEventService,exports.AbstractSolanaNullifierSnapshotService=ai.AbstractSolanaNullifierSnapshotService,exports.AbstractSolanaSnapshotService=ii.AbstractSolanaSnapshotService,exports.AccountActions=bn.AccountActions,exports.AchievementTiers=u.AchievementTiers,exports.ActivityStatus=l.ActivityStatus,exports.ActivityStorage=vi.ActivityStorage,exports.ActivityTypes=l.ActivityTypes,exports.AdminTransactionType=_e.AdminTransactionType,exports.AmTokenABI=Xe.abi,exports.ApprovalType=me.ApprovalType,exports.ArcPublicTokensDB=Ei.ArcPublicTokensDB,exports.AssetChangeType=i.AssetChangeType,exports.BANNED_WALLET_IDS=St.BANNED_WALLET_IDS,exports.BPS_DENOMINATOR=a.BPS_DENOMINATOR,exports.BRIDGE_SUPPORTED_CHAINS=r.BRIDGE_SUPPORTED_CHAINS,exports.BRIDGING_URLS=M.BRIDGING_URLS,exports.BROTHERHOOD_TASKS=N.BROTHERHOOD_TASKS,exports.BUSDABI=Ze.abi,exports.BabABI=S.BabABI,exports.BasicHttpClient=Me.BasicHttpClient,exports.BlockchainEvent=Xr.BlockchainEvent,exports.BlockchainEventEmitter=Zr.BlockchainEventEmitter,exports.BrotherhoodTaskTypes=u.BrotherhoodTaskTypes,exports.CERTIFICATION_DISABLE_WEEK=T.CERTIFICATION_DISABLE_WEEK,exports.CIRCOM_MERKLE_LENGTH=i.CIRCOM_MERKLE_LENGTH,exports.CIRCOM_P=i.CIRCOM_P,exports.CIRCOM_P_HALF=i.CIRCOM_P_HALF,exports.COINGECKO_API_KEY=p.COINGECKO_API_KEY,exports.COMPUTE_UNIT_PADDING_PERCENTAGE=i.COMPUTE_UNIT_PADDING_PERCENTAGE,exports.CallsStatus=we.CallsStatus,exports.ClientAccessTokenSnapshotService=fi.ClientAccessTokenSnapshotService,exports.ClientApprovalsSnapshotService=hi.ClientApprovalsSnapshotService,exports.ClientBlockchainEventEmitter=$r.ClientBlockchainEventEmitter,exports.ClientCommitmentsSnapshotService=pi.ClientCommitmentsSnapshotService,exports.ClientNullifierSnapshotService=mi.ClientNullifierSnapshotService,exports.ClientSolanaAccessTokenSnapshotService=di.ClientSolanaAccessTokenSnapshotService,exports.ClientSolanaBlockchainEventEmitter=ti.ClientSolanaBlockchainEventEmitter,exports.ClientSolanaCommitmentsSnapshotService=li.ClientSolanaCommitmentsSnapshotService,exports.ClientSolanaNullifierSnapshotService=ui.ClientSolanaNullifierSnapshotService,exports.CoinGeckoChainLabels=p.CoinGeckoChainLabels,exports.ConfirmationRequestType=Te.ConfirmationRequestType,exports.ContractType=te.ContractType,exports.CustomJSONParse=t.CustomJSONParse,exports.CustomJSONStringify=t.CustomJSONStringify,exports.DAILY_TASKS=N.DAILY_TASKS,exports.DATA_SERVER_CONFIG=d.DATA_SERVER_CONFIG,exports.DATA_SERVER_URL=f.DATA_SERVER_URL,exports.DATA_SERVER_URL_ENDPOINT=d.DATA_SERVER_URL_ENDPOINT,exports.DATA_SERVER_URL_LOCAL=d.DATA_SERVER_URL_LOCAL,exports.DEFAULT_BRIDGING_SLIPPAGE=M.DEFAULT_BRIDGING_SLIPPAGE,exports.DEPLOYMENT_MODE=n.DEPLOYMENT_MODE,exports.DIRECTLY_SHOW_MESSAGE_ERROR_CODES=O.DIRECTLY_SHOW_MESSAGE_ERROR_CODES,exports.DepositAndWithdrawPhase=De.DepositAndWithdrawPhase,exports.DexProviders=l.DexProviders,exports.EIP1271_FAILURE=i.EIP1271_FAILURE,exports.EIP1271_SUCCESS=i.EIP1271_SUCCESS,exports.ERC1155ABI=S.ERC1155ABI,exports.ERC20ABI=S.ERC20ABI,exports.ERC721ABI=S.ERC721ABI,exports.EVENTS_INITIAL_BLOCKS=bt.EVENTS_INITIAL_BLOCKS,exports.EXTENDED_NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS=a.EXTENDED_NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS,exports.EncryptionKeyPairDefaultValue=L.EncryptionKeyPairDefaultValue,exports.ErrorCategory=Rt.ErrorCategory,exports.ErrorWithAmount=It.ErrorWithAmount,exports.ErrorWithIndex=Ht.ErrorWithIndex,exports.ErrorWithRelayerTransaction=Vt.ErrorWithRelayerTransaction,exports.EthereumNetworkType=r.EthereumNetworkType,exports.EventCategory=ke.EventCategory,exports.EventType=o.EventType,exports.EventsPublicApprovalsDB=Vi.EventsPublicApprovalsDB,exports.ExternalActionId=ne.ExternalActionId,exports.FeeOverTransactionValueError=Lt.FeeOverTransactionValueError,exports.FileCacheDevice=Ln.FileCacheDevice,exports.GalxeABI=S.GalxeABI,exports.GetCallsStatusCode=we.GetCallsStatusCode,exports.HELIUS_RPC_URL=r.HELIUS_RPC_URL,exports.HINKAL_DEPOSIT_AND_WITHDRAW_VARIABLE_RATE=i.HINKAL_DEPOSIT_AND_WITHDRAW_VARIABLE_RATE,exports.HINKAL_PRIVATE_SEND_VARIABLE_RATE=i.HINKAL_PRIVATE_SEND_VARIABLE_RATE,exports.HINKAL_SUPPORTED_CHAINS=r.HINKAL_SUPPORTED_CHAINS,exports.HINKAL_SWAP_VARIABLE_RATE=i.HINKAL_SWAP_VARIABLE_RATE,exports.Hinkal=Ri.Hinkal,exports.HinkalLogicAction=o.HinkalLogicAction,exports.IMAGE_PATHS=Je.IMAGE_PATHS,exports.INTERACTION=o.INTERACTION,exports.ISwapRouterABI=S.ISwapRouterABI,exports.IntegrationProvider=o.IntegrationProvider,exports.IntegrationProviderNames=l.IntegrationProviderNames,exports.KYC_LIMIT=w.KYC_LIMIT,exports.KycVerificationResult=s.KycVerificationResult,exports.KycVerificationStatus=s.KycVerificationStatus,exports.LIFISCAN_URL=_t.LIFISCAN_URL,exports.LOW_AMOUNT_BRIDGING_SLIPPAGE=M.LOW_AMOUNT_BRIDGING_SLIPPAGE,exports.LOW_AMOUNT_USD_THRESHOLD=M.LOW_AMOUNT_USD_THRESHOLD,exports.LocalStorageCacheDevice=Rn.LocalStorageCacheDevice,exports.Logger=Jt.Logger,exports.LoginMessageMode=o.LoginMessageMode,exports.MAX_COMPUTE_UNIT_LIMIT=i.MAX_COMPUTE_UNIT_LIMIT,exports.MAX_DISPLAY_DECIMALS=mt.MAX_DISPLAY_DECIMALS,exports.MAX_FILE_SIZE_MB=wt.MAX_FILE_SIZE_MB,exports.MAX_MICRO_LAMPORTS_PER_CU=i.MAX_MICRO_LAMPORTS_PER_CU,exports.MERKLE_LEVELS=i.MERKLE_LEVELS,exports.MIN_COMPUTE_UNIT_LIMIT=i.MIN_COMPUTE_UNIT_LIMIT,exports.MIN_DAPP_BRIDGE_AMOUNT_USD=M.MIN_DAPP_BRIDGE_AMOUNT_USD,exports.MemberStatus=Se.MemberStatus,exports.MerkleTree=fr.MerkleTree,exports.MerkleTreeIncompleteError=dr.MerkleTreeIncompleteError,exports.MessagesFromOffscreen=Ee.MessagesFromOffscreen,exports.MoonPayCurrencyType=Oe.MoonPayCurrencyType,exports.MultiThreadedUtxoUtils=_i.MultiThreadedUtxoUtils,exports.NATIVE_TOKEN_WRAPPER_ADDRESSES=D.NATIVE_TOKEN_WRAPPER_ADDRESSES,exports.NETWORKS=ct.NETWORKS,exports.NFT_1155_TRANSACTION_TYPE=i.NFT_1155_TRANSACTION_TYPE,exports.NFT_721_TRANSACTION_TYPE=i.NFT_721_TRANSACTION_TYPE,exports.NFT_APPROVE_FUNCTION_SIGNATURE=P.NFT_APPROVE_FUNCTION_SIGNATURE,exports.NFT_APPROVE_SINGLE_FUNCTION_SIGNATURE=P.NFT_APPROVE_SINGLE_FUNCTION_SIGNATURE,exports.NFT_TRANSACTION_TYPES=i.NFT_TRANSACTION_TYPES,exports.NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS=a.NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS,exports.NativeTokenSymbols=ft.NativeTokenSymbols,exports.NodeInterfaceABI=ot,exports.OKX_BASE_URL=xt.OKX_BASE_URL,exports.OKX_SWAP_PATH=xt.OKX_SWAP_PATH,exports.OldPointType=ge.OldPointType,exports.OpType=Fr.OpType,exports.PAY_SEND_VARIABLE_RATE=i.PAY_SEND_VARIABLE_RATE,exports.PERMIT2_APPROVE_FUNCTION_SIGNATURE=P.PERMIT2_APPROVE_FUNCTION_SIGNATURE,exports.PLAYGROUND_URL=d.PLAYGROUND_URL,exports.POINTS_BOOST_TASKS=N.POINTS_BOOST_TASKS,exports.PRODUCTION_URL=d.PRODUCTION_URL,exports.PROOFLESS_DEPOSIT_FEE_RECIPIENT_INFO=i.PROOFLESS_DEPOSIT_FEE_RECIPIENT_INFO,exports.PROVER_VERSION=i.PROVER_VERSION,exports.PROXY_AVATAR_INDEX_COUNT=tr.PROXY_AVATAR_INDEX_COUNT,exports.Passports=s.Passports,exports.PayActivityStatus=Ae.PayActivityStatus,exports.PayActivityTypes=Ae.PayActivityTypes,exports.PointsType=Ce.PointsType,exports.PollingBlockchainEventEmitter=Qr.PollingBlockchainEventEmitter,exports.PollingSolanaBlockchainEventEmitter=ni.PollingSolanaBlockchainEventEmitter,exports.PopularTokenSymbols=ft.PopularTokenSymbols,exports.PresaleContractWrapper=Bi.PresaleContractWrapper,exports.PrivateBalanceUpdateType=ye.PrivateBalanceUpdateType,exports.PrivateTokensDB=Zt.PrivateTokensDB,exports.PublicTokensDB=Di.PublicTokensDB,exports.RECIPIENT_INFO_TARGET_POOL_SIZE=Tt.RECIPIENT_INFO_TARGET_POOL_SIZE,exports.RECLAIM_MESSAGE_TO_SIGN=w.RECLAIM_MESSAGE_TO_SIGN,exports.REFERRAL_BONUS_TASK=N.REFERRAL_BONUS_TASK,exports.RELAYERS_ARRAY=i.RELAYERS_ARRAY,exports.RELAYER_ADDRESS1=i.RELAYER_ADDRESS1,exports.RELAYER_ADDRESS2=i.RELAYER_ADDRESS2,exports.RELAYER_ADDRESS3=i.RELAYER_ADDRESS3,exports.RELAYER_CONFIG=d.RELAYER_CONFIG,exports.RELAYER_TX_CONFIRMATION_TIMEOUT=F.RELAYER_TX_CONFIRMATION_TIMEOUT,exports.RELAYER_URL=f.RELAYER_URL,exports.RELAYER_URL_ENDPOINT=d.RELAYER_URL_ENDPOINT,exports.RELAYER_URL_LOCAL=d.RELAYER_URL_LOCAL,exports.REWARDS_ENCRYPTION_PASSWORD=T.REWARDS_ENCRYPTION_PASSWORD,exports.REWARDS_MESSAGE_TO_SIGN=T.REWARDS_MESSAGE_TO_SIGN,exports.REWARDS_TASKS=N.REWARDS_TASKS,exports.REWARD_RECEIVABLE_TOKEN_SYMBOLS=T.REWARD_RECEIVABLE_TOKEN_SYMBOLS,exports.RafflePrizeType=ge.RafflePrizeType,exports.Rank=Se.Rank,exports.ReclaimPassports=w.ReclaimPassports,exports.RevokeType=ee.RevokeType,exports.SCHEDULE_DELAY_OPTIONS=Ct.SCHEDULE_DELAY_OPTIONS,exports.SERVER_URL=f.SERVER_URL,exports.SERVER_URL_ENDPOINT=d.SERVER_URL_ENDPOINT,exports.SERVER_URL_LOCAL=d.SERVER_URL_LOCAL,exports.SNAPSHOT_SERVER_URL=f.SNAPSHOT_SERVER_URL,exports.SNAPSHOT_SERVER_URL_ENDPOINT=d.SNAPSHOT_SERVER_URL_ENDPOINT,exports.SNAPSHOT_SERVER_URL_LOCAL=d.SNAPSHOT_SERVER_URL_LOCAL,exports.SOLANA_BLOCKHEIGHT_EXPIRED_RETRY_COUNT=i.SOLANA_BLOCKHEIGHT_EXPIRED_RETRY_COUNT,exports.SOLANA_LOCKED_ACCOUNTS_LIMIT=i.SOLANA_LOCKED_ACCOUNTS_LIMIT,exports.SOLANA_LOOKUP_TABLE_VISIBILITY_MAX_POLL_ATTEMPTS=i.SOLANA_LOOKUP_TABLE_VISIBILITY_MAX_POLL_ATTEMPTS,exports.SOLANA_LOOKUP_TABLE_VISIBILITY_POLL_INTERVAL_MS=i.SOLANA_LOOKUP_TABLE_VISIBILITY_POLL_INTERVAL_MS,exports.SOLANA_NFT_INTERFACES=i.SOLANA_NFT_INTERFACES,exports.SOLANA_PUBLIC_INPUT_PART_ONE_LENGTH=i.SOLANA_PUBLIC_INPUT_PART_ONE_LENGTH,exports.STAGING_URL=d.STAGING_URL,exports.SWAP_FEE_TAKER_ADDRESSES=D.SWAP_FEE_TAKER_ADDRESSES,exports.SWAP_ROUTER_ADDRESSES=D.SWAP_ROUTER_ADDRESSES,exports.ScheduleDelayOption=je.ScheduleDelayOption,exports.ScheduledTransactionStatus=De.ScheduledTransactionStatus,exports.SimulationFailureError=Bt.SimulationFailureError,exports.SlippageType=he.SlippageType,exports.SnapshotFetcherService=ci.SnapshotFetcherService,exports.SolanaBlockchainEventEmitter=ei.SolanaBlockchainEventEmitter,exports.StandardPassports=w.StandardPassports,exports.StorageKeys=be.StorageKeys,exports.SupportedPassports=w.SupportedPassports,exports.TEN_PERCENT_BPS=a.TEN_PERCENT_BPS,exports.TOKEN_LIMITS=pt.TOKEN_LIMITS,exports.TOKEN_PRICE_STATUS=xe.TOKEN_PRICE_STATUS,exports.TOKEN_VALUE_UNLIMITED_THRESHOLD=i.TOKEN_VALUE_UNLIMITED_THRESHOLD,exports.TRON_DEFAULT_FEE_LIMIT_SUN=i.TRON_DEFAULT_FEE_LIMIT_SUN,exports.TRON_TESTNET_USDT_ADDRESS=i.TRON_TESTNET_USDT_ADDRESS,exports.TRON_USDT_ADDRESS=i.TRON_USDT_ADDRESS,exports.TVL_CHANGER_ACTIVITY_TYPES=yt.TVL_CHANGER_ACTIVITY_TYPES,exports.TX_CONFIRMATION_CONFIRMATIONS_COUNT=F.TX_CONFIRMATION_CONFIRMATIONS_COUNT,exports.TX_CONFIRMATION_TIMEOUT=F.TX_CONFIRMATION_TIMEOUT,exports.TX_CONFIRMATION_TIMEOUT_EXTENDED=F.TX_CONFIRMATION_TIMEOUT_EXTENDED,exports.TaskCategory=u.TaskCategory,exports.TaskTypes=u.TaskTypes,exports.TokenChangeType=l.TokenChangeType,exports.TokenChecker=mn.TokenChecker,exports.TokenPriceTimeframe=xe.TokenPriceTimeframe,exports.TokenType=i.TokenType,exports.TradingType=Ce.TradingType,exports.TransactionAction=c.TransactionAction,exports.TransactionReceiptStatus=c.TransactionReceiptStatus,exports.TransactionRequestType=ve.TransactionRequestType,exports.TransactionStatus=c.TransactionStatus,exports.TransactionType=zi.TransactionType,exports.TransferVisibility=Ae.TransferVisibility,exports.USDCABI=et.abi,exports.USDR3CRVABI=nt.abi,exports.USDRABI=tt.abi,exports.USDTABI=rt.abi,exports.UserFriendlyErrorCodes=O.UserFriendlyErrorCodes,exports.UserKeys=L.UserKeys,exports.UserProgress=o.UserProgress,exports.Utxo=Pt.Utxo,exports.VERIFICATION_ROUTES=d.VERIFICATION_ROUTES,exports.VERIFICATION_TYPE=s.VERIFICATION_TYPE,exports.ValueCache=Mt.ValueCache,exports.VerificationTypes=s.VerificationTypes,exports.WALLETS_SKIP_MPC_FLOW=ht.WALLETS_SKIP_MPC_FLOW,exports.WALLET_API=b.WALLET_API,exports.WALLET_SUPPORTED_CHAINS=r.WALLET_SUPPORTED_CHAINS,exports.WALLET_TASK_VERIFICATION_TYPES=d.WALLET_TASK_VERIFICATION_TYPES,exports.WELCOME_TASKS=N.WELCOME_TASKS,exports.WETHABI=it.abi,exports.WETH_ERC20_TOKEN_ADDRESS=D.WETH_ERC20_TOKEN_ADDRESS,exports.WRAPPER_TOKEN_EXCHANGE_ADDRESSES=D.WRAPPER_TOKEN_EXCHANGE_ADDRESSES,exports.abiDecodeUtxo=z.abiDecodeUtxo,exports.absBigInt=A.absBigInt,exports.activityStorage=vi.activityStorage,exports.addPaddingToUtxos=$t.addPaddingToUtxos,exports.addTemporaryWalletNonce=y.addTemporaryWalletNonce,exports.addressToHexFormat=U.addressToHexFormat,exports.advancedToBigInt=A.advancedToBigInt,exports.aggregateTokenChanges=j.aggregateTokenChanges,exports.aipriseBaseOnboardingProductionUrl=w.aipriseBaseOnboardingProductionUrl,exports.aipriseBaseOnboardingSandboxUrl=w.aipriseBaseOnboardingSandboxUrl,exports.allocatePrivateSendRecipientInfos=We.allocatePrivateSendRecipientInfos,exports.allowanceHolder=E.allowanceHolder,exports.arbMainnetData=ie,exports.arbMainnetRegistry=x.arbMainnetRegistry,exports.arbMainnetRegistryFixed=x.arbMainnetRegistryFixed,exports.arcPublicTokensDB=Ei.arcPublicTokensDB,exports.arcTestnetData=ue,exports.arcTestnetRegistry=x.arcTestnetRegistry,exports.arraysMatch=Gn.arraysMatch,exports.attemptGetInputUtxosRemotely=W.attemptGetInputUtxosRemotely,exports.babyJubInstance=At.babyJubInstance,exports.backendVersion=d.backendVersion,exports.balanceChangedCustomHandler=xr.balanceChangedCustomHandler,exports.balanceChangedHandler=br.balanceChangedHandler,exports.baseData=ce,exports.baseRegistry=x.baseRegistry,exports.baseRegistryFixed=x.baseRegistryFixed,exports.beepsToPercentage=A.beepsToPercentage,exports.bigintMax=A.bigintMax,exports.blockReorgDepth=lt.blockReorgDepth,exports.boostAmounts=T.boostAmounts,exports.browserSupported=Pn.browserSupported,exports.buildAnchorStealthAddressStructure=V.buildAnchorStealthAddressStructure,exports.buildClaimableDepositPlan=sr.buildClaimableDepositPlan,exports.buildInNullifiers=K.buildInNullifiers,exports.buildOutCommitments=K.buildOutCommitments,exports.buildSolanaTransferPlan=Ai.buildSolanaTransferPlan,exports.calcAccessTokenSiblingAndSidesFromAccessKey=K.calcAccessTokenSiblingAndSidesFromAccessKey,exports.calcAccessTokenSiblingsAndSides=K.calcAccessTokenSiblingsAndSides,exports.calcAmountChanges=K.calcAmountChanges,exports.calcCommitmentsSiblingAndSides=K.calcCommitmentsSiblingAndSides,exports.calcEncryptedOutputs=K.calcEncryptedOutputs,exports.calcPublicSignalCount=K.calcPublicSignalCount,exports.calcStealthAddressStructure=K.calcStealthAddressStructure,exports.calculateAmountUsingBeeps=A.calculateAmountUsingBeeps,exports.calculateBigIntSum=A.calculateBigIntSum,exports.calculateDollarValue=k.calculateDollarValue,exports.calculateSum=A.calculateSum,exports.calculateTotalFee=q.calculateTotalFee,exports.calculateWithdrawalAmount=q.calculateWithdrawalAmount,exports.callLifiAPI=qe.callLifiAPI,exports.callOneInchAPI=Pe.callOneInchAPI,exports.callRelayerSolanaTransactBatchAPI=h.callRelayerSolanaTransactBatchAPI,exports.callRelayerTransactAPI=h.callRelayerTransactAPI,exports.callRelayerTransactBatchAPI=h.callRelayerTransactBatchAPI,exports.capitalizeFirstLetter=G.capitalizeFirstLetter,exports.capitalizeName=G.capitalizeName,exports.caseInsensitiveEqual=He.caseInsensitiveEqual,exports.chainIds=r.chainIds,exports.chainIdsByType=r.chainIdsByType,exports.chainNativeTokenSymbol=ft.chainNativeTokenSymbol,exports.checkAddressNotUpdated=Ut.checkAddressNotUpdated,exports.checkEOAWithDelegation=Z.checkEOAWithDelegation,exports.checkHinkalAccessToken=Ft.checkHinkalAccessToken,exports.checkRisk=Le.checkRisk,exports.checkTokenLimitsUSD=Pr.checkTokenLimitsUSD,exports.checkTokensForShielding=Yt.checkTokensForShielding,exports.checkUtxoSignature=z.checkUtxoSignature,exports.circomDataToArray=U.circomDataToArray,exports.coingeckoPriceUrl=p.coingeckoPriceUrl,exports.coingeckoPriceUrl2=p.coingeckoPriceUrl2,exports.coingeckoTokenListUrl=p.coingeckoTokenListUrl,exports.constructAdminData=gn.constructAdminData,exports.constructEmporiumProof=_r.constructEmporiumProof,exports.constructSolanaZkProof=vr.constructSolanaZkProof,exports.constructStealthAddressStructure=_.constructStealthAddressStructure,exports.constructZkProof=hr.constructZkProof,exports.contactStorage=Si.contactStorage,exports.contractMetadataMapping=C.contractMetadataMapping,exports.convertBigIntToBytes32=wn.convertBigIntToBytes32,exports.convertBytes32ToBigInt=wn.convertBytes32ToBigInt,exports.convertEmporiumOpToCallInfo=Hn.convertEmporiumOpToCallInfo,exports.convertIntegrationProviderToExternalActionId=sn.convertIntegrationProviderToExternalActionId,exports.convertOKXToHinkalInstructions=yn.convertOKXToHinkalInstructions,exports.convertPublicKeyToBigint=Kt.convertPublicKeyToBigint,exports.convertSolanaPublicSignals=vn.convertSolanaPublicSignals,exports.countTotalAmountInUtxos=A.countTotalAmountInUtxos,exports.createAndExtendAddressLookupTable=_n.createAndExtendAddressLookupTable,exports.createApproveEmporiumOp=Z.createApproveEmporiumOp,exports.createBrotherhood=g.createBrotherhood,exports.createCacheDevice=zn.createCacheDevice,exports.createCallDataHash=K.createCallDataHash,exports.createCustomRpcProvider=rn.createCustomRpcProvider,exports.createCustomSolanaConnection=rn.createCustomSolanaConnection,exports.createLifiBridgeOps=Z.createLifiBridgeOps,exports.createOKXQuote=Dr.createOKXQuote,exports.createProvider=rn.createProvider,exports.createSigner=X.createSigner,exports.createSwapToEmporiumOpForUniswap=Ir.createSwapToEmporiumOpForUniswap,exports.createSwapToEmporiumOps=Ir.createSwapToEmporiumOps,exports.createTransaferEmporiumOpsBatch=Z.createTransaferEmporiumOpsBatch,exports.createTransferToEmporiumOp=Z.createTransferToEmporiumOp,exports.createTronCallData=U.createTronCallData,exports.createTronWeb=U.createTronWeb,exports.createVoidSigner=X.createVoidSigner,exports.createVoidSolanaWallet=X.createVoidSolanaWallet,exports.currentTronChainId=r.currentTronChainId,exports.customTokenRegistry=dt.customTokenRegistry,exports.daiABI=Qe.abi,exports.debounce=Sn.debounce,exports.decodeEmporiumMetadata=Z.decodeEmporiumMetadata,exports.decodeMessage=Ar.decodeMessage,exports.decodeSolanaOnChainUtxo=z.decodeSolanaOnChainUtxo,exports.decodeUtxo=z.decodeUtxo,exports.decodeUtxoConstructorArgs=z.decodeUtxoConstructorArgs,exports.decryptUtxo=B.decryptUtxo,exports.decryptUtxoConstructorArgs=B.decryptUtxoConstructorArgs,exports.defaultFeeStructure=o.defaultFeeStructure,exports.defaultFeeToken=a.defaultFeeToken,exports.defaultHinkalLogicArgs=o.defaultHinkalLogicArgs,exports.defaultHookData=e.defaultHookData,exports.defaultHookDataArray=e.defaultHookDataArray,exports.defaultSignatureData=i.defaultSignatureData,exports.defaultStealthAddressStructure=e.defaultStealthAddressStructure,exports.defaultUseApprovalUTXOData=o.defaultUseApprovalUTXOData,exports.deploymentMode=n.deploymentMode,exports.deserializeCircomData=K.deserializeCircomData,exports.deserializeDecodedTxs=Wt.deserializeDecodedTxs,exports.deserializeUtxoConstructorParams=rr.deserializeUtxoConstructorParams,exports.detectTronChainIdFromHost=U.detectTronChainIdFromHost,exports.editBrotherhood=g.editBrotherhood,exports.emitReferralTx=Ot.emitReferralTx,exports.emitTxPublicData=Ot.emitTxPublicData,exports.emporiumOp=Z.emporiumOp,exports.emptyDecodedTx=c.emptyDecodedTx,exports.emptyStealthAddressStructure=e.emptyStealthAddressStructure,exports.encodeEmporiumMetadata=Z.encodeEmporiumMetadata,exports.encodeParsedInLogicMetadata=Yn.encodeParsedInLogicMetadata,exports.encodeSolanaOnChainUtxo=z.encodeSolanaOnChainUtxo,exports.encodeToByte32Array=V.encodeToByte32Array,exports.encryptUtxo=B.encryptUtxo,exports.ensureAmountChanges=kn.ensureAmountChanges,exports.ensureAtaExists=J.ensureAtaExists,exports.estimateComputeUnitLimit=J.estimateComputeUnitLimit,exports.estimateTronFeeSunWithPadding=U.estimateTronFeeSunWithPadding,exports.ethMainnetData=ae,exports.ethMainnetRegistry=x.ethMainnetRegistry,exports.ethMainnetRegistryFixed=x.ethMainnetRegistryFixed,exports.ethToWei=k.ethToWei,exports.ethVolatileAddress=i.ethVolatileAddress,exports.eventsPublicApprovalsDB=Vi.eventsPublicApprovalsDB,exports.evmHexToTronBase58Address=U.evmHexToTronBase58Address,exports.extractMessage=pn.extractMessage,exports.extractTokenIdsFromAssetChanges=Jn.extractTokenIdsFromAssetChanges,exports.factoryABI=S.factoryABI,exports.fetchOnChainRootHashes=mr.fetchOnChainRootHashes,exports.fetchSolanaTransaction=J.fetchSolanaTransaction,exports.fetchTronAccountResources=U.fetchTronAccountResources,exports.fetchTronChainParameters=U.fetchTronChainParameters,exports.fixDecimalsAmount=A.fixDecimalsAmount,exports.formatAddress=_.formatAddress,exports.formatAmountInput=A.formatAmountInput,exports.formatDate=R.formatDate,exports.formatMintAddress=Kt.formatMintAddress,exports.formatTokenChangesList=j.formatTokenChangesList,exports.formatTxTimestamp=R.formatTxTimestamp,exports.gasErrorCodes=O.gasErrorCodes,exports.generateAumPoints=Ve.generateAumPoints,exports.generateFeeStructure=q.generateFeeStructure,exports.generateFundAndApproveOps=Z.generateFundAndApproveOps,exports.generateProofSignatureRemotely=U.generateProofSignatureRemotely,exports.generateTradingPoints=Ve.generateTradingPoints,exports.generateZkProof=nn.generateZkProof,exports.getAccessTokenAccountPublicKey=V.getAccessTokenAccountPublicKey,exports.getAccessTokenMerkleAccountPublicKey=V.getAccessTokenMerkleAccountPublicKey,exports.getAccessTokenStorageAccountPublicKey=V.getAccessTokenStorageAccountPublicKey,exports.getAccountsFromInstructions=J.getAccountsFromInstructions,exports.getAddressFromStateKey=G.getAddressFromStateKey,exports.getAddressLookupTableAccounts=_n.getAddressLookupTableAccounts,exports.getAmountInToken=k.getAmountInToken,exports.getAmountInWei=k.getAmountInWei,exports.getAmountInWeiOrZero=k.getAmountInWeiOrZero,exports.getAmountWithPrecision=k.getAmountWithPrecision,exports.getAmountWithPrecisionOrZero=k.getAmountWithPrecisionOrZero,exports.getApprovedBalance=Sr.getApprovedBalance,exports.getApprovedUtxos=Sr.getApprovedUtxos,exports.getApprovedUtxosForToken=Sr.getApprovedUtxosForToken,exports.getAuthorizationDataIfNeeded=Z.getAuthorizationDataIfNeeded,exports.getAvailableResource=U.getAvailableResource,exports.getBlockExplorerUrl=Bn.getBlockExplorerUrl,exports.getBrotherhood=g.getBrotherhood,exports.getBrotherhoodUsers=g.getBrotherhoodUsers,exports.getChainBalanceFetchingMutex=Qt.getChainBalanceFetchingMutex,exports.getChainIdFromStateKey=G.getChainIdFromStateKey,exports.getChainParameterValue=U.getChainParameterValue,exports.getCircomSign=Nt.getCircomSign,exports.getCoinByAddress=p.getCoinByAddress,exports.getCoinById=p.getCoinById,exports.getCoinMarketChartByTokenId=p.getCoinMarketChartByTokenId,exports.getCoingeckoIdForNativeTokens=p.getCoingeckoIdForNativeTokens,exports.getCoingeckoPlatform=p.getCoingeckoPlatform,exports.getCoingeckoPrice=m.getCoingeckoPrice,exports.getCoingeckoPrice2=m.getCoingeckoPrice2,exports.getCoingeckoPrices=m.getCoingeckoPrices,exports.getCoingeckoTokenList=m.getCoingeckoTokenList,exports.getContractAddress=Gt.getContractAddress,exports.getCurrentDayStart=R.getCurrentDayStart,exports.getCurrentTimeInSeconds=R.getCurrentTimeInSeconds,exports.getCurrentUserBrotherhood=g.getCurrentUserBrotherhood,exports.getCurrentUserBrotherhoodUsers=g.getCurrentUserBrotherhoodUsers,exports.getCurrentWeekStart=R.getCurrentWeekStart,exports.getDecodedMessage=Ar.getDecodedMessage,exports.getDelayUntilUtc8=R.getDelayUntilUtc8,exports.getERC20Registry=Ye.getERC20Registry,exports.getERC20Token=j.getERC20Token,exports.getERC20TokenBySymbol=j.getERC20TokenBySymbol,exports.getEffectiveSevenDaysAgo=R.getEffectiveSevenDaysAgo,exports.getEffectiveToday=R.getEffectiveToday,exports.getEncryptedOutputsAccountPublicKey=V.getEncryptedOutputsAccountPublicKey,exports.getErc20TokensForChain=j.getErc20TokensForChain,exports.getErrorMessage=pn.getErrorMessage,exports.getErrorMessageFromTransactionRequest=pn.getErrorMessageFromTransactionRequest,exports.getExternalActionIdFromNumber=tn.getExternalActionIdFromNumber,exports.getExternalActionIdHash=tn.getExternalActionIdHash,exports.getFeeStructure=An.getFeeStructure,exports.getFilePath=H.getFilePath,exports.getFixedRegistry=Ye.getFixedRegistry,exports.getFlatFees=un.getFlatFees,exports.getGasEstimates=Fe.getGasEstimates,exports.getGasTokenRecords=Rr.getGasTokenRecords,exports.getGasTokenSymbols=q.getGasTokenSymbols,exports.getGenericFeeOverTransactionValueErrorMessage=zt.getGenericFeeOverTransactionValueErrorMessage,exports.getHinkalCache=H.getHinkalCache,exports.getHinkalLandingURL=I.getHinkalLandingURL,exports.getHinkalParameters=C.getHinkalParameters,exports.getIdleRelay=Re.getIdleRelay,exports.getInHinkalAddressesCache=H.getInHinkalAddressesCache,exports.getInHinkalAddressesFilePath=H.getInHinkalAddressesFilePath,exports.getInputUtxoAndBalance=W.getInputUtxoAndBalance,exports.getInputUtxoAndBalanceOfStuckUtxos=W.getInputUtxoAndBalanceOfStuckUtxos,exports.getInputUtxoAndBalancePerToken=W.getInputUtxoAndBalancePerToken,exports.getInputUtxosRemotely=W.getInputUtxosRemotely,exports.getInstructionsAccountPublicKey=V.getInstructionsAccountPublicKey,exports.getInteractionFromAction=cn.getInteractionFromAction,exports.getKycAndSignatureData=jn.getKycAndSignatureData,exports.getLifiPrice=Er.getLifiPrice,exports.getMerkleAccountPublicKey=V.getMerkleAccountPublicKey,exports.getNetworkName=Xn.getNetworkName,exports.getNetworkObject=Nn.getNetworkObject,exports.getNetworkType=Nn.getNetworkType,exports.getNextDayDelay=R.getNextDayDelay,exports.getNextDayISO=R.getNextDayISO,exports.getNonLocalhostChainId=r.getNonLocalhostChainId,exports.getNullifierAccount=V.getNullifierAccount,exports.getOKXPrice=Dr.getOKXPrice,exports.getOdosPrice=wr.getOdosPrice,exports.getOnChainUtxosFromReceipt=$n.getOnChainUtxosFromReceipt,exports.getOnChainUtxosFromReceiptSolana=er.getOnChainUtxosFromReceiptSolana,exports.getOneInchPrice=Tr.getOneInchPrice,exports.getPatchedAccessTokenMerkleTree=pr.getPatchedAccessTokenMerkleTree,exports.getPayURL=I.getPayURL,exports.getPermitInfo=Ar.getPermitInfo,exports.getPreviousWeekStart=R.getPreviousWeekStart,exports.getProofAccountPart1PublicKey=V.getProofAccountPart1PublicKey,exports.getProofAccountPart2PublicKey=V.getProofAccountPart2PublicKey,exports.getProviderFromContract=lr.getProviderFromContract,exports.getPublicBalance=Y.getPublicBalance,exports.getPublicBalanceByTokenAddress=Y.getPublicBalanceByTokenAddress,exports.getPublicBalancesOfTokens=Y.getPublicBalancesOfTokens,exports.getPublicBrotherhoods=g.getPublicBrotherhoods,exports.getPublicTransactionCount=Y.getPublicTransactionCount,exports.getRandomProxyAvatarIndex=tr.getRandomProxyAvatarIndex,exports.getRecipientInfoFromUserKeys=Un.getRecipientInfoFromUserKeys,exports.getRewardsURL=I.getRewardsURL,exports.getScheduledTransactions=Ue.getScheduledTransactions,exports.getScheduledTransactionsNullifierIndexes=Ue.getScheduledTransactionsNullifierIndexes,exports.getSequence=on.getSequence,exports.getShieldedBalance=$t.getShieldedBalance,exports.getSignatureFromEnclave=ar.getSignatureFromEnclave,exports.getSignatureHeader=Be.getSignatureHeader,exports.getSignerFromContract=lr.getSignerFromContract,exports.getSlippageValues=K.getSlippageValues,exports.getSolanaPriorityFee=xn.getSolanaPriorityFee,exports.getSolanaProxySendSerializedTransaction=ji.getSolanaProxySendSerializedTransaction,exports.getSolanaProxyShieldSerializedTransaction=Ni.getSolanaProxyShieldSerializedTransaction,exports.getSolanaProxySwapSerializedTransaction=Mi.getSolanaProxySwapSerializedTransaction,exports.getSolanaPublicBalances=Y.getSolanaPublicBalances,exports.getStateKey=G.getStateKey,exports.getStorageAccountPublicKey=V.getStorageAccountPublicKey,exports.getStorageVaultPublicKey=V.getStorageVaultPublicKey,exports.getSwapperAccountPublicKey=V.getSwapperAccountPublicKey,exports.getSwapperAccountPublicKeyFromSalt=V.getSwapperAccountPublicKeyFromSalt,exports.getTemporaryWalletNonces=y.getTemporaryWalletNonces,exports.getTokenHolder=kr.getTokenHolder,exports.getTokenLimitStorageAccountPublicKey=V.getTokenLimitStorageAccountPublicKey,exports.getTokenPreviousDayPrices=Ie.getTokenPreviousDayPrices,exports.getTokenPrices=Ie.getTokenPrices,exports.getTokenStateKey=G.getTokenStateKey,exports.getTokensLimits=pt.getTokensLimits,exports.getTokensToDepositBack=Lr.getTokensToDepositBack,exports.getTransactionLogEvents=Cr.getTransactionLogEvents,exports.getUniswapFee=Q.getUniswapFee,exports.getUniswapPrice=Q.getUniswapPrice,exports.getUniswapPriceHelper=Q.getUniswapPriceHelper,exports.getUtxosFromEnclave=ir.getUtxosFromEnclave,exports.getUtxosFromReceipt=$n.getUtxosFromReceipt,exports.getUtxosFromReceiptSolana=er.getUtxosFromReceiptSolana,exports.getValueFirstNDigit=A.getValueFirstNDigit,exports.getVerifierId=U.getVerifierId,exports.getWalletGroupKey=ur.getWalletGroupKey,exports.getWalletOnboardingURL=I.getWalletOnboardingURL,exports.groupConnectorsByWallet=$.groupConnectorsByWallet,exports.hasEnoughBalance=qn.hasEnoughBalance,exports.hashEthereumAddress=_.hashEthereumAddress,exports.hexToUtf8=G.hexToUtf8,exports.hinkalClaimUtxo=Pi.hinkalClaimUtxo,exports.hinkalDeposit=gr.hinkalDeposit,exports.hinkalDepositAndWithdraw=Vr.hinkalDepositAndWithdraw,exports.hinkalDepositForOther=gr.hinkalDepositForOther,exports.hinkalPrivateWallet=Ti.hinkalPrivateWallet,exports.hinkalProxySwap=Oi.hinkalProxySwap,exports.hinkalSimulationAddress=i.hinkalSimulationAddress,exports.hinkalSolanaClaimUtxo=Ii.hinkalSolanaClaimUtxo,exports.hinkalSolanaProoflessDeposit=Fi.hinkalSolanaProoflessDeposit,exports.hinkalSolanaProxySend=ji.hinkalSolanaProxySend,exports.hinkalSolanaProxyShield=Ni.hinkalSolanaProxyShield,exports.hinkalSolanaProxySwap=Mi.hinkalSolanaProxySwap,exports.hinkalSolanaTransfer=Ai.hinkalSolanaTransfer,exports.hinkalSwap=Hr.hinkalSwap,exports.hinkalTransfer=ki.hinkalTransfer,exports.hinkalWithdraw=Ur.hinkalWithdraw,exports.hinkalWithdrawStuckUtxos=Li.hinkalWithdrawStuckUtxos,exports.hmacSha512=Nr.hmacSha512,exports.httpClient=Ne.httpClient,exports.initTokenLimitIfNeeded=En.initTokenLimitIfNeeded,exports.insufficientResourcesErrorCodes=O.insufficientResourcesErrorCodes,exports.isArcNativeToken=j.isArcNativeToken,exports.isCircomNegative=Nt.isCircomNegative,exports.isDevelopment=n.isDevelopment,exports.isExtension=n.isExtension,exports.isInjectedConnector=$.isInjectedConnector,exports.isLocalNetwork=r.isLocalNetwork,exports.isMockConnector=$.isMockConnector,exports.isNFTToken=j.isNFTToken,exports.isNativePlaceholderAddress=_.isNativePlaceholderAddress,exports.isNicknameValid=In.isNicknameValid,exports.isNode=n.isNode,exports.isNonCircularToken=Et.isNonCircularToken,exports.isNotClientProduction=n.isNotClientProduction,exports.isNotProduction=n.isNotProduction,exports.isNullOrEmpty=G.isNullOrEmpty,exports.isOptimismLike=r.isOptimismLike,exports.isPlayground=n.isPlayground,exports.isRecipientAddressInvalid=_.isRecipientAddressInvalid,exports.isSameERC20Token=Yt.isSameERC20Token,exports.isSolanaConnector=$.isSolanaConnector,exports.isSolanaLike=r.isSolanaLike,exports.isSolanaOnChainUtxo=z.isSolanaOnChainUtxo,exports.isStaging=n.isStaging,exports.isTronConnector=$.isTronConnector,exports.isTronLike=r.isTronLike,exports.isUseApprovalDataEmpty=dn.isUseApprovalDataEmpty,exports.isValidPrivateAddress=_.isValidPrivateAddress,exports.isValidSolanaPublicKey=_.isValidSolanaPublicKey,exports.isValidTronAddress=_.isValidTronAddress,exports.isValidUrl=Zn.isValidUrl,exports.isWebpack=n.isWebpack,exports.joinBrotherhood=g.joinBrotherhood,exports.jubHolder=At.jubHolder,exports.leaveBrotherhood=g.leaveBrotherhood,exports.loadTxsCache=H.loadTxsCache,exports.localhostData=le,exports.localhostNetwork=r.localhostNetwork,exports.localhostRegistry=x.localhostRegistry,exports.logError=qt.logError,exports.lowerCaseIncludes=He.lowerCaseIncludes,exports.lowerCaseStartsWith=He.lowerCaseStartsWith,exports.lpLink=T.lpLink,exports.lpProgramStartWeek=T.lpProgramStartWeek,exports.maxBigInt=A.maxBigInt,exports.mediaUrls=ut.mediaUrls,exports.minBigInt=A.minBigInt,exports.modifyVolatileTokenAmountChanges=hn.modifyVolatileTokenAmountChanges,exports.msToISOString=R.msToISOString,exports.networkRegistry=r.networkRegistry,exports.oauthUrls=vt.oauthUrls,exports.oneInchZeroAddress=i.oneInchZeroAddress,exports.openDefaultPassportWindow=st.openDefaultPassportWindow,exports.openPassportWindow=yr.openPassportWindow,exports.optimismData=oe,exports.optimismGasPriceOracleAbi=at,exports.optimismRegistry=x.optimismRegistry,exports.optimismRegistryFixed=x.optimismRegistryFixed,exports.outputApprovalDataProcessing=fn.outputApprovalDataProcessing,exports.outputUtxoProcessing=en.outputUtxoProcessing,exports.ownerPublicKey=i.ownerPublicKey,exports.padUseApprovalUtxoData=dn.padUseApprovalUtxoData,exports.pancaceSwapPermit2Address=E.pancaceSwapPermit2Address,exports.parseZkCalldata=U.parseZkCalldata,exports.payActivityStorage=wi.payActivityStorage,exports.permit2Address=E.permit2Address,exports.permitSignatureValidFor=i.permitSignatureValidFor,exports.pointsLink=T.pointsLink,exports.pollForValue=Sn.pollForValue,exports.polygonData=se,exports.polygonRegistry=x.polygonRegistry,exports.polygonRegistryFixed=x.polygonRegistryFixed,exports.poseidonFunction=kt.poseidonFunction,exports.poseidonHash=kt.poseidonHash,exports.poseidonHolder=kt.poseidonHolder,exports.postToOffscreen=Qn.postToOffscreen,exports.preProcessing=jt.preProcessing,exports.prepareEthersProviderAdapter=X.prepareEthersProviderAdapter,exports.prepareHinkal=X.prepareHinkal,exports.prepareHinkalFromSeedPhrases=X.prepareHinkalFromSeedPhrases,exports.prepareHinkalWithSignature=X.prepareHinkalWithSignature,exports.prepareSolanaProviderAdapter=X.prepareSolanaProviderAdapter,exports.presaleABI=gt.presaleABI,exports.presaleContractInfoByChain=gt.presaleContractInfoByChain,exports.pricesStorage=xi.pricesStorage,exports.privateBalancesStorage=bi.privateBalancesStorage,exports.privateTokensDB=Zt.privateTokensDB,exports.proCoingeckoUrl=p.proCoingeckoUrl,exports.proHeader=p.proHeader,exports.processGasEstimates=ln.processGasEstimates,exports.produceOp=Fr.produceOp,exports.promisify=on.promisify,exports.publicBalancesStorage=yi.publicBalancesStorage,exports.publicTokensDB=Di.publicTokensDB,exports.quoterV2ABI=S.quoterV2ABI,exports.raffleProgramStartWeek=T.raffleProgramStartWeek,exports.randomBigInt=k.randomBigInt,exports.recipientUtxoProcessing=Dn.recipientUtxoProcessing,exports.recoverAuthorizationData=Z.recoverAuthorizationData,exports.referralLink=T.referralLink,exports.reloadPage=Fn.reloadPage,exports.removeTemporaryWalletNonce=y.removeTemporaryWalletNonce,exports.reorderZkCallData=U.reorderZkCallData,exports.replaceAllInstances=G.replaceAllInstances,exports.requireEnv=an.requireEnv,exports.resetCache=H.resetCache,exports.resetInHinkalAddressesCache=H.resetInHinkalAddressesCache,exports.resetMerkleTrees=gi.resetMerkleTrees,exports.resetStateMutex=Hi.resetStateMutex,exports.resolveSns=Dt.resolveSns,exports.resolveSync=on.resolveSync,exports.rethrowKnownGasErrorIfPossible=zt.rethrowKnownGasErrorIfPossible,exports.rpcGetStorageChanges=b.rpcGetStorageChanges,exports.rpcIntEncode=Wn.rpcIntEncode,exports.rpcSimulateBundle=b.rpcSimulateBundle,exports.rpcSimulateTransaction=b.rpcSimulateTransaction,exports.runContractFunction=Or.runContractFunction,exports.safeJsonStringify=t.safeJsonStringify,exports.sanctionsListABI=$e.abi,exports.saveTxsCache=H.saveTxsCache,exports.searchBySymbol=p.searchBySymbol,exports.searchCompareFunction=j.searchCompareFunction,exports.searchPoolAndFee=Q.searchPoolAndFee,exports.seedlessBackup=v.seedlessBackup,exports.seedlessCheckPassword=v.seedlessCheckPassword,exports.seedlessInit=v.seedlessInit,exports.seedlessSalt=v.seedlessSalt,exports.seedlessStatus=v.seedlessStatus,exports.selectGasToken=zr.selectGasToken,exports.sendInitNullifiersTransaction=Tn.sendInitNullifiersTransaction,exports.sendPrivateSendEmailNotifications=Ge.sendPrivateSendEmailNotifications,exports.sendProxyV0Transaction=J.sendProxyV0Transaction,exports.sendV0Transaction=J.sendV0Transaction,exports.serializeCircomData=K.serializeCircomData,exports.serializeDecodedTxs=Wt.serializeDecodedTxs,exports.serializeProxyV0Transaction=J.serializeProxyV0Transaction,exports.serializeUtxoConstructorParams=rr.serializeUtxoConstructorParams,exports.setHinkalCache=H.setHinkalCache,exports.setInHinkalAddressesCache=H.setInHinkalAddressesCache,exports.signAndSendSerializedTransaction=jr.signAndSendSerializedTransaction,exports.signaturePhrase=i.signaturePhrase,exports.signedMessagesStorage=Ci.signedMessagesStorage,exports.simulateTronTransaction=cr.simulateTronTransaction,exports.simulateTx=b.simulateTx,exports.solanaChainIdStr=r.solanaChainIdStr,exports.solanaData=de,exports.solanaLocalnetRegistry=x.solanaLocalnetRegistry,exports.solanaMainnetRegistry=x.solanaMainnetRegistry,exports.solanaNativeAddress=i.solanaNativeAddress,exports.sortTokens=j.sortTokens,exports.stealthAddressCacheDevice=L.stealthAddressCacheDevice,exports.stealthPairCacheDevice=L.stealthPairCacheDevice,exports.storeInstructions=On.storeInstructions,exports.storeProof=Cn.storeProof,exports.storeSignatureInEnclave=ar.storeSignatureInEnclave,exports.storeUtxoInEnclave=ir.storeUtxoInEnclave,exports.supportedPassportLinks=w.supportedPassportLinks,exports.tenderlyRpcLinks=b.tenderlyRpcLinks,exports.toBigInt=A.toBigInt,exports.toBigIntOrUndefined=A.toBigIntOrUndefined,exports.toBigIntWithDecimals=k.toBigIntWithDecimals,exports.toCommaSeparatedNumberString=A.toCommaSeparatedNumberString,exports.toInt=A.toInt,exports.toJsonSafe=t.toJsonSafe,exports.toNumberOrUndefined=A.toNumberOrUndefined,exports.toTitleCase=G.toTitleCase,exports.tokenVisibilityStorage=Xt.tokenVisibilityStorage,exports.tokensInfoCall=ze.tokensInfoCall,exports.topUpPrivateSendRecipientInfos=We.topUpPrivateSendRecipientInfos,exports.transactionErrorCodes=O.transactionErrorCodes,exports.transactionProverABI=S.transactionProverABI,exports.trimFieldValues=Kn.trimFieldValues,exports.trimLeadingZeros=A.trimLeadingZeros,exports.tronAdapterToConnector=Mr.tronAdapterToConnector,exports.tronMainnetData=pe,exports.tronNileData=fe,exports.truncateToDecimalPlaces=A.truncateToDecimalPlaces,exports.uniswap2Manager=E.uniswap2Manager,exports.uniswap3Manager=E.uniswap3Manager,exports.uniswapApprovalExtraCallData=E.uniswapApprovalExtraCallData,exports.uniswapV2PoolData=C.uniswapV2PoolData,exports.uniswapV3FactoryData=C.uniswapV3FactoryData,exports.uniswapV3PoolData=C.uniswapV3PoolData,exports.uniswapV3QuoterData=C.uniswapV3QuoterData,exports.uniswapWorkaround=Vn.uniswapWorkaround,exports.uniswapWorkaroundAddresses=E.uniswapWorkaroundAddresses,exports.updateHinkal=Br.updateHinkal,exports.validateAndGetChainId=Yt.validateAndGetChainId,exports.validateEmail=G.validateEmail,exports.validateUsername=nr.validateUsername,exports.wait=Sn.wait,exports.waitForDepositedUtxosInMerkleTree=Mn.waitForDepositedUtxosInMerkleTree,exports.waitForEthereumTransactionConfirmation=or.waitForEthereumTransactionConfirmation,exports.waitForSolanaTransactionConfirmation=or.waitForSolanaTransactionConfirmation,exports.waitForTransactionConfirmation=or.waitForTransactionConfirmation,exports.waitLittle=R.waitLittle,exports.walletConnectErrorCodes=O.walletConnectErrorCodes,exports.wrappedSolanaAddress=i.wrappedSolanaAddress,exports.zeroAddress=i.zeroAddress;
|