h_test_1 0.0.46 → 0.0.48

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.
Files changed (429) hide show
  1. package/API/API.mjs +1 -1
  2. package/API/accessCodeCalls.mjs +1 -1
  3. package/API/admin-calls.mjs +1 -1
  4. package/API/brotherhoodCalls.mjs +1 -1
  5. package/API/callLifiAPI.mjs +1 -1
  6. package/API/callMonitor.mjs +1 -1
  7. package/API/callOdosAPI.mjs +1 -1
  8. package/API/callOkxAPI.mjs +1 -1
  9. package/API/callOneInchAPI.mjs +1 -1
  10. package/API/callRelayer.mjs +1 -1
  11. package/API/checkRisk.mjs +1 -1
  12. package/API/deposit-and-withdraw-status-calls.mjs +1 -1
  13. package/API/enclaveSignatureCalls.mjs +1 -1
  14. package/API/enclaveUtxoCalls.mjs +1 -1
  15. package/API/fetchCommitmentsCache.mjs +1 -1
  16. package/API/generate-trading-points.mjs +1 -1
  17. package/API/get-token-data.mjs +1 -1
  18. package/API/get-token-price-chart-data.mjs +1 -1
  19. package/API/getCoingeckoPrice.mjs +1 -1
  20. package/API/getGasEstimates.mjs +1 -1
  21. package/API/getServerURL.mjs +1 -1
  22. package/API/getTokenPrice.mjs +1 -1
  23. package/API/getWebsiteURL.mjs +1 -1
  24. package/API/kycCalls.mjs +1 -1
  25. package/API/leaderboardCalls.mjs +1 -1
  26. package/API/onrampCalls.mjs +1 -1
  27. package/API/privacy-score-calls.mjs +1 -1
  28. package/API/privateSendEmailNotificationsCalls.mjs +1 -1
  29. package/API/privateSendNonceCalls.mjs +1 -1
  30. package/API/privateSendRecipientInfoCalls.mjs +1 -1
  31. package/API/proxyAccountsCalls.mjs +1 -1
  32. package/API/referralsCalls.mjs +1 -1
  33. package/API/relayCalls.mjs +1 -1
  34. package/API/resolve-sns.mjs +1 -1
  35. package/API/rewardsUserCalls.mjs +1 -1
  36. package/API/scheduled-transactions-calls.mjs +1 -1
  37. package/API/seedless-calls.mjs +1 -1
  38. package/API/send-telegram-callback.mjs +1 -1
  39. package/API/simulate-batch-tx.mjs +1 -1
  40. package/API/simulate-transaction.mjs +1 -1
  41. package/API/snapshot-event-calls.mjs +1 -1
  42. package/API/solana-calls.mjs +1 -1
  43. package/API/temporaryWalletCalls.mjs +1 -1
  44. package/API/tenderly.api.mjs +1 -1
  45. package/API/token-calls.mjs +1 -1
  46. package/API/tronSubsidyCalls.mjs +1 -1
  47. package/API/weeklyAnalyticCalls.mjs +1 -1
  48. package/constants/activity.constants.mjs +1 -1
  49. package/constants/addresses.constants.mjs +1 -1
  50. package/constants/assets.constants.mjs +1 -1
  51. package/constants/backend.constants.mjs +1 -1
  52. package/constants/balance.constants.mjs +1 -1
  53. package/constants/bridging.constants.mjs +1 -1
  54. package/constants/chains.constants.cjs +1 -1
  55. package/constants/chains.constants.mjs +118 -120
  56. package/constants/coingecko.constants.mjs +1 -1
  57. package/constants/contracts.constants.mjs +1 -1
  58. package/constants/conversion.constants.mjs +1 -1
  59. package/constants/deploy-data/index.d.ts +1 -3
  60. package/constants/events.constants.mjs +1 -1
  61. package/constants/fees.constants.mjs +1 -1
  62. package/constants/function-signatures.constants.mjs +1 -1
  63. package/constants/images.constants.mjs +1 -1
  64. package/constants/index.cjs +1 -1
  65. package/constants/index.mjs +0 -2
  66. package/constants/kyc.constants.mjs +1 -1
  67. package/constants/lifi.constants.mjs +1 -1
  68. package/constants/link.constant.mjs +1 -1
  69. package/constants/mediaUrls.constants.mjs +1 -1
  70. package/constants/non-circular-tokens.constants.mjs +1 -1
  71. package/constants/oauthUrls.constants.mjs +1 -1
  72. package/constants/okx.constants.mjs +1 -1
  73. package/constants/pay.constants.mjs +1 -1
  74. package/constants/permit2.constants.mjs +1 -1
  75. package/constants/presale.constants.mjs +1 -1
  76. package/constants/protocol.constants.mjs +1 -1
  77. package/constants/reorg-depths.constants.mjs +1 -1
  78. package/constants/rewards.constants.mjs +1 -1
  79. package/constants/save-depths.mjs +1 -1
  80. package/constants/schedule.constants.mjs +1 -1
  81. package/constants/server.constants.mjs +1 -1
  82. package/constants/tasks.constants.mjs +1 -1
  83. package/constants/token-data/ERC20Registry.cjs +1 -1
  84. package/constants/token-data/ERC20Registry.mjs +39 -51
  85. package/constants/token-data/index.cjs +1 -1
  86. package/constants/token-data/index.d.ts +1 -233
  87. package/constants/token-data/index.mjs +14 -18
  88. package/constants/token.limits.constants.mjs +1 -1
  89. package/constants/tokens.constants.mjs +1 -1
  90. package/constants/tx-confirmation.constants.mjs +1 -1
  91. package/constants/vite.constants.mjs +1 -1
  92. package/constants/wallet.constants.mjs +1 -1
  93. package/crypto/preProcessing.mjs +1 -1
  94. package/data-structures/AccountActions/AccountActions.mjs +1 -1
  95. package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.mjs +1 -1
  96. package/data-structures/BlockchainEvent/BlockchainEvent.mjs +1 -1
  97. package/data-structures/Hinkal/Hinkal.cjs +1 -1
  98. package/data-structures/Hinkal/Hinkal.mjs +2 -2
  99. package/data-structures/Hinkal/handleAutoDepositBack.mjs +1 -1
  100. package/data-structures/Hinkal/hinkalActionReceive.mjs +1 -1
  101. package/data-structures/Hinkal/hinkalCheckSolanaTokenRegistry.mjs +1 -1
  102. package/data-structures/Hinkal/hinkalCheckTokenRegistry.mjs +1 -1
  103. package/data-structures/Hinkal/hinkalClaimUtxo.mjs +1 -1
  104. package/data-structures/Hinkal/hinkalDeposit.mjs +1 -1
  105. package/data-structures/Hinkal/hinkalDepositAndBridge.mjs +1 -1
  106. package/data-structures/Hinkal/hinkalDepositAndWithdraw.mjs +1 -1
  107. package/data-structures/Hinkal/hinkalDepositOnChainUtxos.mjs +1 -1
  108. package/data-structures/Hinkal/hinkalGetRecipientInfo.mjs +1 -1
  109. package/data-structures/Hinkal/hinkalGetZkMeProvider.mjs +1 -1
  110. package/data-structures/Hinkal/hinkalMultiSend.mjs +1 -1
  111. package/data-structures/Hinkal/hinkalPrivateWallet.mjs +1 -1
  112. package/data-structures/Hinkal/hinkalProoflessDeposit.mjs +1 -1
  113. package/data-structures/Hinkal/hinkalProxySwap.mjs +1 -1
  114. package/data-structures/Hinkal/hinkalProxyToPrivate.mjs +1 -1
  115. package/data-structures/Hinkal/hinkalSignSubAccount.mjs +1 -1
  116. package/data-structures/Hinkal/hinkalSolanaClaimUtxo.mjs +1 -1
  117. package/data-structures/Hinkal/hinkalSolanaDeposit.mjs +1 -1
  118. package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.mjs +1 -1
  119. package/data-structures/Hinkal/hinkalSolanaProoflessDeposit.mjs +1 -1
  120. package/data-structures/Hinkal/hinkalSolanaProxySend.mjs +1 -1
  121. package/data-structures/Hinkal/hinkalSolanaProxyShield.mjs +1 -1
  122. package/data-structures/Hinkal/hinkalSolanaProxySwap.mjs +1 -1
  123. package/data-structures/Hinkal/hinkalSolanaSwap.mjs +1 -1
  124. package/data-structures/Hinkal/hinkalSolanaTransfer.mjs +1 -1
  125. package/data-structures/Hinkal/hinkalSolanaWithdraw.mjs +1 -1
  126. package/data-structures/Hinkal/hinkalSwap.mjs +1 -1
  127. package/data-structures/Hinkal/hinkalTransfer.mjs +1 -1
  128. package/data-structures/Hinkal/hinkalWithdraw.cjs +1 -1
  129. package/data-structures/Hinkal/hinkalWithdraw.mjs +3 -9
  130. package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.mjs +1 -1
  131. package/data-structures/Hinkal/resetMerkleTrees.mjs +1 -1
  132. package/data-structures/IndexedDB/activity-db.mjs +1 -1
  133. package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs +1 -1
  134. package/data-structures/TokenDBs/ArcPublicTokensDB.mjs +1 -1
  135. package/data-structures/TokenDBs/PrivateTokensDB.mjs +1 -1
  136. package/data-structures/TokenDBs/PublicTokensDB.mjs +1 -1
  137. package/data-structures/ValueCache/ValueCache.mjs +1 -1
  138. package/data-structures/cacheDevices/AttachableMemoryCacheDevice.mjs +1 -1
  139. package/data-structures/cacheDevices/BaseCacheDevice.mjs +1 -1
  140. package/data-structures/cacheDevices/FileCacheDevice.mjs +1 -1
  141. package/data-structures/cacheDevices/LocalStorageCacheDevice.mjs +1 -1
  142. package/data-structures/crypto-keys/decodeUTXO.mjs +1 -1
  143. package/data-structures/crypto-keys/encryptDecryptUtxo.mjs +1 -1
  144. package/data-structures/crypto-keys/keyUtils.mjs +1 -1
  145. package/data-structures/crypto-keys/keys.mjs +1 -1
  146. package/data-structures/event-service/evm/AbstractAccessTokenSnapshotService.mjs +1 -1
  147. package/data-structures/event-service/evm/AbstractApprovalsSnapshotService.mjs +1 -1
  148. package/data-structures/event-service/evm/AbstractCommitmentsSnapshotService.mjs +1 -1
  149. package/data-structures/event-service/evm/AbstractEventService.cjs +1 -1
  150. package/data-structures/event-service/evm/AbstractEventService.mjs +2 -2
  151. package/data-structures/event-service/evm/AbstractNullifierSnapshotService.mjs +1 -1
  152. package/data-structures/event-service/evm/AbstractSnapshotService.mjs +1 -1
  153. package/data-structures/event-service/evm/BlockchainEventEmitter.mjs +1 -1
  154. package/data-structures/event-service/evm/ClientBlockchainEventEmitter.mjs +1 -1
  155. package/data-structures/event-service/evm/PollingBlockchainEventEmitter.mjs +1 -1
  156. package/data-structures/event-service/helpers/ClientEventHelper.mjs +1 -1
  157. package/data-structures/event-service/helpers/PollingEventHelper.mjs +1 -1
  158. package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.mjs +1 -1
  159. package/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.mjs +1 -1
  160. package/data-structures/event-service/solana/AbstractSolanaEventService.mjs +1 -1
  161. package/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.mjs +1 -1
  162. package/data-structures/event-service/solana/AbstractSolanaSnapshotService.mjs +1 -1
  163. package/data-structures/event-service/solana/ClientSolanaBlockchainEventEmitter.mjs +1 -1
  164. package/data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.mjs +1 -1
  165. package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.mjs +1 -1
  166. package/data-structures/http/BasicHttpClient.mjs +1 -1
  167. package/data-structures/http/HttpClient.mjs +1 -1
  168. package/data-structures/merkle-tree/MerkleTree.mjs +1 -1
  169. package/data-structures/merkle-tree/MerkleTreeIncompleteError.mjs +1 -1
  170. package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs +1 -1
  171. package/data-structures/presale/PresaleContractWrapper.mjs +1 -1
  172. package/data-structures/snapshot/SnapshotFetcherService.mjs +1 -1
  173. package/data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.mjs +1 -1
  174. package/data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.mjs +1 -1
  175. package/data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.mjs +1 -1
  176. package/data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.mjs +1 -1
  177. package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.mjs +1 -1
  178. package/data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.mjs +1 -1
  179. package/data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.mjs +1 -1
  180. package/data-structures/token-price-fetcher/TokenChecker.mjs +1 -1
  181. package/data-structures/transactions-manager/history/history.types.mjs +1 -1
  182. package/data-structures/utxo/Utxo.mjs +1 -1
  183. package/error-handling/customErrors/ErrorWithAmount.mjs +1 -1
  184. package/error-handling/customErrors/ErrorWithIndex.mjs +1 -1
  185. package/error-handling/customErrors/ErrorWithTx.mjs +1 -1
  186. package/error-handling/customErrors/FeeOverTransactionValueError.mjs +1 -1
  187. package/error-handling/customErrors/SimulationFailureError.mjs +1 -1
  188. package/error-handling/customErrors/customErrors.helpers.cjs +1 -1
  189. package/error-handling/customErrors/customErrors.helpers.mjs +2 -2
  190. package/error-handling/error-codes.constants.mjs +1 -1
  191. package/error-handling/get-error.message.cjs +1 -1
  192. package/error-handling/get-error.message.mjs +2 -2
  193. package/error-handling/isInsufficientFundsError.mjs +1 -1
  194. package/error-handling/logError.mjs +1 -1
  195. package/error-handling/logger.mjs +1 -1
  196. package/error-handling/types.mjs +1 -1
  197. package/externalABIs/BUSD.mjs +1 -1
  198. package/externalABIs/DAI.mjs +1 -1
  199. package/externalABIs/NodeInterfaceABI.json.mjs +1 -1
  200. package/externalABIs/OptimismGasPriceOracle.json.mjs +1 -1
  201. package/externalABIs/SanctionsList.mjs +1 -1
  202. package/externalABIs/USDC.mjs +1 -1
  203. package/externalABIs/USDR.mjs +1 -1
  204. package/externalABIs/USDR3CRV.mjs +1 -1
  205. package/externalABIs/USDT.mjs +1 -1
  206. package/externalABIs/WETH.mjs +1 -1
  207. package/externalABIs/amToken.mjs +1 -1
  208. package/externalABIs/index.mjs +1 -1
  209. package/externalABIs/swapAbi.mjs +1 -1
  210. package/functions/auto-deposit-back-helpers/get-gas-token-records.mjs +1 -1
  211. package/functions/auto-deposit-back-helpers/get-tokens-to-deposit-back.mjs +1 -1
  212. package/functions/auto-deposit-back-helpers/select-gas-token.mjs +1 -1
  213. package/functions/auto-deposit-back-helpers/update-hinkal.mjs +1 -1
  214. package/functions/kyc/checkTokenLimitsUSD.mjs +1 -1
  215. package/functions/kyc/openDefaultPassportWindow.mjs +1 -1
  216. package/functions/kyc/passportHelper.mjs +1 -1
  217. package/functions/kyc/zkMeHelper.mjs +1 -1
  218. package/functions/pre-transaction/addressTableLookup.mjs +1 -1
  219. package/functions/pre-transaction/constructAdminData.mjs +1 -1
  220. package/functions/pre-transaction/convert-okx-instructions.mjs +1 -1
  221. package/functions/pre-transaction/ensureAmountChanges.mjs +1 -1
  222. package/functions/pre-transaction/getExternalSwapAddress.mjs +1 -1
  223. package/functions/pre-transaction/getFeeStructure.mjs +1 -1
  224. package/functions/pre-transaction/getFlatFees.mjs +1 -1
  225. package/functions/pre-transaction/getKycAndSignatureData.mjs +1 -1
  226. package/functions/pre-transaction/getSignatureDataForTransact.mjs +1 -1
  227. package/functions/pre-transaction/getSolanaCalldataHash.mjs +1 -1
  228. package/functions/pre-transaction/getVolatileTransferAmount.mjs +1 -1
  229. package/functions/pre-transaction/initTokenLimitIfNeeded.mjs +1 -1
  230. package/functions/pre-transaction/interaction-to-action.mjs +1 -1
  231. package/functions/pre-transaction/merge-with-fee-structure-emporium.mjs +1 -1
  232. package/functions/pre-transaction/merge-with-fee-structure.mjs +1 -1
  233. package/functions/pre-transaction/outputApprovalDataProcessing.cjs +1 -1
  234. package/functions/pre-transaction/outputApprovalDataProcessing.mjs +3 -3
  235. package/functions/pre-transaction/outputUtxoProcessing.cjs +1 -1
  236. package/functions/pre-transaction/outputUtxoProcessing.mjs +2 -5
  237. package/functions/pre-transaction/process-gas-estimates.mjs +1 -1
  238. package/functions/pre-transaction/recipientUtxoProcessing.mjs +1 -1
  239. package/functions/pre-transaction/sendInitNullifiersTransaction.mjs +1 -1
  240. package/functions/pre-transaction/sendV0Transaction.mjs +1 -1
  241. package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.mjs +1 -1
  242. package/functions/pre-transaction/solana-public-signals.mjs +1 -1
  243. package/functions/pre-transaction/solana.mjs +1 -1
  244. package/functions/pre-transaction/solanaTransfer.utils.mjs +1 -1
  245. package/functions/pre-transaction/store-instructions.mjs +1 -1
  246. package/functions/pre-transaction/store-proof.mjs +1 -1
  247. package/functions/pre-transaction/waitForDepositedUtxosInMerkleTree.mjs +1 -1
  248. package/functions/private-wallet/emporium.helpers.mjs +1 -1
  249. package/functions/private-wallet/emporium.swap.helpers.mjs +1 -1
  250. package/functions/private-wallet/opProducer.mjs +1 -1
  251. package/functions/snarkjs/common.snarkjs.mjs +1 -1
  252. package/functions/snarkjs/constant.mjs +1 -1
  253. package/functions/snarkjs/constructEmporiumProof.mjs +1 -1
  254. package/functions/snarkjs/constructGeneralZkProof.mjs +1 -1
  255. package/functions/snarkjs/constructSolanaZkProof.mjs +1 -1
  256. package/functions/snarkjs/fetchMerkleTreeSiblings.mjs +1 -1
  257. package/functions/snarkjs/fetchOnChainRootHashes.mjs +1 -1
  258. package/functions/snarkjs/generateCircomData.mjs +1 -1
  259. package/functions/snarkjs/generateZkProof.mjs +1 -1
  260. package/functions/snarkjs/generateZkProofEnclave.mjs +1 -1
  261. package/functions/snarkjs/generateZkProofSelf.mjs +1 -1
  262. package/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.mjs +1 -1
  263. package/functions/snarkjs/getOriginalSender.mjs +1 -1
  264. package/functions/snarkjs/getZKFiles.mjs +1 -1
  265. package/functions/utils/addresses.mjs +1 -1
  266. package/functions/utils/amounts.utils.mjs +1 -1
  267. package/functions/utils/arraysMatch.mjs +1 -1
  268. package/functions/utils/buildClaimableDepositPlan.mjs +1 -1
  269. package/functions/utils/bytes32.utils.mjs +1 -1
  270. package/functions/utils/cacheDevice.utils.mjs +1 -1
  271. package/functions/utils/cacheFunctions.mjs +1 -1
  272. package/functions/utils/caseInsensitive.utils.mjs +1 -1
  273. package/functions/utils/convertEmporiumOpToCallInfo.mjs +1 -1
  274. package/functions/utils/convertIntegrationProviderToExternalActionId.mjs +1 -1
  275. package/functions/utils/create-provider.mjs +1 -1
  276. package/functions/utils/enclave-signature-storage.mjs +1 -1
  277. package/functions/utils/enclave-utxo-storage.mjs +1 -1
  278. package/functions/utils/encodeTokenWithId.mjs +1 -1
  279. package/functions/utils/encryptInputForEnclave.mjs +1 -1
  280. package/functions/utils/erc20tokenFunctions.mjs +1 -1
  281. package/functions/utils/evmNetworkFunctions.mjs +1 -1
  282. package/functions/utils/external-action.utils.mjs +1 -1
  283. package/functions/utils/fees.utils.mjs +1 -1
  284. package/functions/utils/get-signature-header.mjs +1 -1
  285. package/functions/utils/getBlockExplorerUrl.mjs +1 -1
  286. package/functions/utils/getContractAddress.mjs +1 -1
  287. package/functions/utils/getDataFromTransaction.mjs +1 -1
  288. package/functions/utils/getRecipientInfoFromUserKeys.mjs +1 -1
  289. package/functions/utils/getSignerFromContract.mjs +1 -1
  290. package/functions/utils/getUtxosFromReceipt.utils.mjs +1 -1
  291. package/functions/utils/getUtxosFromReceiptSolana.mjs +1 -1
  292. package/functions/utils/getWalletGroupKey.utils.mjs +1 -1
  293. package/functions/utils/inLogicMetadata.mjs +1 -1
  294. package/functions/utils/involves-permit2-op.mjs +1 -1
  295. package/functions/utils/ipfs.mjs +1 -1
  296. package/functions/utils/is-valid-url.mjs +1 -1
  297. package/functions/utils/merkleTree.utils.mjs +1 -1
  298. package/functions/utils/mutexes.utils.mjs +1 -1
  299. package/functions/utils/networks.utils.mjs +1 -1
  300. package/functions/utils/nftTokenFunctions.mjs +1 -1
  301. package/functions/utils/nickname.utils.mjs +1 -1
  302. package/functions/utils/postToOffscreen.mjs +1 -1
  303. package/functions/utils/prepareHinkal.mjs +1 -1
  304. package/functions/utils/process.utils.mjs +1 -1
  305. package/functions/utils/processUseApprovalUtxoData.mjs +1 -1
  306. package/functions/utils/proxyAvatar.utils.mjs +1 -1
  307. package/functions/utils/publicBalance.utils.mjs +1 -1
  308. package/functions/utils/reloadPage.mjs +1 -1
  309. package/functions/utils/requireEnv.mjs +1 -1
  310. package/functions/utils/resolve-sync.utils.mjs +1 -1
  311. package/functions/utils/rpc-int-encode.mjs +1 -1
  312. package/functions/utils/serialize-utxos.utils.mjs +1 -1
  313. package/functions/utils/serialize.utils.mjs +1 -1
  314. package/functions/utils/solanaMint.utils.mjs +1 -1
  315. package/functions/utils/string.utils.mjs +1 -1
  316. package/functions/utils/time.utils.mjs +1 -1
  317. package/functions/utils/token-check.utils.mjs +1 -1
  318. package/functions/utils/trimFieldValues.mjs +1 -1
  319. package/functions/utils/tron.utils.mjs +1 -1
  320. package/functions/utils/tronSimulation.utils.mjs +1 -1
  321. package/functions/utils/tx-confirmation.utils.mjs +1 -1
  322. package/functions/utils/upToDateState.mjs +1 -1
  323. package/functions/utils/userAgent.mjs +1 -1
  324. package/functions/utils/validateUsername.mjs +1 -1
  325. package/functions/utils/walletBalances.utils.mjs +1 -1
  326. package/functions/web3/EIP-712.mjs +1 -1
  327. package/functions/web3/connectors.utils.mjs +1 -1
  328. package/functions/web3/crypto.mjs +1 -1
  329. package/functions/web3/etherFunctions.mjs +1 -1
  330. package/functions/web3/events/balanceChangedCustomHandler.mjs +1 -1
  331. package/functions/web3/events/balanceChangedHandler.mjs +1 -1
  332. package/functions/web3/events/getApprovedBalance.mjs +1 -1
  333. package/functions/web3/events/getInputUtxoAndBalance.cjs +1 -1
  334. package/functions/web3/events/getInputUtxoAndBalance.mjs +13 -60
  335. package/functions/web3/events/getInputUtxosEnclave.mjs +1 -1
  336. package/functions/web3/events/getShieldedBalance.cjs +1 -1
  337. package/functions/web3/events/getShieldedBalance.mjs +3 -13
  338. package/functions/web3/events/getTransactionLogEvents.mjs +1 -1
  339. package/functions/web3/fetchSolanaMerkleTreeRootHash.mjs +1 -1
  340. package/functions/web3/functionCalls/accessTokenCalls.mjs +1 -1
  341. package/functions/web3/functionCalls/approveToken.mjs +1 -1
  342. package/functions/web3/functionCalls/approveTokensToHinkal.mjs +1 -1
  343. package/functions/web3/functionCalls/constructBatchCall.mjs +1 -1
  344. package/functions/web3/functionCalls/recoverTransactionFromError.mjs +1 -1
  345. package/functions/web3/functionCalls/transactCallDirect.mjs +1 -1
  346. package/functions/web3/functionCalls/transactCallDirectTron.mjs +1 -1
  347. package/functions/web3/functionCalls/transactCallRelayer.mjs +1 -1
  348. package/functions/web3/functionCalls/waitForErc20Approvals.mjs +1 -1
  349. package/functions/web3/getContractMetadata.mjs +1 -1
  350. package/functions/web3/getPublicAddressBalance.mjs +1 -1
  351. package/functions/web3/getSolanaPriorityFee.mjs +1 -1
  352. package/functions/web3/getTokenHolder.mjs +1 -1
  353. package/functions/web3/lifiAPI.mjs +1 -1
  354. package/functions/web3/odosAPI.mjs +1 -1
  355. package/functions/web3/okxAPI.mjs +1 -1
  356. package/functions/web3/oneInchAPI.mjs +1 -1
  357. package/functions/web3/runContractFunction.mjs +1 -1
  358. package/functions/web3/signAndSendSerializedTransaction.mjs +1 -1
  359. package/functions/web3/tron-wagmi-adapter.mjs +1 -1
  360. package/functions/web3/uniswapAPI.mjs +1 -1
  361. package/index.cjs +1 -1
  362. package/index.mjs +308 -310
  363. package/mutexes/mutex.mjs +1 -1
  364. package/package.json +1 -1
  365. package/providers/CustomEthersProvider.mjs +1 -1
  366. package/providers/CustomSolanaConnection.mjs +1 -1
  367. package/providers/EthersProviderAdapter.mjs +1 -1
  368. package/providers/SolanaProviderAdapter.mjs +1 -1
  369. package/providers/TronProviderAdapter.mjs +1 -1
  370. package/providers/WagmiProviderAdapter.mjs +1 -1
  371. package/providers/prepareEthersHinkal.mjs +1 -1
  372. package/providers/prepareSolanaHinkal.mjs +1 -1
  373. package/providers/prepareTronHinkal.mjs +1 -1
  374. package/providers/prepareWagmiHinkal.mjs +1 -1
  375. package/types/RewardUserEnums.mjs +1 -1
  376. package/types/activities.types.mjs +1 -1
  377. package/types/admin.types.mjs +1 -1
  378. package/types/approvals.types.mjs +1 -1
  379. package/types/balances.types.mjs +1 -1
  380. package/types/cache.types.mjs +1 -1
  381. package/types/circom-data.types.mjs +1 -1
  382. package/types/confirmation-request.types.mjs +1 -1
  383. package/types/eip5792.types.mjs +1 -1
  384. package/types/ethereum-network.types.mjs +1 -1
  385. package/types/events.types.mjs +1 -1
  386. package/types/external-action.types.mjs +1 -1
  387. package/types/fee.types.mjs +1 -1
  388. package/types/generatePoints.mjs +1 -1
  389. package/types/hinkal.types.mjs +1 -1
  390. package/types/kyc.types.mjs +1 -1
  391. package/types/new-rewards.type.mjs +1 -1
  392. package/types/offscreen.types.mjs +1 -1
  393. package/types/onramp.types.mjs +1 -1
  394. package/types/pay-activities.types.mjs +1 -1
  395. package/types/rewards.types.mjs +1 -1
  396. package/types/schedule.types.mjs +1 -1
  397. package/types/scheduled-transactions.types.mjs +1 -1
  398. package/types/slippage.types.mjs +1 -1
  399. package/types/token-prices.types.mjs +1 -1
  400. package/types/token.types.mjs +1 -1
  401. package/types/transaction.types.mjs +1 -1
  402. package/webworker/performTaskWithWorker.mjs +1 -1
  403. package/webworker/snarkjsWorker/snarkjsWorker.types.mjs +1 -1
  404. package/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.cjs +1 -1
  405. package/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.mjs +2 -2
  406. package/webworker/snarkjsWorker/snarkjsWorkerLogic.mjs +1 -1
  407. package/webworker/utxoWorker/utxoWorker.types.mjs +1 -1
  408. package/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.cjs +1 -1
  409. package/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.mjs +2 -2
  410. package/webworker/utxoWorker/utxoWorkerLogic.mjs +1 -1
  411. package/webworker/worker.registry.mjs +1 -1
  412. package/webworker/workerFactory.mjs +1 -1
  413. package/webworker/workerProxy.mjs +1 -1
  414. package/webworker/zkProofWorker/zkProofWorker.types.mjs +1 -1
  415. package/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.cjs +1 -1
  416. package/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.mjs +2 -2
  417. package/webworker/zkProofWorker/zkProofWorkerLogic.mjs +1 -1
  418. package/constants/deploy-data/deploy-data-avalanche.json.cjs +0 -1
  419. package/constants/deploy-data/deploy-data-avalanche.json.mjs +0 -5352
  420. package/constants/deploy-data/deploy-data-bnbMainnet.json.cjs +0 -1
  421. package/constants/deploy-data/deploy-data-bnbMainnet.json.mjs +0 -5352
  422. package/constants/token-data/avalancheRegistry.json.cjs +0 -1
  423. package/constants/token-data/avalancheRegistry.json.mjs +0 -729
  424. package/constants/token-data/avalancheRegistryFixed.json.cjs +0 -1
  425. package/constants/token-data/avalancheRegistryFixed.json.mjs +0 -729
  426. package/constants/token-data/bnbMainnetRegistry.json.cjs +0 -1
  427. package/constants/token-data/bnbMainnetRegistry.json.mjs +0 -900
  428. package/constants/token-data/bnbMainnetRegistryFixed.json.cjs +0 -1
  429. package/constants/token-data/bnbMainnetRegistryFixed.json.mjs +0 -900

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.