@sabaaa1/common 0.1.6 → 0.1.14

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 (672) hide show
  1. package/API/API.cjs +1 -1
  2. package/API/API.d.ts +16 -12
  3. package/API/API.mjs +73 -69
  4. package/API/accessCodeCalls.cjs +1 -0
  5. package/API/accessCodeCalls.d.ts +23 -0
  6. package/API/accessCodeCalls.mjs +23 -0
  7. package/API/admin-calls.cjs +1 -1
  8. package/API/admin-calls.mjs +5 -7
  9. package/API/ai-calls.cjs +1 -1
  10. package/API/ai-calls.mjs +11 -10
  11. package/API/brotherhoodCalls.cjs +1 -1
  12. package/API/brotherhoodCalls.mjs +43 -69
  13. package/API/callLifiAPI.cjs +1 -1
  14. package/API/callLifiAPI.mjs +8 -7
  15. package/API/callOdosAPI.cjs +1 -1
  16. package/API/callOdosAPI.mjs +16 -16
  17. package/API/callOkxAPI.cjs +1 -0
  18. package/API/callOkxAPI.d.ts +10 -0
  19. package/API/callOkxAPI.mjs +13 -0
  20. package/API/callOneInchAPI.cjs +1 -1
  21. package/API/callOneInchAPI.mjs +8 -7
  22. package/API/callRelayer.cjs +1 -1
  23. package/API/callRelayer.d.ts +11 -0
  24. package/API/callRelayer.mjs +15 -7
  25. package/API/checkRisk.cjs +1 -1
  26. package/API/checkRisk.mjs +5 -4
  27. package/API/duneAPI.cjs +1 -1
  28. package/API/duneAPI.mjs +2 -3
  29. package/API/enclaveCalls.cjs +1 -1
  30. package/API/enclaveCalls.mjs +9 -11
  31. package/API/fetchCommitmentsCache.cjs +1 -1
  32. package/API/fetchCommitmentsCache.d.ts +2 -2
  33. package/API/fetchCommitmentsCache.mjs +13 -10
  34. package/API/generate-trading-points.cjs +1 -1
  35. package/API/generate-trading-points.mjs +34 -39
  36. package/API/get-token-data.cjs +1 -1
  37. package/API/get-token-data.mjs +5 -4
  38. package/API/getBridgeProtocols.cjs +1 -1
  39. package/API/getBridgeProtocols.mjs +4 -3
  40. package/API/getGasEstimates.cjs +1 -1
  41. package/API/getGasEstimates.d.ts +2 -1
  42. package/API/getGasEstimates.mjs +14 -16
  43. package/API/getLifiStatus.cjs +1 -1
  44. package/API/getLifiStatus.mjs +11 -10
  45. package/API/getRelayerURL.cjs +1 -1
  46. package/API/getRelayerURL.mjs +4 -4
  47. package/API/getServerURL.cjs +1 -1
  48. package/API/getServerURL.mjs +42 -36
  49. package/API/getTokenPrice.cjs +1 -1
  50. package/API/getTokenPrice.d.ts +0 -11
  51. package/API/getTokenPrice.mjs +8 -23
  52. package/API/getWebsiteURL.cjs +1 -1
  53. package/API/getWebsiteURL.d.ts +1 -1
  54. package/API/getWebsiteURL.mjs +6 -7
  55. package/API/index.d.ts +2 -1
  56. package/API/is-tx-stateless.cjs +1 -1
  57. package/API/is-tx-stateless.mjs +17 -22
  58. package/API/kycCalls.cjs +1 -1
  59. package/API/kycCalls.d.ts +2 -2
  60. package/API/kycCalls.mjs +31 -30
  61. package/API/leaderboardCalls.cjs +1 -1
  62. package/API/leaderboardCalls.mjs +11 -16
  63. package/API/proxyAccountsCalls.cjs +1 -1
  64. package/API/proxyAccountsCalls.mjs +19 -18
  65. package/API/referralsCalls.cjs +1 -1
  66. package/API/referralsCalls.mjs +16 -24
  67. package/API/relayCalls.cjs +1 -1
  68. package/API/relayCalls.mjs +6 -8
  69. package/API/resolve-sns.cjs +1 -0
  70. package/API/resolve-sns.d.ts +1 -0
  71. package/API/resolve-sns.mjs +12 -0
  72. package/API/restoreSnapshots.cjs +1 -1
  73. package/API/restoreSnapshots.mjs +5 -5
  74. package/API/rewardsUserCalls.cjs +1 -1
  75. package/API/rewardsUserCalls.mjs +37 -54
  76. package/API/seedless-calls.cjs +1 -0
  77. package/API/seedless-calls.d.ts +53 -0
  78. package/API/seedless-calls.mjs +12 -0
  79. package/API/send-telegram-callback.cjs +1 -1
  80. package/API/send-telegram-callback.mjs +9 -11
  81. package/API/simulate-batch-tx.cjs +1 -1
  82. package/API/simulate-batch-tx.mjs +11 -13
  83. package/API/solana-calls.cjs +1 -0
  84. package/API/solana-calls.d.ts +34 -0
  85. package/API/solana-calls.mjs +19 -0
  86. package/API/tenderly.api.cjs +1 -1
  87. package/API/tenderly.api.mjs +48 -59
  88. package/API/token-calls.cjs +1 -1
  89. package/API/token-calls.mjs +11 -13
  90. package/API/weeklyAnalyticCalls.cjs +1 -1
  91. package/API/weeklyAnalyticCalls.mjs +9 -14
  92. package/README.md +164 -0
  93. package/_virtual/_commonjsHelpers.cjs +1 -0
  94. package/_virtual/_commonjsHelpers.mjs +30 -0
  95. package/_virtual/bn.cjs +1 -0
  96. package/_virtual/bn.mjs +4 -0
  97. package/_virtual/bn2.cjs +1 -0
  98. package/_virtual/bn2.mjs +4 -0
  99. package/_virtual/common.cjs +1 -0
  100. package/_virtual/common.mjs +4 -0
  101. package/_virtual/common2.cjs +1 -0
  102. package/_virtual/common2.mjs +4 -0
  103. package/_virtual/hash.cjs +1 -0
  104. package/_virtual/hash.mjs +4 -0
  105. package/_virtual/index.cjs +1 -0
  106. package/_virtual/index.mjs +6 -0
  107. package/_virtual/index10.cjs +1 -0
  108. package/_virtual/index10.mjs +6 -0
  109. package/_virtual/index11.cjs +1 -0
  110. package/_virtual/index11.mjs +6 -0
  111. package/_virtual/index12.cjs +1 -0
  112. package/_virtual/index12.mjs +6 -0
  113. package/_virtual/index13.cjs +1 -0
  114. package/_virtual/index13.mjs +6 -0
  115. package/_virtual/index14.cjs +1 -0
  116. package/_virtual/index14.mjs +6 -0
  117. package/_virtual/index15.cjs +1 -0
  118. package/_virtual/index15.mjs +6 -0
  119. package/_virtual/index16.cjs +1 -0
  120. package/_virtual/index16.mjs +6 -0
  121. package/_virtual/index17.cjs +1 -0
  122. package/_virtual/index17.mjs +6 -0
  123. package/_virtual/index18.cjs +1 -0
  124. package/_virtual/index18.mjs +6 -0
  125. package/_virtual/index19.cjs +1 -0
  126. package/_virtual/index19.mjs +6 -0
  127. package/_virtual/index2.cjs +1 -0
  128. package/_virtual/index2.mjs +6 -0
  129. package/_virtual/index20.cjs +1 -0
  130. package/_virtual/index20.mjs +6 -0
  131. package/_virtual/index21.cjs +1 -0
  132. package/_virtual/index21.mjs +6 -0
  133. package/_virtual/index22.cjs +1 -0
  134. package/_virtual/index22.mjs +4 -0
  135. package/_virtual/index3.cjs +1 -0
  136. package/_virtual/index3.mjs +6 -0
  137. package/_virtual/index4.cjs +1 -0
  138. package/_virtual/index4.mjs +6 -0
  139. package/_virtual/index5.cjs +1 -0
  140. package/_virtual/index5.mjs +6 -0
  141. package/_virtual/index6.cjs +1 -0
  142. package/_virtual/index6.mjs +6 -0
  143. package/_virtual/index7.cjs +1 -0
  144. package/_virtual/index7.mjs +6 -0
  145. package/_virtual/index8.cjs +1 -0
  146. package/_virtual/index8.mjs +6 -0
  147. package/_virtual/index9.cjs +1 -0
  148. package/_virtual/index9.mjs +6 -0
  149. package/_virtual/inherits_browser.cjs +1 -0
  150. package/_virtual/inherits_browser.mjs +4 -0
  151. package/_virtual/ripemd.cjs +1 -0
  152. package/_virtual/ripemd.mjs +4 -0
  153. package/_virtual/scrypt.cjs +1 -0
  154. package/_virtual/scrypt.mjs +4 -0
  155. package/_virtual/sha.cjs +1 -0
  156. package/_virtual/sha.mjs +4 -0
  157. package/_virtual/sha3.cjs +1 -0
  158. package/_virtual/sha3.mjs +4 -0
  159. package/_virtual/utils.cjs +1 -0
  160. package/_virtual/utils.mjs +4 -0
  161. package/_virtual/utils2.cjs +1 -0
  162. package/_virtual/utils2.mjs +4 -0
  163. package/constants/backend.constants.cjs +1 -1
  164. package/constants/backend.constants.d.ts +2 -1
  165. package/constants/backend.constants.mjs +5 -7
  166. package/constants/chains.constants.cjs +1 -1
  167. package/constants/chains.constants.d.ts +5 -0
  168. package/constants/chains.constants.mjs +63 -35
  169. package/constants/coingecko.constants.cjs +1 -1
  170. package/constants/coingecko.constants.d.ts +1 -1
  171. package/constants/coingecko.constants.mjs +18 -11
  172. package/constants/contracts.constants.cjs +1 -1
  173. package/constants/contracts.constants.mjs +19 -15
  174. package/constants/deploy-data/deploy-data-arbMainnet.json.cjs +1 -1
  175. package/constants/deploy-data/deploy-data-arbMainnet.json.mjs +1218 -8
  176. package/constants/deploy-data/deploy-data-arcTestnet.json.cjs +1 -1
  177. package/constants/deploy-data/deploy-data-arcTestnet.json.mjs +1214 -4
  178. package/constants/deploy-data/deploy-data-base.json.cjs +1 -1
  179. package/constants/deploy-data/deploy-data-base.json.mjs +1218 -8
  180. package/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -1
  181. package/constants/deploy-data/deploy-data-ethMainnet.json.mjs +1213 -3
  182. package/constants/deploy-data/deploy-data-optimism.json.cjs +1 -1
  183. package/constants/deploy-data/deploy-data-optimism.json.mjs +1218 -8
  184. package/constants/deploy-data/deploy-data-polygon.json.cjs +1 -1
  185. package/constants/deploy-data/deploy-data-polygon.json.mjs +1218 -8
  186. package/constants/deploy-data/deploy-data-solana.json.cjs +1 -0
  187. package/constants/deploy-data/deploy-data-solana.json.mjs +6111 -0
  188. package/constants/deploy-data/index.d.ts +2 -1
  189. package/constants/index.d.ts +1 -1
  190. package/constants/mediaUrls.constants.cjs +1 -1
  191. package/constants/mediaUrls.constants.d.ts +9 -0
  192. package/constants/mediaUrls.constants.mjs +13 -4
  193. package/constants/okx.constants.cjs +1 -0
  194. package/constants/okx.constants.d.ts +2 -0
  195. package/constants/okx.constants.mjs +5 -0
  196. package/constants/protocol.constants.cjs +1 -1
  197. package/constants/protocol.constants.d.ts +12 -1
  198. package/constants/protocol.constants.mjs +37 -29
  199. package/constants/save-depths.cjs +1 -1
  200. package/constants/save-depths.mjs +4 -1
  201. package/constants/server.constants.cjs +1 -1
  202. package/constants/server.constants.d.ts +23 -10
  203. package/constants/server.constants.mjs +102 -89
  204. package/constants/token-data/ERC20Registry.cjs +1 -1
  205. package/constants/token-data/ERC20Registry.mjs +49 -35
  206. package/constants/token-data/index.cjs +1 -1
  207. package/constants/token-data/index.d.ts +17 -1
  208. package/constants/token-data/index.mjs +29 -25
  209. package/constants/token-data/solanaLocalnetRegistry.json.cjs +1 -0
  210. package/constants/token-data/solanaLocalnetRegistry.json.mjs +24 -0
  211. package/constants/token-data/solanaMainnetRegistry.json.cjs +1 -0
  212. package/constants/token-data/solanaMainnetRegistry.json.mjs +560 -0
  213. package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.cjs +1 -1
  214. package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.mjs +41 -41
  215. package/data-structures/Hinkal/Hinkal.cjs +1 -1
  216. package/data-structures/Hinkal/Hinkal.d.ts +19 -10
  217. package/data-structures/Hinkal/Hinkal.mjs +290 -125
  218. package/data-structures/Hinkal/IHinkal.d.ts +18 -11
  219. package/data-structures/Hinkal/handleAutoDepositBack.cjs +1 -1
  220. package/data-structures/Hinkal/handleAutoDepositBack.mjs +36 -32
  221. package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.cjs +1 -1
  222. package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.mjs +24 -23
  223. package/data-structures/Hinkal/hinkalActionReceive.cjs +1 -1
  224. package/data-structures/Hinkal/hinkalActionReceive.mjs +13 -12
  225. package/data-structures/Hinkal/hinkalCheckSolanaTokenRegistry.cjs +1 -0
  226. package/data-structures/Hinkal/hinkalCheckSolanaTokenRegistry.d.ts +3 -0
  227. package/data-structures/Hinkal/hinkalCheckSolanaTokenRegistry.mjs +28 -0
  228. package/data-structures/Hinkal/hinkalCheckTokenRegistry.cjs +1 -1
  229. package/data-structures/Hinkal/hinkalCheckTokenRegistry.mjs +11 -8
  230. package/data-structures/Hinkal/hinkalDepositAndWithdraw.cjs +1 -0
  231. package/data-structures/Hinkal/hinkalDepositAndWithdraw.d.ts +4 -0
  232. package/data-structures/Hinkal/hinkalDepositAndWithdraw.mjs +167 -0
  233. package/data-structures/Hinkal/hinkalGetRecipientInfo.cjs +1 -1
  234. package/data-structures/Hinkal/hinkalGetRecipientInfo.d.ts +1 -1
  235. package/data-structures/Hinkal/hinkalGetRecipientInfo.mjs +4 -4
  236. package/data-structures/Hinkal/hinkalMultiSend.cjs +1 -1
  237. package/data-structures/Hinkal/hinkalMultiSend.mjs +6 -6
  238. package/data-structures/Hinkal/hinkalPrivateWallet.cjs +1 -1
  239. package/data-structures/Hinkal/hinkalPrivateWallet.d.ts +2 -2
  240. package/data-structures/Hinkal/hinkalPrivateWallet.mjs +109 -93
  241. package/data-structures/Hinkal/hinkalProxySwap.cjs +1 -1
  242. package/data-structures/Hinkal/hinkalProxySwap.mjs +23 -22
  243. package/data-structures/Hinkal/hinkalProxyToPrivate.cjs +1 -0
  244. package/data-structures/Hinkal/hinkalProxyToPrivate.d.ts +6 -0
  245. package/data-structures/Hinkal/hinkalProxyToPrivate.mjs +45 -0
  246. package/data-structures/Hinkal/hinkalSignSubAccount.cjs +1 -1
  247. package/data-structures/Hinkal/hinkalSignSubAccount.mjs +11 -9
  248. package/data-structures/Hinkal/hinkalSolanaDeposit.cjs +1 -0
  249. package/data-structures/Hinkal/hinkalSolanaDeposit.d.ts +4 -0
  250. package/data-structures/Hinkal/hinkalSolanaDeposit.mjs +133 -0
  251. package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.cjs +1 -0
  252. package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.d.ts +3 -0
  253. package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.mjs +216 -0
  254. package/data-structures/Hinkal/hinkalSolanaProxySend.cjs +1 -0
  255. package/data-structures/Hinkal/hinkalSolanaProxySend.d.ts +6 -0
  256. package/data-structures/Hinkal/hinkalSolanaProxySend.mjs +55 -0
  257. package/data-structures/Hinkal/hinkalSolanaProxyShield.cjs +1 -0
  258. package/data-structures/Hinkal/hinkalSolanaProxyShield.d.ts +6 -0
  259. package/data-structures/Hinkal/hinkalSolanaProxyShield.mjs +99 -0
  260. package/data-structures/Hinkal/hinkalSolanaProxySwap.cjs +1 -0
  261. package/data-structures/Hinkal/hinkalSolanaProxySwap.d.ts +5 -0
  262. package/data-structures/Hinkal/hinkalSolanaProxySwap.mjs +96 -0
  263. package/data-structures/Hinkal/hinkalSolanaSwap.cjs +1 -0
  264. package/data-structures/Hinkal/hinkalSolanaSwap.d.ts +4 -0
  265. package/data-structures/Hinkal/hinkalSolanaSwap.mjs +120 -0
  266. package/data-structures/Hinkal/hinkalSolanaTransfer.cjs +1 -0
  267. package/data-structures/Hinkal/hinkalSolanaTransfer.d.ts +3 -0
  268. package/data-structures/Hinkal/hinkalSolanaTransfer.mjs +90 -0
  269. package/data-structures/Hinkal/hinkalSolanaWithdraw.cjs +1 -0
  270. package/data-structures/Hinkal/hinkalSolanaWithdraw.d.ts +3 -0
  271. package/data-structures/Hinkal/hinkalSolanaWithdraw.mjs +106 -0
  272. package/data-structures/Hinkal/hinkalSwap.cjs +1 -1
  273. package/data-structures/Hinkal/hinkalSwap.mjs +33 -27
  274. package/data-structures/Hinkal/hinkalTransfer.cjs +1 -1
  275. package/data-structures/Hinkal/hinkalTransfer.mjs +20 -14
  276. package/data-structures/Hinkal/hinkalWithdraw.cjs +1 -1
  277. package/data-structures/Hinkal/hinkalWithdraw.mjs +15 -9
  278. package/data-structures/Hinkal/index.d.ts +4 -0
  279. package/data-structures/Hinkal/resetMerkleTrees.cjs +1 -1
  280. package/data-structures/Hinkal/resetMerkleTrees.mjs +56 -23
  281. package/data-structures/IndexedDB/activity-db.cjs +1 -1
  282. package/data-structures/IndexedDB/activity-db.d.ts +0 -1
  283. package/data-structures/IndexedDB/activity-db.mjs +86 -86
  284. package/data-structures/IndexedDB/balances-db.cjs +1 -1
  285. package/data-structures/IndexedDB/balances-db.mjs +15 -12
  286. package/data-structures/IndexedDB/contact-db.cjs +1 -1
  287. package/data-structures/IndexedDB/contact-db.mjs +29 -26
  288. package/data-structures/IndexedDB/signatures-db.cjs +1 -1
  289. package/data-structures/IndexedDB/signatures-db.mjs +14 -10
  290. package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.cjs +1 -1
  291. package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.d.ts +2 -2
  292. package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs +32 -31
  293. package/data-structures/TokenDBs/AlchemyPublicTokensDB.cjs +1 -1
  294. package/data-structures/TokenDBs/AlchemyPublicTokensDB.d.ts +6 -1
  295. package/data-structures/TokenDBs/AlchemyPublicTokensDB.mjs +154 -79
  296. package/data-structures/TokenDBs/EventsPublicTokensDB.cjs +1 -1
  297. package/data-structures/TokenDBs/EventsPublicTokensDB.mjs +24 -21
  298. package/data-structures/TokenDBs/PrivateTokensDB.cjs +1 -1
  299. package/data-structures/TokenDBs/PrivateTokensDB.mjs +39 -34
  300. package/data-structures/crypto-keys/decodeUTXO.cjs +1 -1
  301. package/data-structures/crypto-keys/decodeUTXO.d.ts +15 -3
  302. package/data-structures/crypto-keys/decodeUTXO.mjs +84 -26
  303. package/data-structures/crypto-keys/encryptDecryptUtxo.cjs +1 -1
  304. package/data-structures/crypto-keys/encryptDecryptUtxo.mjs +36 -30
  305. package/data-structures/crypto-keys/keys.cjs +1 -1
  306. package/data-structures/crypto-keys/keys.d.ts +19 -5
  307. package/data-structures/crypto-keys/keys.mjs +117 -60
  308. package/data-structures/event-service/evm/AbstractAccessTokenSnapshotService.cjs +1 -0
  309. package/data-structures/event-service/{AbstractAccessTokenSnapshotService.d.ts → evm/AbstractAccessTokenSnapshotService.d.ts} +2 -2
  310. package/data-structures/event-service/{AbstractAccessTokenSnapshotService.mjs → evm/AbstractAccessTokenSnapshotService.mjs} +6 -6
  311. package/data-structures/event-service/evm/AbstractApprovalsSnapshotService.cjs +1 -0
  312. package/data-structures/event-service/{AbstractApprovalsSnapshotService.d.ts → evm/AbstractApprovalsSnapshotService.d.ts} +2 -2
  313. package/data-structures/event-service/{AbstractApprovalsSnapshotService.mjs → evm/AbstractApprovalsSnapshotService.mjs} +2 -2
  314. package/data-structures/event-service/evm/AbstractCommitmentsSnapshotService.cjs +1 -0
  315. package/data-structures/event-service/{AbstractCommitmentsSnapshotService.d.ts → evm/AbstractCommitmentsSnapshotService.d.ts} +3 -3
  316. package/data-structures/event-service/{AbstractCommitmentsSnapshotService.mjs → evm/AbstractCommitmentsSnapshotService.mjs} +24 -21
  317. package/data-structures/event-service/evm/AbstractEventService.cjs +1 -0
  318. package/data-structures/event-service/{AbstractEventService.d.ts → evm/AbstractEventService.d.ts} +1 -1
  319. package/data-structures/event-service/evm/AbstractEventService.mjs +37 -0
  320. package/data-structures/event-service/{AbstractNullifierSnapshotService.d.ts → evm/AbstractNullifierSnapshotService.d.ts} +1 -1
  321. package/data-structures/event-service/evm/AbstractSnapshotService.cjs +1 -0
  322. package/data-structures/event-service/{AbstractSnapshotService.mjs → evm/AbstractSnapshotService.mjs} +1 -1
  323. package/data-structures/event-service/evm/BlockchainEventEmitter.cjs +1 -0
  324. package/data-structures/event-service/{BlockchainEventEmitter.d.ts → evm/BlockchainEventEmitter.d.ts} +2 -1
  325. package/data-structures/event-service/evm/BlockchainEventEmitter.mjs +89 -0
  326. package/data-structures/event-service/index.d.ts +13 -7
  327. package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.cjs +1 -0
  328. package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.d.ts +34 -0
  329. package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.mjs +87 -0
  330. package/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.cjs +1 -0
  331. package/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.d.ts +29 -0
  332. package/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.mjs +96 -0
  333. package/data-structures/event-service/solana/AbstractSolanaEventService.cjs +1 -0
  334. package/data-structures/event-service/solana/AbstractSolanaEventService.d.ts +22 -0
  335. package/data-structures/event-service/solana/AbstractSolanaEventService.mjs +33 -0
  336. package/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.cjs +1 -0
  337. package/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.d.ts +21 -0
  338. package/data-structures/event-service/solana/AbstractSolanaNullifierSnapshotService.mjs +49 -0
  339. package/data-structures/event-service/solana/AbstractSolanaSnapshotService.cjs +1 -0
  340. package/data-structures/event-service/solana/AbstractSolanaSnapshotService.d.ts +22 -0
  341. package/data-structures/event-service/solana/AbstractSolanaSnapshotService.mjs +33 -0
  342. package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.cjs +1 -0
  343. package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.d.ts +39 -0
  344. package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.mjs +153 -0
  345. package/data-structures/http/BasicHttpClient.cjs +1 -0
  346. package/data-structures/http/BasicHttpClient.d.ts +11 -0
  347. package/data-structures/http/BasicHttpClient.mjs +25 -0
  348. package/data-structures/http/HttpClient.cjs +1 -0
  349. package/data-structures/http/HttpClient.d.ts +10 -0
  350. package/data-structures/http/HttpClient.mjs +15 -0
  351. package/data-structures/http/index.d.ts +2 -0
  352. package/data-structures/index.d.ts +1 -0
  353. package/data-structures/provider-adapter/IProviderAdapter.d.ts +1 -3
  354. package/data-structures/snapshot/SnapshotFetcherService.d.ts +1 -1
  355. package/data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.cjs +1 -0
  356. package/data-structures/snapshot/{ClientAccessTokenSnapshotService.d.ts → evm-snapshots/ClientAccessTokenSnapshotService.d.ts} +2 -2
  357. package/data-structures/snapshot/{ClientAccessTokenSnapshotService.mjs → evm-snapshots/ClientAccessTokenSnapshotService.mjs} +13 -9
  358. package/data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.cjs +1 -0
  359. package/data-structures/snapshot/{ClientApprovalsSnapshotService.d.ts → evm-snapshots/ClientApprovalsSnapshotService.d.ts} +2 -3
  360. package/data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.mjs +43 -0
  361. package/data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.cjs +1 -0
  362. package/data-structures/snapshot/{ClientCommitmentsSnapshotService.d.ts → evm-snapshots/ClientCommitmentsSnapshotService.d.ts} +2 -2
  363. package/data-structures/snapshot/evm-snapshots/ClientCommitmentsSnapshotService.mjs +35 -0
  364. package/data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.cjs +1 -0
  365. package/data-structures/snapshot/{ClientNullifierSnapshotService.d.ts → evm-snapshots/ClientNullifierSnapshotService.d.ts} +2 -2
  366. package/data-structures/snapshot/evm-snapshots/ClientNullifierSnapshotService.mjs +34 -0
  367. package/data-structures/snapshot/index.d.ts +7 -0
  368. package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.cjs +1 -0
  369. package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.d.ts +8 -0
  370. package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.mjs +42 -0
  371. package/data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.cjs +1 -0
  372. package/data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.d.ts +8 -0
  373. package/data-structures/snapshot/solana-snapshots/ClientSolanaCommitmentsSnapshotService.mjs +34 -0
  374. package/data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.cjs +1 -0
  375. package/data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.d.ts +8 -0
  376. package/data-structures/snapshot/solana-snapshots/ClientSolanaNullifierSnapshotService.mjs +34 -0
  377. package/data-structures/token-price-fetcher/TokenChecker.cjs +1 -1
  378. package/data-structures/token-price-fetcher/TokenChecker.mjs +5 -4
  379. package/data-structures/utxo/Utxo.cjs +1 -1
  380. package/data-structures/utxo/Utxo.d.ts +6 -1
  381. package/data-structures/utxo/Utxo.mjs +37 -24
  382. package/error-handling/error-codes.constants.cjs +1 -1
  383. package/error-handling/error-codes.constants.d.ts +2 -0
  384. package/error-handling/error-codes.constants.mjs +4 -2
  385. package/functions/connectors.types.d.ts +14 -0
  386. package/functions/index.d.ts +1 -0
  387. package/functions/pre-transaction/addressTableLookup.cjs +1 -0
  388. package/functions/pre-transaction/addressTableLookup.d.ts +4 -0
  389. package/functions/pre-transaction/addressTableLookup.mjs +44 -0
  390. package/functions/pre-transaction/constructAdminData.cjs +1 -1
  391. package/functions/pre-transaction/constructAdminData.d.ts +2 -1
  392. package/functions/pre-transaction/constructAdminData.mjs +30 -12
  393. package/functions/pre-transaction/convert-okx-instructions.cjs +1 -0
  394. package/functions/pre-transaction/convert-okx-instructions.d.ts +12 -0
  395. package/functions/pre-transaction/convert-okx-instructions.mjs +30 -0
  396. package/functions/pre-transaction/getSolanaCalldataHash.cjs +1 -0
  397. package/functions/pre-transaction/getSolanaCalldataHash.d.ts +4 -0
  398. package/functions/pre-transaction/getSolanaCalldataHash.mjs +36 -0
  399. package/functions/pre-transaction/getVolatileTransferAmount.cjs +1 -1
  400. package/functions/pre-transaction/getVolatileTransferAmount.mjs +11 -7
  401. package/functions/pre-transaction/index.d.ts +10 -0
  402. package/functions/pre-transaction/initTokenLimitIfNeeded.cjs +1 -0
  403. package/functions/pre-transaction/initTokenLimitIfNeeded.d.ts +3 -0
  404. package/functions/pre-transaction/initTokenLimitIfNeeded.mjs +20 -0
  405. package/functions/pre-transaction/outputUtxoProcessing.cjs +1 -1
  406. package/functions/pre-transaction/outputUtxoProcessing.mjs +14 -13
  407. package/functions/pre-transaction/process-gas-estimates.cjs +1 -1
  408. package/functions/pre-transaction/process-gas-estimates.d.ts +2 -2
  409. package/functions/pre-transaction/process-gas-estimates.mjs +13 -12
  410. package/functions/pre-transaction/recipientUtxoProcessing.cjs +1 -0
  411. package/functions/pre-transaction/recipientUtxoProcessing.d.ts +3 -0
  412. package/functions/pre-transaction/recipientUtxoProcessing.mjs +36 -0
  413. package/functions/pre-transaction/sendInitNullifiersTransaction.cjs +1 -0
  414. package/functions/pre-transaction/sendInitNullifiersTransaction.d.ts +11 -0
  415. package/functions/pre-transaction/sendInitNullifiersTransaction.mjs +41 -0
  416. package/functions/pre-transaction/sendV0Transaction.cjs +1 -0
  417. package/functions/pre-transaction/sendV0Transaction.d.ts +22 -0
  418. package/functions/pre-transaction/sendV0Transaction.mjs +121 -0
  419. package/functions/pre-transaction/solana-public-signals.cjs +1 -0
  420. package/functions/pre-transaction/solana-public-signals.d.ts +19 -0
  421. package/functions/pre-transaction/solana-public-signals.mjs +60 -0
  422. package/functions/pre-transaction/solana.cjs +1 -0
  423. package/functions/pre-transaction/solana.d.ts +17 -0
  424. package/functions/pre-transaction/solana.mjs +96 -0
  425. package/functions/pre-transaction/solanaTransfer.utils.cjs +1 -0
  426. package/functions/pre-transaction/solanaTransfer.utils.d.ts +6 -0
  427. package/functions/pre-transaction/solanaTransfer.utils.mjs +38 -0
  428. package/functions/pre-transaction/store-instructions.cjs +1 -0
  429. package/functions/pre-transaction/store-instructions.d.ts +4 -0
  430. package/functions/pre-transaction/store-instructions.mjs +9 -0
  431. package/functions/pre-transaction/store-proof.cjs +1 -0
  432. package/functions/pre-transaction/store-proof.d.ts +7 -0
  433. package/functions/pre-transaction/store-proof.mjs +55 -0
  434. package/functions/private-wallet/emporium.helpers.cjs +1 -1
  435. package/functions/private-wallet/emporium.helpers.mjs +33 -29
  436. package/functions/private-wallet/emporium.swap.helpers.cjs +1 -1
  437. package/functions/private-wallet/emporium.swap.helpers.d.ts +1 -1
  438. package/functions/private-wallet/emporium.swap.helpers.mjs +79 -69
  439. package/functions/snarkjs/constant.cjs +1 -1
  440. package/functions/snarkjs/constant.d.ts +40 -0
  441. package/functions/snarkjs/constant.mjs +66 -23
  442. package/functions/snarkjs/constructEmporiumProof.cjs +1 -1
  443. package/functions/snarkjs/constructEmporiumProof.mjs +32 -32
  444. package/functions/snarkjs/constructGeneralZkProof.cjs +1 -1
  445. package/functions/snarkjs/constructGeneralZkProof.d.ts +1 -1
  446. package/functions/snarkjs/constructGeneralZkProof.mjs +63 -61
  447. package/functions/snarkjs/constructSolanaZkProof.cjs +1 -0
  448. package/functions/snarkjs/constructSolanaZkProof.d.ts +13 -0
  449. package/functions/snarkjs/constructSolanaZkProof.mjs +109 -0
  450. package/functions/snarkjs/generateCircomData.cjs +1 -1
  451. package/functions/snarkjs/generateCircomData.d.ts +1 -1
  452. package/functions/snarkjs/generateCircomData.mjs +9 -9
  453. package/functions/snarkjs/generateZkProofEnclave.cjs +1 -1
  454. package/functions/snarkjs/generateZkProofEnclave.mjs +10 -9
  455. package/functions/snarkjs/getZKFiles.cjs +1 -1
  456. package/functions/snarkjs/getZKFiles.mjs +13 -13
  457. package/functions/snarkjs/index.d.ts +1 -0
  458. package/functions/utils/addresses.cjs +1 -1
  459. package/functions/utils/addresses.d.ts +1 -1
  460. package/functions/utils/addresses.mjs +21 -17
  461. package/functions/utils/amounts.utils.cjs +1 -1
  462. package/functions/utils/amounts.utils.d.ts +1 -0
  463. package/functions/utils/amounts.utils.mjs +53 -40
  464. package/functions/utils/bytes32.utils.cjs +1 -0
  465. package/functions/utils/bytes32.utils.d.ts +2 -0
  466. package/functions/utils/bytes32.utils.mjs +10 -0
  467. package/functions/utils/cacheDevice.utils.cjs +1 -1
  468. package/functions/utils/cacheDevice.utils.mjs +2 -3
  469. package/functions/utils/cacheFunctions.cjs +1 -1
  470. package/functions/utils/cacheFunctions.mjs +53 -52
  471. package/functions/utils/convertIntegrationProviderToExternalActionId.cjs +1 -1
  472. package/functions/utils/convertIntegrationProviderToExternalActionId.mjs +1 -0
  473. package/functions/utils/create-provider.cjs +1 -1
  474. package/functions/utils/create-provider.d.ts +4 -1
  475. package/functions/utils/create-provider.mjs +8 -6
  476. package/functions/utils/encodeTokenWithId.cjs +1 -1
  477. package/functions/utils/encodeTokenWithId.d.ts +1 -1
  478. package/functions/utils/encodeTokenWithId.mjs +6 -2
  479. package/functions/utils/encryptInputForEnclave.cjs +1 -1
  480. package/functions/utils/encryptInputForEnclave.mjs +29 -28
  481. package/functions/utils/erc20tokenFunctions.cjs +1 -1
  482. package/functions/utils/erc20tokenFunctions.mjs +29 -29
  483. package/functions/utils/ethers-formatter.utils.cjs +1 -1
  484. package/functions/utils/ethers-formatter.utils.d.ts +2 -0
  485. package/functions/utils/ethers-formatter.utils.mjs +45 -15
  486. package/functions/utils/evmNetworkFunctions.cjs +1 -1
  487. package/functions/utils/evmNetworkFunctions.mjs +3 -4
  488. package/functions/utils/fees.utils.cjs +1 -1
  489. package/functions/utils/fees.utils.d.ts +1 -0
  490. package/functions/utils/fees.utils.mjs +19 -9
  491. package/functions/utils/get-hinkal-approvals.cjs +1 -1
  492. package/functions/utils/get-hinkal-approvals.mjs +1 -1
  493. package/functions/utils/getBlockExplorerUrl.cjs +1 -1
  494. package/functions/utils/getBlockExplorerUrl.mjs +2 -2
  495. package/functions/utils/getRecipientInfoFromUserKeys.cjs +1 -1
  496. package/functions/utils/getRecipientInfoFromUserKeys.d.ts +0 -1
  497. package/functions/utils/getRecipientInfoFromUserKeys.mjs +10 -13
  498. package/functions/utils/getUtxosFromReceipt.utils.cjs +1 -0
  499. package/functions/utils/getUtxosFromReceipt.utils.d.ts +4 -0
  500. package/functions/utils/getUtxosFromReceipt.utils.mjs +29 -0
  501. package/functions/utils/getUtxosFromReceiptSolana.cjs +1 -0
  502. package/functions/utils/getUtxosFromReceiptSolana.d.ts +5 -0
  503. package/functions/utils/getUtxosFromReceiptSolana.mjs +19 -0
  504. package/functions/utils/index.d.ts +5 -1
  505. package/functions/utils/networks.utils.cjs +1 -1
  506. package/functions/utils/networks.utils.mjs +2 -3
  507. package/functions/utils/nftTokenFunctions.cjs +1 -1
  508. package/functions/utils/nftTokenFunctions.mjs +8 -4
  509. package/functions/utils/prepareHinkal.cjs +1 -0
  510. package/functions/utils/prepareHinkal.d.ts +7 -1
  511. package/functions/utils/prepareHinkal.mjs +88 -0
  512. package/functions/utils/publicBalance.utils.cjs +1 -1
  513. package/functions/utils/publicBalance.utils.d.ts +1 -0
  514. package/functions/utils/publicBalance.utils.mjs +75 -45
  515. package/functions/utils/solanaMint.utils.cjs +1 -0
  516. package/functions/utils/solanaMint.utils.d.ts +10 -0
  517. package/functions/utils/solanaMint.utils.mjs +14 -0
  518. package/functions/utils/time.utils.cjs +1 -1
  519. package/functions/utils/time.utils.d.ts +1 -1
  520. package/functions/utils/time.utils.mjs +11 -11
  521. package/functions/utils/userAgent.cjs +1 -1
  522. package/functions/utils/userAgent.mjs +6 -7
  523. package/functions/utils/walletBalances.utils.cjs +1 -1
  524. package/functions/utils/walletBalances.utils.d.ts +2 -1
  525. package/functions/utils/walletBalances.utils.mjs +18 -17
  526. package/functions/web3/events/getInputUtxoAndBalance.cjs +1 -1
  527. package/functions/web3/events/getInputUtxoAndBalance.mjs +98 -91
  528. package/functions/web3/events/getInputUtxosEnclave.cjs +1 -1
  529. package/functions/web3/events/getInputUtxosEnclave.mjs +38 -16
  530. package/functions/web3/events/getShieldedBalance.cjs +2 -2
  531. package/functions/web3/events/getShieldedBalance.mjs +70 -62
  532. package/functions/web3/events/getTransactionLogEvents.cjs +1 -1
  533. package/functions/web3/events/getTransactionLogEvents.d.ts +3 -2
  534. package/functions/web3/events/getTransactionLogEvents.mjs +12 -9
  535. package/functions/web3/fetchSolanaMerkleTreeRootHash.cjs +1 -0
  536. package/functions/web3/fetchSolanaMerkleTreeRootHash.d.ts +4 -0
  537. package/functions/web3/fetchSolanaMerkleTreeRootHash.mjs +45 -0
  538. package/functions/web3/functionCalls/accessTokenCalls.cjs +1 -1
  539. package/functions/web3/functionCalls/accessTokenCalls.d.ts +2 -0
  540. package/functions/web3/functionCalls/accessTokenCalls.mjs +25 -7
  541. package/functions/web3/functionCalls/transactCallRelayer.cjs +1 -1
  542. package/functions/web3/functionCalls/transactCallRelayer.d.ts +20 -0
  543. package/functions/web3/functionCalls/transactCallRelayer.mjs +61 -19
  544. package/functions/web3/getContractMetadata.cjs +1 -1
  545. package/functions/web3/getContractMetadata.mjs +20 -50
  546. package/functions/web3/getTokenHolder.cjs +1 -1
  547. package/functions/web3/getTokenHolder.mjs +29 -24
  548. package/functions/web3/index.d.ts +2 -0
  549. package/functions/web3/odosAPI.cjs +1 -1
  550. package/functions/web3/odosAPI.mjs +11 -8
  551. package/functions/web3/okxAPI.cjs +1 -0
  552. package/functions/web3/okxAPI.d.ts +8 -0
  553. package/functions/web3/okxAPI.mjs +43 -0
  554. package/functions/web3/oneInchAPI.cjs +1 -1
  555. package/functions/web3/oneInchAPI.mjs +7 -4
  556. package/functions/web3/runContractFunction.cjs +1 -1
  557. package/functions/web3/runContractFunction.mjs +22 -18
  558. package/functions/web3/signAndSendSerializedTransaction.cjs +1 -0
  559. package/functions/web3/signAndSendSerializedTransaction.d.ts +2 -0
  560. package/functions/web3/signAndSendSerializedTransaction.mjs +11 -0
  561. package/functions/web3/uniswapAPI.cjs +1 -1
  562. package/functions/web3/uniswapAPI.mjs +7 -4
  563. package/index.cjs +1 -1
  564. package/index.mjs +922 -810
  565. package/package.json +12 -16
  566. package/providers/CustomEthersProvider.cjs +1 -0
  567. package/providers/{TorExternalProvider.d.ts → CustomEthersProvider.d.ts} +2 -2
  568. package/providers/CustomEthersProvider.mjs +29 -0
  569. package/providers/CustomSolanaConnection.cjs +1 -0
  570. package/providers/CustomSolanaConnection.d.ts +4 -0
  571. package/providers/CustomSolanaConnection.mjs +33 -0
  572. package/providers/EthersProviderAdapter.cjs +1 -1
  573. package/providers/EthersProviderAdapter.d.ts +1 -2
  574. package/providers/EthersProviderAdapter.mjs +8 -48
  575. package/providers/SolanaProviderAdapter.cjs +1 -0
  576. package/providers/SolanaProviderAdapter.d.ts +44 -0
  577. package/providers/SolanaProviderAdapter.mjs +125 -0
  578. package/providers/WagmiProviderAdapter.cjs +1 -1
  579. package/providers/WagmiProviderAdapter.d.ts +1 -2
  580. package/providers/WagmiProviderAdapter.mjs +26 -24
  581. package/providers/prepareEthersHinkal.cjs +1 -1
  582. package/providers/prepareEthersHinkal.mjs +10 -7
  583. package/providers/prepareWagmiHinkal.cjs +1 -1
  584. package/providers/prepareWagmiHinkal.mjs +9 -6
  585. package/types/IMultiThreadedUtxoUtils.d.ts +2 -2
  586. package/types/TransactionSimulator.types.d.ts +1 -0
  587. package/types/activities.types.cjs +1 -1
  588. package/types/activities.types.d.ts +1 -0
  589. package/types/activities.types.mjs +6 -4
  590. package/types/admin.types.cjs +1 -1
  591. package/types/admin.types.d.ts +16 -0
  592. package/types/admin.types.mjs +1 -1
  593. package/types/all-points.types.d.ts +0 -1
  594. package/types/cache.types.cjs +1 -1
  595. package/types/cache.types.d.ts +8 -1
  596. package/types/cache.types.mjs +1 -1
  597. package/types/circom-data.types.d.ts +6 -0
  598. package/types/commitments.types.d.ts +12 -0
  599. package/types/ethereum-network.types.cjs +1 -1
  600. package/types/ethereum-network.types.d.ts +9 -3
  601. package/types/ethereum-network.types.mjs +1 -1
  602. package/types/external-action.types.cjs +1 -1
  603. package/types/external-action.types.d.ts +3 -1
  604. package/types/external-action.types.mjs +2 -2
  605. package/types/hinkal.types.cjs +1 -1
  606. package/types/hinkal.types.d.ts +3 -2
  607. package/types/hinkal.types.mjs +8 -8
  608. package/types/http.types.d.ts +8 -0
  609. package/types/index.d.ts +3 -2
  610. package/types/new-rewards.type.d.ts +2 -9
  611. package/types/offscreen.types.cjs +1 -1
  612. package/types/offscreen.types.d.ts +2 -1
  613. package/types/offscreen.types.mjs +2 -2
  614. package/types/okx.types.d.ts +57 -0
  615. package/types/rewards.types.d.ts +0 -11
  616. package/types/sandbox.types.cjs +1 -1
  617. package/types/sandbox.types.d.ts +19 -2
  618. package/types/sandbox.types.mjs +2 -2
  619. package/types/solana.types.d.ts +75 -0
  620. package/types/token.types.d.ts +6 -0
  621. package/webworker/snarkjsWorker/snarkjsWorkerLauncher.cjs +1 -1
  622. package/webworker/snarkjsWorker/snarkjsWorkerLauncher.mjs +1 -1
  623. package/webworker/snarkjsWorker/snarkjsWorkerLogic.cjs +1 -1
  624. package/webworker/snarkjsWorker/snarkjsWorkerLogic.d.ts +0 -1
  625. package/webworker/snarkjsWorker/snarkjsWorkerLogic.mjs +28 -30
  626. package/webworker/utxoWorker/utxoWorker.types.d.ts +2 -0
  627. package/webworker/utxoWorker/utxoWorkerLauncher.cjs +1 -1
  628. package/webworker/utxoWorker/utxoWorkerLauncher.mjs +1 -1
  629. package/webworker/utxoWorker/utxoWorkerLogic.cjs +1 -1
  630. package/webworker/utxoWorker/utxoWorkerLogic.mjs +33 -31
  631. package/webworker/viteWorkerURL.constant.cjs +21 -1
  632. package/webworker/viteWorkerURL.constant.mjs +21 -12
  633. package/webworker/zkProofWorker/zkProofWorkerLauncher.cjs +1 -1
  634. package/webworker/zkProofWorker/zkProofWorkerLauncher.mjs +1 -1
  635. package/API/mysteryBoxesCalls.cjs +0 -1
  636. package/API/mysteryBoxesCalls.d.ts +0 -60
  637. package/API/mysteryBoxesCalls.mjs +0 -66
  638. package/assets/snarkjsWorkerLauncher-CWaDqRaL.js +0 -14803
  639. package/assets/utxoWorkerLauncher-BUhBaUSg.js +0 -115868
  640. package/assets/zkProofWorkerLauncher-DlWQP3l9.js +0 -115360
  641. package/constants/mystery-boxes.constants.cjs +0 -1
  642. package/constants/mystery-boxes.constants.d.ts +0 -63
  643. package/constants/mystery-boxes.constants.mjs +0 -355
  644. package/data-structures/event-service/AbstractAccessTokenSnapshotService.cjs +0 -1
  645. package/data-structures/event-service/AbstractApprovalsSnapshotService.cjs +0 -1
  646. package/data-structures/event-service/AbstractCommitmentsSnapshotService.cjs +0 -1
  647. package/data-structures/event-service/AbstractEventService.cjs +0 -1
  648. package/data-structures/event-service/AbstractEventService.mjs +0 -33
  649. package/data-structures/event-service/AbstractSnapshotService.cjs +0 -1
  650. package/data-structures/event-service/BlockchainEventEmitter.cjs +0 -1
  651. package/data-structures/event-service/BlockchainEventEmitter.mjs +0 -80
  652. package/data-structures/snapshot/ClientAccessTokenSnapshotService.cjs +0 -1
  653. package/data-structures/snapshot/ClientApprovalsSnapshotService.cjs +0 -1
  654. package/data-structures/snapshot/ClientApprovalsSnapshotService.mjs +0 -23
  655. package/data-structures/snapshot/ClientCommitmentsSnapshotService.cjs +0 -1
  656. package/data-structures/snapshot/ClientCommitmentsSnapshotService.mjs +0 -31
  657. package/data-structures/snapshot/ClientNullifierSnapshotService.cjs +0 -1
  658. package/data-structures/snapshot/ClientNullifierSnapshotService.mjs +0 -30
  659. package/functions/utils/mystery-box-auction.utils.cjs +0 -1
  660. package/functions/utils/mystery-box-auction.utils.d.ts +0 -8
  661. package/functions/utils/mystery-box-auction.utils.mjs +0 -51
  662. package/providers/TorExternalProvider.cjs +0 -1
  663. package/providers/TorExternalProvider.mjs +0 -29
  664. package/types/merch-order.types.cjs +0 -1
  665. package/types/merch-order.types.d.ts +0 -16
  666. package/types/merch-order.types.mjs +0 -4
  667. package/types/mystery-boxes.types.cjs +0 -1
  668. package/types/mystery-boxes.types.d.ts +0 -43
  669. package/types/mystery-boxes.types.mjs +0 -6
  670. /package/data-structures/event-service/{AbstractNullifierSnapshotService.cjs → evm/AbstractNullifierSnapshotService.cjs} +0 -0
  671. /package/data-structures/event-service/{AbstractNullifierSnapshotService.mjs → evm/AbstractNullifierSnapshotService.mjs} +0 -0
  672. /package/data-structures/event-service/{AbstractSnapshotService.d.ts → evm/AbstractSnapshotService.d.ts} +0 -0
