@gurge/sdk 0.3.47 → 0.3.57
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/common/src/API/getCoingeckoPrice.cjs +1 -0
- package/common/src/API/proxyAccountsCalls.cjs +1 -0
- package/{libs/shared/common → common}/src/constants/vite.constants.mjs +1 -1
- package/common/src/crypto/EddsaRN.cjs +1 -0
- package/common/src/crypto/babyJub.cjs +1 -0
- package/common/src/crypto/ecdh-sealed-keys.cjs +1 -0
- package/common/src/crypto/ecdh.cjs +1 -0
- package/common/src/crypto/eddsa.cjs +1 -0
- package/common/src/crypto/poseidon.cjs +1 -0
- package/common/src/crypto/preProcessing.cjs +1 -0
- package/common/src/data-structures/AccountActions/AccountActions.cjs +1 -0
- package/common/src/data-structures/Hinkal/Hinkal.cjs +1 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaClaimUtxo.cjs +1 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaDeposit.cjs +1 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.cjs +1 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaProxySend.cjs +1 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaProxyShield.cjs +1 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaProxySwap.cjs +1 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaSwap.cjs +1 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaTransfer.cjs +1 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaWithdraw.cjs +1 -0
- package/common/src/data-structures/Hinkal/hinkalWithdrawStuckUtxos.cjs +1 -0
- package/common/src/data-structures/Hinkal/prepareDepositOnChainUtxosZkProof.cjs +1 -0
- package/common/src/data-structures/Hinkal/resetMerkleTrees.cjs +1 -0
- package/common/src/data-structures/IndexedDB/activity-db.cjs +1 -0
- package/common/src/data-structures/IndexedDB/balances-db.cjs +1 -0
- package/common/src/data-structures/IndexedDB/contact-db.cjs +1 -0
- package/{libs/shared/common → common}/src/data-structures/IndexedDB/key-val-store.mjs +1 -1
- package/common/src/data-structures/IndexedDB/pay-activity-db.cjs +1 -0
- package/common/src/data-structures/IndexedDB/signatures-db.cjs +1 -0
- package/common/src/data-structures/TokenDBs/AlchemyPublicTokensDB.cjs +1 -0
- package/common/src/data-structures/TokenDBs/ArcPublicTokensDB.cjs +1 -0
- package/common/src/data-structures/TokenDBs/EventsPublicTokensDB.cjs +1 -0
- package/common/src/data-structures/TokenDBs/PrivateTokensDB.cjs +1 -0
- package/common/src/data-structures/TokenDBs/TempoPublicTokensDB.cjs +1 -0
- package/common/src/data-structures/TokenDBs/TronPublicTokensDB.cjs +1 -0
- package/common/src/data-structures/TokenDBs/token-visibility-db.cjs +1 -0
- package/{libs/shared/common → common}/src/data-structures/cacheDevices/FileCacheDevice.mjs +1 -1
- package/common/src/data-structures/crypto-keys/decodeUTXO.cjs +1 -0
- package/common/src/data-structures/crypto-keys/encryptDecryptUtxo.cjs +1 -0
- package/common/src/data-structures/crypto-keys/keys.cjs +1 -0
- package/common/src/data-structures/event-service/evm/AbstractNullifierSnapshotService.cjs +1 -0
- package/common/src/data-structures/event-service/evm/BlockchainEventEmitter.cjs +1 -0
- package/common/src/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.cjs +1 -0
- package/common/src/data-structures/event-service/solana/SolanaBlockchainEventEmitter.cjs +1 -0
- package/common/src/data-structures/http/BasicHttpClient.cjs +1 -0
- package/common/src/functions/pre-transaction/convert-okx-instructions.cjs +1 -0
- package/common/src/functions/pre-transaction/ensureAmountChanges.cjs +1 -0
- package/common/src/functions/pre-transaction/getSolanaCalldataHash.cjs +1 -0
- package/common/src/functions/pre-transaction/sendV0Transaction.cjs +2 -0
- package/common/src/functions/pre-transaction/solana.cjs +1 -0
- package/common/src/functions/pre-transaction/solanaTransfer.utils.cjs +1 -0
- package/common/src/functions/private-wallet/emporium.helpers.cjs +1 -0
- package/common/src/functions/private-wallet/emporium.swap.helpers.cjs +1 -0
- package/common/src/functions/snarkjs/common.snarkjs.cjs +1 -0
- package/common/src/functions/snarkjs/constructSolanaZkProof.cjs +1 -0
- package/common/src/functions/snarkjs/fetchOnChainRootHashes.cjs +1 -0
- package/common/src/functions/snarkjs/signedMessageHash.cjs +1 -0
- package/common/src/functions/snarkjs/verifyCommitmentValidationData.cjs +1 -0
- package/common/src/functions/utils/abi.utils.cjs +1 -0
- package/common/src/functions/utils/addresses.cjs +1 -0
- package/{libs/shared/common → common}/src/functions/utils/cacheDevice.utils.mjs +1 -1
- package/common/src/functions/utils/convertEmporiumOpToCallInfo.cjs +1 -0
- package/common/src/functions/utils/create-provider.cjs +1 -0
- package/common/src/functions/utils/encryptInputForEnclave.cjs +1 -0
- package/common/src/functions/utils/external-action.utils.cjs +1 -0
- package/common/src/functions/utils/getSignerFromContract.cjs +1 -0
- package/common/src/functions/utils/getUtxosFromReceiptSolana.cjs +1 -0
- package/common/src/functions/utils/mnemonics.cjs +1 -0
- package/common/src/functions/utils/publicBalance.utils.cjs +1 -0
- package/common/src/functions/utils/solana-memo.cjs +1 -0
- package/common/src/functions/utils/solanaMint.utils.cjs +1 -0
- package/common/src/functions/utils/tron.utils.cjs +1 -0
- package/common/src/functions/utils/userAgent.cjs +1 -0
- package/common/src/functions/web3/etherFunctions.cjs +1 -0
- package/common/src/functions/web3/events/getInputUtxoAndBalance.cjs +1 -0
- package/common/src/functions/web3/events/getInputUtxosEnclave.cjs +1 -0
- package/common/src/functions/web3/events/getShieldedBalance.cjs +1 -0
- package/common/src/functions/web3/functionCalls/approveToken.cjs +1 -0
- package/common/src/functions/web3/functionCalls/constructBatchCall.cjs +1 -0
- package/common/src/functions/web3/functionCalls/transactCallDirect.cjs +1 -0
- package/common/src/functions/web3/getContractMetadata.cjs +1 -0
- package/common/src/functions/web3/okxAPI.cjs +1 -0
- package/common/src/functions/web3/uniswapAPI.cjs +1 -0
- package/common/src/mutexes/chainBalanceRwLock.cjs +1 -0
- package/common/src/mutexes/mutex.cjs +1 -0
- package/common/src/providers/EthersProviderAdapter.cjs +1 -0
- package/common/src/providers/SolanaProviderAdapter.cjs +1 -0
- package/common/src/providers/WagmiProviderAdapter.cjs +1 -0
- package/common/src/types/hinkal.types.cjs +1 -0
- package/common/src/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.cjs +1 -0
- package/{libs/shared/common → common}/src/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.mjs +1 -1
- package/common/src/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.cjs +1 -0
- package/{libs/shared/common → common}/src/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.mjs +1 -1
- package/common/src/webworker/viteWorkerURL.constant.cjs +3 -3
- package/common/src/webworker/viteWorkerURL.constant.mjs +3 -3
- package/{libs/shared/common → common}/src/webworker/workerFactory.mjs +1 -1
- package/common/src/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.cjs +1 -0
- package/{libs/shared/common → common}/src/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.mjs +1 -1
- package/index.cjs +1 -1
- package/index.mjs +2 -2
- package/internal/monitorConnectedAddress.cjs +1 -0
- package/internal/monitorConnectedAddress.d.ts +2 -0
- package/internal/monitorConnectedAddress.mjs +8 -0
- package/internal/swapApi.cjs +1 -1
- package/internal/swapApi.mjs +7 -7
- package/internal/token.utils.cjs +1 -1
- package/internal/token.utils.d.ts +2 -3
- package/internal/token.utils.mjs +4 -14
- package/package.json +3 -19
- package/providers/EthersProviderAdapter.cjs +1 -1
- package/providers/EthersProviderAdapter.mjs +1 -1
- package/providers/SolanaProviderAdapter.cjs +1 -1
- package/providers/SolanaProviderAdapter.mjs +1 -1
- package/providers/TronProviderAdapter.cjs +1 -1
- package/providers/TronProviderAdapter.mjs +1 -1
- package/providers/WagmiProviderAdapter.cjs +1 -1
- package/providers/WagmiProviderAdapter.mjs +1 -1
- package/providers/prepareEthersHinkal.cjs +1 -1
- package/providers/prepareEthersHinkal.mjs +8 -7
- package/providers/prepareSolanaHinkal.cjs +1 -1
- package/providers/prepareSolanaHinkal.mjs +9 -8
- package/providers/prepareTronHinkal.cjs +1 -1
- package/providers/prepareTronHinkal.mjs +9 -8
- package/providers/prepareWagmiHinkal.cjs +1 -1
- package/providers/prepareWagmiHinkal.mjs +8 -7
- package/services/Hinkal.cjs +1 -1
- package/services/Hinkal.d.ts +3 -8
- package/services/Hinkal.mjs +17 -32
- package/types/IHinkal.d.ts +2 -8
- package/types/balances.types.cjs +1 -1
- package/types/balances.types.mjs +2 -2
- package/types/external-action.types.cjs +1 -1
- package/types/external-action.types.mjs +2 -2
- package/types/index.cjs +1 -1
- package/types/index.mjs +2 -2
- package/common/src/webworker/logError-PQPCbZl9.js +0 -2
- package/common/src/webworker/package.json +0 -136
- package/common/src/webworker/snarkjsWorkerNode.cjs +0 -1
- package/common/src/webworker/utxoWorkerNode.cjs +0 -1
- package/common/src/webworker/workerProxy-DPeuP2Mg.js +0 -1
- package/common/src/webworker/zkProofWorkerNode.cjs +0 -1
- package/dist/libs/shared/workers-prebuild/viteWorkerURL.constant.es.cjs +0 -1
- package/dist/libs/shared/workers-prebuild/viteWorkerURL.constant.es.mjs +0 -8
- package/libs/shared/common/src/API/getCoingeckoPrice.cjs +0 -1
- package/libs/shared/common/src/API/proxyAccountsCalls.cjs +0 -1
- package/libs/shared/common/src/crypto/EddsaRN.cjs +0 -1
- package/libs/shared/common/src/crypto/babyJub.cjs +0 -1
- package/libs/shared/common/src/crypto/ecdh-sealed-keys.cjs +0 -1
- package/libs/shared/common/src/crypto/ecdh.cjs +0 -1
- package/libs/shared/common/src/crypto/eddsa.cjs +0 -1
- package/libs/shared/common/src/crypto/poseidon.cjs +0 -1
- package/libs/shared/common/src/crypto/preProcessing.cjs +0 -1
- package/libs/shared/common/src/data-structures/AccountActions/AccountActions.cjs +0 -1
- package/libs/shared/common/src/data-structures/Hinkal/Hinkal.cjs +0 -1
- package/libs/shared/common/src/data-structures/Hinkal/hinkalSolanaClaimUtxo.cjs +0 -1
- package/libs/shared/common/src/data-structures/Hinkal/hinkalSolanaDeposit.cjs +0 -1
- package/libs/shared/common/src/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.cjs +0 -1
- package/libs/shared/common/src/data-structures/Hinkal/hinkalSolanaProxySend.cjs +0 -1
- package/libs/shared/common/src/data-structures/Hinkal/hinkalSolanaProxyShield.cjs +0 -1
- package/libs/shared/common/src/data-structures/Hinkal/hinkalSolanaProxySwap.cjs +0 -1
- package/libs/shared/common/src/data-structures/Hinkal/hinkalSolanaSwap.cjs +0 -1
- package/libs/shared/common/src/data-structures/Hinkal/hinkalSolanaTransfer.cjs +0 -1
- package/libs/shared/common/src/data-structures/Hinkal/hinkalSolanaWithdraw.cjs +0 -1
- package/libs/shared/common/src/data-structures/Hinkal/hinkalWithdrawStuckUtxos.cjs +0 -1
- package/libs/shared/common/src/data-structures/Hinkal/prepareDepositOnChainUtxosZkProof.cjs +0 -1
- package/libs/shared/common/src/data-structures/Hinkal/resetMerkleTrees.cjs +0 -1
- package/libs/shared/common/src/data-structures/IndexedDB/activity-db.cjs +0 -1
- package/libs/shared/common/src/data-structures/IndexedDB/balances-db.cjs +0 -1
- package/libs/shared/common/src/data-structures/IndexedDB/contact-db.cjs +0 -1
- package/libs/shared/common/src/data-structures/IndexedDB/pay-activity-db.cjs +0 -1
- package/libs/shared/common/src/data-structures/IndexedDB/signatures-db.cjs +0 -1
- package/libs/shared/common/src/data-structures/TokenDBs/AlchemyPublicTokensDB.cjs +0 -1
- package/libs/shared/common/src/data-structures/TokenDBs/ArcPublicTokensDB.cjs +0 -1
- package/libs/shared/common/src/data-structures/TokenDBs/EventsPublicTokensDB.cjs +0 -1
- package/libs/shared/common/src/data-structures/TokenDBs/PrivateTokensDB.cjs +0 -1
- package/libs/shared/common/src/data-structures/TokenDBs/TempoPublicTokensDB.cjs +0 -1
- package/libs/shared/common/src/data-structures/TokenDBs/TronPublicTokensDB.cjs +0 -1
- package/libs/shared/common/src/data-structures/TokenDBs/token-visibility-db.cjs +0 -1
- package/libs/shared/common/src/data-structures/crypto-keys/decodeUTXO.cjs +0 -1
- package/libs/shared/common/src/data-structures/crypto-keys/encryptDecryptUtxo.cjs +0 -1
- package/libs/shared/common/src/data-structures/crypto-keys/keys.cjs +0 -1
- package/libs/shared/common/src/data-structures/event-service/evm/AbstractNullifierSnapshotService.cjs +0 -1
- package/libs/shared/common/src/data-structures/event-service/evm/BlockchainEventEmitter.cjs +0 -1
- package/libs/shared/common/src/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.cjs +0 -1
- package/libs/shared/common/src/data-structures/event-service/solana/SolanaBlockchainEventEmitter.cjs +0 -1
- package/libs/shared/common/src/data-structures/http/BasicHttpClient.cjs +0 -1
- package/libs/shared/common/src/functions/pre-transaction/convert-okx-instructions.cjs +0 -1
- package/libs/shared/common/src/functions/pre-transaction/ensureAmountChanges.cjs +0 -1
- package/libs/shared/common/src/functions/pre-transaction/getSolanaCalldataHash.cjs +0 -1
- package/libs/shared/common/src/functions/pre-transaction/sendV0Transaction.cjs +0 -2
- package/libs/shared/common/src/functions/pre-transaction/solana.cjs +0 -1
- package/libs/shared/common/src/functions/pre-transaction/solanaTransfer.utils.cjs +0 -1
- package/libs/shared/common/src/functions/private-wallet/emporium.helpers.cjs +0 -1
- package/libs/shared/common/src/functions/private-wallet/emporium.swap.helpers.cjs +0 -1
- package/libs/shared/common/src/functions/snarkjs/common.snarkjs.cjs +0 -1
- package/libs/shared/common/src/functions/snarkjs/constructSolanaZkProof.cjs +0 -1
- package/libs/shared/common/src/functions/snarkjs/fetchOnChainRootHashes.cjs +0 -1
- package/libs/shared/common/src/functions/snarkjs/signedMessageHash.cjs +0 -1
- package/libs/shared/common/src/functions/snarkjs/verifyCommitmentValidationData.cjs +0 -1
- package/libs/shared/common/src/functions/utils/abi.utils.cjs +0 -1
- package/libs/shared/common/src/functions/utils/addresses.cjs +0 -1
- package/libs/shared/common/src/functions/utils/convertEmporiumOpToCallInfo.cjs +0 -1
- package/libs/shared/common/src/functions/utils/create-provider.cjs +0 -1
- package/libs/shared/common/src/functions/utils/encryptInputForEnclave.cjs +0 -1
- package/libs/shared/common/src/functions/utils/external-action.utils.cjs +0 -1
- package/libs/shared/common/src/functions/utils/getSignerFromContract.cjs +0 -1
- package/libs/shared/common/src/functions/utils/getUtxosFromReceiptSolana.cjs +0 -1
- package/libs/shared/common/src/functions/utils/mnemonics.cjs +0 -1
- package/libs/shared/common/src/functions/utils/publicBalance.utils.cjs +0 -1
- package/libs/shared/common/src/functions/utils/solana-memo.cjs +0 -1
- package/libs/shared/common/src/functions/utils/solanaMint.utils.cjs +0 -1
- package/libs/shared/common/src/functions/utils/tron.utils.cjs +0 -1
- package/libs/shared/common/src/functions/utils/userAgent.cjs +0 -1
- package/libs/shared/common/src/functions/web3/etherFunctions.cjs +0 -1
- package/libs/shared/common/src/functions/web3/events/getInputUtxoAndBalance.cjs +0 -1
- package/libs/shared/common/src/functions/web3/events/getInputUtxosEnclave.cjs +0 -1
- package/libs/shared/common/src/functions/web3/events/getShieldedBalance.cjs +0 -1
- package/libs/shared/common/src/functions/web3/functionCalls/approveToken.cjs +0 -1
- package/libs/shared/common/src/functions/web3/functionCalls/constructBatchCall.cjs +0 -1
- package/libs/shared/common/src/functions/web3/functionCalls/transactCallDirect.cjs +0 -1
- package/libs/shared/common/src/functions/web3/getContractMetadata.cjs +0 -1
- package/libs/shared/common/src/functions/web3/okxAPI.cjs +0 -1
- package/libs/shared/common/src/functions/web3/uniswapAPI.cjs +0 -1
- package/libs/shared/common/src/mutexes/chainBalanceRwLock.cjs +0 -1
- package/libs/shared/common/src/mutexes/mutex.cjs +0 -1
- package/libs/shared/common/src/providers/EthersProviderAdapter.cjs +0 -1
- package/libs/shared/common/src/providers/SolanaProviderAdapter.cjs +0 -1
- package/libs/shared/common/src/providers/WagmiProviderAdapter.cjs +0 -1
- package/libs/shared/common/src/types/hinkal.types.cjs +0 -1
- package/libs/shared/common/src/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.cjs +0 -1
- package/libs/shared/common/src/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.cjs +0 -1
- package/libs/shared/common/src/webworker/viteWorkerURL.constant.cjs +0 -1
- package/libs/shared/common/src/webworker/viteWorkerURL.constant.mjs +0 -13
- package/libs/shared/common/src/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.cjs +0 -1
- package/react-native/HinkalProvider.cjs +0 -1
- package/react-native/HinkalProvider.d.ts +0 -6
- package/react-native/HinkalProvider.mjs +0 -6
- package/react-native/HinkalWebViewWorker.cjs +0 -98
- package/react-native/HinkalWebViewWorker.d.ts +0 -2
- package/react-native/HinkalWebViewWorker.mjs +0 -174
- package/react-native/bridge/HinkalRNWorker.cjs +0 -1
- package/react-native/bridge/HinkalRNWorker.d.ts +0 -13
- package/react-native/bridge/HinkalRNWorker.mjs +0 -26
- package/react-native/bridge/serialization.utils.cjs +0 -1
- package/react-native/bridge/serialization.utils.d.ts +0 -3
- package/react-native/bridge/serialization.utils.mjs +0 -13
- package/react-native/index.cjs +0 -1
- package/react-native/index.d.ts +0 -1
- package/react-native/index.mjs +0 -10
- package/react-native/metro-config.js +0 -88
- package/react-native/shims/circomlibjs-hinkal-fork.js +0 -14
- package/react-native/shims/circomlibjs.js +0 -15
- package/react-native/shims/constants.js +0 -7
- package/react-native/shims/crypto.js +0 -102
- package/react-native/shims/ffjavascript.js +0 -5
- package/react-native/shims/fs.js +0 -5
- package/react-native/shims/globals.js +0 -15
- package/react-native/shims/idb-keyval.js +0 -75
- package/react-native/shims/multiformats.js +0 -1
- package/react-native/shims/os.js +0 -7
- package/react-native/shims/path.js +0 -11
- package/react-native/shims/readline.js +0 -6
- package/react-native/shims/snarkjs.js +0 -21
- package/react-native/shims/url.js +0 -5
- package/react-native/shims/web-worker.js +0 -7
- package/react-native/shims/worker_threads.js +0 -6
- package/react-native/shims.d.ts +0 -16
- /package/{libs/shared/common → common}/src/API/API.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/API.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/TokenCallsCachedHelper.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/TokenCallsCachedHelper.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/accessCodeCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/accessCodeCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/admin-calls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/admin-calls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/brotherhoodCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/brotherhoodCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/callLifiAPI.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/callLifiAPI.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/callMonitor.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/callMonitor.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/callNearIntentsAPI.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/callNearIntentsAPI.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/callOdosAPI.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/callOdosAPI.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/callOkxAPI.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/callOkxAPI.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/callOneInchAPI.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/callOneInchAPI.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/callRelayer.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/callRelayer.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/checkRisk.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/checkRisk.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/dashboardAccountCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/dashboardAccountCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/dashboardAccountMemberCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/dashboardAccountMemberCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/dashboardBalanceCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/dashboardBalanceCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/dashboardContactCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/dashboardContactCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/dashboardPayoutCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/dashboardPayoutCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/dashboardTransactionCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/dashboardTransactionCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/deposit-and-withdraw-status-calls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/deposit-and-withdraw-status-calls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/enclaveRecipientInfoCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/enclaveRecipientInfoCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/enclaveSignatureCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/enclaveSignatureCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/enclaveUtxoCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/enclaveUtxoCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/fetchCommitmentsCache.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/fetchCommitmentsCache.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/generate-trading-points.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/generate-trading-points.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/get-token-data.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/get-token-data.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/get-token-price-chart-data.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/get-token-price-chart-data.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/getCoingeckoPrice.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/getGasEstimates.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/getGasEstimates.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/getServerURL.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/getServerURL.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/getTokenPrice.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/getTokenPrice.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/getWebsiteURL.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/getWebsiteURL.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/leaderboardCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/leaderboardCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/onrampCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/onrampCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/privacy-score-calls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/privacy-score-calls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/privateSendEmailNotificationsCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/privateSendEmailNotificationsCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/privateSendNonceCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/privateSendNonceCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/privateSendRecipientInfoCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/privateSendRecipientInfoCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/proxyAccountsCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/referralsCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/referralsCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/relayCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/relayCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/resolve-sns.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/resolve-sns.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/rewardsUserCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/rewardsUserCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/scheduled-transactions-calls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/scheduled-transactions-calls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/seedless-calls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/seedless-calls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/send-telegram-callback.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/send-telegram-callback.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/simulate-batch-tx.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/simulate-batch-tx.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/simulate-transaction.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/simulate-transaction.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/snapshot-event-calls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/snapshot-event-calls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/temporaryWalletCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/temporaryWalletCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/tenderly.api.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/tenderly.api.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/token-calls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/token-calls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/tronSubsidyCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/tronSubsidyCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/API/weeklyAnalyticCalls.cjs +0 -0
- /package/{libs/shared/common → common}/src/API/weeklyAnalyticCalls.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/activity.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/activity.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/addresses.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/addresses.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/auth.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/auth.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/bridging.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/bridging.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/chains.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/chains.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/coingecko.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/coingecko.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/contracts.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/contracts.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-arbMainnet.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-arbMainnet.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-arcTestnet.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-arcTestnet.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-base.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-base.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-ethMainnet.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-ethMainnet.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-localhost.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-localhost.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-optimism.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-optimism.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-optimismTest.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-optimismTest.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-polygon.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-polygon.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-sepoliaTestnet.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-sepoliaTestnet.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-solana.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-solana.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-tempo.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-tempo.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-tronMainnet.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-tronMainnet.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-tronNile.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-tronNile.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/mergeDeployData.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/mergeDeployData.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/shared-deploy-data-evm.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/shared-deploy-data-evm.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/shared-deploy-data-solana.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/shared-deploy-data-solana.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/shared-deploy-data-tron.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/deploy-data/shared-deploy-data-tron.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/events.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/events.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/fees.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/fees.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/lifi.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/lifi.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/permit2.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/permit2.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/presale.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/presale.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/protocol.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/protocol.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/reorg-depths.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/reorg-depths.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/save-depths.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/save-depths.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/schedule.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/schedule.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/server.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/server.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/tasks.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/tasks.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/tokens.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/tokens.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/tx-confirmation.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/constants/tx-confirmation.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/constants/vite.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/crypto/BabyJubRN.cjs +0 -0
- /package/{libs/shared/common → common}/src/crypto/BabyJubRN.mjs +0 -0
- /package/{libs/shared/common → common}/src/crypto/EddsaRN.mjs +0 -0
- /package/{libs/shared/common → common}/src/crypto/babyJub.mjs +0 -0
- /package/{libs/shared/common → common}/src/crypto/ecdh-dual-path.cjs +0 -0
- /package/{libs/shared/common → common}/src/crypto/ecdh-dual-path.mjs +0 -0
- /package/{libs/shared/common → common}/src/crypto/ecdh-sealed-keys.mjs +0 -0
- /package/{libs/shared/common → common}/src/crypto/ecdh.mjs +0 -0
- /package/{libs/shared/common → common}/src/crypto/eddsa.mjs +0 -0
- /package/{libs/shared/common → common}/src/crypto/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/crypto/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/crypto/poseidon.mjs +0 -0
- /package/{libs/shared/common → common}/src/crypto/preProcessing.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/AccountActions/AccountActions.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/AccountActions/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/AccountActions/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/BlockchainEvent/BlockchainEvent.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/BlockchainEvent/BlockchainEvent.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/Hinkal.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/handleAutoDepositBack.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/handleAutoDepositBack.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalActionReceive.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalActionReceive.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalClaimUtxo.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalClaimUtxo.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalDeposit.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalDeposit.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalDepositAndBridge.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalDepositAndBridge.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalDepositAndWithdraw.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalDepositAndWithdraw.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalDepositOnChainUtxos.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalDepositOnChainUtxos.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalGetRecipientInfo.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalGetRecipientInfo.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalMultiSend.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalMultiSend.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalNearDepositAndBridge.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalNearDepositAndBridge.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalPrivateWallet.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalPrivateWallet.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalProoflessDeposit.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalProoflessDeposit.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalProoflessDeposit.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalProoflessDeposit.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalProoflessDepositViaWrapper.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalProoflessDepositViaWrapper.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalProxySwap.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalProxySwap.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalProxyToPrivate.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalProxyToPrivate.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalSignSubAccount.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalSignSubAccount.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalSolanaClaimUtxo.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalSolanaDeposit.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalSolanaProoflessDeposit.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalSolanaProoflessDeposit.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalSolanaProxySend.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalSolanaProxyShield.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalSolanaProxySwap.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalSolanaSwap.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalSolanaTransfer.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalSolanaWithdraw.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalSwap.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalSwap.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalTransfer.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalTransfer.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalWithdraw.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalWithdraw.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/hinkalWithdrawStuckUtxos.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/prepareDepositOnChainUtxosZkProof.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/Hinkal/resetMerkleTrees.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/IndexedDB/activity-db.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/IndexedDB/balances-db.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/IndexedDB/contact-db.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/IndexedDB/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/IndexedDB/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/IndexedDB/key-val-store.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/IndexedDB/pay-activity-db.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/IndexedDB/prices-db.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/IndexedDB/prices-db.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/IndexedDB/private-balances-db.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/IndexedDB/private-balances-db.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/IndexedDB/signatures-db.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/TokenDBs/AlchemyPublicTokensDB.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/TokenDBs/ArcPublicTokensDB.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/TokenDBs/EventsPublicTokensDB.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/TokenDBs/PrivateTokensDB.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/TokenDBs/PublicTokensDB.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/TokenDBs/PublicTokensDB.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/TokenDBs/TempoPublicTokensDB.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/TokenDBs/TronPublicTokensDB.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/TokenDBs/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/TokenDBs/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/TokenDBs/token-visibility-db.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/cacheDevices/AttachableMemoryCacheDevice.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/cacheDevices/AttachableMemoryCacheDevice.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/cacheDevices/BaseCacheDevice.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/cacheDevices/BaseCacheDevice.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/cacheDevices/FileCacheDevice.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/cacheDevices/LocalStorageCacheDevice.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/cacheDevices/LocalStorageCacheDevice.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/cacheDevices/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/cacheDevices/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/crypto-keys/decodeUTXO.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/crypto-keys/encryptDecryptUtxo.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/crypto-keys/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/crypto-keys/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/crypto-keys/keyUtils.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/crypto-keys/keyUtils.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/crypto-keys/keys.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/evm/AbstractCommitmentsSnapshotService.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/evm/AbstractCommitmentsSnapshotService.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/evm/AbstractEventService.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/evm/AbstractEventService.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/evm/AbstractNullifierSnapshotService.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/evm/AbstractSnapshotService.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/evm/AbstractSnapshotService.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/evm/BlockchainEventEmitter.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/evm/ClientBlockchainEventEmitter.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/evm/ClientBlockchainEventEmitter.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/evm/PollingBlockchainEventEmitter.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/evm/PollingBlockchainEventEmitter.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/helpers/ClientEventHelper.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/helpers/ClientEventHelper.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/solana/AbstractSolanaEventService.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/solana/AbstractSolanaEventService.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/solana/AbstractSolanaSnapshotService.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/solana/AbstractSolanaSnapshotService.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/solana/ClientSolanaBlockchainEventEmitter.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/solana/ClientSolanaBlockchainEventEmitter.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/event-service/solana/SolanaBlockchainEventEmitter.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/http/BasicHttpClient.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/http/HttpClient.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/http/HttpClient.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/http/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/http/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/merkle-tree/MerkleTree.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/merkle-tree/MerkleTree.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/merkle-tree/MerkleTreeIncompleteError.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/merkle-tree/MerkleTreeIncompleteError.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/merkle-tree/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/merkle-tree/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/private-balances/BalanceChangedHandler.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/private-balances/BalanceChangedHandler.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/private-balances/HinkalPrivateBalanceController.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/private-balances/HinkalPrivateBalanceController.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/private-balances/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/private-balances/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/private-balances/privateBalancesReducer.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/private-balances/privateBalancesReducer.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/snapshot/SnapshotFetcherService.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/snapshot/SnapshotFetcherService.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/snapshot/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/snapshot/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/token-price-fetcher/TokenChecker.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/token-price-fetcher/TokenChecker.mjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/utxo/Utxo.cjs +0 -0
- /package/{libs/shared/common → common}/src/data-structures/utxo/Utxo.mjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/customErrors/ErrorWithAmount.cjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/customErrors/ErrorWithAmount.mjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/customErrors/ErrorWithTx.cjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/customErrors/ErrorWithTx.mjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/customErrors/FeeOverTransactionValueError.cjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/customErrors/FeeOverTransactionValueError.mjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/customErrors/customErrors.helpers.cjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/customErrors/customErrors.helpers.mjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/customErrors/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/customErrors/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/error-codes.constants.cjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/error-codes.constants.mjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/get-error.message.cjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/get-error.message.mjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/isInsufficientFundsError.cjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/isInsufficientFundsError.mjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/logError.cjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/logError.mjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/logger.cjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/logger.mjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/retrySolanaError.cjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/retrySolanaError.mjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/types.cjs +0 -0
- /package/{libs/shared/common → common}/src/error-handling/types.mjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/ERC1155.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/ERC1155.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/ERC20.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/ERC20.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/ERC721.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/ERC721.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/IQuoterV2.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/IQuoterV2.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/ISwapRouter.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/ISwapRouter.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/IUniswapV3Factory.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/IUniswapV3Factory.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/IUniswapV3Pool.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/IUniswapV3Pool.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/UniswapV2PoolAbi.json.cjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/UniswapV2PoolAbi.json.mjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/swapAbi.cjs +0 -0
- /package/{libs/shared/common → common}/src/externalABIs/swapAbi.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/auto-deposit-back-helpers/get-gas-token-records.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/auto-deposit-back-helpers/get-gas-token-records.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/auto-deposit-back-helpers/get-tokens-to-deposit-back.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/auto-deposit-back-helpers/get-tokens-to-deposit-back.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/auto-deposit-back-helpers/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/auto-deposit-back-helpers/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/auto-deposit-back-helpers/select-gas-token.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/auto-deposit-back-helpers/select-gas-token.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/auto-deposit-back-helpers/update-hinkal.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/auto-deposit-back-helpers/update-hinkal.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/addressTableLookup.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/addressTableLookup.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/buildCommitmentValidationData.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/buildCommitmentValidationData.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/calculateSolanaNullifierCount.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/calculateSolanaNullifierCount.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/constructAdminData.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/constructAdminData.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/convert-okx-instructions.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/ensureAmountChanges.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/getExternalSwapAddress.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/getExternalSwapAddress.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/getFeeStructure.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/getFeeStructure.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/getSolanaCalldataHash.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/getVolatileTransferAmount.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/getVolatileTransferAmount.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/interaction-to-action.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/interaction-to-action.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/merge-with-fee-structure-emporium.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/merge-with-fee-structure-emporium.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/merge-with-fee-structure.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/merge-with-fee-structure.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/outputUtxoProcessing.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/outputUtxoProcessing.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/process-gas-estimates.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/process-gas-estimates.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/recipientUtxoProcessing.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/recipientUtxoProcessing.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/sendInitNullifiersTransaction.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/sendInitNullifiersTransaction.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/sendV0Transaction.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/solana.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/solanaTransfer.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/store-instructions.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/store-instructions.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/store-proof.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/store-proof.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/waitForDepositedUtxosInMerkleTree.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/pre-transaction/waitForDepositedUtxosInMerkleTree.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/private-wallet/emporium.helpers.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/private-wallet/emporium.swap.helpers.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/private-wallet/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/private-wallet/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/private-wallet/opProducer.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/private-wallet/opProducer.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/common.snarkjs.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/constant.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/constant.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/constructGeneralZkProof.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/constructGeneralZkProof.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/constructSolanaZkProof.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/fetchMerkleTreeSiblings.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/fetchMerkleTreeSiblings.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/fetchOnChainRootHashes.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/generateCircomData.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/generateCircomData.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/generateMainAndCommitmentZkProof.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/generateMainAndCommitmentZkProof.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/generateZkProof.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/generateZkProof.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/generateZkProofEnclave.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/generateZkProofEnclave.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/generateZkProofSelf.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/generateZkProofSelf.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/getOriginalSender.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/getOriginalSender.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/getZKFiles.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/getZKFiles.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/signedMessageHash.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/snarkjs/verifyCommitmentValidationData.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/abi.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/addresses.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/aggregateTokenAmounts.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/aggregateTokenAmounts.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/amounts.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/amounts.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/auth.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/auth.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/bigint-math.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/bigint-math.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/bit.operations.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/bit.operations.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/buildClaimableDepositPlan.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/buildClaimableDepositPlan.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/bytes32.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/bytes32.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/cacheDevice.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/cacheFunctions.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/cacheFunctions.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/caseInsensitive.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/caseInsensitive.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/convertEmporiumOpToCallInfo.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/convertIntegrationProviderToExternalActionId.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/convertIntegrationProviderToExternalActionId.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/create-provider.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/customEnclaveFunctionsRegister.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/customEnclaveFunctionsRegister.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/deposit-claimable.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/deposit-claimable.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/dispatchBalanceRefreshes.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/dispatchBalanceRefreshes.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/enclave-recipient-info-storage.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/enclave-recipient-info-storage.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/enclave-signature-storage.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/enclave-signature-storage.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/enclave-utxo-storage.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/enclave-utxo-storage.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/enclaveHandshakeService.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/enclaveHandshakeService.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/encodeTokenWithId.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/encodeTokenWithId.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/encryptInputForEnclave.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/enum.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/enum.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/erc20tokenFunctions.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/erc20tokenFunctions.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/evmNetworkFunctions.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/evmNetworkFunctions.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/external-action.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/fees.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/fees.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/formatter.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/formatter.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/get-signature-header.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/get-signature-header.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/getBlockExplorerUrl.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/getBlockExplorerUrl.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/getContractAddress.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/getContractAddress.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/getRecipientInfoFromUserKeys.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/getRecipientInfoFromUserKeys.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/getSignerFromContract.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/getUtxosFromReceipt.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/getUtxosFromReceipt.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/getUtxosFromReceiptSolana.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/inLogicMetadata.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/inLogicMetadata.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/involves-permit2-op.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/involves-permit2-op.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/ipfs.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/ipfs.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/lifi.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/lifi.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/map.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/map.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/merkleTree.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/merkleTree.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/mnemonics.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/mutexes.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/mutexes.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/nearIntents.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/nearIntents.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/networks.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/networks.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/nftTokenFunctions.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/nftTokenFunctions.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/postToOffscreen.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/postToOffscreen.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/prepareHinkal.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/prepareHinkal.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/process.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/process.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/publicBalance.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/reloadPage.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/reloadPage.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/resolve-sync.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/resolve-sync.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/rpc-int-encode.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/rpc-int-encode.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/serialize-utxos.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/serialize-utxos.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/serialize.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/serialize.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/solana-memo.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/solanaMint.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/solanaSendPreflight.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/solanaSendPreflight.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/string.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/string.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/time.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/time.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/token-check.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/token-check.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/transfer-claimable.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/transfer-claimable.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/tron.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/tronSimulation.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/tronSimulation.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/tx-confirmation.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/tx-confirmation.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/upToDateState.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/upToDateState.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/userAgent.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/walletBalances.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/utils/walletBalances.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/EIP-712.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/EIP-712.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/connectors.utils.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/connectors.utils.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/etherFunctions.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/events/getInputUtxoAndBalance.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/events/getInputUtxosEnclave.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/events/getShieldedBalance.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/events/getTransactionLogEvents.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/events/getTransactionLogEvents.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/events/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/events/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/fetchSolanaMerkleTreeRootHash.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/fetchSolanaMerkleTreeRootHash.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/functionCalls/approveToken.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/functionCalls/approveTokensToHinkal.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/functionCalls/approveTokensToHinkal.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/functionCalls/constructBatchCall.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/functionCalls/recoverTransactionFromError.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/functionCalls/recoverTransactionFromError.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/functionCalls/transactCallDirect.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/functionCalls/transactCallDirectTron.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/functionCalls/transactCallDirectTron.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/functionCalls/transactCallRelayer.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/functionCalls/transactCallRelayer.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/functionCalls/waitForErc20Approvals.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/functionCalls/waitForErc20Approvals.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/getContractMetadata.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/getPublicAddressBalance.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/getPublicAddressBalance.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/getSolanaPriorityFee.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/getSolanaPriorityFee.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/getTokenHolder.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/getTokenHolder.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/lifiAPI.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/lifiAPI.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/odosAPI.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/odosAPI.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/okxAPI.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/oneInchAPI.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/oneInchAPI.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/runContractFunction.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/runContractFunction.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/signAndSendSerializedTransaction.cjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/signAndSendSerializedTransaction.mjs +0 -0
- /package/{libs/shared/common → common}/src/functions/web3/uniswapAPI.mjs +0 -0
- /package/{libs/shared/common → common}/src/mutexes/chainBalanceRwLock.mjs +0 -0
- /package/{libs/shared/common → common}/src/mutexes/mutex.mjs +0 -0
- /package/{libs/shared/common → common}/src/providers/EthersProviderAdapter.mjs +0 -0
- /package/{libs/shared/common → common}/src/providers/SolanaProviderAdapter.mjs +0 -0
- /package/{libs/shared/common → common}/src/providers/TronProviderAdapter.cjs +0 -0
- /package/{libs/shared/common → common}/src/providers/TronProviderAdapter.mjs +0 -0
- /package/{libs/shared/common → common}/src/providers/WagmiProviderAdapter.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/activities.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/types/activities.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/admin.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/types/admin.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/balances.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/types/balances.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/cache.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/types/cache.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/chains.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/types/chains.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/circom-data.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/types/circom-data.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/eip5792.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/types/eip5792.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/ethereum-network.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/types/ethereum-network.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/events.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/types/events.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/external-action.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/types/external-action.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/fee.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/types/fee.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/hinkal.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/index.cjs +0 -0
- /package/{libs/shared/common → common}/src/types/index.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/new-rewards.type.cjs +0 -0
- /package/{libs/shared/common → common}/src/types/new-rewards.type.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/offscreen.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/types/offscreen.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/schedule.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/types/schedule.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/scheduled-transactions.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/types/scheduled-transactions.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/token.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/types/token.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/transaction.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/types/transaction.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/types/transactions.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/types/transactions.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/webworker/WorkerWrapper.cjs +0 -0
- /package/{libs/shared/common → common}/src/webworker/WorkerWrapper.mjs +0 -0
- /package/{libs/shared/common → common}/src/webworker/performTaskWithWorker.cjs +0 -0
- /package/{libs/shared/common → common}/src/webworker/performTaskWithWorker.mjs +0 -0
- /package/{libs/shared/common → common}/src/webworker/snarkjsWorker/snarkjsWorker.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/webworker/snarkjsWorker/snarkjsWorker.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/webworker/utxoWorker/utxoWorker.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/webworker/utxoWorker/utxoWorker.types.mjs +0 -0
- /package/{libs/shared/common → common}/src/webworker/viteWorkerURL.constant.fallback.cjs +0 -0
- /package/{libs/shared/common → common}/src/webworker/viteWorkerURL.constant.fallback.mjs +0 -0
- /package/{libs/shared/common → common}/src/webworker/worker.registry.cjs +0 -0
- /package/{libs/shared/common → common}/src/webworker/worker.registry.mjs +0 -0
- /package/{libs/shared/common → common}/src/webworker/workerFactory.cjs +0 -0
- /package/{libs/shared/common → common}/src/webworker/zkProofWorker/zkProofWorker.types.cjs +0 -0
- /package/{libs/shared/common → common}/src/webworker/zkProofWorker/zkProofWorker.types.mjs +0 -0
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
// idb-keyval shim for React Native
|
|
2
|
-
const AsyncStorage =
|
|
3
|
-
require("@react-native-async-storage/async-storage").default;
|
|
4
|
-
|
|
5
|
-
const PREFIX = "@hinkal/idb-keyval:";
|
|
6
|
-
const key = (k) => `${PREFIX}${typeof k === "string" ? k : JSON.stringify(k)}`;
|
|
7
|
-
|
|
8
|
-
async function get(k) {
|
|
9
|
-
const raw = await AsyncStorage.getItem(key(k));
|
|
10
|
-
if (raw == null) return undefined;
|
|
11
|
-
try {
|
|
12
|
-
return JSON.parse(raw);
|
|
13
|
-
} catch {
|
|
14
|
-
return undefined;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
async function set(k, value) {
|
|
19
|
-
if (value === undefined) {
|
|
20
|
-
await AsyncStorage.removeItem(key(k));
|
|
21
|
-
return;
|
|
22
|
-
}
|
|
23
|
-
await AsyncStorage.setItem(key(k), JSON.stringify(value));
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
async function update(k, updater) {
|
|
27
|
-
const current = await get(k);
|
|
28
|
-
const next = updater(current);
|
|
29
|
-
await set(k, next);
|
|
30
|
-
return next;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
async function del(k) {
|
|
34
|
-
await AsyncStorage.removeItem(key(k));
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
async function clear() {
|
|
38
|
-
const all = await AsyncStorage.getAllKeys();
|
|
39
|
-
const ours = all.filter((x) => x.startsWith(PREFIX));
|
|
40
|
-
if (ours.length) await AsyncStorage.multiRemove(ours);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
async function keys() {
|
|
44
|
-
const all = await AsyncStorage.getAllKeys();
|
|
45
|
-
return all.filter((x) => x.startsWith(PREFIX)).map((x) => x.slice(PREFIX.length));
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
async function values() {
|
|
49
|
-
const ks = await keys();
|
|
50
|
-
return Promise.all(ks.map(get));
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
async function entries() {
|
|
54
|
-
const ks = await keys();
|
|
55
|
-
const vs = await Promise.all(ks.map(get));
|
|
56
|
-
return ks.map((k, i) => [k, vs[i]]);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
function createStore() {
|
|
60
|
-
// idb-keyval lets callers create a store with a custom DB name; we ignore it
|
|
61
|
-
return undefined;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
module.exports = {
|
|
65
|
-
get,
|
|
66
|
-
set,
|
|
67
|
-
update,
|
|
68
|
-
del,
|
|
69
|
-
clear,
|
|
70
|
-
keys,
|
|
71
|
-
values,
|
|
72
|
-
entries,
|
|
73
|
-
createStore,
|
|
74
|
-
};
|
|
75
|
-
module.exports.default = module.exports;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = {};
|
package/react-native/shims/os.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
join: (...args) => args.join("/"),
|
|
3
|
-
resolve: (...args) => args.join("/"),
|
|
4
|
-
dirname: (p) => p.split("/").slice(0, -1).join("/"),
|
|
5
|
-
basename: (p) => p.split("/").pop(),
|
|
6
|
-
extname: (p) => {
|
|
7
|
-
const base = p.split("/").pop();
|
|
8
|
-
const idx = base.lastIndexOf(".");
|
|
9
|
-
return idx < 0 ? "" : base.slice(idx);
|
|
10
|
-
},
|
|
11
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
function notSupported(name) {
|
|
2
|
-
return () => {
|
|
3
|
-
throw new Error(
|
|
4
|
-
`[hinkal-rn] snarkjs.${name} is not available on the React Native JS thread. ` +
|
|
5
|
-
"All proof generation must go through the SnarkJS WebView bridge.",
|
|
6
|
-
);
|
|
7
|
-
};
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
module.exports = {
|
|
11
|
-
groth16: {
|
|
12
|
-
fullProve: notSupported("groth16.fullProve"),
|
|
13
|
-
prove: notSupported("groth16.prove"),
|
|
14
|
-
verify: notSupported("groth16.verify"),
|
|
15
|
-
exportSolidityCallData: notSupported("groth16.exportSolidityCallData"),
|
|
16
|
-
},
|
|
17
|
-
zKey: {
|
|
18
|
-
exportVerificationKey: notSupported("zKey.exportVerificationKey"),
|
|
19
|
-
},
|
|
20
|
-
};
|
|
21
|
-
module.exports.default = module.exports;
|
package/react-native/shims.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare module '@hinkal/sdk/react-native/shims/globals';
|
|
2
|
-
declare module '@hinkal/sdk/react-native/shims/circomlibjs';
|
|
3
|
-
declare module '@hinkal/sdk/react-native/shims/circomlibjs-hinkal-fork';
|
|
4
|
-
declare module '@hinkal/sdk/react-native/shims/constants';
|
|
5
|
-
declare module '@hinkal/sdk/react-native/shims/crypto';
|
|
6
|
-
declare module '@hinkal/sdk/react-native/shims/ffjavascript';
|
|
7
|
-
declare module '@hinkal/sdk/react-native/shims/fs';
|
|
8
|
-
declare module '@hinkal/sdk/react-native/shims/idb-keyval';
|
|
9
|
-
declare module '@hinkal/sdk/react-native/shims/multiformats';
|
|
10
|
-
declare module '@hinkal/sdk/react-native/shims/os';
|
|
11
|
-
declare module '@hinkal/sdk/react-native/shims/path';
|
|
12
|
-
declare module '@hinkal/sdk/react-native/shims/readline';
|
|
13
|
-
declare module '@hinkal/sdk/react-native/shims/snarkjs';
|
|
14
|
-
declare module '@hinkal/sdk/react-native/shims/url';
|
|
15
|
-
declare module '@hinkal/sdk/react-native/shims/web-worker';
|
|
16
|
-
declare module '@hinkal/sdk/react-native/shims/worker_threads';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-arbMainnet.json.cjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-arbMainnet.json.mjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-arcTestnet.json.cjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-arcTestnet.json.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-ethMainnet.json.cjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-ethMainnet.json.mjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-localhost.json.cjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-localhost.json.mjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-optimism.json.cjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-optimism.json.mjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-optimismTest.json.cjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-optimismTest.json.mjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-polygon.json.cjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-polygon.json.mjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-sepoliaTestnet.json.cjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-sepoliaTestnet.json.mjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-solana.json.cjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-solana.json.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-tronMainnet.json.cjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-tronMainnet.json.mjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-tronNile.json.cjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/deploy-data-tronNile.json.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/shared-deploy-data-evm.json.cjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/shared-deploy-data-evm.json.mjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/shared-deploy-data-solana.json.cjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/shared-deploy-data-solana.json.mjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/shared-deploy-data-tron.json.cjs
RENAMED
|
File without changes
|
/package/{libs/shared/common → common}/src/constants/deploy-data/shared-deploy-data-tron.json.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|