@hinkal/common 0.2.21 → 0.2.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/API/API.cjs +1 -1
- package/API/API.d.ts +14 -14
- package/API/API.mjs +88 -87
- package/API/admin-calls.cjs +1 -1
- package/API/admin-calls.d.ts +1 -1
- package/API/admin-calls.mjs +4 -4
- package/API/ai-calls.cjs +1 -0
- package/API/ai-calls.d.ts +17 -0
- package/API/ai-calls.mjs +21 -0
- package/API/callLifiAPI.cjs +1 -1
- package/API/callLifiAPI.d.ts +1 -1
- package/API/callLifiAPI.mjs +5 -5
- package/API/callMonitor.cjs +1 -1
- package/API/callMonitor.d.ts +1 -1
- package/API/callMonitor.mjs +7 -7
- package/API/callOdosAPI.cjs +1 -1
- package/API/callOdosAPI.mjs +11 -11
- package/API/callOkxAPI.cjs +1 -1
- package/API/callOkxAPI.d.ts +1 -1
- package/API/callOkxAPI.mjs +5 -5
- package/API/callOneInchAPI.cjs +1 -1
- package/API/callOneInchAPI.mjs +11 -10
- package/API/callRelayer.cjs +1 -1
- package/API/callRelayer.d.ts +5 -6
- package/API/callRelayer.mjs +11 -11
- package/API/checkRisk.cjs +1 -1
- package/API/checkRisk.d.ts +1 -1
- package/API/checkRisk.mjs +4 -4
- package/API/deposit-and-withdraw-status-calls.cjs +1 -0
- package/API/deposit-and-withdraw-status-calls.d.ts +20 -0
- package/API/deposit-and-withdraw-status-calls.mjs +18 -0
- package/API/duneAPI.cjs +1 -0
- package/API/duneAPI.d.ts +11 -0
- package/API/duneAPI.mjs +25 -0
- package/API/enclaveCalls.cjs +1 -1
- package/API/enclaveCalls.mjs +4 -5
- package/API/fetchCommitmentsCache.cjs +1 -1
- package/API/fetchCommitmentsCache.mjs +9 -9
- package/API/get-token-data.cjs +1 -1
- package/API/get-token-data.d.ts +1 -1
- package/API/get-token-data.mjs +5 -5
- package/API/getBridgeProtocols.cjs +1 -0
- package/API/getBridgeProtocols.d.ts +7 -0
- package/API/getBridgeProtocols.mjs +8 -0
- package/API/getGasEstimates.cjs +1 -1
- package/API/getGasEstimates.mjs +9 -9
- package/API/getLifiStatus.cjs +1 -0
- package/API/getLifiStatus.d.ts +24 -0
- package/API/getLifiStatus.mjs +15 -0
- package/API/getRelayerURL.cjs +1 -0
- package/API/getRelayerURL.d.ts +1 -0
- package/API/getRelayerURL.mjs +10 -0
- package/API/getServerURL.cjs +1 -1
- package/API/getServerURL.d.ts +3 -3
- package/API/getServerURL.mjs +67 -51
- package/API/getTokenPrice.cjs +1 -1
- package/API/getTokenPrice.d.ts +0 -5
- package/API/getTokenPrice.mjs +7 -14
- package/API/index.d.ts +3 -1
- package/API/is-tx-stateless.cjs +1 -1
- package/API/is-tx-stateless.d.ts +1 -1
- package/API/is-tx-stateless.mjs +12 -10
- package/API/kycCalls.cjs +1 -1
- package/API/kycCalls.d.ts +8 -4
- package/API/kycCalls.mjs +26 -23
- package/API/passwordCalls.cjs +1 -0
- package/API/passwordCalls.d.ts +9 -0
- package/API/passwordCalls.mjs +13 -0
- package/API/proxyAccountsCalls.cjs +1 -1
- package/API/proxyAccountsCalls.d.ts +2 -7
- package/API/proxyAccountsCalls.mjs +21 -27
- package/API/relayCalls.cjs +1 -1
- package/API/relayCalls.mjs +4 -4
- package/API/restoreSnapshots.cjs +1 -0
- package/API/restoreSnapshots.d.ts +1 -0
- package/API/restoreSnapshots.mjs +10 -0
- package/API/scheduled-transactions-calls.cjs +1 -1
- package/API/scheduled-transactions-calls.d.ts +9 -1
- package/API/scheduled-transactions-calls.mjs +9 -5
- package/API/simulate-batch-tx.cjs +1 -1
- package/API/simulate-batch-tx.d.ts +2 -2
- package/API/simulate-batch-tx.mjs +6 -7
- package/API/solana-calls.cjs +1 -1
- package/API/solana-calls.d.ts +3 -6
- package/API/solana-calls.mjs +15 -15
- package/API/temporaryWalletCalls.cjs +1 -1
- package/API/temporaryWalletCalls.mjs +19 -13
- package/API/token-calls.cjs +1 -1
- package/API/token-calls.mjs +5 -6
- package/README.md +54 -42
- package/constants/chains.constants.cjs +1 -1
- package/constants/chains.constants.d.ts +6 -0
- package/constants/chains.constants.mjs +52 -58
- package/constants/coingecko.constants.cjs +1 -1
- package/constants/coingecko.constants.d.ts +0 -1
- package/constants/coingecko.constants.mjs +10 -11
- package/constants/deploy-data/deploy-data-solana.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-solana.json.mjs +2 -28
- package/constants/function-signatures.constants.cjs +1 -1
- package/constants/function-signatures.constants.d.ts +1 -0
- package/constants/function-signatures.constants.mjs +4 -3
- package/constants/kyc.constants.cjs +1 -1
- package/constants/kyc.constants.mjs +40 -39
- package/constants/mediaUrls.constants.cjs +1 -1
- package/constants/mediaUrls.constants.d.ts +0 -1
- package/constants/mediaUrls.constants.mjs +1 -2
- package/constants/permit2.constants.cjs +1 -1
- package/constants/permit2.constants.d.ts +1 -0
- package/constants/permit2.constants.mjs +11 -10
- package/constants/server.constants.cjs +1 -1
- package/constants/server.constants.d.ts +123 -19
- package/constants/server.constants.mjs +142 -38
- package/constants/vite.constants.cjs +1 -1
- package/constants/vite.constants.mjs +13 -36
- package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.cjs +1 -1
- package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.mjs +71 -68
- package/data-structures/Hinkal/Hinkal.cjs +1 -1
- package/data-structures/Hinkal/Hinkal.d.ts +56 -45
- package/data-structures/Hinkal/Hinkal.mjs +348 -314
- package/data-structures/Hinkal/IHinkal.d.ts +54 -40
- package/data-structures/Hinkal/handleAutoDepositBack.cjs +1 -1
- package/data-structures/Hinkal/handleAutoDepositBack.d.ts +1 -1
- package/data-structures/Hinkal/handleAutoDepositBack.mjs +49 -48
- package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.cjs +1 -0
- package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.d.ts +7 -0
- package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.mjs +42 -0
- package/data-structures/Hinkal/hinkalActionReceive.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionReceive.mjs +24 -29
- package/data-structures/Hinkal/hinkalApprove.cjs +1 -0
- package/data-structures/Hinkal/hinkalApprove.d.ts +3 -0
- package/data-structures/Hinkal/hinkalApprove.mjs +114 -0
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.cjs +1 -1
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.mjs +20 -20
- package/data-structures/Hinkal/hinkalDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalDeposit.mjs +84 -88
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.d.ts +1 -1
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.mjs +96 -77
- package/data-structures/Hinkal/hinkalDepositOnChainUtxos.cjs +1 -1
- package/data-structures/Hinkal/hinkalDepositOnChainUtxos.d.ts +4 -1
- package/data-structures/Hinkal/hinkalDepositOnChainUtxos.mjs +80 -75
- package/data-structures/Hinkal/hinkalDepostAndBridge.cjs +1 -1
- package/data-structures/Hinkal/hinkalDepostAndBridge.d.ts +1 -1
- package/data-structures/Hinkal/hinkalDepostAndBridge.mjs +150 -138
- package/data-structures/Hinkal/hinkalGetZkMeProvider.cjs +1 -1
- package/data-structures/Hinkal/hinkalGetZkMeProvider.mjs +5 -4
- package/data-structures/Hinkal/hinkalInsideTransact.cjs +1 -0
- package/data-structures/Hinkal/hinkalInsideTransact.d.ts +4 -0
- package/data-structures/Hinkal/hinkalInsideTransact.mjs +119 -0
- package/data-structures/Hinkal/hinkalPrivateWallet.cjs +1 -1
- package/data-structures/Hinkal/hinkalPrivateWallet.d.ts +2 -2
- package/data-structures/Hinkal/hinkalPrivateWallet.mjs +118 -114
- package/data-structures/Hinkal/hinkalProoflessDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalProoflessDeposit.mjs +34 -36
- package/data-structures/Hinkal/hinkalProxySwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalProxySwap.mjs +36 -40
- package/data-structures/Hinkal/hinkalProxyToPrivate.cjs +1 -1
- package/data-structures/Hinkal/hinkalProxyToPrivate.mjs +32 -37
- package/data-structures/Hinkal/hinkalSignSubAccount.cjs +1 -1
- package/data-structures/Hinkal/hinkalSignSubAccount.d.ts +2 -1
- package/data-structures/Hinkal/hinkalSignSubAccount.mjs +15 -17
- package/data-structures/Hinkal/hinkalSolanaDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaDeposit.d.ts +3 -4
- package/data-structures/Hinkal/hinkalSolanaDeposit.mjs +95 -84
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.d.ts +1 -2
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.mjs +182 -155
- package/data-structures/Hinkal/hinkalSolanaProxySend.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaProxySend.d.ts +3 -2
- package/data-structures/Hinkal/hinkalSolanaProxySend.mjs +40 -43
- package/data-structures/Hinkal/hinkalSolanaProxyShield.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaProxyShield.mjs +67 -71
- package/data-structures/Hinkal/hinkalSolanaProxySwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaProxySwap.d.ts +1 -1
- package/data-structures/Hinkal/hinkalSolanaProxySwap.mjs +59 -63
- package/data-structures/Hinkal/hinkalSolanaSwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaSwap.mjs +45 -48
- package/data-structures/Hinkal/hinkalSolanaTransfer.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaTransfer.mjs +48 -49
- package/data-structures/Hinkal/hinkalSolanaWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaWithdraw.d.ts +1 -2
- package/data-structures/Hinkal/hinkalSolanaWithdraw.mjs +68 -71
- package/data-structures/Hinkal/hinkalSwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalSwap.mjs +78 -71
- package/data-structures/Hinkal/hinkalTransfer.cjs +1 -1
- package/data-structures/Hinkal/hinkalTransfer.mjs +70 -71
- package/data-structures/Hinkal/hinkalWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalWithdraw.mjs +79 -81
- package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.cjs +1 -1
- package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.mjs +103 -105
- package/data-structures/Hinkal/resetMerkleTrees.cjs +1 -1
- package/data-structures/Hinkal/resetMerkleTrees.d.ts +1 -1
- package/data-structures/Hinkal/resetMerkleTrees.mjs +53 -107
- package/data-structures/IndexedDB/activity-db.cjs +1 -1
- package/data-structures/IndexedDB/activity-db.d.ts +0 -1
- package/data-structures/IndexedDB/activity-db.mjs +75 -91
- package/data-structures/IndexedDB/balances-db.cjs +1 -1
- package/data-structures/IndexedDB/balances-db.mjs +37 -40
- package/data-structures/IndexedDB/contact-db.cjs +1 -1
- package/data-structures/IndexedDB/contact-db.mjs +13 -16
- package/data-structures/IndexedDB/signatures-db.cjs +1 -1
- package/data-structures/IndexedDB/signatures-db.mjs +40 -25
- package/data-structures/TokenDBs/EventsPublicTokensDB.cjs +1 -1
- package/data-structures/TokenDBs/EventsPublicTokensDB.mjs +84 -82
- package/data-structures/TokenDBs/token-visibility-db.cjs +1 -1
- package/data-structures/TokenDBs/token-visibility-db.mjs +36 -22
- package/data-structures/crypto-keys/keys.cjs +1 -1
- package/data-structures/crypto-keys/keys.d.ts +11 -0
- package/data-structures/crypto-keys/keys.mjs +107 -47
- package/data-structures/event-service/evm/AbstractAccessTokenSnapshotService.cjs +1 -1
- package/data-structures/event-service/evm/AbstractAccessTokenSnapshotService.d.ts +2 -3
- package/data-structures/event-service/evm/AbstractAccessTokenSnapshotService.mjs +9 -9
- package/data-structures/event-service/evm/AbstractApprovalsSnapshotService.cjs +1 -1
- package/data-structures/event-service/evm/AbstractApprovalsSnapshotService.d.ts +2 -3
- package/data-structures/event-service/evm/AbstractApprovalsSnapshotService.mjs +5 -5
- package/data-structures/event-service/evm/AbstractCommitmentsSnapshotService.cjs +1 -1
- package/data-structures/event-service/evm/AbstractCommitmentsSnapshotService.d.ts +2 -3
- package/data-structures/event-service/evm/AbstractCommitmentsSnapshotService.mjs +6 -6
- package/data-structures/event-service/evm/AbstractEventService.cjs +1 -1
- package/data-structures/event-service/evm/AbstractEventService.d.ts +2 -4
- package/data-structures/event-service/evm/AbstractEventService.mjs +19 -19
- package/data-structures/event-service/evm/AbstractNullifierSnapshotService.cjs +1 -1
- package/data-structures/event-service/evm/AbstractNullifierSnapshotService.d.ts +3 -3
- package/data-structures/event-service/evm/AbstractNullifierSnapshotService.mjs +5 -6
- package/data-structures/event-service/evm/AbstractSnapshotService.cjs +1 -1
- package/data-structures/event-service/evm/AbstractSnapshotService.d.ts +2 -1
- package/data-structures/event-service/evm/AbstractSnapshotService.mjs +4 -3
- package/data-structures/event-service/evm/BlockchainEventEmitter.cjs +1 -1
- package/data-structures/event-service/evm/BlockchainEventEmitter.d.ts +5 -10
- package/data-structures/event-service/evm/BlockchainEventEmitter.mjs +35 -39
- package/data-structures/event-service/index.d.ts +0 -4
- package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.cjs +1 -1
- package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.d.ts +2 -3
- package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.mjs +6 -6
- package/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.cjs +1 -1
- package/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.d.ts +3 -4
- package/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.mjs +8 -8
- package/data-structures/event-service/solana/AbstractSolanaEventService.cjs +1 -1
- package/data-structures/event-service/solana/AbstractSolanaEventService.d.ts +10 -4
- package/data-structures/event-service/solana/AbstractSolanaEventService.mjs +7 -10
- package/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.cjs +1 -1
- package/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.d.ts +2 -3
- package/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.mjs +1 -1
- package/data-structures/event-service/solana/AbstractSolanaSnapshotService.cjs +1 -1
- package/data-structures/event-service/solana/AbstractSolanaSnapshotService.d.ts +2 -1
- package/data-structures/event-service/solana/AbstractSolanaSnapshotService.mjs +2 -1
- package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.cjs +1 -1
- package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.d.ts +16 -11
- package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.mjs +66 -64
- package/data-structures/index.d.ts +0 -3
- package/data-structures/provider-adapter/IProviderAdapter.d.ts +13 -8
- package/data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.cjs +1 -1
- package/data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.mjs +4 -6
- package/data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.cjs +1 -1
- package/data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.mjs +4 -6
- package/data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.cjs +1 -1
- package/data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.mjs +4 -6
- package/data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.cjs +1 -1
- package/data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.mjs +4 -6
- package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.cjs +1 -1
- package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.mjs +4 -6
- package/data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.cjs +1 -1
- package/data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.mjs +4 -5
- package/data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.cjs +1 -1
- package/data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.mjs +4 -6
- package/error-handling/error-codes.constants.cjs +1 -1
- package/error-handling/error-codes.constants.d.ts +0 -1
- package/error-handling/error-codes.constants.mjs +3 -4
- package/error-handling/get-error.message.cjs +1 -1
- package/error-handling/get-error.message.mjs +27 -21
- package/error-handling/handleErrorRestore.cjs +1 -0
- package/error-handling/handleErrorRestore.d.ts +2 -0
- package/error-handling/handleErrorRestore.mjs +11 -0
- package/error-handling/index.d.ts +1 -0
- package/functions/kyc/authentoHelper.cjs +1 -0
- package/functions/kyc/authentoHelper.d.ts +12 -0
- package/functions/kyc/authentoHelper.mjs +30 -0
- package/functions/kyc/zkMeHelper.cjs +1 -1
- package/functions/kyc/zkMeHelper.mjs +17 -18
- package/functions/pre-transaction/constructAdminData.cjs +1 -1
- package/functions/pre-transaction/constructAdminData.d.ts +2 -2
- package/functions/pre-transaction/constructAdminData.mjs +18 -12
- package/functions/pre-transaction/getExternalSwapAddress.cjs +1 -1
- package/functions/pre-transaction/getExternalSwapAddress.d.ts +2 -1
- package/functions/pre-transaction/getExternalSwapAddress.mjs +8 -8
- package/functions/pre-transaction/getVolatileTransferAmount.cjs +1 -1
- package/functions/pre-transaction/getVolatileTransferAmount.mjs +36 -21
- package/functions/pre-transaction/merge-with-fee-structure-emporium.cjs +1 -1
- package/functions/pre-transaction/merge-with-fee-structure-emporium.d.ts +1 -1
- package/functions/pre-transaction/merge-with-fee-structure-emporium.mjs +17 -17
- package/functions/pre-transaction/outputApprovalDataProcessing.cjs +1 -1
- package/functions/pre-transaction/outputApprovalDataProcessing.d.ts +9 -1
- package/functions/pre-transaction/outputApprovalDataProcessing.mjs +34 -19
- package/functions/pre-transaction/sendV0Transaction.cjs +1 -1
- package/functions/pre-transaction/sendV0Transaction.mjs +50 -53
- package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.cjs +1 -1
- package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.d.ts +1 -1
- package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.mjs +4 -4
- package/functions/private-wallet/emporium.helpers.cjs +1 -1
- package/functions/private-wallet/emporium.helpers.d.ts +6 -3
- package/functions/private-wallet/emporium.helpers.mjs +127 -89
- package/functions/private-wallet/emporium.swap.helpers.cjs +1 -1
- package/functions/private-wallet/emporium.swap.helpers.d.ts +4 -1
- package/functions/private-wallet/emporium.swap.helpers.mjs +102 -100
- package/functions/snarkjs/constructEmporiumProof.cjs +1 -1
- package/functions/snarkjs/constructEmporiumProof.mjs +49 -49
- package/functions/snarkjs/constructSolanaZkProof.cjs +1 -1
- package/functions/snarkjs/constructSolanaZkProof.mjs +20 -18
- package/functions/snarkjs/fetchMerkleTreeSiblings.cjs +1 -1
- package/functions/snarkjs/fetchMerkleTreeSiblings.mjs +10 -11
- package/functions/utils/addresses.cjs +1 -1
- package/functions/utils/addresses.d.ts +0 -1
- package/functions/utils/addresses.mjs +12 -13
- package/functions/utils/cacheFunctions.cjs +1 -1
- package/functions/utils/cacheFunctions.mjs +2 -2
- package/functions/utils/create-provider.cjs +1 -1
- package/functions/utils/create-provider.d.ts +1 -1
- package/functions/utils/create-provider.mjs +9 -13
- package/functions/utils/get-hinkal-approvals.cjs +1 -0
- package/functions/utils/get-hinkal-approvals.d.ts +3 -0
- package/functions/utils/get-hinkal-approvals.mjs +38 -0
- package/functions/utils/getUtxosFromReceipt.utils.cjs +1 -1
- package/functions/utils/getUtxosFromReceipt.utils.d.ts +1 -1
- package/functions/utils/getUtxosFromReceipt.utils.mjs +11 -11
- package/functions/utils/index.d.ts +1 -0
- package/functions/utils/involves-permit2-op.cjs +1 -1
- package/functions/utils/involves-permit2-op.d.ts +1 -0
- package/functions/utils/involves-permit2-op.mjs +6 -4
- package/functions/utils/mutexes.utils.cjs +1 -1
- package/functions/utils/mutexes.utils.d.ts +1 -1
- package/functions/utils/mutexes.utils.mjs +3 -3
- package/functions/utils/nftTokenFunctions.cjs +1 -1
- package/functions/utils/nftTokenFunctions.mjs +23 -8
- package/functions/utils/prepareHinkal.cjs +1 -1
- package/functions/utils/prepareHinkal.d.ts +13 -6
- package/functions/utils/prepareHinkal.mjs +72 -45
- package/functions/utils/publicBalance.utils.cjs +1 -1
- package/functions/utils/publicBalance.utils.mjs +54 -49
- package/functions/utils/replaceAddressInCalldata.cjs +1 -0
- package/functions/utils/replaceAddressInCalldata.d.ts +1 -0
- package/functions/utils/replaceAddressInCalldata.mjs +7 -0
- package/functions/utils/string.utils.cjs +1 -1
- package/functions/utils/string.utils.d.ts +0 -1
- package/functions/utils/string.utils.mjs +14 -18
- package/functions/utils/token-check.utils.cjs +1 -1
- package/functions/utils/token-check.utils.d.ts +0 -3
- package/functions/utils/token-check.utils.mjs +7 -18
- package/functions/utils/upToDateState.cjs +1 -1
- package/functions/utils/upToDateState.d.ts +1 -1
- package/functions/utils/upToDateState.mjs +4 -4
- package/functions/utils/walletBalances.utils.cjs +1 -1
- package/functions/utils/walletBalances.utils.d.ts +17 -2
- package/functions/utils/walletBalances.utils.mjs +36 -5
- package/functions/web3/events/getApprovedBalance.cjs +1 -1
- package/functions/web3/events/getApprovedBalance.d.ts +4 -3
- package/functions/web3/events/getApprovedBalance.mjs +44 -39
- package/functions/web3/events/getInputUtxoAndBalance.cjs +1 -1
- package/functions/web3/events/getInputUtxoAndBalance.d.ts +3 -3
- package/functions/web3/events/getInputUtxoAndBalance.mjs +150 -129
- package/functions/web3/events/getShieldedBalance.cjs +2 -2
- package/functions/web3/events/getShieldedBalance.d.ts +1 -1
- package/functions/web3/events/getShieldedBalance.mjs +75 -73
- package/functions/web3/events/getTransactionLogEvents.cjs +1 -1
- package/functions/web3/events/getTransactionLogEvents.mjs +38 -38
- package/functions/web3/fetchSolanaMerkleTreeRootHash.cjs +1 -1
- package/functions/web3/fetchSolanaMerkleTreeRootHash.mjs +10 -13
- package/functions/web3/functionCalls/accessTokenCalls.cjs +1 -1
- package/functions/web3/functionCalls/accessTokenCalls.d.ts +6 -1
- package/functions/web3/functionCalls/accessTokenCalls.mjs +21 -12
- package/functions/web3/functionCalls/approveToken.cjs +1 -1
- package/functions/web3/functionCalls/approveToken.d.ts +1 -1
- package/functions/web3/functionCalls/approveToken.mjs +46 -50
- package/functions/web3/functionCalls/approveTokensToHinkal.cjs +1 -1
- package/functions/web3/functionCalls/approveTokensToHinkal.d.ts +1 -1
- package/functions/web3/functionCalls/approveTokensToHinkal.mjs +6 -6
- package/functions/web3/functionCalls/estimateGasRelayer.cjs +1 -1
- package/functions/web3/functionCalls/estimateGasRelayer.d.ts +2 -1
- package/functions/web3/functionCalls/estimateGasRelayer.mjs +10 -10
- package/functions/web3/functionCalls/inHinkalApprovalCalls.cjs +1 -0
- package/functions/web3/functionCalls/inHinkalApprovalCalls.d.ts +5 -0
- package/functions/web3/functionCalls/inHinkalApprovalCalls.mjs +32 -0
- package/functions/web3/functionCalls/transactCallDirect.cjs +1 -1
- package/functions/web3/functionCalls/transactCallDirect.d.ts +1 -1
- package/functions/web3/functionCalls/transactCallDirect.mjs +40 -36
- package/functions/web3/functionCalls/transactCallRelayer.cjs +1 -1
- package/functions/web3/functionCalls/transactCallRelayer.d.ts +3 -3
- package/functions/web3/functionCalls/transactCallRelayer.mjs +54 -54
- package/functions/web3/getContractMetadata.cjs +1 -1
- package/functions/web3/getContractMetadata.mjs +22 -17
- package/functions/web3/getPublicAddressBalance.cjs +1 -1
- package/functions/web3/getPublicAddressBalance.d.ts +1 -1
- package/functions/web3/getPublicAddressBalance.mjs +6 -6
- package/functions/web3/getTokenHolder.cjs +1 -1
- package/functions/web3/getTokenHolder.mjs +27 -27
- package/functions/web3/index.d.ts +0 -1
- package/functions/web3/lifiAPI.cjs +1 -1
- package/functions/web3/lifiAPI.d.ts +1 -1
- package/functions/web3/lifiAPI.mjs +12 -12
- package/functions/web3/odosAPI.cjs +1 -1
- package/functions/web3/odosAPI.mjs +19 -6
- package/functions/web3/okxAPI.cjs +1 -1
- package/functions/web3/okxAPI.mjs +13 -13
- package/functions/web3/oneInchAPI.cjs +1 -1
- package/functions/web3/oneInchAPI.mjs +20 -7
- package/functions/web3/runContractFunction.cjs +1 -1
- package/functions/web3/runContractFunction.mjs +56 -38
- package/functions/web3/uniswapAPI.cjs +1 -1
- package/functions/web3/uniswapAPI.mjs +34 -22
- package/index.cjs +1 -1
- package/index.mjs +922 -920
- package/package.json +2 -3
- package/providers/EthersProviderAdapter.cjs +1 -1
- package/providers/EthersProviderAdapter.d.ts +17 -10
- package/providers/EthersProviderAdapter.mjs +76 -45
- package/providers/SolanaProviderAdapter.cjs +1 -1
- package/providers/SolanaProviderAdapter.d.ts +11 -7
- package/providers/SolanaProviderAdapter.mjs +31 -16
- package/providers/WagmiProviderAdapter.cjs +1 -1
- package/providers/WagmiProviderAdapter.d.ts +17 -11
- package/providers/WagmiProviderAdapter.mjs +117 -86
- package/providers/prepareEthersHinkal.cjs +1 -1
- package/providers/prepareEthersHinkal.mjs +9 -14
- package/providers/prepareWagmiHinkal.cjs +1 -1
- package/providers/prepareWagmiHinkal.mjs +9 -15
- package/types/TransactionSimulator.types.d.ts +9 -2
- package/types/activities.types.d.ts +0 -2
- package/types/admin.types.cjs +1 -1
- package/types/admin.types.d.ts +6 -0
- package/types/admin.types.mjs +2 -2
- package/types/balances.types.d.ts +1 -0
- package/types/bridging.types.d.ts +29 -0
- package/types/cache.types.cjs +1 -1
- package/types/cache.types.d.ts +3 -6
- package/types/cache.types.mjs +1 -1
- package/types/coingecko.types.d.ts +0 -5
- package/types/duneAPI.types.d.ts +9 -0
- package/types/ethereum-network.types.d.ts +0 -1
- package/types/hinkal.types.cjs +1 -1
- package/types/hinkal.types.d.ts +1 -1
- package/types/hinkal.types.mjs +18 -18
- package/types/index.d.ts +2 -2
- package/types/proxy.types.d.ts +3 -6
- package/types/sandbox.types.cjs +1 -1
- package/types/sandbox.types.d.ts +39 -10
- package/types/sandbox.types.mjs +2 -2
- package/types/scheduled-transactions.types.cjs +1 -1
- package/types/scheduled-transactions.types.d.ts +6 -0
- package/types/scheduled-transactions.types.mjs +3 -2
- package/types/session.types.d.ts +0 -2
- package/types/solana.types.d.ts +0 -9
- package/types/token-prices.types.cjs +1 -1
- package/types/token-prices.types.d.ts +0 -7
- package/types/token-prices.types.mjs +2 -4
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.cjs +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.mjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLauncher.cjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLauncher.mjs +1 -1
- package/webworker/viteWorkerURL.constant.cjs +3 -3
- package/webworker/viteWorkerURL.constant.mjs +3 -3
- package/webworker/zkProofWorker/zkProofWorkerLauncher.cjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.mjs +1 -1
- package/API/get-token-price-chart-data.cjs +0 -1
- package/API/get-token-price-chart-data.d.ts +0 -16
- package/API/get-token-price-chart-data.mjs +0 -13
- package/API/onrampCalls.cjs +0 -1
- package/API/onrampCalls.d.ts +0 -20
- package/API/onrampCalls.mjs +0 -15
- package/API/unspent-utxos-calls.cjs +0 -1
- package/API/unspent-utxos-calls.d.ts +0 -26
- package/API/unspent-utxos-calls.mjs +0 -26
- package/data-structures/AccountActions/AccountActions.cjs +0 -1
- package/data-structures/AccountActions/AccountActions.d.ts +0 -18
- package/data-structures/AccountActions/AccountActions.mjs +0 -78
- package/data-structures/AccountActions/index.d.ts +0 -1
- package/data-structures/BlockchainEvent/BlockchainEvent.cjs +0 -1
- package/data-structures/BlockchainEvent/BlockchainEvent.d.ts +0 -14
- package/data-structures/BlockchainEvent/BlockchainEvent.mjs +0 -41
- package/data-structures/PublicBalance/PublicBalanceWatcher.cjs +0 -1
- package/data-structures/PublicBalance/PublicBalanceWatcher.d.ts +0 -20
- package/data-structures/PublicBalance/PublicBalanceWatcher.mjs +0 -124
- package/data-structures/PublicBalance/SolanaPublicBalancerWatcher.cjs +0 -1
- package/data-structures/PublicBalance/SolanaPublicBalancerWatcher.d.ts +0 -15
- package/data-structures/PublicBalance/SolanaPublicBalancerWatcher.mjs +0 -64
- package/data-structures/PublicBalance/index.d.ts +0 -2
- package/data-structures/event-service/evm/ClientBlockchainEventEmitter.cjs +0 -1
- package/data-structures/event-service/evm/ClientBlockchainEventEmitter.d.ts +0 -11
- package/data-structures/event-service/evm/ClientBlockchainEventEmitter.mjs +0 -21
- package/data-structures/event-service/evm/PollingBlockchainEventEmitter.cjs +0 -1
- package/data-structures/event-service/evm/PollingBlockchainEventEmitter.d.ts +0 -6
- package/data-structures/event-service/evm/PollingBlockchainEventEmitter.mjs +0 -16
- package/data-structures/event-service/helpers/ClientEventHelper.cjs +0 -1
- package/data-structures/event-service/helpers/ClientEventHelper.d.ts +0 -11
- package/data-structures/event-service/helpers/ClientEventHelper.mjs +0 -26
- package/data-structures/event-service/helpers/PollingEventHelper.cjs +0 -1
- package/data-structures/event-service/helpers/PollingEventHelper.d.ts +0 -5
- package/data-structures/event-service/helpers/PollingEventHelper.mjs +0 -14
- package/data-structures/event-service/solana/ClientSolanaBlockchainEventEmitter.cjs +0 -1
- package/data-structures/event-service/solana/ClientSolanaBlockchainEventEmitter.d.ts +0 -11
- package/data-structures/event-service/solana/ClientSolanaBlockchainEventEmitter.mjs +0 -22
- package/data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.cjs +0 -1
- package/data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.d.ts +0 -6
- package/data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.mjs +0 -16
- package/functions/utils/enum.utils.cjs +0 -1
- package/functions/utils/enum.utils.mjs +0 -14
- package/functions/utils/socket.utils.cjs +0 -1
- package/functions/utils/socket.utils.d.ts +0 -1
- package/functions/utils/socket.utils.mjs +0 -12
- package/functions/web3/crypto.cjs +0 -1
- package/functions/web3/crypto.d.ts +0 -1
- package/functions/web3/crypto.mjs +0 -7
- package/types/events.types.cjs +0 -1
- package/types/events.types.d.ts +0 -9
- package/types/events.types.mjs +0 -5
- package/types/onramp.types.cjs +0 -1
- package/types/onramp.types.d.ts +0 -58
- package/types/onramp.types.mjs +0 -4
package/index.mjs
CHANGED
|
@@ -1,973 +1,975 @@
|
|
|
1
|
-
import { DATA_SERVER_URL as
|
|
2
|
-
import { getCoingeckoPrice as s, getCoingeckoPrice2 as p, getCoingeckoPrices as c, getCoingeckoTokenList as
|
|
1
|
+
import { DATA_SERVER_URL as o, getDataServerURL as t, getServerURL as a, getSnapshotServerURL as n } from "./API/getServerURL.mjs";
|
|
2
|
+
import { getCoingeckoPrice as s, getCoingeckoPrice2 as p, getCoingeckoPrices as c, getCoingeckoTokenList as l } from "./API/getCoingeckoPrice.mjs";
|
|
3
3
|
import { callOneInchAPI as f } from "./API/callOneInchAPI.mjs";
|
|
4
|
-
import { callRelayerSolanaTransactBatchAPI as
|
|
5
|
-
import { getGasEstimates as
|
|
6
|
-
import {
|
|
4
|
+
import { callRelayerSolanaTransactBatchAPI as x, callRelayerTransactAPI as A, callRelayerTransactBatchAPI as d } from "./API/callRelayer.mjs";
|
|
5
|
+
import { getGasEstimates as g } from "./API/getGasEstimates.mjs";
|
|
6
|
+
import { getTokenPrices as E } from "./API/getTokenPrice.mjs";
|
|
7
7
|
import { checkRisk as R } from "./API/checkRisk.mjs";
|
|
8
|
-
import { getIdleRelay as
|
|
9
|
-
import { API as
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import { SolanaBlockchainEventEmitter as
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import { AbstractSolanaEventService as ui } from "./data-structures/event-service/solana/AbstractSolanaEventService.mjs";
|
|
98
|
-
import { AbstractSolanaSnapshotService as Pi } from "./data-structures/event-service/solana/AbstractSolanaSnapshotService.mjs";
|
|
8
|
+
import { getIdleRelay as _ } from "./API/relayCalls.mjs";
|
|
9
|
+
import { API as h } from "./API/API.mjs";
|
|
10
|
+
import { getRelayerURL as y } from "./API/getRelayerURL.mjs";
|
|
11
|
+
import { getPublicWalletBalance as O } from "./API/duneAPI.mjs";
|
|
12
|
+
import { WALLET_API as U, rpcGetStorageChanges as L, rpcSimulateBundle as v, rpcSimulateTransaction as b, simulateTx as B, tenderlyRpcLinks as F } from "./API/tenderly.api.mjs";
|
|
13
|
+
import { tokensInfoCall as W } from "./API/token-calls.mjs";
|
|
14
|
+
import { callLifiAPI as H } from "./API/callLifiAPI.mjs";
|
|
15
|
+
import { LifiStatus as w, getLifiStatus as G } from "./API/getLifiStatus.mjs";
|
|
16
|
+
import { generateAumPoints as z, generateTradingPoints as X } from "./API/generate-trading-points.mjs";
|
|
17
|
+
import { createBrotherhood as Z, editBrotherhood as j, getBrotherhood as J, getBrotherhoodUsers as Q, getCurrentUserBrotherhood as $, getCurrentUserBrotherhoodUsers as ee, getPublicBrotherhoods as re, joinBrotherhood as oe, leaveBrotherhood as te } from "./API/brotherhoodCalls.mjs";
|
|
18
|
+
import { getHinkalLandingURL as ne, getRewardsURL as ie, getWalletOnboardingURL as se } from "./API/getWebsiteURL.mjs";
|
|
19
|
+
import { resolveSns as ce } from "./API/resolve-sns.mjs";
|
|
20
|
+
import { seedlessBackup as me, seedlessCheckPassword as fe, seedlessInit as Se, seedlessSalt as xe, seedlessStatus as Ae } from "./API/seedless-calls.mjs";
|
|
21
|
+
import { getScheduledTransactions as Te, getScheduledTransactionsNullifierIndexes as ge } from "./API/scheduled-transactions-calls.mjs";
|
|
22
|
+
import { addTemporaryWalletNonce as Ee, getTemporaryWalletNonces as Ie, removeTemporaryWalletNonce as Re } from "./API/temporaryWalletCalls.mjs";
|
|
23
|
+
import { IMAGE_PATHS as _e } from "./constants/assets.constants.mjs";
|
|
24
|
+
import { arbMainnetRegistry as he, arbMainnetRegistryFixed as Ne, arcTestnetRegistry as ye, avalancheRegistry as ke, avalancheRegistryFixed as Oe, baseRegistry as De, baseRegistryFixed as Ue, bnbMainnetRegistry as Le, bnbMainnetRegistryFixed as ve, ethMainnetRegistry as be, ethMainnetRegistryFixed as Be, localhostRegistry as Fe, optimismRegistry as Me, optimismRegistryFixed as We, polygonRegistry as Ve, polygonRegistryFixed as He, solanaLocalnetRegistry as Ke, solanaMainnetRegistry as we } from "./constants/token-data/index.mjs";
|
|
25
|
+
import { default as Ye } from "./constants/deploy-data/deploy-data-bnbMainnet.json.mjs";
|
|
26
|
+
import { default as Xe } from "./constants/deploy-data/deploy-data-arbMainnet.json.mjs";
|
|
27
|
+
import { default as Ze } from "./constants/deploy-data/deploy-data-ethMainnet.json.mjs";
|
|
28
|
+
import { default as Je } from "./constants/deploy-data/deploy-data-optimism.json.mjs";
|
|
29
|
+
import { default as $e } from "./constants/deploy-data/deploy-data-polygon.json.mjs";
|
|
30
|
+
import { default as rr } from "./constants/deploy-data/deploy-data-avalanche.json.mjs";
|
|
31
|
+
import { default as tr } from "./constants/deploy-data/deploy-data-base.json.mjs";
|
|
32
|
+
import { default as nr } from "./constants/deploy-data/deploy-data-localhost.json.mjs";
|
|
33
|
+
import { default as sr } from "./constants/deploy-data/deploy-data-arcTestnet.json.mjs";
|
|
34
|
+
import { default as cr } from "./constants/deploy-data/deploy-data-solana.json.mjs";
|
|
35
|
+
import { ALCHEMY_API_KEY as mr, ALCHEMY_TEST_KEY as fr, BRIDGE_SUPPORTED_CHAINS as Sr, EthereumNetworkType as xr, HELIUS_RPC_URL as Ar, WALLET_INITIAL_CHAIN_ID as dr, WALLET_SUPPORTED_CHAINS as Tr, chainIds as gr, chainIdsByType as ur, getNonLocalhostChainId as Er, isLocalNetwork as Ir, isOptimismLike as Rr, isSolanaLike as Pr, localhostNetwork as _r, networkRegistry as Cr, solanaChainIdStr as hr } from "./constants/chains.constants.mjs";
|
|
36
|
+
import { NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS as yr, defaultFeeToken as kr } from "./constants/fees.constants.mjs";
|
|
37
|
+
import { contractMetadataMapping as Dr, getHinkalParameters as Ur, uniswapV2PoolData as Lr, uniswapV3FactoryData as vr, uniswapV3PoolData as br, uniswapV3QuoterData as Br } from "./constants/contracts.constants.mjs";
|
|
38
|
+
import { AIPRISE_KYB_TEMPLATE_ID_PROD as Mr, AIPRISE_KYC_TEMPLATE_ID_PROD as Wr, RECLAIM_MESSAGE_TO_SIGN as Vr, ReclaimPassports as Hr, StandardPassports as Kr, SupportedPassports as wr, aipriseBaseOnboardingProductionUrl as Gr, aipriseBaseOnboardingSandboxUrl as Yr, supportedPassportLinks as zr } from "./constants/kyc.constants.mjs";
|
|
39
|
+
import { API_CONFIG as qr, DATA_SERVER_CONFIG as Zr, DATA_SERVER_URL_ENDPOINT as jr, DATA_SERVER_URL_LOCAL as Jr, PLAYGROUND_RELAYER_URLS as Qr, PLAYGROUND_SERVER_URLS as $r, PLAYGROUND_SNAPSHOT_SERVER_URLS as eo, PLAYGROUND_URL as ro, PRODUCTION_RELAYER_URLS as oo, PRODUCTION_SERVER_URLS as to, PRODUCTION_SNAPSHOT_SERVER_URLS as ao, PRODUCTION_URL as no, RELAYER_CONFIG as io, STAGING_RELAYER_URLS as so, STAGING_SERVER_URLS as po, STAGING_SNAPSHOT_SERVER_URLS as co, STAGING_URL as lo, VERIFICATION_ROUTES as mo, WALLET_TASK_VERIFICATION_TYPES as fo } from "./constants/server.constants.mjs";
|
|
40
|
+
import { DEPLOYMENT_MODE as xo, deploymentMode as Ao, isDevelopment as To, isExtension as go, isNode as uo, isNotClientProduction as Eo, isNotProduction as Io, isPlayground as Ro, isSandbox as Po, isStaging as _o, isWebpack as Co } from "./constants/vite.constants.mjs";
|
|
41
|
+
import { ARC_TESTNET_USDC_ADDRESS as No, AssetChangeType as yo, CIRCOM_MERKLE_LENGTH as ko, CIRCOM_P as Oo, CIRCOM_P_HALF as Do, COMPUTE_UNIT_PADDING_PERCENTAGE as Uo, EIP1271_FAILURE as Lo, EIP1271_SUCCESS as vo, HINKAL_DEPOSIT_AND_WITHDRAW_VARIABLE_RATE as bo, HINKAL_PRIVATE_SEND_VARIABLE_RATE as Bo, HINKAL_SWAP_VARIABLE_RATE as Fo, MAX_COMPUTE_UNIT_LIMIT as Mo, MERKLE_LEVELS as Wo, MICRO_LAMPORTS_PER_CU as Vo, MIN_COMPUTE_UNIT_LIMIT as Ho, NFT_1155_TRANSACTION_TYPE as Ko, NFT_721_TRANSACTION_TYPE as wo, NFT_TRANSACTION_TYPES as Go, RELAYERS_ARRAY as Yo, RELAYER_ADDRESS1 as zo, RELAYER_ADDRESS2 as Xo, RELAYER_ADDRESS3 as qo, SOLANA_NFT_INTERFACES as Zo, SOLANA_PUBLIC_INPUT_PART_ONE_LENGTH as jo, TOKEN_VALUE_UNLIMITED_THRESHOLD as Jo, TokenType as Qo, defaultSignatureData as $o, ethVolatileAddress as et, hinkalSimulationAddress as rt, oneInchZeroAddress as ot, ownerPublicKey as tt, permitSignatureValidFor as at, signaturePhrase as nt, solanaNativeAddress as it, zeroAddress as st } from "./constants/protocol.constants.mjs";
|
|
42
|
+
import { COINGECKO_API_KEY as ct, CoinGeckoChainLabels as lt, coingeckoPriceUrl as mt, coingeckoPriceUrl2 as ft, coingeckoTokenListUrl as St, getCoinByAddress as xt, getCoinById as At, getCoingeckoIdForNativeTokens as dt, getCoingeckoPlatform as Tt, proCoingeckoUrl as gt, proHeader as ut, searchBySymbol as Et } from "./constants/coingecko.constants.mjs";
|
|
43
|
+
import { NETWORKS as Rt } from "./constants/backend.constants.mjs";
|
|
44
|
+
import { ACCESS_TOKEN_MINTING_POINTS as _t, ACCESS_TOKEN_RECLAIM_POINTS as Ct, CERTIFICATION_DISABLE_WEEK as ht, REWARDS_ENCRYPTION_PASSWORD as Nt, REWARDS_MESSAGE_TO_SIGN as yt, REWARD_RECEIVABLE_TOKEN_SYMBOLS as kt, boostAmounts as Ot, lpLink as Dt, lpProgramStartWeek as Ut, pointsLink as Lt, raffleProgramStartWeek as vt, referralLink as bt } from "./constants/rewards.constants.mjs";
|
|
45
|
+
import { blockReorgDepth as Ft } from "./constants/reorg-depths.constants.mjs";
|
|
46
|
+
import { mediaUrls as Wt } from "./constants/mediaUrls.constants.mjs";
|
|
47
|
+
import { allowanceHolder as Ht, pancaceSwapPermit2Address as Kt, permit2Address as wt, permit2Addresses as Gt, uniswap2Manager as Yt, uniswap3Manager as zt, uniswapApprovalExtraCallData as Xt, uniswapWorkaroundAddresses as qt } from "./constants/permit2.constants.mjs";
|
|
48
|
+
import { NATIVE_TOKEN_WRAPPER_ADDRESSES as jt, SWAP_FEE_TAKER_ADDRESSES as Jt, SWAP_ROUTER_ADDRESSES as Qt, WETH_ERC20_TOKEN_ADDRESS as $t, WRAPPER_TOKEN_EXCHANGE_ADDRESSES as ea } from "./constants/addresses.constants.mjs";
|
|
49
|
+
import { APPROVED_UTXO_CONVERSION_COUNT as oa } from "./constants/conversion.constants.mjs";
|
|
50
|
+
import { TOKEN_LIMITS as aa, getTokensLimits as na } from "./constants/token.limits.constants.mjs";
|
|
51
|
+
import { MAX_DISPLAY_DECIMALS as sa } from "./constants/balance.constants.mjs";
|
|
52
|
+
import { BRIDGING_URLS as ca } from "./constants/bridging.constants.mjs";
|
|
53
|
+
import { UNSUPPORTED_WALLETS_WALLETCONNECT_NAMES as ma, UNSUPPORTED_WALLET_IDS as fa } from "./constants/wallet.constants.mjs";
|
|
54
|
+
import { presaleABI as xa, presaleContractInfoByChain as Aa } from "./constants/presale.constants.mjs";
|
|
55
|
+
import { LIFISCAN_URL as Ta } from "./constants/lifi.constants.mjs";
|
|
56
|
+
import { oauthUrls as ua } from "./constants/oauthUrls.constants.mjs";
|
|
57
|
+
import { TVL_CHANGER_ACTIVITY_TYPES as Ia } from "./constants/activity.constants.mjs";
|
|
58
|
+
import { ACHIEVEMENTS as Pa, BROTHERHOOD_TASKS as _a, DAILY_TASKS as Ca, POINTS_BOOST_TASKS as ha, REFERRAL_BONUS_TASK as Na, REWARDS_TASKS as ya, WELCOME_TASKS as ka } from "./constants/tasks.constants.mjs";
|
|
59
|
+
import { EVENTS_INITIAL_BLOCKS as Da } from "./constants/events.constants.mjs";
|
|
60
|
+
import { APPROVE_FUNCTION_SIGNATURE as La, NFT_APPROVE_FUNCTION_SIGNATURE as va, NFT_APPROVE_SINGLE_FUNCTION_SIGNATURE as ba, PERMIT2_APPROVE_FUNCTION_SIGNATURE as Ba, TRANSFER_FUNCTION_SIGNATURE as Fa } from "./constants/function-signatures.constants.mjs";
|
|
61
|
+
import { OKX_BASE_URL as Wa, OKX_SWAP_PATH as Va } from "./constants/okx.constants.mjs";
|
|
62
|
+
import { BANNED_WALLET_IDS as Ka } from "./constants/link.constant.mjs";
|
|
63
|
+
import { poseidonFunction as Ga, poseidonHash as Ya, poseidonHolder as za } from "./crypto/poseidon.mjs";
|
|
64
|
+
import { babyJubInstance as qa, jubHolder as Za } from "./crypto/babyJub.mjs";
|
|
65
|
+
import { preProcessing as Ja } from "./crypto/preProcessing.mjs";
|
|
66
|
+
import { ValueCache as $a } from "./data-structures/ValueCache/ValueCache.mjs";
|
|
67
|
+
import { abiDecodeUtxo as rn, checkUtxoSignature as on, decodeSolanaOnChainUtxo as tn, decodeUtxo as an, decodeUtxoConstructorArgs as nn, encodeSolanaOnChainUtxo as sn, isSolanaOnChainUtxo as pn } from "./data-structures/crypto-keys/decodeUTXO.mjs";
|
|
68
|
+
import { decryptUtxo as ln, decryptUtxoConstructorArgs as mn, encryptUtxo as fn } from "./data-structures/crypto-keys/encryptDecryptUtxo.mjs";
|
|
69
|
+
import { EncryptionKeyPairDefaultValue as xn, UserKeys as An, stealthAddressCacheDevice as dn, stealthPairCacheDevice as Tn } from "./data-structures/crypto-keys/keys.mjs";
|
|
70
|
+
import { getCircomSign as un, isCircomNegative as En } from "./data-structures/crypto-keys/keyUtils.mjs";
|
|
71
|
+
import { Hinkal as Rn } from "./data-structures/Hinkal/Hinkal.mjs";
|
|
72
|
+
import { hinkalDeposit as _n, hinkalDepositForOther as Cn } from "./data-structures/Hinkal/hinkalDeposit.mjs";
|
|
73
|
+
import { hinkalSwap as Nn } from "./data-structures/Hinkal/hinkalSwap.mjs";
|
|
74
|
+
import { hinkalTransfer as kn } from "./data-structures/Hinkal/hinkalTransfer.mjs";
|
|
75
|
+
import { hinkalWithdraw as Dn } from "./data-structures/Hinkal/hinkalWithdraw.mjs";
|
|
76
|
+
import { hinkalPrivateWallet as Ln } from "./data-structures/Hinkal/hinkalPrivateWallet.mjs";
|
|
77
|
+
import { resetMerkleTrees as bn } from "./data-structures/Hinkal/resetMerkleTrees.mjs";
|
|
78
|
+
import { hinkalProxySwap as Fn } from "./data-structures/Hinkal/hinkalProxySwap.mjs";
|
|
79
|
+
import { getSolanaProxySwapSerializedTransaction as Wn, hinkalSolanaProxySwap as Vn } from "./data-structures/Hinkal/hinkalSolanaProxySwap.mjs";
|
|
80
|
+
import { getSolanaProxySendSerializedTransaction as Kn, hinkalSolanaProxySend as wn } from "./data-structures/Hinkal/hinkalSolanaProxySend.mjs";
|
|
81
|
+
import { getSolanaProxyShieldSerializedTransaction as Yn, hinkalSolanaProxyShield as zn } from "./data-structures/Hinkal/hinkalSolanaProxyShield.mjs";
|
|
82
|
+
import { hinkalDepositAndWithdraw as qn } from "./data-structures/Hinkal/hinkalDepositAndWithdraw.mjs";
|
|
83
|
+
import { hinkalWithdrawStuckUtxos as jn } from "./data-structures/Hinkal/hinkalWithdrawStuckUtxos.mjs";
|
|
84
|
+
import { MerkleTree as Qn } from "./data-structures/merkle-tree/MerkleTree.mjs";
|
|
85
|
+
import { getPatchedAccessTokenMerkleTree as ei } from "./data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs";
|
|
86
|
+
import { MerkleTreeIncompleteError as oi } from "./data-structures/merkle-tree/MerkleTreeIncompleteError.mjs";
|
|
87
|
+
import { AbstractAccessTokenSnapshotService as ai } from "./data-structures/event-service/evm/AbstractAccessTokenSnapshotService.mjs";
|
|
88
|
+
import { AbstractCommitmentsSnapshotService as ii } from "./data-structures/event-service/evm/AbstractCommitmentsSnapshotService.mjs";
|
|
89
|
+
import { AbstractApprovalsSnapshotService as pi } from "./data-structures/event-service/evm/AbstractApprovalsSnapshotService.mjs";
|
|
90
|
+
import { AbstractNullifierSnapshotService as li } from "./data-structures/event-service/evm/AbstractNullifierSnapshotService.mjs";
|
|
91
|
+
import { AbstractSnapshotService as fi } from "./data-structures/event-service/evm/AbstractSnapshotService.mjs";
|
|
92
|
+
import { AbstractEventService as xi } from "./data-structures/event-service/evm/AbstractEventService.mjs";
|
|
93
|
+
import { BlockchainEventEmitter as di } from "./data-structures/event-service/evm/BlockchainEventEmitter.mjs";
|
|
94
|
+
import { SolanaBlockchainEventEmitter as gi } from "./data-structures/event-service/solana/SolanaBlockchainEventEmitter.mjs";
|
|
95
|
+
import { AbstractSolanaEventService as Ei } from "./data-structures/event-service/solana/AbstractSolanaEventService.mjs";
|
|
96
|
+
import { AbstractSolanaSnapshotService as Ri } from "./data-structures/event-service/solana/AbstractSolanaSnapshotService.mjs";
|
|
99
97
|
import { AbstractSolanaNullifierSnapshotService as _i } from "./data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.mjs";
|
|
100
98
|
import { AbstractSolanaCommitmentsSnapshotService as hi } from "./data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.mjs";
|
|
101
|
-
import { AbstractSolanaAccessTokenSnapshotService as
|
|
99
|
+
import { AbstractSolanaAccessTokenSnapshotService as yi } from "./data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.mjs";
|
|
102
100
|
import { Utxo as Oi } from "./data-structures/utxo/Utxo.mjs";
|
|
103
|
-
import { customTokenRegistry as
|
|
104
|
-
import { TokenChecker as
|
|
105
|
-
import { TransactionType as
|
|
106
|
-
import { MultiThreadedUtxoUtils as
|
|
101
|
+
import { customTokenRegistry as Ui } from "./data-structures/custom-token-registry/CustomTokenRegistry.mjs";
|
|
102
|
+
import { TokenChecker as vi } from "./data-structures/token-price-fetcher/TokenChecker.mjs";
|
|
103
|
+
import { TransactionType as Bi } from "./data-structures/transactions-manager/history/history.types.mjs";
|
|
104
|
+
import { MultiThreadedUtxoUtils as Mi } from "./data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs";
|
|
107
105
|
import { FileCacheDevice as Vi } from "./data-structures/cacheDevices/FileCacheDevice.mjs";
|
|
108
|
-
import { LocalStorageCacheDevice as
|
|
106
|
+
import { LocalStorageCacheDevice as Ki } from "./data-structures/cacheDevices/LocalStorageCacheDevice.mjs";
|
|
109
107
|
import { activityStorage as Gi } from "./data-structures/IndexedDB/activity-db.mjs";
|
|
110
108
|
import { publicBalancesStorage as zi } from "./data-structures/IndexedDB/balances-db.mjs";
|
|
111
109
|
import { privateBalancesStorage as qi } from "./data-structures/IndexedDB/private-balances-db.mjs";
|
|
112
110
|
import { pricesStorage as ji } from "./data-structures/IndexedDB/prices-db.mjs";
|
|
113
111
|
import { contactStorage as Qi } from "./data-structures/IndexedDB/contact-db.mjs";
|
|
114
112
|
import { signedMessagesStorage as es } from "./data-structures/IndexedDB/signatures-db.mjs";
|
|
115
|
-
import { PrivateTokensDB as
|
|
113
|
+
import { PrivateTokensDB as os, privateTokensDB as ts } from "./data-structures/TokenDBs/PrivateTokensDB.mjs";
|
|
116
114
|
import { PublicTokensDB as ns, publicTokensDB as is } from "./data-structures/TokenDBs/PublicTokensDB.mjs";
|
|
117
115
|
import { tokenVisibilityStorage as ps } from "./data-structures/TokenDBs/token-visibility-db.mjs";
|
|
118
|
-
import { ArcPublicTokensDB as
|
|
119
|
-
import { PresaleContractWrapper as
|
|
116
|
+
import { ArcPublicTokensDB as ls, arcPublicTokensDB as ms } from "./data-structures/TokenDBs/ArcPublicTokensDB.mjs";
|
|
117
|
+
import { PresaleContractWrapper as Ss } from "./data-structures/presale/PresaleContractWrapper.mjs";
|
|
120
118
|
import { SnapshotFetcherService as As } from "./data-structures/snapshot/SnapshotFetcherService.mjs";
|
|
121
119
|
import { ClientSolanaCommitmentsSnapshotService as Ts } from "./data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.mjs";
|
|
122
|
-
import { ClientSolanaNullifierSnapshotService as
|
|
120
|
+
import { ClientSolanaNullifierSnapshotService as us } from "./data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.mjs";
|
|
123
121
|
import { ClientSolanaAccessTokenSnapshotService as Is } from "./data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.mjs";
|
|
124
|
-
import { ClientAccessTokenSnapshotService as
|
|
122
|
+
import { ClientAccessTokenSnapshotService as Ps } from "./data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.mjs";
|
|
125
123
|
import { ClientCommitmentsSnapshotService as Cs } from "./data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.mjs";
|
|
126
|
-
import { ClientNullifierSnapshotService as
|
|
127
|
-
import { ClientApprovalsSnapshotService as
|
|
124
|
+
import { ClientNullifierSnapshotService as Ns } from "./data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.mjs";
|
|
125
|
+
import { ClientApprovalsSnapshotService as ks } from "./data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.mjs";
|
|
128
126
|
import { httpClient as Ds } from "./data-structures/http/HttpClient.mjs";
|
|
129
|
-
import { BasicHttpClient as
|
|
130
|
-
import { EventsPublicApprovalsDB as
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import {
|
|
208
|
-
import {
|
|
209
|
-
import {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
213
|
-
import {
|
|
214
|
-
import {
|
|
215
|
-
import {
|
|
216
|
-
import {
|
|
217
|
-
import {
|
|
218
|
-
import {
|
|
219
|
-
import {
|
|
220
|
-
import {
|
|
221
|
-
import {
|
|
222
|
-
import {
|
|
223
|
-
import {
|
|
224
|
-
import {
|
|
225
|
-
import {
|
|
226
|
-
import {
|
|
227
|
-
import {
|
|
228
|
-
import {
|
|
229
|
-
import {
|
|
230
|
-
import {
|
|
231
|
-
import {
|
|
232
|
-
import {
|
|
233
|
-
import {
|
|
234
|
-
import {
|
|
235
|
-
import {
|
|
236
|
-
import {
|
|
237
|
-
import {
|
|
238
|
-
import {
|
|
239
|
-
import {
|
|
240
|
-
import {
|
|
241
|
-
import {
|
|
242
|
-
import {
|
|
243
|
-
import {
|
|
244
|
-
import {
|
|
245
|
-
import {
|
|
246
|
-
import {
|
|
247
|
-
import {
|
|
248
|
-
import {
|
|
249
|
-
import {
|
|
250
|
-
import {
|
|
251
|
-
import {
|
|
252
|
-
import {
|
|
253
|
-
import {
|
|
254
|
-
import {
|
|
255
|
-
import {
|
|
256
|
-
import {
|
|
257
|
-
import {
|
|
258
|
-
import {
|
|
259
|
-
import {
|
|
260
|
-
import {
|
|
261
|
-
import {
|
|
262
|
-
import { ScheduledTransactionStatus as Pd } from "./types/scheduled-transactions.types.mjs";
|
|
263
|
-
import { MoonPayCurrencyType as _d } from "./types/onramp.types.mjs";
|
|
264
|
-
import { EventCategory as hd, SocketIOEvents as kd } from "./types/events.types.mjs";
|
|
265
|
-
import { resetStateMutex as yd } from "./mutexes/mutex.mjs";
|
|
266
|
-
import { getERC20Registry as Dd, getFixedRegistry as Ld } from "./constants/token-data/ERC20Registry.mjs";
|
|
127
|
+
import { BasicHttpClient as Ls } from "./data-structures/http/BasicHttpClient.mjs";
|
|
128
|
+
import { EventsPublicApprovalsDB as bs, eventsPublicApprovalsDB as Bs } from "./data-structures/ApprovalDBs/EventsPublicApprovalsDB.mjs";
|
|
129
|
+
import { ErrorWithAmount as Ms } from "./error-handling/customErrors/ErrorWithAmount.mjs";
|
|
130
|
+
import { FeeOverTransactionValueError as Vs } from "./error-handling/customErrors/FeeOverTransactionValueError.mjs";
|
|
131
|
+
import { getGenericFeeOverTransactionValueErrorMessage as Ks, rethrowKnownGasErrorIfPossible as ws } from "./error-handling/customErrors/customErrors.helpers.mjs";
|
|
132
|
+
import { SimulationFailureError as Ys } from "./error-handling/customErrors/SimulationFailureError.mjs";
|
|
133
|
+
import { ErrorWithRelayerTransaction as Xs } from "./error-handling/customErrors/ErrorWithTx.mjs";
|
|
134
|
+
import { UserFriendlyErrorCodes as Zs, gasErrorCodes as js, insufficientResourcesErrorCodes as Js, transactionErrorCodes as Qs, walletConnectErrorCodes as $s } from "./error-handling/error-codes.constants.mjs";
|
|
135
|
+
import { extractMessage as rp, getErrorMessage as op, getErrorMessageFromSandboxRequest as tp } from "./error-handling/get-error.message.mjs";
|
|
136
|
+
import { checkErrorForSnapshotRestore as np } from "./error-handling/handleErrorRestore.mjs";
|
|
137
|
+
import { logError as sp } from "./error-handling/logError.mjs";
|
|
138
|
+
import { ErrorCategory as cp } from "./error-handling/types.mjs";
|
|
139
|
+
import { Logger as mp } from "./error-handling/logger.mjs";
|
|
140
|
+
import { BabABI as Sp, ERC1155ABI as xp, ERC20ABI as Ap, ERC721ABI as dp, GalxeABI as Tp, ISwapRouterABI as gp, factoryABI as up, quoterV2ABI as Ep, transactionProverABI as Ip } from "./externalABIs/index.mjs";
|
|
141
|
+
import { checkHinkalAccessToken as Pp, checkHinkalAccessTokenEVM as _p, checkHinkalAccessTokenSolana as Cp, mintAccessToken as hp } from "./functions/web3/functionCalls/accessTokenCalls.mjs";
|
|
142
|
+
import { openPassportWindow as yp } from "./functions/kyc/passportHelper.mjs";
|
|
143
|
+
import { openDefaultPassportWindow as Op } from "./functions/kyc/openDefaultPassportWindow.mjs";
|
|
144
|
+
import { absBigInt as Up, advancedToBigInt as Lp, beepsToPercentage as vp, bigintApplySugar as bp, bigintMax as Bp, calculateAmountUsingBeeps as Fp, calculateBigIntSum as Mp, calculateSum as Wp, countTotalAmountInUtxos as Vp, fixDecimalsAmount as Hp, formatAmountInput as Kp, getValueFirstNDigit as wp, maxBigInt as Gp, minBigInt as Yp, toBigInt as zp, toBigIntOrUndefined as Xp, toCommaSeparatedNumberString as qp, toInt as Zp, toNumberOrUndefined as jp, trimLeadingZeros as Jp, truncateToDecimalPlaces as Qp } from "./functions/utils/amounts.utils.mjs";
|
|
145
|
+
import { getFilePath as ec, getHinkalCache as rc, getInHinkalAddressesCache as oc, getInHinkalAddressesFilePath as tc, loadTxsCache as ac, resetCache as nc, resetInHinkalAddressesCache as ic, saveTxsCache as sc, setHinkalCache as pc, setInHinkalAddressesCache as cc } from "./functions/utils/cacheFunctions.mjs";
|
|
146
|
+
import { createCustomRpcProvider as mc, createCustomSolanaConnection as fc, createProvider as Sc } from "./functions/utils/create-provider.mjs";
|
|
147
|
+
import { getExternalActionIdFromNumber as Ac, getExternalActionIdHash as dc } from "./functions/utils/external-action.utils.mjs";
|
|
148
|
+
import { aggregateTokenChanges as gc, formatTokenChangesList as uc, getERC20Token as Ec, getERC20TokenBySymbol as Ic, getErc20TokensForChain as Rc, isArcNativeToken as Pc, isNFTToken as _c, searchCompareFunction as Cc, sortTokens as hc } from "./functions/utils/erc20tokenFunctions.mjs";
|
|
149
|
+
import { requireEnv as yc } from "./functions/utils/requireEnv.mjs";
|
|
150
|
+
import { getSequence as Oc, promisify as Dc, resolveSync as Uc } from "./functions/utils/resolve-sync.utils.mjs";
|
|
151
|
+
import { convertIntegrationProviderToExternalActionId as vc } from "./functions/utils/convertIntegrationProviderToExternalActionId.mjs";
|
|
152
|
+
import { getInteractionFromAction as Bc } from "./functions/pre-transaction/interaction-to-action.mjs";
|
|
153
|
+
import { outputUtxoProcessing as Mc } from "./functions/pre-transaction/outputUtxoProcessing.mjs";
|
|
154
|
+
import { processGasEstimates as Vc } from "./functions/pre-transaction/process-gas-estimates.mjs";
|
|
155
|
+
import { getFlatFees as Kc } from "./functions/pre-transaction/getFlatFees.mjs";
|
|
156
|
+
import { outputApprovalDataProcessing as Gc, outputApprovalDataProcessingForHinkalApprove as Yc } from "./functions/pre-transaction/outputApprovalDataProcessing.mjs";
|
|
157
|
+
import { modifyVolatileTokenAmountChanges as Xc } from "./functions/pre-transaction/getVolatileTransferAmount.mjs";
|
|
158
|
+
import { constructAdminData as Zc } from "./functions/pre-transaction/constructAdminData.mjs";
|
|
159
|
+
import { buildAnchorStealthAddressStructure as Jc, encodeToByte32Array as Qc, getAccessTokenAccountPublicKey as $c, getAccessTokenMerkleAccountPublicKey as el, getAccessTokenStorageAccountPublicKey as rl, getEncryptedOutputsAccountPublicKey as ol, getInstructionsAccountPublicKey as tl, getMerkleAccountPublicKey as al, getNullifierAccount as nl, getProofAccountPart1PublicKey as il, getProofAccountPart2PublicKey as sl, getStorageAccountPublicKey as pl, getStorageVaultPublicKey as cl, getSwapperAccountPublicKey as ll, getSwapperAccountPublicKeyFromSalt as ml, getTokenLimitStorageAccountPublicKey as fl } from "./functions/pre-transaction/solana.mjs";
|
|
160
|
+
import { createAndExtendAddressLookupTable as xl, getAddressLookupTableAccounts as Al } from "./functions/pre-transaction/addressTableLookup.mjs";
|
|
161
|
+
import { convertSolanaPublicSignals as Tl } from "./functions/pre-transaction/solana-public-signals.mjs";
|
|
162
|
+
import { convertOKXToHinkalInstructions as ul } from "./functions/pre-transaction/convert-okx-instructions.mjs";
|
|
163
|
+
import { ensureAtaExists as Il, estimateComputeUnitLimit as Rl, sendProxyV0Transaction as Pl, sendV0Transaction as _l, serializeProxyV0Transaction as Cl } from "./functions/pre-transaction/sendV0Transaction.mjs";
|
|
164
|
+
import { storeProof as Nl } from "./functions/pre-transaction/store-proof.mjs";
|
|
165
|
+
import { sendInitNullifiersTransaction as kl } from "./functions/pre-transaction/sendInitNullifiersTransaction.mjs";
|
|
166
|
+
import { initTokenLimitIfNeeded as Dl } from "./functions/pre-transaction/initTokenLimitIfNeeded.mjs";
|
|
167
|
+
import { recipientUtxoProcessing as Ll } from "./functions/pre-transaction/recipientUtxoProcessing.mjs";
|
|
168
|
+
import { storeInstructions as bl } from "./functions/pre-transaction/store-instructions.mjs";
|
|
169
|
+
import { getNetworkObject as Fl, getNetworkType as Ml } from "./functions/utils/evmNetworkFunctions.mjs";
|
|
170
|
+
import { browserSupported as Vl, walletSupported as Hl } from "./functions/utils/userAgent.mjs";
|
|
171
|
+
import { decodeTxInput as wl, deserializeDecodedTxs as Gl, serializeDecodedTxs as Yl } from "./functions/utils/getDataFromTransaction.mjs";
|
|
172
|
+
import { reloadPage as Xl } from "./functions/utils/reloadPage.mjs";
|
|
173
|
+
import { capitalizeFirstLetter as Zl, capitalizeName as jl, getChainIdFromStateKey as Jl, getStateKey as Ql, hexToUtf8 as $l, isNullOrEmpty as em, replaceAllInstances as rm, toTitleCase as om, validateEmail as tm } from "./functions/utils/string.utils.mjs";
|
|
174
|
+
import { isNicknameValid as nm } from "./functions/utils/nickname.utils.mjs";
|
|
175
|
+
import { caseInsensitiveEqual as sm, lowerCaseIncludes as pm, lowerCaseStartsWith as cm } from "./functions/utils/caseInsensitive.utils.mjs";
|
|
176
|
+
import { formatDate as mm, formatTxTimestamp as fm, getCurrentDayStart as Sm, getCurrentTimeInSeconds as xm, getCurrentWeekStart as Am, getDelayUntilUtc8 as dm, getEffectiveSevenDaysAgo as Tm, getEffectiveToday as gm, getNextDayDelay as um, getNextDayISO as Em, getPreviousWeekStart as Im, msToISOString as Rm, waitLittle as Pm } from "./functions/utils/time.utils.mjs";
|
|
177
|
+
import { createCacheDevice as Cm } from "./functions/utils/cacheDevice.utils.mjs";
|
|
178
|
+
import { debounce as Nm, wait as ym } from "./functions/utils/process.utils.mjs";
|
|
179
|
+
import { getBlockExplorerUrl as Om } from "./functions/utils/getBlockExplorerUrl.mjs";
|
|
180
|
+
import { isPermit2Tx as Um, uniswapWorkaround as Lm } from "./functions/utils/involves-permit2-op.mjs";
|
|
181
|
+
import { checkChainOrAddressNotUpdated as bm } from "./functions/utils/upToDateState.mjs";
|
|
182
|
+
import { CustomJSONParse as Fm, CustomJSONStringify as Mm } from "./functions/utils/serialize.utils.mjs";
|
|
183
|
+
import { isUseApprovalDataEmpty as Vm, padUseApprovalUtxoData as Hm } from "./functions/utils/processUseApprovalUtxoData.mjs";
|
|
184
|
+
import { convertEmporiumOpToCallInfo as wm } from "./functions/utils/convertEmporiumOpToCallInfo.mjs";
|
|
185
|
+
import { getRecipientInfoFromUserKeys as Ym } from "./functions/utils/getRecipientInfoFromUserKeys.mjs";
|
|
186
|
+
import { getPublicBalance as Xm, getPublicBalanceByTokenAddress as qm, getPublicBalancesOfTokens as Zm, getPublicTransactionCount as jm, getSolanaPublicBalances as Jm } from "./functions/utils/publicBalance.utils.mjs";
|
|
187
|
+
import { rpcIntEncode as $m } from "./functions/utils/rpc-int-encode.mjs";
|
|
188
|
+
import { checkTokensForShielding as rf } from "./functions/utils/token-check.utils.mjs";
|
|
189
|
+
import { arraysMatch as tf } from "./functions/utils/arraysMatch.mjs";
|
|
190
|
+
import { constructStealthAddressStructure as nf, hashEthereumAddress as sf, isValidPrivateAddress as pf, isValidSolanaPublicKey as cf } from "./functions/utils/addresses.mjs";
|
|
191
|
+
import { trimFieldValues as mf } from "./functions/utils/trimFieldValues.mjs";
|
|
192
|
+
import { getNecessaryApprovalChangesData as Sf, getNecessaryAssetsForFunding as xf, getNecessaryAssetsForFundingFromBalance as Af, hasEnoughBalance as df } from "./functions/utils/walletBalances.utils.mjs";
|
|
193
|
+
import { balanceFetchingMutex as gf } from "./functions/utils/mutexes.utils.mjs";
|
|
194
|
+
import { convertSolanaTransactionToRelayer as Ef, convertV6ReceiptToRelayer as If } from "./functions/utils/ethers-formatter.utils.mjs";
|
|
195
|
+
import { extractTokenIdsFromAssetChanges as Pf } from "./functions/utils/nftTokenFunctions.mjs";
|
|
196
|
+
import { encodeParsedInLogicMetadata as Cf } from "./functions/utils/inLogicMetadata.mjs";
|
|
197
|
+
import { getNetworkName as Nf } from "./functions/utils/networks.utils.mjs";
|
|
198
|
+
import { isValidUrl as kf } from "./functions/utils/is-valid-url.mjs";
|
|
199
|
+
import { getHinkalApprovals as Df } from "./functions/utils/get-hinkal-approvals.mjs";
|
|
200
|
+
import { postToOffscreen as Lf } from "./functions/utils/postToOffscreen.mjs";
|
|
201
|
+
import { getSignatureHeader as bf } from "./functions/utils/get-signature-header.mjs";
|
|
202
|
+
import { convertPublicKeyToBigint as Ff, formatMintAddress as Mf } from "./functions/utils/solanaMint.utils.mjs";
|
|
203
|
+
import { createSigner as Vf, createVoidSigner as Hf, createVoidSolanaWallet as Kf, prepareEthersProviderAdapter as wf, prepareHinkal as Gf, prepareHinkalWithSignature as Yf, prepareSolanaHinkal as zf, prepareSolanaHinkalWithSignature as Xf, prepareSolanaProviderAdapter as qf, prepareToAccessNewWallet as Zf, prepareToAccessNewWalletWithSignature as jf } from "./functions/utils/prepareHinkal.mjs";
|
|
204
|
+
import { convertBigIntToBytes32 as Qf, convertBytes32ToBigInt as $f } from "./functions/utils/bytes32.utils.mjs";
|
|
205
|
+
import { getUtxosFromReceipt as rS } from "./functions/utils/getUtxosFromReceipt.utils.mjs";
|
|
206
|
+
import { calculateTotalFee as tS, calculateWithdrawalAmount as aS, generateFeeStructure as nS, getGasTokenSymbols as iS } from "./functions/utils/fees.utils.mjs";
|
|
207
|
+
import { calculateDollarValue as pS, ethToWei as cS, getAmountInToken as lS, getAmountInWei as mS, getAmountInWeiOrZero as fS, getAmountWithPrecision as SS, getAmountWithPrecisionOrZero as xS, randomBigInt as AS, toBigIntWithDecimals as dS } from "./functions/web3/etherFunctions.mjs";
|
|
208
|
+
import { attemptGetInputUtxosRemotely as gS, getInputUtxoAndBalance as uS, getInputUtxoAndBalanceOfStuckUtxos as ES, getInputUtxoAndBalancePerToken as IS, getInputUtxosRemotely as RS } from "./functions/web3/events/getInputUtxoAndBalance.mjs";
|
|
209
|
+
import { addPaddingToUtxos as _S, getShieldedBalance as CS } from "./functions/web3/events/getShieldedBalance.mjs";
|
|
210
|
+
import { getDepositEvents as NS, retrieveEvents as yS } from "./functions/web3/events/web3RetrieveEvents.mjs";
|
|
211
|
+
import { balanceChangedHandler as OS } from "./functions/web3/events/balanceChangedHandler.mjs";
|
|
212
|
+
import { balanceChangedCustomHandler as US } from "./functions/web3/events/balanceChangedCustomHandler.mjs";
|
|
213
|
+
import { getApprovedBalance as vS, getApprovedUtxos as bS, getApprovedUtxosForToken as BS, getMyApprovalAmountForInteraction as FS } from "./functions/web3/events/getApprovedBalance.mjs";
|
|
214
|
+
import { getTransactionLogEvents as WS } from "./functions/web3/events/getTransactionLogEvents.mjs";
|
|
215
|
+
import { getUniswapFee as HS, getUniswapPrice as KS, getUniswapPriceHelper as wS, searchPoolAndFee as GS } from "./functions/web3/uniswapAPI.mjs";
|
|
216
|
+
import { getOdosPrice as zS } from "./functions/web3/odosAPI.mjs";
|
|
217
|
+
import { getOneInchPrice as qS } from "./functions/web3/oneInchAPI.mjs";
|
|
218
|
+
import { getLifiPrice as jS } from "./functions/web3/lifiAPI.mjs";
|
|
219
|
+
import { createOKXQuote as QS, getOKXPrice as $S } from "./functions/web3/okxAPI.mjs";
|
|
220
|
+
import { runContractFunction as rx } from "./functions/web3/runContractFunction.mjs";
|
|
221
|
+
import { getTokenHolder as tx } from "./functions/web3/getTokenHolder.mjs";
|
|
222
|
+
import { decodeMessage as nx, getDecodedMessage as ix, getPermitInfo as sx } from "./functions/web3/EIP-712.mjs";
|
|
223
|
+
import { signAndSendSerializedTransaction as cx } from "./functions/web3/signAndSendSerializedTransaction.mjs";
|
|
224
|
+
import { groupConnectorsByWallet as mx, isInjectedConnector as fx, isMockConnector as Sx, isSolanaConnector as xx } from "./functions/web3/connectors.utils.mjs";
|
|
225
|
+
import { solanaWalletToConnector as dx } from "./functions/web3/solana-wagmi-adapter.mjs";
|
|
226
|
+
import { constructZkProof as gx } from "./functions/snarkjs/constructGeneralZkProof.mjs";
|
|
227
|
+
import { constructEmporiumProof as Ex } from "./functions/snarkjs/constructEmporiumProof.mjs";
|
|
228
|
+
import { buildInNullifiers as Rx, buildOutCommitments as Px, calcAccessTokenSiblingAndSidesFromAccessKey as _x, calcAccessTokenSiblingsAndSides as Cx, calcAmountChanges as hx, calcCommitmentsSiblingAndSides as Nx, calcEncryptedOutputs as yx, calcPublicSignalCount as kx, calcStealthAddressStructure as Ox, createCallDataHash as Dx, deserializeCircomData as Ux, getSlippageValues as Lx, serializeCircomData as vx } from "./functions/snarkjs/common.snarkjs.mjs";
|
|
229
|
+
import { generateZkProof as Bx } from "./functions/snarkjs/generateZkProof.mjs";
|
|
230
|
+
import { constructSolanaZkProof as Mx } from "./functions/snarkjs/constructSolanaZkProof.mjs";
|
|
231
|
+
import { checkEOAWithDelegation as Vx, createApproveEmporiumOp as Hx, createLifiBridgeOps as Kx, createTransaferEmporiumOpsBatch as wx, createTransferToEmporiumOp as Gx, emporiumOp as Yx, encodeEmporiumMetadata as zx, generateFundAndApproveOps as Xx, generateFundApproveAndTransactOps as qx, getAuthorizationDataIfNeeded as Zx, modifyDataForProxy as jx, modifyDataForProxyWithPrivateKey as Jx, recoverAuthorizationData as Qx } from "./functions/private-wallet/emporium.helpers.mjs";
|
|
232
|
+
import { OpType as eA, produceOp as rA } from "./functions/private-wallet/opProducer.mjs";
|
|
233
|
+
import { createSwapToEmporiumOpForUniswap as tA, createSwapToEmporiumOpFromData as aA, createSwapToEmporiumOps as nA, nullifyUsdtApprovalIfNeeded as iA } from "./functions/private-wallet/emporium.swap.helpers.mjs";
|
|
234
|
+
import { RevokeType as pA } from "./types/approvals.types.mjs";
|
|
235
|
+
import { defaultHookData as lA, defaultHookDataArray as mA, defaultStealthAddressStructure as fA, emptyStealthAddressStructure as SA } from "./types/circom-data.types.mjs";
|
|
236
|
+
import { ContractType as AA } from "./types/ethereum-network.types.mjs";
|
|
237
|
+
import { ExternalActionId as TA } from "./types/external-action.types.mjs";
|
|
238
|
+
import { EventType as uA, HinkalLogicAction as EA, INTERACTION as IA, IntegrationProvider as RA, UserProgress as PA, defaultFeeStructure as _A, defaultHinkalLogicArgs as CA, defaultUseApprovalUTXOData as hA } from "./types/hinkal.types.mjs";
|
|
239
|
+
import { KycVerificationResult as yA, KycVerificationStatus as kA, Passports as OA, VERIFICATION_TYPE as DA, VerificationTypes as UA } from "./types/kyc.types.mjs";
|
|
240
|
+
import { ApprovalType as vA } from "./types/token.types.mjs";
|
|
241
|
+
import { SlippageType as BA } from "./types/slippage.types.mjs";
|
|
242
|
+
import { TransactionAction as MA, TransactionReceiptStatus as WA, TransactionStatus as VA, emptyDecodedTx as HA } from "./types/transactions.types.mjs";
|
|
243
|
+
import { OldPointType as wA, RafflePrizeType as GA } from "./types/rewards.types.mjs";
|
|
244
|
+
import { AdminTransactionType as zA } from "./types/admin.types.mjs";
|
|
245
|
+
import { ActivityStatus as qA, ActivityTypes as ZA, DexProviders as jA, IntegrationProviderNames as JA, TokenChangeType as QA } from "./types/activities.types.mjs";
|
|
246
|
+
import { SandboxRequestType as ed } from "./types/sandbox.types.mjs";
|
|
247
|
+
import { PrivateBalanceUpdateType as od } from "./types/balances.types.mjs";
|
|
248
|
+
import { StorageKeys as ad } from "./types/cache.types.mjs";
|
|
249
|
+
import { TOKEN_PRICE_STATUS as id } from "./types/token-prices.types.mjs";
|
|
250
|
+
import { AchievementTiers as pd, BrotherhoodTaskTypes as cd, TaskCategory as ld, TaskTypes as md } from "./types/new-rewards.type.mjs";
|
|
251
|
+
import { MemberStatus as Sd, Rank as xd } from "./types/RewardUserEnums.mjs";
|
|
252
|
+
import { PointsType as dd, TradingType as Td } from "./types/generatePoints.mjs";
|
|
253
|
+
import { CallsStatus as ud, GetCallsStatusCode as Ed } from "./types/eip5792.types.mjs";
|
|
254
|
+
import { HttpMethod as Rd } from "./types/routing.types.mjs";
|
|
255
|
+
import { ConfirmationRequestType as _d } from "./types/confirmation-request.types.mjs";
|
|
256
|
+
import { MessagesFromOffscreen as hd } from "./types/offscreen.types.mjs";
|
|
257
|
+
import { DepositAndWithdrawPhase as yd, ScheduledTransactionStatus as kd } from "./types/scheduled-transactions.types.mjs";
|
|
258
|
+
import { resetStateMutex as Dd } from "./mutexes/mutex.mjs";
|
|
259
|
+
import { getERC20Registry as Ld, getFixedRegistry as vd } from "./constants/token-data/ERC20Registry.mjs";
|
|
267
260
|
import { PopularTokenSymbols as Bd } from "./constants/token-data/popularTokens.constants.mjs";
|
|
268
|
-
import { abi as
|
|
269
|
-
import { abi as
|
|
270
|
-
import { abi as
|
|
271
|
-
import { abi as
|
|
272
|
-
import { abi as
|
|
273
|
-
import { abi as
|
|
274
|
-
import { abi as
|
|
275
|
-
import { abi as
|
|
276
|
-
import { abi as
|
|
277
|
-
import { default as
|
|
278
|
-
import { default as
|
|
261
|
+
import { abi as Md } from "./externalABIs/amToken.mjs";
|
|
262
|
+
import { abi as Vd } from "./externalABIs/USDC.mjs";
|
|
263
|
+
import { abi as Kd } from "./externalABIs/DAI.mjs";
|
|
264
|
+
import { abi as Gd } from "./externalABIs/USDR.mjs";
|
|
265
|
+
import { abi as zd } from "./externalABIs/USDR3CRV.mjs";
|
|
266
|
+
import { abi as qd } from "./externalABIs/USDT.mjs";
|
|
267
|
+
import { abi as jd } from "./externalABIs/WETH.mjs";
|
|
268
|
+
import { abi as Qd } from "./externalABIs/BUSD.mjs";
|
|
269
|
+
import { abi as eT } from "./externalABIs/SanctionsList.mjs";
|
|
270
|
+
import { default as oT } from "./externalABIs/OptimismGasPriceOracle.json.mjs";
|
|
271
|
+
import { default as aT } from "./externalABIs/NodeInterfaceABI.json.mjs";
|
|
279
272
|
export {
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
273
|
+
_t as ACCESS_TOKEN_MINTING_POINTS,
|
|
274
|
+
Ct as ACCESS_TOKEN_RECLAIM_POINTS,
|
|
275
|
+
Pa as ACHIEVEMENTS,
|
|
276
|
+
Mr as AIPRISE_KYB_TEMPLATE_ID_PROD,
|
|
277
|
+
Wr as AIPRISE_KYC_TEMPLATE_ID_PROD,
|
|
278
|
+
mr as ALCHEMY_API_KEY,
|
|
279
|
+
fr as ALCHEMY_TEST_KEY,
|
|
280
|
+
h as API,
|
|
281
|
+
qr as API_CONFIG,
|
|
282
|
+
oa as APPROVED_UTXO_CONVERSION_COUNT,
|
|
283
|
+
La as APPROVE_FUNCTION_SIGNATURE,
|
|
284
|
+
No as ARC_TESTNET_USDC_ADDRESS,
|
|
285
|
+
ai as AbstractAccessTokenSnapshotService,
|
|
286
|
+
pi as AbstractApprovalsSnapshotService,
|
|
287
|
+
ii as AbstractCommitmentsSnapshotService,
|
|
288
|
+
xi as AbstractEventService,
|
|
289
|
+
li as AbstractNullifierSnapshotService,
|
|
290
|
+
fi as AbstractSnapshotService,
|
|
291
|
+
yi as AbstractSolanaAccessTokenSnapshotService,
|
|
299
292
|
hi as AbstractSolanaCommitmentsSnapshotService,
|
|
300
|
-
|
|
293
|
+
Ei as AbstractSolanaEventService,
|
|
301
294
|
_i as AbstractSolanaNullifierSnapshotService,
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
Rs as ClientAccessTokenSnapshotService,
|
|
330
|
-
ys as ClientApprovalsSnapshotService,
|
|
331
|
-
fi as ClientBlockchainEventEmitter,
|
|
295
|
+
Ri as AbstractSolanaSnapshotService,
|
|
296
|
+
pd as AchievementTiers,
|
|
297
|
+
qA as ActivityStatus,
|
|
298
|
+
ZA as ActivityTypes,
|
|
299
|
+
zA as AdminTransactionType,
|
|
300
|
+
Md as AmTokenABI,
|
|
301
|
+
vA as ApprovalType,
|
|
302
|
+
ls as ArcPublicTokensDB,
|
|
303
|
+
yo as AssetChangeType,
|
|
304
|
+
Ka as BANNED_WALLET_IDS,
|
|
305
|
+
Sr as BRIDGE_SUPPORTED_CHAINS,
|
|
306
|
+
ca as BRIDGING_URLS,
|
|
307
|
+
_a as BROTHERHOOD_TASKS,
|
|
308
|
+
Qd as BUSDABI,
|
|
309
|
+
Sp as BabABI,
|
|
310
|
+
Ls as BasicHttpClient,
|
|
311
|
+
di as BlockchainEventEmitter,
|
|
312
|
+
cd as BrotherhoodTaskTypes,
|
|
313
|
+
ht as CERTIFICATION_DISABLE_WEEK,
|
|
314
|
+
ko as CIRCOM_MERKLE_LENGTH,
|
|
315
|
+
Oo as CIRCOM_P,
|
|
316
|
+
Do as CIRCOM_P_HALF,
|
|
317
|
+
ct as COINGECKO_API_KEY,
|
|
318
|
+
Uo as COMPUTE_UNIT_PADDING_PERCENTAGE,
|
|
319
|
+
ud as CallsStatus,
|
|
320
|
+
Ps as ClientAccessTokenSnapshotService,
|
|
321
|
+
ks as ClientApprovalsSnapshotService,
|
|
332
322
|
Cs as ClientCommitmentsSnapshotService,
|
|
333
|
-
|
|
323
|
+
Ns as ClientNullifierSnapshotService,
|
|
334
324
|
Is as ClientSolanaAccessTokenSnapshotService,
|
|
335
|
-
di as ClientSolanaBlockchainEventEmitter,
|
|
336
325
|
Ts as ClientSolanaCommitmentsSnapshotService,
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
326
|
+
us as ClientSolanaNullifierSnapshotService,
|
|
327
|
+
lt as CoinGeckoChainLabels,
|
|
328
|
+
_d as ConfirmationRequestType,
|
|
329
|
+
AA as ContractType,
|
|
330
|
+
Fm as CustomJSONParse,
|
|
331
|
+
Mm as CustomJSONStringify,
|
|
332
|
+
Ca as DAILY_TASKS,
|
|
333
|
+
Zr as DATA_SERVER_CONFIG,
|
|
334
|
+
o as DATA_SERVER_URL,
|
|
335
|
+
jr as DATA_SERVER_URL_ENDPOINT,
|
|
336
|
+
Jr as DATA_SERVER_URL_LOCAL,
|
|
337
|
+
xo as DEPLOYMENT_MODE,
|
|
338
|
+
yd as DepositAndWithdrawPhase,
|
|
339
|
+
jA as DexProviders,
|
|
340
|
+
Lo as EIP1271_FAILURE,
|
|
341
|
+
vo as EIP1271_SUCCESS,
|
|
342
|
+
xp as ERC1155ABI,
|
|
343
|
+
Ap as ERC20ABI,
|
|
344
|
+
dp as ERC721ABI,
|
|
345
|
+
Da as EVENTS_INITIAL_BLOCKS,
|
|
346
|
+
xn as EncryptionKeyPairDefaultValue,
|
|
347
|
+
cp as ErrorCategory,
|
|
348
|
+
Ms as ErrorWithAmount,
|
|
349
|
+
Xs as ErrorWithRelayerTransaction,
|
|
350
|
+
xr as EthereumNetworkType,
|
|
351
|
+
uA as EventType,
|
|
352
|
+
bs as EventsPublicApprovalsDB,
|
|
353
|
+
TA as ExternalActionId,
|
|
354
|
+
Vs as FeeOverTransactionValueError,
|
|
366
355
|
Vi as FileCacheDevice,
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
356
|
+
Tp as GalxeABI,
|
|
357
|
+
Ed as GetCallsStatusCode,
|
|
358
|
+
Ar as HELIUS_RPC_URL,
|
|
359
|
+
bo as HINKAL_DEPOSIT_AND_WITHDRAW_VARIABLE_RATE,
|
|
360
|
+
Bo as HINKAL_PRIVATE_SEND_VARIABLE_RATE,
|
|
361
|
+
Fo as HINKAL_SWAP_VARIABLE_RATE,
|
|
362
|
+
Rn as Hinkal,
|
|
363
|
+
EA as HinkalLogicAction,
|
|
364
|
+
Rd as HttpMethod,
|
|
365
|
+
_e as IMAGE_PATHS,
|
|
366
|
+
IA as INTERACTION,
|
|
367
|
+
gp as ISwapRouterABI,
|
|
368
|
+
RA as IntegrationProvider,
|
|
369
|
+
JA as IntegrationProviderNames,
|
|
370
|
+
yA as KycVerificationResult,
|
|
371
|
+
kA as KycVerificationStatus,
|
|
372
|
+
Ta as LIFISCAN_URL,
|
|
373
|
+
w as LifiStatus,
|
|
374
|
+
Ki as LocalStorageCacheDevice,
|
|
375
|
+
mp as Logger,
|
|
376
|
+
Mo as MAX_COMPUTE_UNIT_LIMIT,
|
|
377
|
+
sa as MAX_DISPLAY_DECIMALS,
|
|
378
|
+
Wo as MERKLE_LEVELS,
|
|
379
|
+
Vo as MICRO_LAMPORTS_PER_CU,
|
|
380
|
+
Ho as MIN_COMPUTE_UNIT_LIMIT,
|
|
381
|
+
Sd as MemberStatus,
|
|
382
|
+
Qn as MerkleTree,
|
|
383
|
+
oi as MerkleTreeIncompleteError,
|
|
384
|
+
hd as MessagesFromOffscreen,
|
|
385
|
+
Mi as MultiThreadedUtxoUtils,
|
|
386
|
+
jt as NATIVE_TOKEN_WRAPPER_ADDRESSES,
|
|
387
|
+
Rt as NETWORKS,
|
|
388
|
+
Ko as NFT_1155_TRANSACTION_TYPE,
|
|
389
|
+
wo as NFT_721_TRANSACTION_TYPE,
|
|
390
|
+
va as NFT_APPROVE_FUNCTION_SIGNATURE,
|
|
391
|
+
ba as NFT_APPROVE_SINGLE_FUNCTION_SIGNATURE,
|
|
392
|
+
Go as NFT_TRANSACTION_TYPES,
|
|
393
|
+
yr as NON_NATIVE_GAS_COST_TOKEN_SYMBOL_OPTIONS,
|
|
394
|
+
aT as NodeInterfaceABI,
|
|
395
|
+
Wa as OKX_BASE_URL,
|
|
396
|
+
Va as OKX_SWAP_PATH,
|
|
397
|
+
wA as OldPointType,
|
|
398
|
+
eA as OpType,
|
|
399
|
+
Ba as PERMIT2_APPROVE_FUNCTION_SIGNATURE,
|
|
400
|
+
Qr as PLAYGROUND_RELAYER_URLS,
|
|
401
|
+
$r as PLAYGROUND_SERVER_URLS,
|
|
402
|
+
eo as PLAYGROUND_SNAPSHOT_SERVER_URLS,
|
|
403
|
+
ro as PLAYGROUND_URL,
|
|
404
|
+
ha as POINTS_BOOST_TASKS,
|
|
405
|
+
oo as PRODUCTION_RELAYER_URLS,
|
|
406
|
+
to as PRODUCTION_SERVER_URLS,
|
|
407
|
+
ao as PRODUCTION_SNAPSHOT_SERVER_URLS,
|
|
408
|
+
no as PRODUCTION_URL,
|
|
409
|
+
OA as Passports,
|
|
410
|
+
dd as PointsType,
|
|
418
411
|
Bd as PopularTokenSymbols,
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
412
|
+
Ss as PresaleContractWrapper,
|
|
413
|
+
od as PrivateBalanceUpdateType,
|
|
414
|
+
os as PrivateTokensDB,
|
|
422
415
|
ns as PublicTokensDB,
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
Gt as SWAP_FEE_TAKER_ADDRESSES,
|
|
451
|
-
Yt as SWAP_ROUTER_ADDRESSES,
|
|
452
|
-
XA as SandboxRequestType,
|
|
453
|
-
Pd as ScheduledTransactionStatus,
|
|
454
|
-
$s as SimulationFailureError,
|
|
455
|
-
yA as SlippageType,
|
|
416
|
+
Vr as RECLAIM_MESSAGE_TO_SIGN,
|
|
417
|
+
Na as REFERRAL_BONUS_TASK,
|
|
418
|
+
Yo as RELAYERS_ARRAY,
|
|
419
|
+
zo as RELAYER_ADDRESS1,
|
|
420
|
+
Xo as RELAYER_ADDRESS2,
|
|
421
|
+
qo as RELAYER_ADDRESS3,
|
|
422
|
+
io as RELAYER_CONFIG,
|
|
423
|
+
Nt as REWARDS_ENCRYPTION_PASSWORD,
|
|
424
|
+
yt as REWARDS_MESSAGE_TO_SIGN,
|
|
425
|
+
ya as REWARDS_TASKS,
|
|
426
|
+
kt as REWARD_RECEIVABLE_TOKEN_SYMBOLS,
|
|
427
|
+
GA as RafflePrizeType,
|
|
428
|
+
xd as Rank,
|
|
429
|
+
Hr as ReclaimPassports,
|
|
430
|
+
pA as RevokeType,
|
|
431
|
+
Zo as SOLANA_NFT_INTERFACES,
|
|
432
|
+
jo as SOLANA_PUBLIC_INPUT_PART_ONE_LENGTH,
|
|
433
|
+
so as STAGING_RELAYER_URLS,
|
|
434
|
+
po as STAGING_SERVER_URLS,
|
|
435
|
+
co as STAGING_SNAPSHOT_SERVER_URLS,
|
|
436
|
+
lo as STAGING_URL,
|
|
437
|
+
Jt as SWAP_FEE_TAKER_ADDRESSES,
|
|
438
|
+
Qt as SWAP_ROUTER_ADDRESSES,
|
|
439
|
+
ed as SandboxRequestType,
|
|
440
|
+
kd as ScheduledTransactionStatus,
|
|
441
|
+
Ys as SimulationFailureError,
|
|
442
|
+
BA as SlippageType,
|
|
456
443
|
As as SnapshotFetcherService,
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
Gd as
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
dA as UserProgress,
|
|
444
|
+
gi as SolanaBlockchainEventEmitter,
|
|
445
|
+
Kr as StandardPassports,
|
|
446
|
+
ad as StorageKeys,
|
|
447
|
+
wr as SupportedPassports,
|
|
448
|
+
aa as TOKEN_LIMITS,
|
|
449
|
+
id as TOKEN_PRICE_STATUS,
|
|
450
|
+
Jo as TOKEN_VALUE_UNLIMITED_THRESHOLD,
|
|
451
|
+
Fa as TRANSFER_FUNCTION_SIGNATURE,
|
|
452
|
+
Ia as TVL_CHANGER_ACTIVITY_TYPES,
|
|
453
|
+
ld as TaskCategory,
|
|
454
|
+
md as TaskTypes,
|
|
455
|
+
QA as TokenChangeType,
|
|
456
|
+
vi as TokenChecker,
|
|
457
|
+
Qo as TokenType,
|
|
458
|
+
Td as TradingType,
|
|
459
|
+
MA as TransactionAction,
|
|
460
|
+
WA as TransactionReceiptStatus,
|
|
461
|
+
VA as TransactionStatus,
|
|
462
|
+
Bi as TransactionType,
|
|
463
|
+
ma as UNSUPPORTED_WALLETS_WALLETCONNECT_NAMES,
|
|
464
|
+
fa as UNSUPPORTED_WALLET_IDS,
|
|
465
|
+
Vd as USDCABI,
|
|
466
|
+
zd as USDR3CRVABI,
|
|
467
|
+
Gd as USDRABI,
|
|
468
|
+
qd as USDTABI,
|
|
469
|
+
Zs as UserFriendlyErrorCodes,
|
|
470
|
+
An as UserKeys,
|
|
471
|
+
PA as UserProgress,
|
|
486
472
|
Oi as Utxo,
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
473
|
+
mo as VERIFICATION_ROUTES,
|
|
474
|
+
DA as VERIFICATION_TYPE,
|
|
475
|
+
$a as ValueCache,
|
|
476
|
+
UA as VerificationTypes,
|
|
477
|
+
U as WALLET_API,
|
|
478
|
+
dr as WALLET_INITIAL_CHAIN_ID,
|
|
479
|
+
Tr as WALLET_SUPPORTED_CHAINS,
|
|
480
|
+
fo as WALLET_TASK_VERIFICATION_TYPES,
|
|
481
|
+
ka as WELCOME_TASKS,
|
|
482
|
+
jd as WETHABI,
|
|
483
|
+
$t as WETH_ERC20_TOKEN_ADDRESS,
|
|
484
|
+
ea as WRAPPER_TOKEN_EXCHANGE_ADDRESSES,
|
|
485
|
+
rn as abiDecodeUtxo,
|
|
486
|
+
Up as absBigInt,
|
|
500
487
|
Gi as activityStorage,
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
488
|
+
_S as addPaddingToUtxos,
|
|
489
|
+
Ee as addTemporaryWalletNonce,
|
|
490
|
+
Lp as advancedToBigInt,
|
|
491
|
+
gc as aggregateTokenChanges,
|
|
492
|
+
Gr as aipriseBaseOnboardingProductionUrl,
|
|
493
|
+
Yr as aipriseBaseOnboardingSandboxUrl,
|
|
494
|
+
Ht as allowanceHolder,
|
|
495
|
+
Xe as arbMainnetData,
|
|
496
|
+
he as arbMainnetRegistry,
|
|
497
|
+
Ne as arbMainnetRegistryFixed,
|
|
498
|
+
ms as arcPublicTokensDB,
|
|
499
|
+
sr as arcTestnetData,
|
|
500
|
+
ye as arcTestnetRegistry,
|
|
501
|
+
tf as arraysMatch,
|
|
502
|
+
gS as attemptGetInputUtxosRemotely,
|
|
503
|
+
rr as avalancheData,
|
|
504
|
+
ke as avalancheRegistry,
|
|
505
|
+
Oe as avalancheRegistryFixed,
|
|
506
|
+
qa as babyJubInstance,
|
|
507
|
+
US as balanceChangedCustomHandler,
|
|
508
|
+
OS as balanceChangedHandler,
|
|
509
|
+
gf as balanceFetchingMutex,
|
|
510
|
+
tr as baseData,
|
|
511
|
+
De as baseRegistry,
|
|
512
|
+
Ue as baseRegistryFixed,
|
|
513
|
+
vp as beepsToPercentage,
|
|
514
|
+
bp as bigintApplySugar,
|
|
515
|
+
Bp as bigintMax,
|
|
516
|
+
Ft as blockReorgDepth,
|
|
517
|
+
Ye as bnbMainnetData,
|
|
518
|
+
Le as bnbMainnetRegistry,
|
|
519
|
+
ve as bnbMainnetRegistryFixed,
|
|
520
|
+
Ot as boostAmounts,
|
|
521
|
+
Vl as browserSupported,
|
|
522
|
+
Jc as buildAnchorStealthAddressStructure,
|
|
523
|
+
Rx as buildInNullifiers,
|
|
524
|
+
Px as buildOutCommitments,
|
|
525
|
+
_x as calcAccessTokenSiblingAndSidesFromAccessKey,
|
|
526
|
+
Cx as calcAccessTokenSiblingsAndSides,
|
|
527
|
+
hx as calcAmountChanges,
|
|
528
|
+
Nx as calcCommitmentsSiblingAndSides,
|
|
529
|
+
yx as calcEncryptedOutputs,
|
|
530
|
+
kx as calcPublicSignalCount,
|
|
531
|
+
Ox as calcStealthAddressStructure,
|
|
532
|
+
Fp as calculateAmountUsingBeeps,
|
|
533
|
+
Mp as calculateBigIntSum,
|
|
534
|
+
pS as calculateDollarValue,
|
|
535
|
+
Wp as calculateSum,
|
|
536
|
+
tS as calculateTotalFee,
|
|
537
|
+
aS as calculateWithdrawalAmount,
|
|
538
|
+
H as callLifiAPI,
|
|
551
539
|
f as callOneInchAPI,
|
|
552
|
-
|
|
540
|
+
x as callRelayerSolanaTransactBatchAPI,
|
|
553
541
|
A as callRelayerTransactAPI,
|
|
554
542
|
d as callRelayerTransactBatchAPI,
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
543
|
+
Zl as capitalizeFirstLetter,
|
|
544
|
+
jl as capitalizeName,
|
|
545
|
+
sm as caseInsensitiveEqual,
|
|
546
|
+
gr as chainIds,
|
|
547
|
+
ur as chainIdsByType,
|
|
548
|
+
bm as checkChainOrAddressNotUpdated,
|
|
549
|
+
Vx as checkEOAWithDelegation,
|
|
550
|
+
np as checkErrorForSnapshotRestore,
|
|
551
|
+
Pp as checkHinkalAccessToken,
|
|
552
|
+
_p as checkHinkalAccessTokenEVM,
|
|
553
|
+
Cp as checkHinkalAccessTokenSolana,
|
|
563
554
|
R as checkRisk,
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
555
|
+
rf as checkTokensForShielding,
|
|
556
|
+
on as checkUtxoSignature,
|
|
557
|
+
mt as coingeckoPriceUrl,
|
|
558
|
+
ft as coingeckoPriceUrl2,
|
|
559
|
+
St as coingeckoTokenListUrl,
|
|
560
|
+
Zc as constructAdminData,
|
|
561
|
+
Ex as constructEmporiumProof,
|
|
562
|
+
Mx as constructSolanaZkProof,
|
|
563
|
+
nf as constructStealthAddressStructure,
|
|
564
|
+
gx as constructZkProof,
|
|
574
565
|
Qi as contactStorage,
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
566
|
+
Dr as contractMetadataMapping,
|
|
567
|
+
Qf as convertBigIntToBytes32,
|
|
568
|
+
$f as convertBytes32ToBigInt,
|
|
569
|
+
wm as convertEmporiumOpToCallInfo,
|
|
570
|
+
vc as convertIntegrationProviderToExternalActionId,
|
|
571
|
+
ul as convertOKXToHinkalInstructions,
|
|
572
|
+
Ff as convertPublicKeyToBigint,
|
|
573
|
+
Tl as convertSolanaPublicSignals,
|
|
574
|
+
Ef as convertSolanaTransactionToRelayer,
|
|
575
|
+
If as convertV6ReceiptToRelayer,
|
|
576
|
+
Vp as countTotalAmountInUtxos,
|
|
577
|
+
xl as createAndExtendAddressLookupTable,
|
|
578
|
+
Hx as createApproveEmporiumOp,
|
|
579
|
+
Z as createBrotherhood,
|
|
580
|
+
Cm as createCacheDevice,
|
|
581
|
+
Dx as createCallDataHash,
|
|
582
|
+
mc as createCustomRpcProvider,
|
|
583
|
+
fc as createCustomSolanaConnection,
|
|
584
|
+
Kx as createLifiBridgeOps,
|
|
585
|
+
QS as createOKXQuote,
|
|
586
|
+
Sc as createProvider,
|
|
596
587
|
Vf as createSigner,
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
Hf as
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
ct as getCoinMarketChartByTokenId,
|
|
681
|
-
mt as getCoingeckoIdForNativeTokens,
|
|
682
|
-
lt as getCoingeckoPlatform,
|
|
588
|
+
tA as createSwapToEmporiumOpForUniswap,
|
|
589
|
+
aA as createSwapToEmporiumOpFromData,
|
|
590
|
+
nA as createSwapToEmporiumOps,
|
|
591
|
+
wx as createTransaferEmporiumOpsBatch,
|
|
592
|
+
Gx as createTransferToEmporiumOp,
|
|
593
|
+
Hf as createVoidSigner,
|
|
594
|
+
Kf as createVoidSolanaWallet,
|
|
595
|
+
Ui as customTokenRegistry,
|
|
596
|
+
Kd as daiABI,
|
|
597
|
+
Nm as debounce,
|
|
598
|
+
nx as decodeMessage,
|
|
599
|
+
tn as decodeSolanaOnChainUtxo,
|
|
600
|
+
wl as decodeTxInput,
|
|
601
|
+
an as decodeUtxo,
|
|
602
|
+
nn as decodeUtxoConstructorArgs,
|
|
603
|
+
ln as decryptUtxo,
|
|
604
|
+
mn as decryptUtxoConstructorArgs,
|
|
605
|
+
_A as defaultFeeStructure,
|
|
606
|
+
kr as defaultFeeToken,
|
|
607
|
+
CA as defaultHinkalLogicArgs,
|
|
608
|
+
lA as defaultHookData,
|
|
609
|
+
mA as defaultHookDataArray,
|
|
610
|
+
$o as defaultSignatureData,
|
|
611
|
+
fA as defaultStealthAddressStructure,
|
|
612
|
+
hA as defaultUseApprovalUTXOData,
|
|
613
|
+
Ao as deploymentMode,
|
|
614
|
+
Ux as deserializeCircomData,
|
|
615
|
+
Gl as deserializeDecodedTxs,
|
|
616
|
+
j as editBrotherhood,
|
|
617
|
+
Yx as emporiumOp,
|
|
618
|
+
HA as emptyDecodedTx,
|
|
619
|
+
SA as emptyStealthAddressStructure,
|
|
620
|
+
zx as encodeEmporiumMetadata,
|
|
621
|
+
Cf as encodeParsedInLogicMetadata,
|
|
622
|
+
sn as encodeSolanaOnChainUtxo,
|
|
623
|
+
Qc as encodeToByte32Array,
|
|
624
|
+
fn as encryptUtxo,
|
|
625
|
+
Il as ensureAtaExists,
|
|
626
|
+
Rl as estimateComputeUnitLimit,
|
|
627
|
+
Ze as ethMainnetData,
|
|
628
|
+
be as ethMainnetRegistry,
|
|
629
|
+
Be as ethMainnetRegistryFixed,
|
|
630
|
+
cS as ethToWei,
|
|
631
|
+
et as ethVolatileAddress,
|
|
632
|
+
Bs as eventsPublicApprovalsDB,
|
|
633
|
+
rp as extractMessage,
|
|
634
|
+
Pf as extractTokenIdsFromAssetChanges,
|
|
635
|
+
up as factoryABI,
|
|
636
|
+
Hp as fixDecimalsAmount,
|
|
637
|
+
Kp as formatAmountInput,
|
|
638
|
+
mm as formatDate,
|
|
639
|
+
Mf as formatMintAddress,
|
|
640
|
+
uc as formatTokenChangesList,
|
|
641
|
+
fm as formatTxTimestamp,
|
|
642
|
+
js as gasErrorCodes,
|
|
643
|
+
z as generateAumPoints,
|
|
644
|
+
nS as generateFeeStructure,
|
|
645
|
+
Xx as generateFundAndApproveOps,
|
|
646
|
+
qx as generateFundApproveAndTransactOps,
|
|
647
|
+
X as generateTradingPoints,
|
|
648
|
+
Bx as generateZkProof,
|
|
649
|
+
$c as getAccessTokenAccountPublicKey,
|
|
650
|
+
el as getAccessTokenMerkleAccountPublicKey,
|
|
651
|
+
rl as getAccessTokenStorageAccountPublicKey,
|
|
652
|
+
Al as getAddressLookupTableAccounts,
|
|
653
|
+
lS as getAmountInToken,
|
|
654
|
+
mS as getAmountInWei,
|
|
655
|
+
fS as getAmountInWeiOrZero,
|
|
656
|
+
SS as getAmountWithPrecision,
|
|
657
|
+
xS as getAmountWithPrecisionOrZero,
|
|
658
|
+
vS as getApprovedBalance,
|
|
659
|
+
bS as getApprovedUtxos,
|
|
660
|
+
BS as getApprovedUtxosForToken,
|
|
661
|
+
Zx as getAuthorizationDataIfNeeded,
|
|
662
|
+
Om as getBlockExplorerUrl,
|
|
663
|
+
J as getBrotherhood,
|
|
664
|
+
Q as getBrotherhoodUsers,
|
|
665
|
+
Jl as getChainIdFromStateKey,
|
|
666
|
+
un as getCircomSign,
|
|
667
|
+
xt as getCoinByAddress,
|
|
668
|
+
At as getCoinById,
|
|
669
|
+
dt as getCoingeckoIdForNativeTokens,
|
|
670
|
+
Tt as getCoingeckoPlatform,
|
|
683
671
|
s as getCoingeckoPrice,
|
|
684
672
|
p as getCoingeckoPrice2,
|
|
685
673
|
c as getCoingeckoPrices,
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
674
|
+
l as getCoingeckoTokenList,
|
|
675
|
+
Sm as getCurrentDayStart,
|
|
676
|
+
xm as getCurrentTimeInSeconds,
|
|
677
|
+
$ as getCurrentUserBrotherhood,
|
|
678
|
+
ee as getCurrentUserBrotherhoodUsers,
|
|
679
|
+
Am as getCurrentWeekStart,
|
|
680
|
+
t as getDataServerURL,
|
|
681
|
+
ix as getDecodedMessage,
|
|
682
|
+
dm as getDelayUntilUtc8,
|
|
683
|
+
NS as getDepositEvents,
|
|
684
|
+
Ld as getERC20Registry,
|
|
685
|
+
Ec as getERC20Token,
|
|
686
|
+
Ic as getERC20TokenBySymbol,
|
|
687
|
+
Tm as getEffectiveSevenDaysAgo,
|
|
688
|
+
gm as getEffectiveToday,
|
|
689
|
+
ol as getEncryptedOutputsAccountPublicKey,
|
|
690
|
+
Rc as getErc20TokensForChain,
|
|
691
|
+
op as getErrorMessage,
|
|
692
|
+
tp as getErrorMessageFromSandboxRequest,
|
|
693
|
+
Ac as getExternalActionIdFromNumber,
|
|
694
|
+
dc as getExternalActionIdHash,
|
|
695
|
+
ec as getFilePath,
|
|
696
|
+
vd as getFixedRegistry,
|
|
697
|
+
Kc as getFlatFees,
|
|
698
|
+
g as getGasEstimates,
|
|
699
|
+
iS as getGasTokenSymbols,
|
|
700
|
+
Ks as getGenericFeeOverTransactionValueErrorMessage,
|
|
701
|
+
Df as getHinkalApprovals,
|
|
702
|
+
rc as getHinkalCache,
|
|
703
|
+
ne as getHinkalLandingURL,
|
|
704
|
+
Ur as getHinkalParameters,
|
|
705
|
+
_ as getIdleRelay,
|
|
706
|
+
oc as getInHinkalAddressesCache,
|
|
707
|
+
tc as getInHinkalAddressesFilePath,
|
|
708
|
+
uS as getInputUtxoAndBalance,
|
|
709
|
+
ES as getInputUtxoAndBalanceOfStuckUtxos,
|
|
710
|
+
IS as getInputUtxoAndBalancePerToken,
|
|
711
|
+
RS as getInputUtxosRemotely,
|
|
712
|
+
tl as getInstructionsAccountPublicKey,
|
|
713
|
+
Bc as getInteractionFromAction,
|
|
714
|
+
jS as getLifiPrice,
|
|
715
|
+
G as getLifiStatus,
|
|
716
|
+
al as getMerkleAccountPublicKey,
|
|
717
|
+
FS as getMyApprovalAmountForInteraction,
|
|
718
|
+
Sf as getNecessaryApprovalChangesData,
|
|
719
|
+
xf as getNecessaryAssetsForFunding,
|
|
720
|
+
Af as getNecessaryAssetsForFundingFromBalance,
|
|
721
|
+
Nf as getNetworkName,
|
|
722
|
+
Fl as getNetworkObject,
|
|
723
|
+
Ml as getNetworkType,
|
|
724
|
+
um as getNextDayDelay,
|
|
725
|
+
Em as getNextDayISO,
|
|
726
|
+
Er as getNonLocalhostChainId,
|
|
727
|
+
nl as getNullifierAccount,
|
|
728
|
+
$S as getOKXPrice,
|
|
729
|
+
zS as getOdosPrice,
|
|
730
|
+
qS as getOneInchPrice,
|
|
731
|
+
ei as getPatchedAccessTokenMerkleTree,
|
|
732
|
+
sx as getPermitInfo,
|
|
733
|
+
Im as getPreviousWeekStart,
|
|
734
|
+
il as getProofAccountPart1PublicKey,
|
|
735
|
+
sl as getProofAccountPart2PublicKey,
|
|
736
|
+
Xm as getPublicBalance,
|
|
737
|
+
qm as getPublicBalanceByTokenAddress,
|
|
738
|
+
Zm as getPublicBalancesOfTokens,
|
|
739
|
+
re as getPublicBrotherhoods,
|
|
740
|
+
jm as getPublicTransactionCount,
|
|
741
|
+
O as getPublicWalletBalance,
|
|
742
|
+
Ym as getRecipientInfoFromUserKeys,
|
|
743
|
+
y as getRelayerURL,
|
|
744
|
+
ie as getRewardsURL,
|
|
745
|
+
Te as getScheduledTransactions,
|
|
746
|
+
ge as getScheduledTransactionsNullifierIndexes,
|
|
747
|
+
Oc as getSequence,
|
|
748
|
+
a as getServerURL,
|
|
749
|
+
CS as getShieldedBalance,
|
|
750
|
+
bf as getSignatureHeader,
|
|
751
|
+
Lx as getSlippageValues,
|
|
752
|
+
n as getSnapshotServerURL,
|
|
753
|
+
Kn as getSolanaProxySendSerializedTransaction,
|
|
754
|
+
Yn as getSolanaProxyShieldSerializedTransaction,
|
|
755
|
+
Wn as getSolanaProxySwapSerializedTransaction,
|
|
756
|
+
Jm as getSolanaPublicBalances,
|
|
757
|
+
Ql as getStateKey,
|
|
758
|
+
pl as getStorageAccountPublicKey,
|
|
759
|
+
cl as getStorageVaultPublicKey,
|
|
760
|
+
ll as getSwapperAccountPublicKey,
|
|
761
|
+
ml as getSwapperAccountPublicKeyFromSalt,
|
|
762
|
+
Ie as getTemporaryWalletNonces,
|
|
763
|
+
tx as getTokenHolder,
|
|
764
|
+
fl as getTokenLimitStorageAccountPublicKey,
|
|
765
|
+
E as getTokenPrices,
|
|
766
|
+
na as getTokensLimits,
|
|
767
|
+
WS as getTransactionLogEvents,
|
|
768
|
+
HS as getUniswapFee,
|
|
769
|
+
KS as getUniswapPrice,
|
|
770
|
+
wS as getUniswapPriceHelper,
|
|
771
|
+
rS as getUtxosFromReceipt,
|
|
772
|
+
wp as getValueFirstNDigit,
|
|
773
|
+
se as getWalletOnboardingURL,
|
|
774
|
+
mx as groupConnectorsByWallet,
|
|
775
|
+
df as hasEnoughBalance,
|
|
776
|
+
sf as hashEthereumAddress,
|
|
777
|
+
$l as hexToUtf8,
|
|
778
|
+
_n as hinkalDeposit,
|
|
779
|
+
qn as hinkalDepositAndWithdraw,
|
|
780
|
+
Cn as hinkalDepositForOther,
|
|
781
|
+
Ln as hinkalPrivateWallet,
|
|
782
|
+
Fn as hinkalProxySwap,
|
|
783
|
+
rt as hinkalSimulationAddress,
|
|
784
|
+
wn as hinkalSolanaProxySend,
|
|
785
|
+
zn as hinkalSolanaProxyShield,
|
|
786
|
+
Vn as hinkalSolanaProxySwap,
|
|
787
|
+
Nn as hinkalSwap,
|
|
788
|
+
kn as hinkalTransfer,
|
|
789
|
+
Dn as hinkalWithdraw,
|
|
790
|
+
jn as hinkalWithdrawStuckUtxos,
|
|
794
791
|
Ds as httpClient,
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
792
|
+
Dl as initTokenLimitIfNeeded,
|
|
793
|
+
Js as insufficientResourcesErrorCodes,
|
|
794
|
+
Pc as isArcNativeToken,
|
|
795
|
+
En as isCircomNegative,
|
|
796
|
+
To as isDevelopment,
|
|
797
|
+
go as isExtension,
|
|
798
|
+
fx as isInjectedConnector,
|
|
799
|
+
Ir as isLocalNetwork,
|
|
800
|
+
Sx as isMockConnector,
|
|
801
|
+
_c as isNFTToken,
|
|
802
|
+
nm as isNicknameValid,
|
|
803
|
+
uo as isNode,
|
|
804
|
+
Eo as isNotClientProduction,
|
|
805
|
+
Io as isNotProduction,
|
|
806
|
+
em as isNullOrEmpty,
|
|
807
|
+
Rr as isOptimismLike,
|
|
808
|
+
Um as isPermit2Tx,
|
|
809
|
+
Ro as isPlayground,
|
|
810
|
+
Po as isSandbox,
|
|
811
|
+
xx as isSolanaConnector,
|
|
812
|
+
Pr as isSolanaLike,
|
|
813
|
+
pn as isSolanaOnChainUtxo,
|
|
814
|
+
_o as isStaging,
|
|
815
|
+
Vm as isUseApprovalDataEmpty,
|
|
816
|
+
pf as isValidPrivateAddress,
|
|
817
|
+
cf as isValidSolanaPublicKey,
|
|
818
|
+
kf as isValidUrl,
|
|
819
|
+
Co as isWebpack,
|
|
820
|
+
oe as joinBrotherhood,
|
|
821
|
+
Za as jubHolder,
|
|
822
|
+
te as leaveBrotherhood,
|
|
823
|
+
ac as loadTxsCache,
|
|
824
|
+
nr as localhostData,
|
|
825
|
+
_r as localhostNetwork,
|
|
826
|
+
Fe as localhostRegistry,
|
|
827
|
+
sp as logError,
|
|
828
|
+
pm as lowerCaseIncludes,
|
|
829
|
+
cm as lowerCaseStartsWith,
|
|
830
|
+
Dt as lpLink,
|
|
831
|
+
Ut as lpProgramStartWeek,
|
|
832
|
+
Gp as maxBigInt,
|
|
833
|
+
Wt as mediaUrls,
|
|
834
|
+
Yp as minBigInt,
|
|
835
|
+
hp as mintAccessToken,
|
|
836
|
+
jx as modifyDataForProxy,
|
|
837
|
+
Jx as modifyDataForProxyWithPrivateKey,
|
|
838
|
+
Xc as modifyVolatileTokenAmountChanges,
|
|
839
|
+
Rm as msToISOString,
|
|
840
|
+
Cr as networkRegistry,
|
|
841
|
+
iA as nullifyUsdtApprovalIfNeeded,
|
|
842
|
+
ua as oauthUrls,
|
|
843
|
+
ot as oneInchZeroAddress,
|
|
844
|
+
Op as openDefaultPassportWindow,
|
|
845
|
+
yp as openPassportWindow,
|
|
846
|
+
Je as optimismData,
|
|
847
|
+
oT as optimismGasPriceOracleAbi,
|
|
848
|
+
Me as optimismRegistry,
|
|
849
|
+
We as optimismRegistryFixed,
|
|
850
|
+
Gc as outputApprovalDataProcessing,
|
|
851
|
+
Yc as outputApprovalDataProcessingForHinkalApprove,
|
|
852
|
+
Mc as outputUtxoProcessing,
|
|
853
|
+
tt as ownerPublicKey,
|
|
854
|
+
Hm as padUseApprovalUtxoData,
|
|
855
|
+
Kt as pancaceSwapPermit2Address,
|
|
856
|
+
wt as permit2Address,
|
|
857
|
+
Gt as permit2Addresses,
|
|
858
|
+
at as permitSignatureValidFor,
|
|
859
|
+
Lt as pointsLink,
|
|
860
|
+
$e as polygonData,
|
|
861
|
+
Ve as polygonRegistry,
|
|
862
|
+
He as polygonRegistryFixed,
|
|
863
|
+
Ga as poseidonFunction,
|
|
864
|
+
Ya as poseidonHash,
|
|
865
|
+
za as poseidonHolder,
|
|
866
|
+
Lf as postToOffscreen,
|
|
867
|
+
Ja as preProcessing,
|
|
865
868
|
wf as prepareEthersProviderAdapter,
|
|
866
869
|
Gf as prepareHinkal,
|
|
867
|
-
Yf as
|
|
868
|
-
zf as
|
|
869
|
-
Xf as
|
|
870
|
-
|
|
871
|
-
|
|
870
|
+
Yf as prepareHinkalWithSignature,
|
|
871
|
+
zf as prepareSolanaHinkal,
|
|
872
|
+
Xf as prepareSolanaHinkalWithSignature,
|
|
873
|
+
qf as prepareSolanaProviderAdapter,
|
|
874
|
+
Zf as prepareToAccessNewWallet,
|
|
875
|
+
jf as prepareToAccessNewWalletWithSignature,
|
|
876
|
+
xa as presaleABI,
|
|
877
|
+
Aa as presaleContractInfoByChain,
|
|
872
878
|
ji as pricesStorage,
|
|
873
879
|
qi as privateBalancesStorage,
|
|
874
880
|
ts as privateTokensDB,
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
Fs as publicBalanceWatcher,
|
|
881
|
+
gt as proCoingeckoUrl,
|
|
882
|
+
ut as proHeader,
|
|
883
|
+
Vc as processGasEstimates,
|
|
884
|
+
rA as produceOp,
|
|
885
|
+
Dc as promisify,
|
|
881
886
|
zi as publicBalancesStorage,
|
|
882
887
|
is as publicTokensDB,
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
888
|
+
Ep as quoterV2ABI,
|
|
889
|
+
vt as raffleProgramStartWeek,
|
|
890
|
+
AS as randomBigInt,
|
|
891
|
+
Ll as recipientUtxoProcessing,
|
|
892
|
+
Qx as recoverAuthorizationData,
|
|
893
|
+
bt as referralLink,
|
|
894
|
+
Xl as reloadPage,
|
|
895
|
+
Re as removeTemporaryWalletNonce,
|
|
896
|
+
rm as replaceAllInstances,
|
|
897
|
+
yc as requireEnv,
|
|
898
|
+
nc as resetCache,
|
|
899
|
+
ic as resetInHinkalAddressesCache,
|
|
900
|
+
bn as resetMerkleTrees,
|
|
901
|
+
Dd as resetStateMutex,
|
|
902
|
+
ce as resolveSns,
|
|
903
|
+
Uc as resolveSync,
|
|
904
|
+
ws as rethrowKnownGasErrorIfPossible,
|
|
905
|
+
yS as retrieveEvents,
|
|
906
|
+
L as rpcGetStorageChanges,
|
|
907
|
+
$m as rpcIntEncode,
|
|
908
|
+
v as rpcSimulateBundle,
|
|
909
|
+
b as rpcSimulateTransaction,
|
|
910
|
+
rx as runContractFunction,
|
|
911
|
+
eT as sanctionsListABI,
|
|
912
|
+
sc as saveTxsCache,
|
|
913
|
+
Et as searchBySymbol,
|
|
914
|
+
Cc as searchCompareFunction,
|
|
915
|
+
GS as searchPoolAndFee,
|
|
916
|
+
me as seedlessBackup,
|
|
917
|
+
fe as seedlessCheckPassword,
|
|
918
|
+
Se as seedlessInit,
|
|
919
|
+
xe as seedlessSalt,
|
|
920
|
+
Ae as seedlessStatus,
|
|
921
|
+
kl as sendInitNullifiersTransaction,
|
|
922
|
+
Pl as sendProxyV0Transaction,
|
|
923
|
+
_l as sendV0Transaction,
|
|
924
|
+
vx as serializeCircomData,
|
|
925
|
+
Yl as serializeDecodedTxs,
|
|
926
|
+
Cl as serializeProxyV0Transaction,
|
|
927
|
+
pc as setHinkalCache,
|
|
928
|
+
cc as setInHinkalAddressesCache,
|
|
929
|
+
cx as signAndSendSerializedTransaction,
|
|
930
|
+
nt as signaturePhrase,
|
|
926
931
|
es as signedMessagesStorage,
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
932
|
+
B as simulateTx,
|
|
933
|
+
hr as solanaChainIdStr,
|
|
934
|
+
cr as solanaData,
|
|
930
935
|
Ke as solanaLocalnetRegistry,
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
$p as toNumberOrUndefined,
|
|
949
|
-
nl as toTitleCase,
|
|
936
|
+
we as solanaMainnetRegistry,
|
|
937
|
+
it as solanaNativeAddress,
|
|
938
|
+
dx as solanaWalletToConnector,
|
|
939
|
+
hc as sortTokens,
|
|
940
|
+
dn as stealthAddressCacheDevice,
|
|
941
|
+
Tn as stealthPairCacheDevice,
|
|
942
|
+
bl as storeInstructions,
|
|
943
|
+
Nl as storeProof,
|
|
944
|
+
zr as supportedPassportLinks,
|
|
945
|
+
F as tenderlyRpcLinks,
|
|
946
|
+
zp as toBigInt,
|
|
947
|
+
Xp as toBigIntOrUndefined,
|
|
948
|
+
dS as toBigIntWithDecimals,
|
|
949
|
+
qp as toCommaSeparatedNumberString,
|
|
950
|
+
Zp as toInt,
|
|
951
|
+
jp as toNumberOrUndefined,
|
|
952
|
+
om as toTitleCase,
|
|
950
953
|
ps as tokenVisibilityStorage,
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
et as zeroAddress
|
|
954
|
+
W as tokensInfoCall,
|
|
955
|
+
Qs as transactionErrorCodes,
|
|
956
|
+
Ip as transactionProverABI,
|
|
957
|
+
mf as trimFieldValues,
|
|
958
|
+
Jp as trimLeadingZeros,
|
|
959
|
+
Qp as truncateToDecimalPlaces,
|
|
960
|
+
Yt as uniswap2Manager,
|
|
961
|
+
zt as uniswap3Manager,
|
|
962
|
+
Xt as uniswapApprovalExtraCallData,
|
|
963
|
+
Lr as uniswapV2PoolData,
|
|
964
|
+
vr as uniswapV3FactoryData,
|
|
965
|
+
br as uniswapV3PoolData,
|
|
966
|
+
Br as uniswapV3QuoterData,
|
|
967
|
+
Lm as uniswapWorkaround,
|
|
968
|
+
qt as uniswapWorkaroundAddresses,
|
|
969
|
+
tm as validateEmail,
|
|
970
|
+
ym as wait,
|
|
971
|
+
Pm as waitLittle,
|
|
972
|
+
$s as walletConnectErrorCodes,
|
|
973
|
+
Hl as walletSupported,
|
|
974
|
+
st as zeroAddress
|
|
973
975
|
};
|