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