@@ -3365,7 +3365,7 @@ const e = "0x25e5e82f5702A27C3466fE68f14abDbbAdFca826", t = [
3365
3365
  stateMutability: "nonpayable",
3366
3366
  type: "function"
3367
3367
  }
3368
- ], p = "0x043258814389403E396D58BFD5c2585e4d856097", y = "0x737E33EBe0b6FF66841B890ccF7BB7Ae3dc4CEA1", r = "0x824234f96e82d56d73aCD59273E964b7AE22f849", u = [
3368
+ ], p = "0x043258814389403E396D58BFD5c2585e4d856097", r = "0x737E33EBe0b6FF66841B890ccF7BB7Ae3dc4CEA1", y = "0x824234f96e82d56d73aCD59273E964b7AE22f849", u = [
3369
3369
  {
3370
3370
  inputs: [
3371
3371
  {
@@ -5677,7 +5677,1209 @@ const e = "0x25e5e82f5702A27C3466fE68f14abDbbAdFca826", t = [
5677
5677
  stateMutability: "view",
5678
5678
  type: "function"
5679
5679
  }
5680
- ], o = "0x9Ee3b51350c98f0E912441aAf35166d7A71310A0", m = "0xd079ADceaeC7276f693a097248246Da6ac581A19", T = {
5680
+ ], o = "0x9Ee3b51350c98f0E912441aAf35166d7A71310A0", m = "0xd079ADceaeC7276f693a097248246Da6ac581A19", T = "0x7a71635F72408FA540796c39F1Bf43BDe08F85E5", c = [
5681
+ {
5682
+ inputs: [
5683
+ {
5684
+ internalType: "address",
5685
+ name: "_hinkal",
5686
+ type: "address"
5687
+ }
5688
+ ],
5689
+ stateMutability: "nonpayable",
5690
+ type: "constructor"
5691
+ },
5692
+ {
5693
+ anonymous: !1,
5694
+ inputs: [
5695
+ {
5696
+ indexed: !0,
5697
+ internalType: "address",
5698
+ name: "previousOwner",
5699
+ type: "address"
5700
+ },
5701
+ {
5702
+ indexed: !0,
5703
+ internalType: "address",
5704
+ name: "newOwner",
5705
+ type: "address"
5706
+ }
5707
+ ],
5708
+ name: "OwnershipTransferStarted",
5709
+ type: "event"
5710
+ },
5711
+ {
5712
+ anonymous: !1,
5713
+ inputs: [
5714
+ {
5715
+ indexed: !0,
5716
+ internalType: "address",
5717
+ name: "previousOwner",
5718
+ type: "address"
5719
+ },
5720
+ {
5721
+ indexed: !0,
5722
+ internalType: "address",
5723
+ name: "newOwner",
5724
+ type: "address"
5725
+ }
5726
+ ],
5727
+ name: "OwnershipTransferred",
5728
+ type: "event"
5729
+ },
5730
+ {
5731
+ inputs: [],
5732
+ name: "acceptOwnership",
5733
+ outputs: [],
5734
+ stateMutability: "nonpayable",
5735
+ type: "function"
5736
+ },
5737
+ {
5738
+ inputs: [],
5739
+ name: "getEth",
5740
+ outputs: [
5741
+ {
5742
+ internalType: "uint256",
5743
+ name: "",
5744
+ type: "uint256"
5745
+ }
5746
+ ],
5747
+ stateMutability: "nonpayable",
5748
+ type: "function"
5749
+ },
5750
+ {
5751
+ inputs: [],
5752
+ name: "getSender",
5753
+ outputs: [
5754
+ {
5755
+ internalType: "address",
5756
+ name: "",
5757
+ type: "address"
5758
+ }
5759
+ ],
5760
+ stateMutability: "view",
5761
+ type: "function"
5762
+ },
5763
+ {
5764
+ inputs: [
5765
+ {
5766
+ internalType: "address",
5767
+ name: "",
5768
+ type: "address"
5769
+ },
5770
+ {
5771
+ internalType: "address",
5772
+ name: "",
5773
+ type: "address"
5774
+ },
5775
+ {
5776
+ internalType: "uint256[]",
5777
+ name: "",
5778
+ type: "uint256[]"
5779
+ },
5780
+ {
5781
+ internalType: "uint256[]",
5782
+ name: "",
5783
+ type: "uint256[]"
5784
+ },
5785
+ {
5786
+ internalType: "bytes",
5787
+ name: "",
5788
+ type: "bytes"
5789
+ }
5790
+ ],
5791
+ name: "onERC1155BatchReceived",
5792
+ outputs: [
5793
+ {
5794
+ internalType: "bytes4",
5795
+ name: "",
5796
+ type: "bytes4"
5797
+ }
5798
+ ],
5799
+ stateMutability: "pure",
5800
+ type: "function"
5801
+ },
5802
+ {
5803
+ inputs: [
5804
+ {
5805
+ internalType: "address",
5806
+ name: "",
5807
+ type: "address"
5808
+ },
5809
+ {
5810
+ internalType: "address",
5811
+ name: "",
5812
+ type: "address"
5813
+ },
5814
+ {
5815
+ internalType: "uint256",
5816
+ name: "",
5817
+ type: "uint256"
5818
+ },
5819
+ {
5820
+ internalType: "uint256",
5821
+ name: "",
5822
+ type: "uint256"
5823
+ },
5824
+ {
5825
+ internalType: "bytes",
5826
+ name: "",
5827
+ type: "bytes"
5828
+ }
5829
+ ],
5830
+ name: "onERC1155Received",
5831
+ outputs: [
5832
+ {
5833
+ internalType: "bytes4",
5834
+ name: "",
5835
+ type: "bytes4"
5836
+ }
5837
+ ],
5838
+ stateMutability: "pure",
5839
+ type: "function"
5840
+ },
5841
+ {
5842
+ inputs: [
5843
+ {
5844
+ internalType: "address",
5845
+ name: "",
5846
+ type: "address"
5847
+ },
5848
+ {
5849
+ internalType: "address",
5850
+ name: "",
5851
+ type: "address"
5852
+ },
5853
+ {
5854
+ internalType: "uint256",
5855
+ name: "",
5856
+ type: "uint256"
5857
+ },
5858
+ {
5859
+ internalType: "bytes",
5860
+ name: "",
5861
+ type: "bytes"
5862
+ }
5863
+ ],
5864
+ name: "onERC721Received",
5865
+ outputs: [
5866
+ {
5867
+ internalType: "bytes4",
5868
+ name: "",
5869
+ type: "bytes4"
5870
+ }
5871
+ ],
5872
+ stateMutability: "pure",
5873
+ type: "function"
5874
+ },
5875
+ {
5876
+ inputs: [],
5877
+ name: "owner",
5878
+ outputs: [
5879
+ {
5880
+ internalType: "address",
5881
+ name: "",
5882
+ type: "address"
5883
+ }
5884
+ ],
5885
+ stateMutability: "view",
5886
+ type: "function"
5887
+ },
5888
+ {
5889
+ inputs: [],
5890
+ name: "pendingOwner",
5891
+ outputs: [
5892
+ {
5893
+ internalType: "address",
5894
+ name: "",
5895
+ type: "address"
5896
+ }
5897
+ ],
5898
+ stateMutability: "view",
5899
+ type: "function"
5900
+ },
5901
+ {
5902
+ inputs: [],
5903
+ name: "renounceOwnership",
5904
+ outputs: [],
5905
+ stateMutability: "view",
5906
+ type: "function"
5907
+ },
5908
+ {
5909
+ inputs: [
5910
+ {
5911
+ internalType: "address",
5912
+ name: "_hinkal",
5913
+ type: "address"
5914
+ }
5915
+ ],
5916
+ name: "setHinkalAddress",
5917
+ outputs: [],
5918
+ stateMutability: "nonpayable",
5919
+ type: "function"
5920
+ },
5921
+ {
5922
+ inputs: [
5923
+ {
5924
+ internalType: "bytes4",
5925
+ name: "_interfaceId",
5926
+ type: "bytes4"
5927
+ }
5928
+ ],
5929
+ name: "supportsInterface",
5930
+ outputs: [
5931
+ {
5932
+ internalType: "bool",
5933
+ name: "",
5934
+ type: "bool"
5935
+ }
5936
+ ],
5937
+ stateMutability: "view",
5938
+ type: "function"
5939
+ },
5940
+ {
5941
+ inputs: [
5942
+ {
5943
+ internalType: "uint256[2]",
5944
+ name: "a",
5945
+ type: "uint256[2]"
5946
+ },
5947
+ {
5948
+ internalType: "uint256[2][2]",
5949
+ name: "b",
5950
+ type: "uint256[2][2]"
5951
+ },
5952
+ {
5953
+ internalType: "uint256[2]",
5954
+ name: "c",
5955
+ type: "uint256[2]"
5956
+ },
5957
+ {
5958
+ components: [
5959
+ {
5960
+ internalType: "uint16",
5961
+ name: "tokenNumber",
5962
+ type: "uint16"
5963
+ },
5964
+ {
5965
+ internalType: "uint16",
5966
+ name: "nullifierAmount",
5967
+ type: "uint16"
5968
+ },
5969
+ {
5970
+ internalType: "uint16",
5971
+ name: "outputAmount",
5972
+ type: "uint16"
5973
+ }
5974
+ ],
5975
+ internalType: "struct Dimensions",
5976
+ name: "dimensions",
5977
+ type: "tuple"
5978
+ },
5979
+ {
5980
+ components: [
5981
+ {
5982
+ internalType: "uint256",
5983
+ name: "rootHashHinkal",
5984
+ type: "uint256"
5985
+ },
5986
+ {
5987
+ internalType: "address[]",
5988
+ name: "erc20TokenAddresses",
5989
+ type: "address[]"
5990
+ },
5991
+ {
5992
+ internalType: "uint256[]",
5993
+ name: "tokenIds",
5994
+ type: "uint256[]"
5995
+ },
5996
+ {
5997
+ internalType: "int256[]",
5998
+ name: "amountChanges",
5999
+ type: "int256[]"
6000
+ },
6001
+ {
6002
+ internalType: "bool[]",
6003
+ name: "onChainCreation",
6004
+ type: "bool[]"
6005
+ },
6006
+ {
6007
+ internalType: "int256[]",
6008
+ name: "slippageValues",
6009
+ type: "int256[]"
6010
+ },
6011
+ {
6012
+ internalType: "uint256[][]",
6013
+ name: "inputNullifiers",
6014
+ type: "uint256[][]"
6015
+ },
6016
+ {
6017
+ internalType: "uint256[][]",
6018
+ name: "outCommitments",
6019
+ type: "uint256[][]"
6020
+ },
6021
+ {
6022
+ internalType: "bytes[][]",
6023
+ name: "encryptedOutputs",
6024
+ type: "bytes[][]"
6025
+ },
6026
+ {
6027
+ components: [
6028
+ {
6029
+ internalType: "address",
6030
+ name: "feeToken",
6031
+ type: "address"
6032
+ },
6033
+ {
6034
+ internalType: "uint256",
6035
+ name: "flatFee",
6036
+ type: "uint256"
6037
+ },
6038
+ {
6039
+ internalType: "uint256",
6040
+ name: "variableRate",
6041
+ type: "uint256"
6042
+ }
6043
+ ],
6044
+ internalType: "struct FeeStructure",
6045
+ name: "feeStructure",
6046
+ type: "tuple"
6047
+ },
6048
+ {
6049
+ internalType: "uint256",
6050
+ name: "timeStamp",
6051
+ type: "uint256"
6052
+ },
6053
+ {
6054
+ components: [
6055
+ {
6056
+ internalType: "uint256",
6057
+ name: "extraRandomization",
6058
+ type: "uint256"
6059
+ },
6060
+ {
6061
+ internalType: "uint256",
6062
+ name: "stealthAddress",
6063
+ type: "uint256"
6064
+ },
6065
+ {
6066
+ internalType: "uint256",
6067
+ name: "H0",
6068
+ type: "uint256"
6069
+ },
6070
+ {
6071
+ internalType: "uint256",
6072
+ name: "H1",
6073
+ type: "uint256"
6074
+ }
6075
+ ],
6076
+ internalType: "struct StealthAddressStructure",
6077
+ name: "stealthAddressStructure",
6078
+ type: "tuple"
6079
+ },
6080
+ {
6081
+ internalType: "uint256",
6082
+ name: "rootHashAccessToken",
6083
+ type: "uint256"
6084
+ },
6085
+ {
6086
+ internalType: "uint256",
6087
+ name: "calldataHash",
6088
+ type: "uint256"
6089
+ },
6090
+ {
6091
+ internalType: "uint16",
6092
+ name: "publicSignalCount",
6093
+ type: "uint16"
6094
+ },
6095
+ {
6096
+ internalType: "address",
6097
+ name: "relay",
6098
+ type: "address"
6099
+ },
6100
+ {
6101
+ internalType: "address",
6102
+ name: "externalAddress",
6103
+ type: "address"
6104
+ },
6105
+ {
6106
+ internalType: "uint256",
6107
+ name: "externalActionId",
6108
+ type: "uint256"
6109
+ },
6110
+ {
6111
+ internalType: "bytes",
6112
+ name: "externalActionMetadata",
6113
+ type: "bytes"
6114
+ },
6115
+ {
6116
+ components: [
6117
+ {
6118
+ internalType: "uint256",
6119
+ name: "hinkalLogicAction",
6120
+ type: "uint256"
6121
+ },
6122
+ {
6123
+ internalType: "uint256",
6124
+ name: "inHinkalAddress",
6125
+ type: "uint256"
6126
+ },
6127
+ {
6128
+ internalType: "int256[]",
6129
+ name: "executeApprovalChanges",
6130
+ type: "int256[]"
6131
+ },
6132
+ {
6133
+ internalType: "bool",
6134
+ name: "doPreTxApproval",
6135
+ type: "bool"
6136
+ },
6137
+ {
6138
+ components: [
6139
+ {
6140
+ internalType: "int256[]",
6141
+ name: "approvalChanges",
6142
+ type: "int256[]"
6143
+ },
6144
+ {
6145
+ internalType: "address[]",
6146
+ name: "externalApprovalAddresses",
6147
+ type: "address[]"
6148
+ },
6149
+ {
6150
+ internalType: "uint256[]",
6151
+ name: "conversionInHinkalAddress",
6152
+ type: "uint256[]"
6153
+ }
6154
+ ],
6155
+ internalType: "struct UseApprovalUTXOData[]",
6156
+ name: "useApprovalUtxoData",
6157
+ type: "tuple[]"
6158
+ }
6159
+ ],
6160
+ internalType: "struct HinkalLogicArgs",
6161
+ name: "hinkalLogicArgs",
6162
+ type: "tuple"
6163
+ },
6164
+ {
6165
+ components: [
6166
+ {
6167
+ internalType: "address",
6168
+ name: "preHookContract",
6169
+ type: "address"
6170
+ },
6171
+ {
6172
+ internalType: "address",
6173
+ name: "hookContract",
6174
+ type: "address"
6175
+ },
6176
+ {
6177
+ internalType: "bytes",
6178
+ name: "preHookMetadata",
6179
+ type: "bytes"
6180
+ },
6181
+ {
6182
+ internalType: "bytes",
6183
+ name: "postHookMetadata",
6184
+ type: "bytes"
6185
+ }
6186
+ ],
6187
+ internalType: "struct HookData",
6188
+ name: "hookData",
6189
+ type: "tuple"
6190
+ },
6191
+ {
6192
+ components: [
6193
+ {
6194
+ internalType: "uint8",
6195
+ name: "v",
6196
+ type: "uint8"
6197
+ },
6198
+ {
6199
+ internalType: "bytes32",
6200
+ name: "r",
6201
+ type: "bytes32"
6202
+ },
6203
+ {
6204
+ internalType: "bytes32",
6205
+ name: "s",
6206
+ type: "bytes32"
6207
+ },
6208
+ {
6209
+ internalType: "uint256",
6210
+ name: "accessKey",
6211
+ type: "uint256"
6212
+ },
6213
+ {
6214
+ internalType: "uint256",
6215
+ name: "nonce",
6216
+ type: "uint256"
6217
+ },
6218
+ {
6219
+ internalType: "address",
6220
+ name: "ethereumAddress",
6221
+ type: "address"
6222
+ }
6223
+ ],
6224
+ internalType: "struct SignatureData",
6225
+ name: "signatureData",
6226
+ type: "tuple"
6227
+ },
6228
+ {
6229
+ internalType: "address",
6230
+ name: "originalSender",
6231
+ type: "address"
6232
+ }
6233
+ ],
6234
+ internalType: "struct CircomData",
6235
+ name: "circomData",
6236
+ type: "tuple"
6237
+ }
6238
+ ],
6239
+ name: "transact",
6240
+ outputs: [],
6241
+ stateMutability: "payable",
6242
+ type: "function"
6243
+ },
6244
+ {
6245
+ inputs: [
6246
+ {
6247
+ internalType: "address",
6248
+ name: "newOwner",
6249
+ type: "address"
6250
+ }
6251
+ ],
6252
+ name: "transferOwnership",
6253
+ outputs: [],
6254
+ stateMutability: "nonpayable",
6255
+ type: "function"
6256
+ },
6257
+ {
6258
+ stateMutability: "payable",
6259
+ type: "receive"
6260
+ }
6261
+ ], b = "0x13252c49226F926a420d530a1B72e88A1EFDe378", f = [
6262
+ {
6263
+ inputs: [
6264
+ {
6265
+ internalType: "address[]",
6266
+ name: "_allowedRecipients",
6267
+ type: "address[]"
6268
+ },
6269
+ {
6270
+ internalType: "address",
6271
+ name: "_hinkalWrapper",
6272
+ type: "address"
6273
+ }
6274
+ ],
6275
+ stateMutability: "nonpayable",
6276
+ type: "constructor"
6277
+ },
6278
+ {
6279
+ anonymous: !1,
6280
+ inputs: [
6281
+ {
6282
+ indexed: !1,
6283
+ internalType: "address",
6284
+ name: "sender",
6285
+ type: "address"
6286
+ },
6287
+ {
6288
+ indexed: !1,
6289
+ internalType: "address",
6290
+ name: "tokenAddress",
6291
+ type: "address"
6292
+ },
6293
+ {
6294
+ indexed: !1,
6295
+ internalType: "uint256",
6296
+ name: "amount",
6297
+ type: "uint256"
6298
+ }
6299
+ ],
6300
+ name: "BlockedUtxosCreated",
6301
+ type: "event"
6302
+ },
6303
+ {
6304
+ anonymous: !1,
6305
+ inputs: [
6306
+ {
6307
+ indexed: !0,
6308
+ internalType: "address",
6309
+ name: "previousOwner",
6310
+ type: "address"
6311
+ },
6312
+ {
6313
+ indexed: !0,
6314
+ internalType: "address",
6315
+ name: "newOwner",
6316
+ type: "address"
6317
+ }
6318
+ ],
6319
+ name: "OwnershipTransferStarted",
6320
+ type: "event"
6321
+ },
6322
+ {
6323
+ anonymous: !1,
6324
+ inputs: [
6325
+ {
6326
+ indexed: !0,
6327
+ internalType: "address",
6328
+ name: "previousOwner",
6329
+ type: "address"
6330
+ },
6331
+ {
6332
+ indexed: !0,
6333
+ internalType: "address",
6334
+ name: "newOwner",
6335
+ type: "address"
6336
+ }
6337
+ ],
6338
+ name: "OwnershipTransferred",
6339
+ type: "event"
6340
+ },
6341
+ {
6342
+ inputs: [],
6343
+ name: "acceptOwnership",
6344
+ outputs: [],
6345
+ stateMutability: "nonpayable",
6346
+ type: "function"
6347
+ },
6348
+ {
6349
+ inputs: [
6350
+ {
6351
+ internalType: "address",
6352
+ name: "",
6353
+ type: "address"
6354
+ },
6355
+ {
6356
+ internalType: "address",
6357
+ name: "",
6358
+ type: "address"
6359
+ },
6360
+ {
6361
+ internalType: "uint256[]",
6362
+ name: "",
6363
+ type: "uint256[]"
6364
+ },
6365
+ {
6366
+ internalType: "uint256[]",
6367
+ name: "",
6368
+ type: "uint256[]"
6369
+ },
6370
+ {
6371
+ internalType: "bytes",
6372
+ name: "",
6373
+ type: "bytes"
6374
+ }
6375
+ ],
6376
+ name: "onERC1155BatchReceived",
6377
+ outputs: [
6378
+ {
6379
+ internalType: "bytes4",
6380
+ name: "",
6381
+ type: "bytes4"
6382
+ }
6383
+ ],
6384
+ stateMutability: "pure",
6385
+ type: "function"
6386
+ },
6387
+ {
6388
+ inputs: [
6389
+ {
6390
+ internalType: "address",
6391
+ name: "",
6392
+ type: "address"
6393
+ },
6394
+ {
6395
+ internalType: "address",
6396
+ name: "",
6397
+ type: "address"
6398
+ },
6399
+ {
6400
+ internalType: "uint256",
6401
+ name: "",
6402
+ type: "uint256"
6403
+ },
6404
+ {
6405
+ internalType: "uint256",
6406
+ name: "",
6407
+ type: "uint256"
6408
+ },
6409
+ {
6410
+ internalType: "bytes",
6411
+ name: "",
6412
+ type: "bytes"
6413
+ }
6414
+ ],
6415
+ name: "onERC1155Received",
6416
+ outputs: [
6417
+ {
6418
+ internalType: "bytes4",
6419
+ name: "",
6420
+ type: "bytes4"
6421
+ }
6422
+ ],
6423
+ stateMutability: "pure",
6424
+ type: "function"
6425
+ },
6426
+ {
6427
+ inputs: [
6428
+ {
6429
+ internalType: "address",
6430
+ name: "",
6431
+ type: "address"
6432
+ },
6433
+ {
6434
+ internalType: "address",
6435
+ name: "",
6436
+ type: "address"
6437
+ },
6438
+ {
6439
+ internalType: "uint256",
6440
+ name: "",
6441
+ type: "uint256"
6442
+ },
6443
+ {
6444
+ internalType: "bytes",
6445
+ name: "",
6446
+ type: "bytes"
6447
+ }
6448
+ ],
6449
+ name: "onERC721Received",
6450
+ outputs: [
6451
+ {
6452
+ internalType: "bytes4",
6453
+ name: "",
6454
+ type: "bytes4"
6455
+ }
6456
+ ],
6457
+ stateMutability: "pure",
6458
+ type: "function"
6459
+ },
6460
+ {
6461
+ inputs: [],
6462
+ name: "owner",
6463
+ outputs: [
6464
+ {
6465
+ internalType: "address",
6466
+ name: "",
6467
+ type: "address"
6468
+ }
6469
+ ],
6470
+ stateMutability: "view",
6471
+ type: "function"
6472
+ },
6473
+ {
6474
+ inputs: [],
6475
+ name: "pendingOwner",
6476
+ outputs: [
6477
+ {
6478
+ internalType: "address",
6479
+ name: "",
6480
+ type: "address"
6481
+ }
6482
+ ],
6483
+ stateMutability: "view",
6484
+ type: "function"
6485
+ },
6486
+ {
6487
+ inputs: [],
6488
+ name: "renounceOwnership",
6489
+ outputs: [],
6490
+ stateMutability: "view",
6491
+ type: "function"
6492
+ },
6493
+ {
6494
+ inputs: [
6495
+ {
6496
+ components: [
6497
+ {
6498
+ internalType: "uint256",
6499
+ name: "rootHashHinkal",
6500
+ type: "uint256"
6501
+ },
6502
+ {
6503
+ internalType: "address[]",
6504
+ name: "erc20TokenAddresses",
6505
+ type: "address[]"
6506
+ },
6507
+ {
6508
+ internalType: "uint256[]",
6509
+ name: "tokenIds",
6510
+ type: "uint256[]"
6511
+ },
6512
+ {
6513
+ internalType: "int256[]",
6514
+ name: "amountChanges",
6515
+ type: "int256[]"
6516
+ },
6517
+ {
6518
+ internalType: "bool[]",
6519
+ name: "onChainCreation",
6520
+ type: "bool[]"
6521
+ },
6522
+ {
6523
+ internalType: "int256[]",
6524
+ name: "slippageValues",
6525
+ type: "int256[]"
6526
+ },
6527
+ {
6528
+ internalType: "uint256[][]",
6529
+ name: "inputNullifiers",
6530
+ type: "uint256[][]"
6531
+ },
6532
+ {
6533
+ internalType: "uint256[][]",
6534
+ name: "outCommitments",
6535
+ type: "uint256[][]"
6536
+ },
6537
+ {
6538
+ internalType: "bytes[][]",
6539
+ name: "encryptedOutputs",
6540
+ type: "bytes[][]"
6541
+ },
6542
+ {
6543
+ components: [
6544
+ {
6545
+ internalType: "address",
6546
+ name: "feeToken",
6547
+ type: "address"
6548
+ },
6549
+ {
6550
+ internalType: "uint256",
6551
+ name: "flatFee",
6552
+ type: "uint256"
6553
+ },
6554
+ {
6555
+ internalType: "uint256",
6556
+ name: "variableRate",
6557
+ type: "uint256"
6558
+ }
6559
+ ],
6560
+ internalType: "struct FeeStructure",
6561
+ name: "feeStructure",
6562
+ type: "tuple"
6563
+ },
6564
+ {
6565
+ internalType: "uint256",
6566
+ name: "timeStamp",
6567
+ type: "uint256"
6568
+ },
6569
+ {
6570
+ components: [
6571
+ {
6572
+ internalType: "uint256",
6573
+ name: "extraRandomization",
6574
+ type: "uint256"
6575
+ },
6576
+ {
6577
+ internalType: "uint256",
6578
+ name: "stealthAddress",
6579
+ type: "uint256"
6580
+ },
6581
+ {
6582
+ internalType: "uint256",
6583
+ name: "H0",
6584
+ type: "uint256"
6585
+ },
6586
+ {
6587
+ internalType: "uint256",
6588
+ name: "H1",
6589
+ type: "uint256"
6590
+ }
6591
+ ],
6592
+ internalType: "struct StealthAddressStructure",
6593
+ name: "stealthAddressStructure",
6594
+ type: "tuple"
6595
+ },
6596
+ {
6597
+ internalType: "uint256",
6598
+ name: "rootHashAccessToken",
6599
+ type: "uint256"
6600
+ },
6601
+ {
6602
+ internalType: "uint256",
6603
+ name: "calldataHash",
6604
+ type: "uint256"
6605
+ },
6606
+ {
6607
+ internalType: "uint16",
6608
+ name: "publicSignalCount",
6609
+ type: "uint16"
6610
+ },
6611
+ {
6612
+ internalType: "address",
6613
+ name: "relay",
6614
+ type: "address"
6615
+ },
6616
+ {
6617
+ internalType: "address",
6618
+ name: "externalAddress",
6619
+ type: "address"
6620
+ },
6621
+ {
6622
+ internalType: "uint256",
6623
+ name: "externalActionId",
6624
+ type: "uint256"
6625
+ },
6626
+ {
6627
+ internalType: "bytes",
6628
+ name: "externalActionMetadata",
6629
+ type: "bytes"
6630
+ },
6631
+ {
6632
+ components: [
6633
+ {
6634
+ internalType: "uint256",
6635
+ name: "hinkalLogicAction",
6636
+ type: "uint256"
6637
+ },
6638
+ {
6639
+ internalType: "uint256",
6640
+ name: "inHinkalAddress",
6641
+ type: "uint256"
6642
+ },
6643
+ {
6644
+ internalType: "int256[]",
6645
+ name: "executeApprovalChanges",
6646
+ type: "int256[]"
6647
+ },
6648
+ {
6649
+ internalType: "bool",
6650
+ name: "doPreTxApproval",
6651
+ type: "bool"
6652
+ },
6653
+ {
6654
+ components: [
6655
+ {
6656
+ internalType: "int256[]",
6657
+ name: "approvalChanges",
6658
+ type: "int256[]"
6659
+ },
6660
+ {
6661
+ internalType: "address[]",
6662
+ name: "externalApprovalAddresses",
6663
+ type: "address[]"
6664
+ },
6665
+ {
6666
+ internalType: "uint256[]",
6667
+ name: "conversionInHinkalAddress",
6668
+ type: "uint256[]"
6669
+ }
6670
+ ],
6671
+ internalType: "struct UseApprovalUTXOData[]",
6672
+ name: "useApprovalUtxoData",
6673
+ type: "tuple[]"
6674
+ }
6675
+ ],
6676
+ internalType: "struct HinkalLogicArgs",
6677
+ name: "hinkalLogicArgs",
6678
+ type: "tuple"
6679
+ },
6680
+ {
6681
+ components: [
6682
+ {
6683
+ internalType: "address",
6684
+ name: "preHookContract",
6685
+ type: "address"
6686
+ },
6687
+ {
6688
+ internalType: "address",
6689
+ name: "hookContract",
6690
+ type: "address"
6691
+ },
6692
+ {
6693
+ internalType: "bytes",
6694
+ name: "preHookMetadata",
6695
+ type: "bytes"
6696
+ },
6697
+ {
6698
+ internalType: "bytes",
6699
+ name: "postHookMetadata",
6700
+ type: "bytes"
6701
+ }
6702
+ ],
6703
+ internalType: "struct HookData",
6704
+ name: "hookData",
6705
+ type: "tuple"
6706
+ },
6707
+ {
6708
+ components: [
6709
+ {
6710
+ internalType: "uint8",
6711
+ name: "v",
6712
+ type: "uint8"
6713
+ },
6714
+ {
6715
+ internalType: "bytes32",
6716
+ name: "r",
6717
+ type: "bytes32"
6718
+ },
6719
+ {
6720
+ internalType: "bytes32",
6721
+ name: "s",
6722
+ type: "bytes32"
6723
+ },
6724
+ {
6725
+ internalType: "uint256",
6726
+ name: "accessKey",
6727
+ type: "uint256"
6728
+ },
6729
+ {
6730
+ internalType: "uint256",
6731
+ name: "nonce",
6732
+ type: "uint256"
6733
+ },
6734
+ {
6735
+ internalType: "address",
6736
+ name: "ethereumAddress",
6737
+ type: "address"
6738
+ }
6739
+ ],
6740
+ internalType: "struct SignatureData",
6741
+ name: "signatureData",
6742
+ type: "tuple"
6743
+ },
6744
+ {
6745
+ internalType: "address",
6746
+ name: "originalSender",
6747
+ type: "address"
6748
+ }
6749
+ ],
6750
+ internalType: "struct CircomData",
6751
+ name: "circomData",
6752
+ type: "tuple"
6753
+ },
6754
+ {
6755
+ internalType: "int256[]",
6756
+ name: "deltaAmounts",
6757
+ type: "int256[]"
6758
+ }
6759
+ ],
6760
+ name: "runAction",
6761
+ outputs: [
6762
+ {
6763
+ components: [
6764
+ {
6765
+ internalType: "uint256",
6766
+ name: "amount",
6767
+ type: "uint256"
6768
+ },
6769
+ {
6770
+ internalType: "address",
6771
+ name: "erc20Address",
6772
+ type: "address"
6773
+ },
6774
+ {
6775
+ components: [
6776
+ {
6777
+ internalType: "uint256",
6778
+ name: "extraRandomization",
6779
+ type: "uint256"
6780
+ },
6781
+ {
6782
+ internalType: "uint256",
6783
+ name: "stealthAddress",
6784
+ type: "uint256"
6785
+ },
6786
+ {
6787
+ internalType: "uint256",
6788
+ name: "H0",
6789
+ type: "uint256"
6790
+ },
6791
+ {
6792
+ internalType: "uint256",
6793
+ name: "H1",
6794
+ type: "uint256"
6795
+ }
6796
+ ],
6797
+ internalType: "struct StealthAddressStructure",
6798
+ name: "stealthAddressStructure",
6799
+ type: "tuple"
6800
+ },
6801
+ {
6802
+ internalType: "uint256",
6803
+ name: "timeStamp",
6804
+ type: "uint256"
6805
+ },
6806
+ {
6807
+ internalType: "uint256",
6808
+ name: "tokenId",
6809
+ type: "uint256"
6810
+ }
6811
+ ],
6812
+ internalType: "struct UTXO[]",
6813
+ name: "",
6814
+ type: "tuple[]"
6815
+ }
6816
+ ],
6817
+ stateMutability: "nonpayable",
6818
+ type: "function"
6819
+ },
6820
+ {
6821
+ inputs: [
6822
+ {
6823
+ internalType: "address[]",
6824
+ name: "recipients",
6825
+ type: "address[]"
6826
+ }
6827
+ ],
6828
+ name: "setAllowedRecipients",
6829
+ outputs: [],
6830
+ stateMutability: "nonpayable",
6831
+ type: "function"
6832
+ },
6833
+ {
6834
+ inputs: [
6835
+ {
6836
+ internalType: "address",
6837
+ name: "_hinkalWrapper",
6838
+ type: "address"
6839
+ }
6840
+ ],
6841
+ name: "setHinkalWrapper",
6842
+ outputs: [],
6843
+ stateMutability: "nonpayable",
6844
+ type: "function"
6845
+ },
6846
+ {
6847
+ inputs: [
6848
+ {
6849
+ internalType: "bytes4",
6850
+ name: "_interfaceId",
6851
+ type: "bytes4"
6852
+ }
6853
+ ],
6854
+ name: "supportsInterface",
6855
+ outputs: [
6856
+ {
6857
+ internalType: "bool",
6858
+ name: "",
6859
+ type: "bool"
6860
+ }
6861
+ ],
6862
+ stateMutability: "view",
6863
+ type: "function"
6864
+ },
6865
+ {
6866
+ inputs: [
6867
+ {
6868
+ internalType: "address",
6869
+ name: "newOwner",
6870
+ type: "address"
6871
+ }
6872
+ ],
6873
+ name: "transferOwnership",
6874
+ outputs: [],
6875
+ stateMutability: "nonpayable",
6876
+ type: "function"
6877
+ },
6878
+ {
6879
+ stateMutability: "payable",
6880
+ type: "receive"
6881
+ }
6882
+ ], A = {
5681
6883
  hinkalAddress: e,
5682
6884
  hinkalABI: t,
5683
6885
  hinkalHelperAddress: n,
@@ -5685,13 +6887,17 @@ const e = "0x25e5e82f5702A27C3466fE68f14abDbbAdFca826", t = [
5685
6887
  accessTokenAddress: i,
5686
6888
  accessTokenABI: s,
5687
6889
  uniswapExternalActionAddress: p,
5688
- odosExternalActionInstanceAddress: y,
5689
- oneInchExternalActionInstanceAddress: r,
6890
+ odosExternalActionInstanceAddress: r,
6891
+ oneInchExternalActionInstanceAddress: y,
5690
6892
  HinkalStakeExternalActionABI: u,
5691
6893
  HTokenABI: l,
5692
6894
  HTokenOracleABI: d,
5693
6895
  emporiumAddress: o,
5694
- hinkalWalletAddress: m
6896
+ hinkalWalletAddress: m,
6897
+ hinkalWrapperAddress: T,
6898
+ hinkalWrapperABI: c,
6899
+ depositOnChainUtxosExternalActionAddress: b,
6900
+ depositOnChainUtxosExternalActionABI: f
5695
6901
  };
5696
6902
  export {
5697
6903
  l as HTokenABI,
@@ -5699,14 +6905,18 @@ export {
5699
6905
  u as HinkalStakeExternalActionABI,
5700
6906
  s as accessTokenABI,
5701
6907
  i as accessTokenAddress,
5702
- T as default,
6908
+ A as default,
6909
+ f as depositOnChainUtxosExternalActionABI,
6910
+ b as depositOnChainUtxosExternalActionAddress,
5703
6911
  o as emporiumAddress,
5704
6912
  t as hinkalABI,
5705
6913
  e as hinkalAddress,
5706
6914
  a as hinkalHelperABI,
5707
6915
  n as hinkalHelperAddress,
5708
6916
  m as hinkalWalletAddress,
5709
- y as odosExternalActionInstanceAddress,
5710
- r as oneInchExternalActionInstanceAddress,
6917
+ c as hinkalWrapperABI,
6918
+ T as hinkalWrapperAddress,
6919
+ r as odosExternalActionInstanceAddress,
6920
+ y as oneInchExternalActionInstanceAddress,
5711
6921
  p as uniswapExternalActionAddress
5712
6922
  };