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