@sabaaa1/common 0.1.7 → 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 (674) 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/estimateGasRelayer.cjs +1 -1
  542. package/functions/web3/functionCalls/estimateGasRelayer.mjs +12 -12
  543. package/functions/web3/functionCalls/transactCallRelayer.cjs +1 -1
  544. package/functions/web3/functionCalls/transactCallRelayer.d.ts +20 -0
  545. package/functions/web3/functionCalls/transactCallRelayer.mjs +61 -19
  546. package/functions/web3/getContractMetadata.cjs +1 -1
  547. package/functions/web3/getContractMetadata.mjs +20 -50
  548. package/functions/web3/getTokenHolder.cjs +1 -1
  549. package/functions/web3/getTokenHolder.mjs +29 -24
  550. package/functions/web3/index.d.ts +2 -0
  551. package/functions/web3/odosAPI.cjs +1 -1
  552. package/functions/web3/odosAPI.mjs +11 -8
  553. package/functions/web3/okxAPI.cjs +1 -0
  554. package/functions/web3/okxAPI.d.ts +8 -0
  555. package/functions/web3/okxAPI.mjs +43 -0
  556. package/functions/web3/oneInchAPI.cjs +1 -1
  557. package/functions/web3/oneInchAPI.mjs +7 -4
  558. package/functions/web3/runContractFunction.cjs +1 -1
  559. package/functions/web3/runContractFunction.mjs +22 -18
  560. package/functions/web3/signAndSendSerializedTransaction.cjs +1 -0
  561. package/functions/web3/signAndSendSerializedTransaction.d.ts +2 -0
  562. package/functions/web3/signAndSendSerializedTransaction.mjs +11 -0
  563. package/functions/web3/uniswapAPI.cjs +1 -1
  564. package/functions/web3/uniswapAPI.mjs +7 -4
  565. package/index.cjs +1 -1
  566. package/index.mjs +922 -810
  567. package/package.json +12 -16
  568. package/providers/CustomEthersProvider.cjs +1 -0
  569. package/providers/{TorExternalProvider.d.ts → CustomEthersProvider.d.ts} +2 -2
  570. package/providers/CustomEthersProvider.mjs +29 -0
  571. package/providers/CustomSolanaConnection.cjs +1 -0
  572. package/providers/CustomSolanaConnection.d.ts +4 -0
  573. package/providers/CustomSolanaConnection.mjs +33 -0
  574. package/providers/EthersProviderAdapter.cjs +1 -1
  575. package/providers/EthersProviderAdapter.d.ts +1 -2
  576. package/providers/EthersProviderAdapter.mjs +8 -48
  577. package/providers/SolanaProviderAdapter.cjs +1 -0
  578. package/providers/SolanaProviderAdapter.d.ts +44 -0
  579. package/providers/SolanaProviderAdapter.mjs +125 -0
  580. package/providers/WagmiProviderAdapter.cjs +1 -1
  581. package/providers/WagmiProviderAdapter.d.ts +1 -2
  582. package/providers/WagmiProviderAdapter.mjs +26 -24
  583. package/providers/prepareEthersHinkal.cjs +1 -1
  584. package/providers/prepareEthersHinkal.mjs +10 -7
  585. package/providers/prepareWagmiHinkal.cjs +1 -1
  586. package/providers/prepareWagmiHinkal.mjs +9 -6
  587. package/types/IMultiThreadedUtxoUtils.d.ts +2 -2
  588. package/types/TransactionSimulator.types.d.ts +1 -0
  589. package/types/activities.types.cjs +1 -1
  590. package/types/activities.types.d.ts +1 -0
  591. package/types/activities.types.mjs +6 -4
  592. package/types/admin.types.cjs +1 -1
  593. package/types/admin.types.d.ts +16 -0
  594. package/types/admin.types.mjs +1 -1
  595. package/types/all-points.types.d.ts +0 -1
  596. package/types/cache.types.cjs +1 -1
  597. package/types/cache.types.d.ts +8 -1
  598. package/types/cache.types.mjs +1 -1
  599. package/types/circom-data.types.d.ts +6 -0
  600. package/types/commitments.types.d.ts +12 -0
  601. package/types/ethereum-network.types.cjs +1 -1
  602. package/types/ethereum-network.types.d.ts +9 -3
  603. package/types/ethereum-network.types.mjs +1 -1
  604. package/types/external-action.types.cjs +1 -1
  605. package/types/external-action.types.d.ts +3 -1
  606. package/types/external-action.types.mjs +2 -2
  607. package/types/hinkal.types.cjs +1 -1
  608. package/types/hinkal.types.d.ts +3 -2
  609. package/types/hinkal.types.mjs +8 -8
  610. package/types/http.types.d.ts +8 -0
  611. package/types/index.d.ts +3 -2
  612. package/types/new-rewards.type.d.ts +2 -9
  613. package/types/offscreen.types.cjs +1 -1
  614. package/types/offscreen.types.d.ts +2 -1
  615. package/types/offscreen.types.mjs +2 -2
  616. package/types/okx.types.d.ts +57 -0
  617. package/types/rewards.types.d.ts +0 -11
  618. package/types/sandbox.types.cjs +1 -1
  619. package/types/sandbox.types.d.ts +19 -2
  620. package/types/sandbox.types.mjs +2 -2
  621. package/types/solana.types.d.ts +75 -0
  622. package/types/token.types.d.ts +6 -0
  623. package/webworker/snarkjsWorker/snarkjsWorkerLauncher.cjs +1 -1
  624. package/webworker/snarkjsWorker/snarkjsWorkerLauncher.mjs +1 -1
  625. package/webworker/snarkjsWorker/snarkjsWorkerLogic.cjs +1 -1
  626. package/webworker/snarkjsWorker/snarkjsWorkerLogic.d.ts +0 -1
  627. package/webworker/snarkjsWorker/snarkjsWorkerLogic.mjs +28 -30
  628. package/webworker/utxoWorker/utxoWorker.types.d.ts +2 -0
  629. package/webworker/utxoWorker/utxoWorkerLauncher.cjs +1 -1
  630. package/webworker/utxoWorker/utxoWorkerLauncher.mjs +1 -1
  631. package/webworker/utxoWorker/utxoWorkerLogic.cjs +1 -1
  632. package/webworker/utxoWorker/utxoWorkerLogic.mjs +33 -31
  633. package/webworker/viteWorkerURL.constant.cjs +21 -1
  634. package/webworker/viteWorkerURL.constant.mjs +21 -12
  635. package/webworker/zkProofWorker/zkProofWorkerLauncher.cjs +1 -1
  636. package/webworker/zkProofWorker/zkProofWorkerLauncher.mjs +1 -1
  637. package/API/mysteryBoxesCalls.cjs +0 -1
  638. package/API/mysteryBoxesCalls.d.ts +0 -60
  639. package/API/mysteryBoxesCalls.mjs +0 -66
  640. package/assets/snarkjsWorkerLauncher-CWaDqRaL.js +0 -14803
  641. package/assets/utxoWorkerLauncher-BUhBaUSg.js +0 -115868
  642. package/assets/zkProofWorkerLauncher-DlWQP3l9.js +0 -115360
  643. package/constants/mystery-boxes.constants.cjs +0 -1
  644. package/constants/mystery-boxes.constants.d.ts +0 -63
  645. package/constants/mystery-boxes.constants.mjs +0 -355
  646. package/data-structures/event-service/AbstractAccessTokenSnapshotService.cjs +0 -1
  647. package/data-structures/event-service/AbstractApprovalsSnapshotService.cjs +0 -1
  648. package/data-structures/event-service/AbstractCommitmentsSnapshotService.cjs +0 -1
  649. package/data-structures/event-service/AbstractEventService.cjs +0 -1
  650. package/data-structures/event-service/AbstractEventService.mjs +0 -33
  651. package/data-structures/event-service/AbstractSnapshotService.cjs +0 -1
  652. package/data-structures/event-service/BlockchainEventEmitter.cjs +0 -1
  653. package/data-structures/event-service/BlockchainEventEmitter.mjs +0 -80
  654. package/data-structures/snapshot/ClientAccessTokenSnapshotService.cjs +0 -1
  655. package/data-structures/snapshot/ClientApprovalsSnapshotService.cjs +0 -1
  656. package/data-structures/snapshot/ClientApprovalsSnapshotService.mjs +0 -23
  657. package/data-structures/snapshot/ClientCommitmentsSnapshotService.cjs +0 -1
  658. package/data-structures/snapshot/ClientCommitmentsSnapshotService.mjs +0 -31
  659. package/data-structures/snapshot/ClientNullifierSnapshotService.cjs +0 -1
  660. package/data-structures/snapshot/ClientNullifierSnapshotService.mjs +0 -30
  661. package/functions/utils/mystery-box-auction.utils.cjs +0 -1
  662. package/functions/utils/mystery-box-auction.utils.d.ts +0 -8
  663. package/functions/utils/mystery-box-auction.utils.mjs +0 -51
  664. package/providers/TorExternalProvider.cjs +0 -1
  665. package/providers/TorExternalProvider.mjs +0 -29
  666. package/types/merch-order.types.cjs +0 -1
  667. package/types/merch-order.types.d.ts +0 -16
  668. package/types/merch-order.types.mjs +0 -4
  669. package/types/mystery-boxes.types.cjs +0 -1
  670. package/types/mystery-boxes.types.d.ts +0 -43
  671. package/types/mystery-boxes.types.mjs +0 -6
  672. /package/data-structures/event-service/{AbstractNullifierSnapshotService.cjs → evm/AbstractNullifierSnapshotService.cjs} +0 -0
  673. /package/data-structures/event-service/{AbstractNullifierSnapshotService.mjs → evm/AbstractNullifierSnapshotService.mjs} +0 -0
  674. /package/data-structures/event-service/{AbstractSnapshotService.d.ts → evm/AbstractSnapshotService.d.ts} +0 -0
@@ -6142,7 +6142,1209 @@ const e = "0x92c4Dce78EC1833b2966daF9be175EF50e95BA01", t = [
6142
6142
  stateMutability: "view",
6143
6143
  type: "function"
6144
6144
  }
6145
- ], u = "0xe59FF2F5eC7D109221ffaAbE183A64A63FA4F8c8", l = "0x5B9FffF15dE4fFB1c884039B44e49EbB027b130d", d = {
6145
+ ], u = "0xe59FF2F5eC7D109221ffaAbE183A64A63FA4F8c8", l = "0x5B9FffF15dE4fFB1c884039B44e49EbB027b130d", d = "0x5bD7D79BE6e52EcC0969FeEbBbc8482Cb76367ef", o = [
6146
+ {
6147
+ inputs: [
6148
+ {
6149
+ internalType: "address",
6150
+ name: "_hinkal",
6151
+ type: "address"
6152
+ }
6153
+ ],
6154
+ stateMutability: "nonpayable",
6155
+ type: "constructor"
6156
+ },
6157
+ {
6158
+ anonymous: !1,
6159
+ inputs: [
6160
+ {
6161
+ indexed: !0,
6162
+ internalType: "address",
6163
+ name: "previousOwner",
6164
+ type: "address"
6165
+ },
6166
+ {
6167
+ indexed: !0,
6168
+ internalType: "address",
6169
+ name: "newOwner",
6170
+ type: "address"
6171
+ }
6172
+ ],
6173
+ name: "OwnershipTransferStarted",
6174
+ type: "event"
6175
+ },
6176
+ {
6177
+ anonymous: !1,
6178
+ inputs: [
6179
+ {
6180
+ indexed: !0,
6181
+ internalType: "address",
6182
+ name: "previousOwner",
6183
+ type: "address"
6184
+ },
6185
+ {
6186
+ indexed: !0,
6187
+ internalType: "address",
6188
+ name: "newOwner",
6189
+ type: "address"
6190
+ }
6191
+ ],
6192
+ name: "OwnershipTransferred",
6193
+ type: "event"
6194
+ },
6195
+ {
6196
+ inputs: [],
6197
+ name: "acceptOwnership",
6198
+ outputs: [],
6199
+ stateMutability: "nonpayable",
6200
+ type: "function"
6201
+ },
6202
+ {
6203
+ inputs: [],
6204
+ name: "getEth",
6205
+ outputs: [
6206
+ {
6207
+ internalType: "uint256",
6208
+ name: "",
6209
+ type: "uint256"
6210
+ }
6211
+ ],
6212
+ stateMutability: "nonpayable",
6213
+ type: "function"
6214
+ },
6215
+ {
6216
+ inputs: [],
6217
+ name: "getSender",
6218
+ outputs: [
6219
+ {
6220
+ internalType: "address",
6221
+ name: "",
6222
+ type: "address"
6223
+ }
6224
+ ],
6225
+ stateMutability: "view",
6226
+ type: "function"
6227
+ },
6228
+ {
6229
+ inputs: [
6230
+ {
6231
+ internalType: "address",
6232
+ name: "",
6233
+ type: "address"
6234
+ },
6235
+ {
6236
+ internalType: "address",
6237
+ name: "",
6238
+ type: "address"
6239
+ },
6240
+ {
6241
+ internalType: "uint256[]",
6242
+ name: "",
6243
+ type: "uint256[]"
6244
+ },
6245
+ {
6246
+ internalType: "uint256[]",
6247
+ name: "",
6248
+ type: "uint256[]"
6249
+ },
6250
+ {
6251
+ internalType: "bytes",
6252
+ name: "",
6253
+ type: "bytes"
6254
+ }
6255
+ ],
6256
+ name: "onERC1155BatchReceived",
6257
+ outputs: [
6258
+ {
6259
+ internalType: "bytes4",
6260
+ name: "",
6261
+ type: "bytes4"
6262
+ }
6263
+ ],
6264
+ stateMutability: "pure",
6265
+ type: "function"
6266
+ },
6267
+ {
6268
+ inputs: [
6269
+ {
6270
+ internalType: "address",
6271
+ name: "",
6272
+ type: "address"
6273
+ },
6274
+ {
6275
+ internalType: "address",
6276
+ name: "",
6277
+ type: "address"
6278
+ },
6279
+ {
6280
+ internalType: "uint256",
6281
+ name: "",
6282
+ type: "uint256"
6283
+ },
6284
+ {
6285
+ internalType: "uint256",
6286
+ name: "",
6287
+ type: "uint256"
6288
+ },
6289
+ {
6290
+ internalType: "bytes",
6291
+ name: "",
6292
+ type: "bytes"
6293
+ }
6294
+ ],
6295
+ name: "onERC1155Received",
6296
+ outputs: [
6297
+ {
6298
+ internalType: "bytes4",
6299
+ name: "",
6300
+ type: "bytes4"
6301
+ }
6302
+ ],
6303
+ stateMutability: "pure",
6304
+ type: "function"
6305
+ },
6306
+ {
6307
+ inputs: [
6308
+ {
6309
+ internalType: "address",
6310
+ name: "",
6311
+ type: "address"
6312
+ },
6313
+ {
6314
+ internalType: "address",
6315
+ name: "",
6316
+ type: "address"
6317
+ },
6318
+ {
6319
+ internalType: "uint256",
6320
+ name: "",
6321
+ type: "uint256"
6322
+ },
6323
+ {
6324
+ internalType: "bytes",
6325
+ name: "",
6326
+ type: "bytes"
6327
+ }
6328
+ ],
6329
+ name: "onERC721Received",
6330
+ outputs: [
6331
+ {
6332
+ internalType: "bytes4",
6333
+ name: "",
6334
+ type: "bytes4"
6335
+ }
6336
+ ],
6337
+ stateMutability: "pure",
6338
+ type: "function"
6339
+ },
6340
+ {
6341
+ inputs: [],
6342
+ name: "owner",
6343
+ outputs: [
6344
+ {
6345
+ internalType: "address",
6346
+ name: "",
6347
+ type: "address"
6348
+ }
6349
+ ],
6350
+ stateMutability: "view",
6351
+ type: "function"
6352
+ },
6353
+ {
6354
+ inputs: [],
6355
+ name: "pendingOwner",
6356
+ outputs: [
6357
+ {
6358
+ internalType: "address",
6359
+ name: "",
6360
+ type: "address"
6361
+ }
6362
+ ],
6363
+ stateMutability: "view",
6364
+ type: "function"
6365
+ },
6366
+ {
6367
+ inputs: [],
6368
+ name: "renounceOwnership",
6369
+ outputs: [],
6370
+ stateMutability: "view",
6371
+ type: "function"
6372
+ },
6373
+ {
6374
+ inputs: [
6375
+ {
6376
+ internalType: "address",
6377
+ name: "_hinkal",
6378
+ type: "address"
6379
+ }
6380
+ ],
6381
+ name: "setHinkalAddress",
6382
+ outputs: [],
6383
+ stateMutability: "nonpayable",
6384
+ type: "function"
6385
+ },
6386
+ {
6387
+ inputs: [
6388
+ {
6389
+ internalType: "bytes4",
6390
+ name: "_interfaceId",
6391
+ type: "bytes4"
6392
+ }
6393
+ ],
6394
+ name: "supportsInterface",
6395
+ outputs: [
6396
+ {
6397
+ internalType: "bool",
6398
+ name: "",
6399
+ type: "bool"
6400
+ }
6401
+ ],
6402
+ stateMutability: "view",
6403
+ type: "function"
6404
+ },
6405
+ {
6406
+ inputs: [
6407
+ {
6408
+ internalType: "uint256[2]",
6409
+ name: "a",
6410
+ type: "uint256[2]"
6411
+ },
6412
+ {
6413
+ internalType: "uint256[2][2]",
6414
+ name: "b",
6415
+ type: "uint256[2][2]"
6416
+ },
6417
+ {
6418
+ internalType: "uint256[2]",
6419
+ name: "c",
6420
+ type: "uint256[2]"
6421
+ },
6422
+ {
6423
+ components: [
6424
+ {
6425
+ internalType: "uint16",
6426
+ name: "tokenNumber",
6427
+ type: "uint16"
6428
+ },
6429
+ {
6430
+ internalType: "uint16",
6431
+ name: "nullifierAmount",
6432
+ type: "uint16"
6433
+ },
6434
+ {
6435
+ internalType: "uint16",
6436
+ name: "outputAmount",
6437
+ type: "uint16"
6438
+ }
6439
+ ],
6440
+ internalType: "struct Dimensions",
6441
+ name: "dimensions",
6442
+ type: "tuple"
6443
+ },
6444
+ {
6445
+ components: [
6446
+ {
6447
+ internalType: "uint256",
6448
+ name: "rootHashHinkal",
6449
+ type: "uint256"
6450
+ },
6451
+ {
6452
+ internalType: "address[]",
6453
+ name: "erc20TokenAddresses",
6454
+ type: "address[]"
6455
+ },
6456
+ {
6457
+ internalType: "uint256[]",
6458
+ name: "tokenIds",
6459
+ type: "uint256[]"
6460
+ },
6461
+ {
6462
+ internalType: "int256[]",
6463
+ name: "amountChanges",
6464
+ type: "int256[]"
6465
+ },
6466
+ {
6467
+ internalType: "bool[]",
6468
+ name: "onChainCreation",
6469
+ type: "bool[]"
6470
+ },
6471
+ {
6472
+ internalType: "int256[]",
6473
+ name: "slippageValues",
6474
+ type: "int256[]"
6475
+ },
6476
+ {
6477
+ internalType: "uint256[][]",
6478
+ name: "inputNullifiers",
6479
+ type: "uint256[][]"
6480
+ },
6481
+ {
6482
+ internalType: "uint256[][]",
6483
+ name: "outCommitments",
6484
+ type: "uint256[][]"
6485
+ },
6486
+ {
6487
+ internalType: "bytes[][]",
6488
+ name: "encryptedOutputs",
6489
+ type: "bytes[][]"
6490
+ },
6491
+ {
6492
+ components: [
6493
+ {
6494
+ internalType: "address",
6495
+ name: "feeToken",
6496
+ type: "address"
6497
+ },
6498
+ {
6499
+ internalType: "uint256",
6500
+ name: "flatFee",
6501
+ type: "uint256"
6502
+ },
6503
+ {
6504
+ internalType: "uint256",
6505
+ name: "variableRate",
6506
+ type: "uint256"
6507
+ }
6508
+ ],
6509
+ internalType: "struct FeeStructure",
6510
+ name: "feeStructure",
6511
+ type: "tuple"
6512
+ },
6513
+ {
6514
+ internalType: "uint256",
6515
+ name: "timeStamp",
6516
+ type: "uint256"
6517
+ },
6518
+ {
6519
+ components: [
6520
+ {
6521
+ internalType: "uint256",
6522
+ name: "extraRandomization",
6523
+ type: "uint256"
6524
+ },
6525
+ {
6526
+ internalType: "uint256",
6527
+ name: "stealthAddress",
6528
+ type: "uint256"
6529
+ },
6530
+ {
6531
+ internalType: "uint256",
6532
+ name: "H0",
6533
+ type: "uint256"
6534
+ },
6535
+ {
6536
+ internalType: "uint256",
6537
+ name: "H1",
6538
+ type: "uint256"
6539
+ }
6540
+ ],
6541
+ internalType: "struct StealthAddressStructure",
6542
+ name: "stealthAddressStructure",
6543
+ type: "tuple"
6544
+ },
6545
+ {
6546
+ internalType: "uint256",
6547
+ name: "rootHashAccessToken",
6548
+ type: "uint256"
6549
+ },
6550
+ {
6551
+ internalType: "uint256",
6552
+ name: "calldataHash",
6553
+ type: "uint256"
6554
+ },
6555
+ {
6556
+ internalType: "uint16",
6557
+ name: "publicSignalCount",
6558
+ type: "uint16"
6559
+ },
6560
+ {
6561
+ internalType: "address",
6562
+ name: "relay",
6563
+ type: "address"
6564
+ },
6565
+ {
6566
+ internalType: "address",
6567
+ name: "externalAddress",
6568
+ type: "address"
6569
+ },
6570
+ {
6571
+ internalType: "uint256",
6572
+ name: "externalActionId",
6573
+ type: "uint256"
6574
+ },
6575
+ {
6576
+ internalType: "bytes",
6577
+ name: "externalActionMetadata",
6578
+ type: "bytes"
6579
+ },
6580
+ {
6581
+ components: [
6582
+ {
6583
+ internalType: "uint256",
6584
+ name: "hinkalLogicAction",
6585
+ type: "uint256"
6586
+ },
6587
+ {
6588
+ internalType: "uint256",
6589
+ name: "inHinkalAddress",
6590
+ type: "uint256"
6591
+ },
6592
+ {
6593
+ internalType: "int256[]",
6594
+ name: "executeApprovalChanges",
6595
+ type: "int256[]"
6596
+ },
6597
+ {
6598
+ internalType: "bool",
6599
+ name: "doPreTxApproval",
6600
+ type: "bool"
6601
+ },
6602
+ {
6603
+ components: [
6604
+ {
6605
+ internalType: "int256[]",
6606
+ name: "approvalChanges",
6607
+ type: "int256[]"
6608
+ },
6609
+ {
6610
+ internalType: "address[]",
6611
+ name: "externalApprovalAddresses",
6612
+ type: "address[]"
6613
+ },
6614
+ {
6615
+ internalType: "uint256[]",
6616
+ name: "conversionInHinkalAddress",
6617
+ type: "uint256[]"
6618
+ }
6619
+ ],
6620
+ internalType: "struct UseApprovalUTXOData[]",
6621
+ name: "useApprovalUtxoData",
6622
+ type: "tuple[]"
6623
+ }
6624
+ ],
6625
+ internalType: "struct HinkalLogicArgs",
6626
+ name: "hinkalLogicArgs",
6627
+ type: "tuple"
6628
+ },
6629
+ {
6630
+ components: [
6631
+ {
6632
+ internalType: "address",
6633
+ name: "preHookContract",
6634
+ type: "address"
6635
+ },
6636
+ {
6637
+ internalType: "address",
6638
+ name: "hookContract",
6639
+ type: "address"
6640
+ },
6641
+ {
6642
+ internalType: "bytes",
6643
+ name: "preHookMetadata",
6644
+ type: "bytes"
6645
+ },
6646
+ {
6647
+ internalType: "bytes",
6648
+ name: "postHookMetadata",
6649
+ type: "bytes"
6650
+ }
6651
+ ],
6652
+ internalType: "struct HookData",
6653
+ name: "hookData",
6654
+ type: "tuple"
6655
+ },
6656
+ {
6657
+ components: [
6658
+ {
6659
+ internalType: "uint8",
6660
+ name: "v",
6661
+ type: "uint8"
6662
+ },
6663
+ {
6664
+ internalType: "bytes32",
6665
+ name: "r",
6666
+ type: "bytes32"
6667
+ },
6668
+ {
6669
+ internalType: "bytes32",
6670
+ name: "s",
6671
+ type: "bytes32"
6672
+ },
6673
+ {
6674
+ internalType: "uint256",
6675
+ name: "accessKey",
6676
+ type: "uint256"
6677
+ },
6678
+ {
6679
+ internalType: "uint256",
6680
+ name: "nonce",
6681
+ type: "uint256"
6682
+ },
6683
+ {
6684
+ internalType: "address",
6685
+ name: "ethereumAddress",
6686
+ type: "address"
6687
+ }
6688
+ ],
6689
+ internalType: "struct SignatureData",
6690
+ name: "signatureData",
6691
+ type: "tuple"
6692
+ },
6693
+ {
6694
+ internalType: "address",
6695
+ name: "originalSender",
6696
+ type: "address"
6697
+ }
6698
+ ],
6699
+ internalType: "struct CircomData",
6700
+ name: "circomData",
6701
+ type: "tuple"
6702
+ }
6703
+ ],
6704
+ name: "transact",
6705
+ outputs: [],
6706
+ stateMutability: "payable",
6707
+ type: "function"
6708
+ },
6709
+ {
6710
+ inputs: [
6711
+ {
6712
+ internalType: "address",
6713
+ name: "newOwner",
6714
+ type: "address"
6715
+ }
6716
+ ],
6717
+ name: "transferOwnership",
6718
+ outputs: [],
6719
+ stateMutability: "nonpayable",
6720
+ type: "function"
6721
+ },
6722
+ {
6723
+ stateMutability: "payable",
6724
+ type: "receive"
6725
+ }
6726
+ ], m = "0x1E3c941208C392999213f443338CB0cB0eCf2A34", T = [
6727
+ {
6728
+ inputs: [
6729
+ {
6730
+ internalType: "address[]",
6731
+ name: "_allowedRecipients",
6732
+ type: "address[]"
6733
+ },
6734
+ {
6735
+ internalType: "address",
6736
+ name: "_hinkalWrapper",
6737
+ type: "address"
6738
+ }
6739
+ ],
6740
+ stateMutability: "nonpayable",
6741
+ type: "constructor"
6742
+ },
6743
+ {
6744
+ anonymous: !1,
6745
+ inputs: [
6746
+ {
6747
+ indexed: !1,
6748
+ internalType: "address",
6749
+ name: "sender",
6750
+ type: "address"
6751
+ },
6752
+ {
6753
+ indexed: !1,
6754
+ internalType: "address",
6755
+ name: "tokenAddress",
6756
+ type: "address"
6757
+ },
6758
+ {
6759
+ indexed: !1,
6760
+ internalType: "uint256",
6761
+ name: "amount",
6762
+ type: "uint256"
6763
+ }
6764
+ ],
6765
+ name: "BlockedUtxosCreated",
6766
+ type: "event"
6767
+ },
6768
+ {
6769
+ anonymous: !1,
6770
+ inputs: [
6771
+ {
6772
+ indexed: !0,
6773
+ internalType: "address",
6774
+ name: "previousOwner",
6775
+ type: "address"
6776
+ },
6777
+ {
6778
+ indexed: !0,
6779
+ internalType: "address",
6780
+ name: "newOwner",
6781
+ type: "address"
6782
+ }
6783
+ ],
6784
+ name: "OwnershipTransferStarted",
6785
+ type: "event"
6786
+ },
6787
+ {
6788
+ anonymous: !1,
6789
+ inputs: [
6790
+ {
6791
+ indexed: !0,
6792
+ internalType: "address",
6793
+ name: "previousOwner",
6794
+ type: "address"
6795
+ },
6796
+ {
6797
+ indexed: !0,
6798
+ internalType: "address",
6799
+ name: "newOwner",
6800
+ type: "address"
6801
+ }
6802
+ ],
6803
+ name: "OwnershipTransferred",
6804
+ type: "event"
6805
+ },
6806
+ {
6807
+ inputs: [],
6808
+ name: "acceptOwnership",
6809
+ outputs: [],
6810
+ stateMutability: "nonpayable",
6811
+ type: "function"
6812
+ },
6813
+ {
6814
+ inputs: [
6815
+ {
6816
+ internalType: "address",
6817
+ name: "",
6818
+ type: "address"
6819
+ },
6820
+ {
6821
+ internalType: "address",
6822
+ name: "",
6823
+ type: "address"
6824
+ },
6825
+ {
6826
+ internalType: "uint256[]",
6827
+ name: "",
6828
+ type: "uint256[]"
6829
+ },
6830
+ {
6831
+ internalType: "uint256[]",
6832
+ name: "",
6833
+ type: "uint256[]"
6834
+ },
6835
+ {
6836
+ internalType: "bytes",
6837
+ name: "",
6838
+ type: "bytes"
6839
+ }
6840
+ ],
6841
+ name: "onERC1155BatchReceived",
6842
+ outputs: [
6843
+ {
6844
+ internalType: "bytes4",
6845
+ name: "",
6846
+ type: "bytes4"
6847
+ }
6848
+ ],
6849
+ stateMutability: "pure",
6850
+ type: "function"
6851
+ },
6852
+ {
6853
+ inputs: [
6854
+ {
6855
+ internalType: "address",
6856
+ name: "",
6857
+ type: "address"
6858
+ },
6859
+ {
6860
+ internalType: "address",
6861
+ name: "",
6862
+ type: "address"
6863
+ },
6864
+ {
6865
+ internalType: "uint256",
6866
+ name: "",
6867
+ type: "uint256"
6868
+ },
6869
+ {
6870
+ internalType: "uint256",
6871
+ name: "",
6872
+ type: "uint256"
6873
+ },
6874
+ {
6875
+ internalType: "bytes",
6876
+ name: "",
6877
+ type: "bytes"
6878
+ }
6879
+ ],
6880
+ name: "onERC1155Received",
6881
+ outputs: [
6882
+ {
6883
+ internalType: "bytes4",
6884
+ name: "",
6885
+ type: "bytes4"
6886
+ }
6887
+ ],
6888
+ stateMutability: "pure",
6889
+ type: "function"
6890
+ },
6891
+ {
6892
+ inputs: [
6893
+ {
6894
+ internalType: "address",
6895
+ name: "",
6896
+ type: "address"
6897
+ },
6898
+ {
6899
+ internalType: "address",
6900
+ name: "",
6901
+ type: "address"
6902
+ },
6903
+ {
6904
+ internalType: "uint256",
6905
+ name: "",
6906
+ type: "uint256"
6907
+ },
6908
+ {
6909
+ internalType: "bytes",
6910
+ name: "",
6911
+ type: "bytes"
6912
+ }
6913
+ ],
6914
+ name: "onERC721Received",
6915
+ outputs: [
6916
+ {
6917
+ internalType: "bytes4",
6918
+ name: "",
6919
+ type: "bytes4"
6920
+ }
6921
+ ],
6922
+ stateMutability: "pure",
6923
+ type: "function"
6924
+ },
6925
+ {
6926
+ inputs: [],
6927
+ name: "owner",
6928
+ outputs: [
6929
+ {
6930
+ internalType: "address",
6931
+ name: "",
6932
+ type: "address"
6933
+ }
6934
+ ],
6935
+ stateMutability: "view",
6936
+ type: "function"
6937
+ },
6938
+ {
6939
+ inputs: [],
6940
+ name: "pendingOwner",
6941
+ outputs: [
6942
+ {
6943
+ internalType: "address",
6944
+ name: "",
6945
+ type: "address"
6946
+ }
6947
+ ],
6948
+ stateMutability: "view",
6949
+ type: "function"
6950
+ },
6951
+ {
6952
+ inputs: [],
6953
+ name: "renounceOwnership",
6954
+ outputs: [],
6955
+ stateMutability: "view",
6956
+ type: "function"
6957
+ },
6958
+ {
6959
+ inputs: [
6960
+ {
6961
+ components: [
6962
+ {
6963
+ internalType: "uint256",
6964
+ name: "rootHashHinkal",
6965
+ type: "uint256"
6966
+ },
6967
+ {
6968
+ internalType: "address[]",
6969
+ name: "erc20TokenAddresses",
6970
+ type: "address[]"
6971
+ },
6972
+ {
6973
+ internalType: "uint256[]",
6974
+ name: "tokenIds",
6975
+ type: "uint256[]"
6976
+ },
6977
+ {
6978
+ internalType: "int256[]",
6979
+ name: "amountChanges",
6980
+ type: "int256[]"
6981
+ },
6982
+ {
6983
+ internalType: "bool[]",
6984
+ name: "onChainCreation",
6985
+ type: "bool[]"
6986
+ },
6987
+ {
6988
+ internalType: "int256[]",
6989
+ name: "slippageValues",
6990
+ type: "int256[]"
6991
+ },
6992
+ {
6993
+ internalType: "uint256[][]",
6994
+ name: "inputNullifiers",
6995
+ type: "uint256[][]"
6996
+ },
6997
+ {
6998
+ internalType: "uint256[][]",
6999
+ name: "outCommitments",
7000
+ type: "uint256[][]"
7001
+ },
7002
+ {
7003
+ internalType: "bytes[][]",
7004
+ name: "encryptedOutputs",
7005
+ type: "bytes[][]"
7006
+ },
7007
+ {
7008
+ components: [
7009
+ {
7010
+ internalType: "address",
7011
+ name: "feeToken",
7012
+ type: "address"
7013
+ },
7014
+ {
7015
+ internalType: "uint256",
7016
+ name: "flatFee",
7017
+ type: "uint256"
7018
+ },
7019
+ {
7020
+ internalType: "uint256",
7021
+ name: "variableRate",
7022
+ type: "uint256"
7023
+ }
7024
+ ],
7025
+ internalType: "struct FeeStructure",
7026
+ name: "feeStructure",
7027
+ type: "tuple"
7028
+ },
7029
+ {
7030
+ internalType: "uint256",
7031
+ name: "timeStamp",
7032
+ type: "uint256"
7033
+ },
7034
+ {
7035
+ components: [
7036
+ {
7037
+ internalType: "uint256",
7038
+ name: "extraRandomization",
7039
+ type: "uint256"
7040
+ },
7041
+ {
7042
+ internalType: "uint256",
7043
+ name: "stealthAddress",
7044
+ type: "uint256"
7045
+ },
7046
+ {
7047
+ internalType: "uint256",
7048
+ name: "H0",
7049
+ type: "uint256"
7050
+ },
7051
+ {
7052
+ internalType: "uint256",
7053
+ name: "H1",
7054
+ type: "uint256"
7055
+ }
7056
+ ],
7057
+ internalType: "struct StealthAddressStructure",
7058
+ name: "stealthAddressStructure",
7059
+ type: "tuple"
7060
+ },
7061
+ {
7062
+ internalType: "uint256",
7063
+ name: "rootHashAccessToken",
7064
+ type: "uint256"
7065
+ },
7066
+ {
7067
+ internalType: "uint256",
7068
+ name: "calldataHash",
7069
+ type: "uint256"
7070
+ },
7071
+ {
7072
+ internalType: "uint16",
7073
+ name: "publicSignalCount",
7074
+ type: "uint16"
7075
+ },
7076
+ {
7077
+ internalType: "address",
7078
+ name: "relay",
7079
+ type: "address"
7080
+ },
7081
+ {
7082
+ internalType: "address",
7083
+ name: "externalAddress",
7084
+ type: "address"
7085
+ },
7086
+ {
7087
+ internalType: "uint256",
7088
+ name: "externalActionId",
7089
+ type: "uint256"
7090
+ },
7091
+ {
7092
+ internalType: "bytes",
7093
+ name: "externalActionMetadata",
7094
+ type: "bytes"
7095
+ },
7096
+ {
7097
+ components: [
7098
+ {
7099
+ internalType: "uint256",
7100
+ name: "hinkalLogicAction",
7101
+ type: "uint256"
7102
+ },
7103
+ {
7104
+ internalType: "uint256",
7105
+ name: "inHinkalAddress",
7106
+ type: "uint256"
7107
+ },
7108
+ {
7109
+ internalType: "int256[]",
7110
+ name: "executeApprovalChanges",
7111
+ type: "int256[]"
7112
+ },
7113
+ {
7114
+ internalType: "bool",
7115
+ name: "doPreTxApproval",
7116
+ type: "bool"
7117
+ },
7118
+ {
7119
+ components: [
7120
+ {
7121
+ internalType: "int256[]",
7122
+ name: "approvalChanges",
7123
+ type: "int256[]"
7124
+ },
7125
+ {
7126
+ internalType: "address[]",
7127
+ name: "externalApprovalAddresses",
7128
+ type: "address[]"
7129
+ },
7130
+ {
7131
+ internalType: "uint256[]",
7132
+ name: "conversionInHinkalAddress",
7133
+ type: "uint256[]"
7134
+ }
7135
+ ],
7136
+ internalType: "struct UseApprovalUTXOData[]",
7137
+ name: "useApprovalUtxoData",
7138
+ type: "tuple[]"
7139
+ }
7140
+ ],
7141
+ internalType: "struct HinkalLogicArgs",
7142
+ name: "hinkalLogicArgs",
7143
+ type: "tuple"
7144
+ },
7145
+ {
7146
+ components: [
7147
+ {
7148
+ internalType: "address",
7149
+ name: "preHookContract",
7150
+ type: "address"
7151
+ },
7152
+ {
7153
+ internalType: "address",
7154
+ name: "hookContract",
7155
+ type: "address"
7156
+ },
7157
+ {
7158
+ internalType: "bytes",
7159
+ name: "preHookMetadata",
7160
+ type: "bytes"
7161
+ },
7162
+ {
7163
+ internalType: "bytes",
7164
+ name: "postHookMetadata",
7165
+ type: "bytes"
7166
+ }
7167
+ ],
7168
+ internalType: "struct HookData",
7169
+ name: "hookData",
7170
+ type: "tuple"
7171
+ },
7172
+ {
7173
+ components: [
7174
+ {
7175
+ internalType: "uint8",
7176
+ name: "v",
7177
+ type: "uint8"
7178
+ },
7179
+ {
7180
+ internalType: "bytes32",
7181
+ name: "r",
7182
+ type: "bytes32"
7183
+ },
7184
+ {
7185
+ internalType: "bytes32",
7186
+ name: "s",
7187
+ type: "bytes32"
7188
+ },
7189
+ {
7190
+ internalType: "uint256",
7191
+ name: "accessKey",
7192
+ type: "uint256"
7193
+ },
7194
+ {
7195
+ internalType: "uint256",
7196
+ name: "nonce",
7197
+ type: "uint256"
7198
+ },
7199
+ {
7200
+ internalType: "address",
7201
+ name: "ethereumAddress",
7202
+ type: "address"
7203
+ }
7204
+ ],
7205
+ internalType: "struct SignatureData",
7206
+ name: "signatureData",
7207
+ type: "tuple"
7208
+ },
7209
+ {
7210
+ internalType: "address",
7211
+ name: "originalSender",
7212
+ type: "address"
7213
+ }
7214
+ ],
7215
+ internalType: "struct CircomData",
7216
+ name: "circomData",
7217
+ type: "tuple"
7218
+ },
7219
+ {
7220
+ internalType: "int256[]",
7221
+ name: "deltaAmounts",
7222
+ type: "int256[]"
7223
+ }
7224
+ ],
7225
+ name: "runAction",
7226
+ outputs: [
7227
+ {
7228
+ components: [
7229
+ {
7230
+ internalType: "uint256",
7231
+ name: "amount",
7232
+ type: "uint256"
7233
+ },
7234
+ {
7235
+ internalType: "address",
7236
+ name: "erc20Address",
7237
+ type: "address"
7238
+ },
7239
+ {
7240
+ components: [
7241
+ {
7242
+ internalType: "uint256",
7243
+ name: "extraRandomization",
7244
+ type: "uint256"
7245
+ },
7246
+ {
7247
+ internalType: "uint256",
7248
+ name: "stealthAddress",
7249
+ type: "uint256"
7250
+ },
7251
+ {
7252
+ internalType: "uint256",
7253
+ name: "H0",
7254
+ type: "uint256"
7255
+ },
7256
+ {
7257
+ internalType: "uint256",
7258
+ name: "H1",
7259
+ type: "uint256"
7260
+ }
7261
+ ],
7262
+ internalType: "struct StealthAddressStructure",
7263
+ name: "stealthAddressStructure",
7264
+ type: "tuple"
7265
+ },
7266
+ {
7267
+ internalType: "uint256",
7268
+ name: "timeStamp",
7269
+ type: "uint256"
7270
+ },
7271
+ {
7272
+ internalType: "uint256",
7273
+ name: "tokenId",
7274
+ type: "uint256"
7275
+ }
7276
+ ],
7277
+ internalType: "struct UTXO[]",
7278
+ name: "",
7279
+ type: "tuple[]"
7280
+ }
7281
+ ],
7282
+ stateMutability: "nonpayable",
7283
+ type: "function"
7284
+ },
7285
+ {
7286
+ inputs: [
7287
+ {
7288
+ internalType: "address[]",
7289
+ name: "recipients",
7290
+ type: "address[]"
7291
+ }
7292
+ ],
7293
+ name: "setAllowedRecipients",
7294
+ outputs: [],
7295
+ stateMutability: "nonpayable",
7296
+ type: "function"
7297
+ },
7298
+ {
7299
+ inputs: [
7300
+ {
7301
+ internalType: "address",
7302
+ name: "_hinkalWrapper",
7303
+ type: "address"
7304
+ }
7305
+ ],
7306
+ name: "setHinkalWrapper",
7307
+ outputs: [],
7308
+ stateMutability: "nonpayable",
7309
+ type: "function"
7310
+ },
7311
+ {
7312
+ inputs: [
7313
+ {
7314
+ internalType: "bytes4",
7315
+ name: "_interfaceId",
7316
+ type: "bytes4"
7317
+ }
7318
+ ],
7319
+ name: "supportsInterface",
7320
+ outputs: [
7321
+ {
7322
+ internalType: "bool",
7323
+ name: "",
7324
+ type: "bool"
7325
+ }
7326
+ ],
7327
+ stateMutability: "view",
7328
+ type: "function"
7329
+ },
7330
+ {
7331
+ inputs: [
7332
+ {
7333
+ internalType: "address",
7334
+ name: "newOwner",
7335
+ type: "address"
7336
+ }
7337
+ ],
7338
+ name: "transferOwnership",
7339
+ outputs: [],
7340
+ stateMutability: "nonpayable",
7341
+ type: "function"
7342
+ },
7343
+ {
7344
+ stateMutability: "payable",
7345
+ type: "receive"
7346
+ }
7347
+ ], c = {
6146
7348
  hinkalAddress: e,
6147
7349
  hinkalABI: t,
6148
7350
  hinkalHelperAddress: n,
@@ -6153,7 +7355,11 @@ const e = "0x92c4Dce78EC1833b2966daF9be175EF50e95BA01", t = [
6153
7355
  HTokenABI: y,
6154
7356
  HTokenOracleABI: r,
6155
7357
  emporiumAddress: u,
6156
- hinkalWalletAddress: l
7358
+ hinkalWalletAddress: l,
7359
+ hinkalWrapperAddress: d,
7360
+ hinkalWrapperABI: o,
7361
+ depositOnChainUtxosExternalActionAddress: m,
7362
+ depositOnChainUtxosExternalActionABI: T
6157
7363
  };
6158
7364
  export {
6159
7365
  y as HTokenABI,
@@ -6161,11 +7367,15 @@ export {
6161
7367
  p as HinkalStakeExternalActionABI,
6162
7368
  s as accessTokenABI,
6163
7369
  i as accessTokenAddress,
6164
- d as default,
7370
+ c as default,
7371
+ T as depositOnChainUtxosExternalActionABI,
7372
+ m as depositOnChainUtxosExternalActionAddress,
6165
7373
  u as emporiumAddress,
6166
7374
  t as hinkalABI,
6167
7375
  e as hinkalAddress,
6168
7376
  a as hinkalHelperABI,
6169
7377
  n as hinkalHelperAddress,
6170
- l as hinkalWalletAddress
7378
+ l as hinkalWalletAddress,
7379
+ o as hinkalWrapperABI,
7380
+ d as hinkalWrapperAddress
6171
7381
  };