@hinkal/common 0.2.13 → 0.2.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 (656) hide show
  1. package/API/API.cjs +1 -1
  2. package/API/API.d.ts +10 -3
  3. package/API/API.mjs +42 -31
  4. package/API/ai-calls.cjs +1 -0
  5. package/API/ai-calls.d.ts +9 -0
  6. package/API/ai-calls.mjs +13 -0
  7. package/API/callCurveAPI.cjs +1 -1
  8. package/API/callCurveAPI.mjs +28 -22
  9. package/API/callRelayer.d.ts +3 -2
  10. package/API/dataServerCalls.cjs +1 -1
  11. package/API/dataServerCalls.d.ts +4 -0
  12. package/API/dataServerCalls.mjs +11 -7
  13. package/API/duneAPI.cjs +1 -1
  14. package/API/duneAPI.mjs +7 -4
  15. package/API/fetchCommitmentsCache.cjs +1 -1
  16. package/API/fetchCommitmentsCache.d.ts +9 -1
  17. package/API/fetchCommitmentsCache.mjs +6 -5
  18. package/API/getGasEstimates.cjs +1 -1
  19. package/API/getGasEstimates.d.ts +2 -1
  20. package/API/getGasEstimates.mjs +10 -9
  21. package/API/getServerURL.d.ts +1 -1
  22. package/API/index.d.ts +2 -0
  23. package/API/is-tx-stateless.cjs +1 -0
  24. package/API/is-tx-stateless.d.ts +3 -0
  25. package/API/is-tx-stateless.mjs +9 -0
  26. package/API/rewardsPointsCalls.cjs +1 -1
  27. package/API/rewardsPointsCalls.d.ts +3 -3
  28. package/API/rewardsPointsCalls.mjs +1 -3
  29. package/API/tenderly.api.cjs +1 -0
  30. package/API/tenderly.api.d.ts +12 -0
  31. package/API/tenderly.api.mjs +47 -0
  32. package/API/token-calls.cjs +1 -0
  33. package/API/token-calls.d.ts +2 -0
  34. package/API/token-calls.mjs +9 -0
  35. package/API/userVerifyTransactions.cjs +1 -1
  36. package/API/userVerifyTransactions.d.ts +6 -7
  37. package/API/userVerifyTransactions.mjs +13 -14
  38. package/constants/addresses.constants.cjs +1 -0
  39. package/constants/addresses.constants.d.ts +16 -0
  40. package/constants/addresses.constants.mjs +50 -0
  41. package/constants/assets.constants.cjs +1 -1
  42. package/constants/assets.constants.mjs +13 -13
  43. package/constants/axelar.constants.cjs +1 -1
  44. package/constants/axelar.constants.mjs +5 -5
  45. package/constants/balance.constants.cjs +1 -0
  46. package/constants/balance.constants.d.ts +1 -0
  47. package/constants/balance.constants.mjs +4 -0
  48. package/constants/chains.constants.cjs +1 -1
  49. package/constants/chains.constants.d.ts +0 -2
  50. package/constants/chains.constants.mjs +28 -40
  51. package/constants/contracts.constants.cjs +1 -1
  52. package/constants/contracts.constants.mjs +144 -140
  53. package/constants/conversion.constants.cjs +1 -0
  54. package/constants/conversion.constants.d.ts +1 -0
  55. package/constants/conversion.constants.mjs +4 -0
  56. package/constants/deploy-data/deploy-data-arbMainnet.json.cjs +1 -1
  57. package/constants/deploy-data/deploy-data-arbMainnet.json.mjs +846 -11
  58. package/constants/deploy-data/deploy-data-avalanche.json.cjs +1 -1
  59. package/constants/deploy-data/deploy-data-avalanche.json.mjs +848 -13
  60. package/constants/deploy-data/deploy-data-base.json.cjs +1 -1
  61. package/constants/deploy-data/deploy-data-base.json.mjs +852 -17
  62. package/constants/deploy-data/deploy-data-bnbMainnet.json.cjs +1 -1
  63. package/constants/deploy-data/deploy-data-bnbMainnet.json.mjs +855 -20
  64. package/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -1
  65. package/constants/deploy-data/deploy-data-ethMainnet.json.mjs +850 -15
  66. package/constants/deploy-data/deploy-data-localhost.json.cjs +1 -1
  67. package/constants/deploy-data/deploy-data-localhost.json.mjs +3208 -1550
  68. package/constants/deploy-data/deploy-data-optimism.json.cjs +1 -1
  69. package/constants/deploy-data/deploy-data-optimism.json.mjs +10010 -3429
  70. package/constants/deploy-data/deploy-data-polygon.json.cjs +1 -1
  71. package/constants/deploy-data/deploy-data-polygon.json.mjs +844 -9
  72. package/constants/fees.constants.cjs +1 -1
  73. package/constants/fees.constants.d.ts +5 -3
  74. package/constants/fees.constants.mjs +22 -19
  75. package/constants/index.d.ts +6 -0
  76. package/constants/kyc.constants.cjs +1 -1
  77. package/constants/kyc.constants.mjs +30 -18
  78. package/constants/mediaUrls.constants.cjs +1 -0
  79. package/constants/mediaUrls.constants.d.ts +23 -0
  80. package/constants/mediaUrls.constants.mjs +26 -0
  81. package/constants/permit2.constants.cjs +1 -0
  82. package/constants/permit2.constants.d.ts +2 -0
  83. package/constants/permit2.constants.mjs +5 -0
  84. package/constants/protocol.constants.cjs +1 -1
  85. package/constants/protocol.constants.d.ts +6 -0
  86. package/constants/protocol.constants.mjs +27 -15
  87. package/constants/rewards.constants.cjs +1 -1
  88. package/constants/rewards.constants.mjs +14 -12
  89. package/constants/server.constants.cjs +1 -1
  90. package/constants/server.constants.d.ts +14 -6
  91. package/constants/server.constants.mjs +24 -16
  92. package/constants/token-data/ERC20Registry.cjs +1 -1
  93. package/constants/token-data/ERC20Registry.mjs +49 -48
  94. package/constants/token-data/arbMainnetRegistry.json.cjs +1 -1
  95. package/constants/token-data/arbMainnetRegistry.json.mjs +89 -86
  96. package/constants/token-data/arbMainnetRegistryFixed.json.cjs +1 -1
  97. package/constants/token-data/arbMainnetRegistryFixed.json.mjs +79 -76
  98. package/constants/token-data/avalancheRegistry.json.cjs +1 -1
  99. package/constants/token-data/avalancheRegistry.json.mjs +51 -48
  100. package/constants/token-data/avalancheRegistryFixed.json.cjs +1 -1
  101. package/constants/token-data/avalancheRegistryFixed.json.mjs +51 -48
  102. package/constants/token-data/baseRegistry.json.cjs +1 -1
  103. package/constants/token-data/baseRegistry.json.mjs +34 -31
  104. package/constants/token-data/baseRegistryFixed.json.cjs +1 -1
  105. package/constants/token-data/baseRegistryFixed.json.mjs +31 -28
  106. package/constants/token-data/bnbMainnetRegistry.json.cjs +1 -1
  107. package/constants/token-data/bnbMainnetRegistry.json.mjs +67 -64
  108. package/constants/token-data/bnbMainnetRegistryFixed.json.cjs +1 -1
  109. package/constants/token-data/bnbMainnetRegistryFixed.json.mjs +67 -64
  110. package/constants/token-data/ethMainnetRegistry.json.cjs +1 -1
  111. package/constants/token-data/ethMainnetRegistry.json.mjs +229 -226
  112. package/constants/token-data/ethMainnetRegistryFixed.json.cjs +1 -1
  113. package/constants/token-data/ethMainnetRegistryFixed.json.mjs +193 -190
  114. package/constants/token-data/index.cjs +1 -0
  115. package/constants/token-data/index.d.ts +1063 -15
  116. package/constants/token-data/index.mjs +34 -0
  117. package/constants/token-data/localhostRegistry.json.cjs +1 -1
  118. package/constants/token-data/localhostRegistry.json.mjs +296 -276
  119. package/constants/token-data/optimismRegistry.json.cjs +1 -1
  120. package/constants/token-data/optimismRegistry.json.mjs +703 -180
  121. package/constants/token-data/optimismRegistryFixed.json.cjs +1 -1
  122. package/constants/token-data/optimismRegistryFixed.json.mjs +679 -173
  123. package/constants/token-data/polygonRegistry.json.cjs +1 -1
  124. package/constants/token-data/polygonRegistry.json.mjs +110 -107
  125. package/constants/token-data/polygonRegistryFixed.json.cjs +1 -1
  126. package/constants/token-data/polygonRegistryFixed.json.mjs +102 -99
  127. package/constants/token.limits.constants.cjs +1 -0
  128. package/constants/token.limits.constants.d.ts +5 -0
  129. package/constants/token.limits.constants.mjs +30 -0
  130. package/constants/vite.constants.cjs +1 -1
  131. package/constants/vite.constants.d.ts +5 -0
  132. package/constants/vite.constants.mjs +26 -22
  133. package/data-structures/Hinkal/Hinkal.cjs +1 -1
  134. package/data-structures/Hinkal/Hinkal.d.ts +48 -20
  135. package/data-structures/Hinkal/Hinkal.mjs +263 -85
  136. package/data-structures/Hinkal/IHinkal.d.ts +37 -10
  137. package/data-structures/Hinkal/hinkalActionBeefy.cjs +1 -1
  138. package/data-structures/Hinkal/hinkalActionBeefy.mjs +25 -23
  139. package/data-structures/Hinkal/hinkalActionConvex.cjs +1 -1
  140. package/data-structures/Hinkal/hinkalActionConvex.mjs +11 -9
  141. package/data-structures/Hinkal/hinkalActionCurve.cjs +1 -1
  142. package/data-structures/Hinkal/hinkalActionCurve.mjs +18 -16
  143. package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.cjs +1 -0
  144. package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.d.ts +3 -0
  145. package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.mjs +61 -0
  146. package/data-structures/Hinkal/hinkalActionLidoEth.cjs +1 -1
  147. package/data-structures/Hinkal/hinkalActionLidoEth.mjs +24 -22
  148. package/data-structures/Hinkal/hinkalActionPendle.cjs +1 -1
  149. package/data-structures/Hinkal/hinkalActionPendle.d.ts +1 -1
  150. package/data-structures/Hinkal/hinkalActionPendle.mjs +17 -15
  151. package/data-structures/Hinkal/hinkalActionPendleLP.cjs +1 -1
  152. package/data-structures/Hinkal/hinkalActionPendleLP.mjs +29 -26
  153. package/data-structures/Hinkal/hinkalActionReceive.cjs +1 -0
  154. package/data-structures/Hinkal/hinkalActionReceive.d.ts +4 -0
  155. package/data-structures/Hinkal/hinkalActionReceive.mjs +39 -0
  156. package/data-structures/Hinkal/hinkalActionStake.cjs +1 -1
  157. package/data-structures/Hinkal/hinkalActionStake.d.ts +1 -1
  158. package/data-structures/Hinkal/hinkalActionStake.mjs +15 -11
  159. package/data-structures/Hinkal/hinkalActionVolatile.cjs +1 -1
  160. package/data-structures/Hinkal/hinkalActionVolatile.d.ts +1 -1
  161. package/data-structures/Hinkal/hinkalActionVolatile.mjs +31 -26
  162. package/data-structures/Hinkal/hinkalApprove.cjs +1 -0
  163. package/data-structures/Hinkal/hinkalApprove.d.ts +2 -0
  164. package/data-structures/Hinkal/hinkalApprove.mjs +120 -0
  165. package/data-structures/Hinkal/hinkalCheckTokenRegistry.cjs +1 -0
  166. package/data-structures/Hinkal/hinkalCheckTokenRegistry.d.ts +3 -0
  167. package/data-structures/Hinkal/hinkalCheckTokenRegistry.mjs +12 -0
  168. package/data-structures/Hinkal/hinkalDeploySubAccount.cjs +1 -0
  169. package/data-structures/Hinkal/hinkalDeploySubAccount.d.ts +3 -0
  170. package/data-structures/Hinkal/hinkalDeploySubAccount.mjs +15 -0
  171. package/data-structures/Hinkal/hinkalDeposit.cjs +1 -1
  172. package/data-structures/Hinkal/hinkalDeposit.d.ts +3 -2
  173. package/data-structures/Hinkal/hinkalDeposit.mjs +116 -52
  174. package/data-structures/Hinkal/hinkalGetRecipientInfo.cjs +1 -0
  175. package/data-structures/Hinkal/hinkalGetRecipientInfo.d.ts +2 -0
  176. package/data-structures/Hinkal/hinkalGetRecipientInfo.mjs +10 -0
  177. package/data-structures/Hinkal/hinkalGetZkMeProvider.cjs +1 -1
  178. package/data-structures/Hinkal/hinkalGetZkMeProvider.mjs +6 -17
  179. package/data-structures/Hinkal/hinkalInsideTransact.cjs +1 -0
  180. package/data-structures/Hinkal/hinkalInsideTransact.d.ts +2 -0
  181. package/data-structures/Hinkal/hinkalInsideTransact.mjs +111 -0
  182. package/data-structures/Hinkal/hinkalMultiSend.cjs +1 -0
  183. package/data-structures/Hinkal/hinkalMultiSend.d.ts +3 -0
  184. package/data-structures/Hinkal/hinkalMultiSend.mjs +13 -0
  185. package/data-structures/Hinkal/hinkalPrivateWallet.cjs +1 -1
  186. package/data-structures/Hinkal/hinkalPrivateWallet.d.ts +2 -1
  187. package/data-structures/Hinkal/hinkalPrivateWallet.mjs +83 -37
  188. package/data-structures/Hinkal/hinkalProoflessDeposit.cjs +1 -0
  189. package/data-structures/Hinkal/hinkalProoflessDeposit.d.ts +4 -0
  190. package/data-structures/Hinkal/hinkalProoflessDeposit.mjs +46 -0
  191. package/data-structures/Hinkal/hinkalProxySwap.cjs +1 -0
  192. package/data-structures/Hinkal/hinkalProxySwap.d.ts +5 -0
  193. package/data-structures/Hinkal/hinkalProxySwap.mjs +36 -0
  194. package/data-structures/Hinkal/hinkalSignSubAccount.cjs +1 -0
  195. package/data-structures/Hinkal/hinkalSignSubAccount.d.ts +3 -0
  196. package/data-structures/Hinkal/hinkalSignSubAccount.mjs +20 -0
  197. package/data-structures/Hinkal/hinkalSwap.cjs +1 -1
  198. package/data-structures/Hinkal/hinkalSwap.d.ts +2 -1
  199. package/data-structures/Hinkal/hinkalSwap.mjs +69 -60
  200. package/data-structures/Hinkal/hinkalWithdraw.cjs +1 -1
  201. package/data-structures/Hinkal/hinkalWithdraw.d.ts +3 -1
  202. package/data-structures/Hinkal/hinkalWithdraw.mjs +77 -50
  203. package/data-structures/Hinkal/index.d.ts +1 -0
  204. package/data-structures/Hinkal/resetMerkleTrees.cjs +1 -1
  205. package/data-structures/Hinkal/resetMerkleTrees.mjs +18 -11
  206. package/data-structures/IndexedDB/activity-db.cjs +1 -0
  207. package/data-structures/IndexedDB/activity-db.d.ts +16 -0
  208. package/data-structures/IndexedDB/activity-db.mjs +124 -0
  209. package/data-structures/IndexedDB/balances-db.cjs +1 -0
  210. package/data-structures/IndexedDB/balances-db.d.ts +13 -0
  211. package/data-structures/IndexedDB/balances-db.mjs +75 -0
  212. package/data-structures/IndexedDB/contact-db.cjs +1 -0
  213. package/data-structures/IndexedDB/contact-db.d.ts +11 -0
  214. package/data-structures/IndexedDB/contact-db.mjs +44 -0
  215. package/data-structures/IndexedDB/index.d.ts +5 -0
  216. package/data-structures/IndexedDB/prices-db.cjs +1 -0
  217. package/data-structures/IndexedDB/prices-db.d.ts +9 -0
  218. package/data-structures/IndexedDB/prices-db.mjs +62 -0
  219. package/data-structures/IndexedDB/private-balances-db.cjs +1 -0
  220. package/data-structures/IndexedDB/private-balances-db.d.ts +9 -0
  221. package/data-structures/IndexedDB/private-balances-db.mjs +28 -0
  222. package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.cjs +1 -1
  223. package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs +47 -44
  224. package/data-structures/TokenDBs/PrivateTokensDB.cjs +1 -0
  225. package/data-structures/TokenDBs/PrivateTokensDB.d.ts +11 -0
  226. package/data-structures/TokenDBs/PrivateTokensDB.mjs +53 -0
  227. package/data-structures/TokenDBs/PublicTokensDB.cjs +1 -0
  228. package/data-structures/TokenDBs/PublicTokensDB.d.ts +13 -0
  229. package/data-structures/TokenDBs/PublicTokensDB.mjs +81 -0
  230. package/data-structures/TokenDBs/index.d.ts +2 -0
  231. package/data-structures/cacheDevices/AttachableMemoryCacheDevice.cjs +1 -0
  232. package/data-structures/cacheDevices/AttachableMemoryCacheDevice.d.ts +8 -0
  233. package/data-structures/cacheDevices/AttachableMemoryCacheDevice.mjs +28 -0
  234. package/data-structures/cacheDevices/BaseCacheDevice.cjs +1 -1
  235. package/data-structures/cacheDevices/BaseCacheDevice.d.ts +9 -6
  236. package/data-structures/cacheDevices/BaseCacheDevice.mjs +13 -4
  237. package/data-structures/cacheDevices/FileCacheDevice.cjs +1 -1
  238. package/data-structures/cacheDevices/FileCacheDevice.d.ts +1 -0
  239. package/data-structures/cacheDevices/FileCacheDevice.mjs +7 -3
  240. package/data-structures/cacheDevices/LocalStorageCacheDevice.cjs +1 -1
  241. package/data-structures/cacheDevices/LocalStorageCacheDevice.d.ts +2 -1
  242. package/data-structures/cacheDevices/LocalStorageCacheDevice.mjs +10 -5
  243. package/data-structures/crypto-keys/decodeUTXO.cjs +1 -1
  244. package/data-structures/crypto-keys/decodeUTXO.mjs +13 -12
  245. package/data-structures/crypto-keys/keys.cjs +1 -1
  246. package/data-structures/crypto-keys/keys.d.ts +13 -3
  247. package/data-structures/crypto-keys/keys.mjs +45 -34
  248. package/data-structures/custom-token-registry/CustomTokenRegistry.cjs +1 -1
  249. package/data-structures/custom-token-registry/CustomTokenRegistry.d.ts +2 -3
  250. package/data-structures/custom-token-registry/CustomTokenRegistry.mjs +17 -21
  251. package/data-structures/event-service/AbstractAccessTokenSnapshotService.cjs +1 -1
  252. package/data-structures/event-service/AbstractAccessTokenSnapshotService.mjs +15 -29
  253. package/data-structures/event-service/AbstractApprovalsSnapshotService.cjs +1 -0
  254. package/data-structures/event-service/AbstractApprovalsSnapshotService.d.ts +30 -0
  255. package/data-structures/event-service/AbstractApprovalsSnapshotService.mjs +104 -0
  256. package/data-structures/event-service/AbstractCommitmentsSnapshotService.cjs +1 -1
  257. package/data-structures/event-service/AbstractCommitmentsSnapshotService.mjs +24 -37
  258. package/data-structures/event-service/AbstractEventService.cjs +1 -1
  259. package/data-structures/event-service/AbstractEventService.d.ts +1 -1
  260. package/data-structures/event-service/AbstractEventService.mjs +15 -15
  261. package/data-structures/event-service/index.d.ts +1 -0
  262. package/data-structures/index.d.ts +2 -0
  263. package/data-structures/merkle-tree/MerkleTree.cjs +1 -1
  264. package/data-structures/merkle-tree/MerkleTree.d.ts +6 -1
  265. package/data-structures/merkle-tree/MerkleTree.mjs +79 -65
  266. package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.cjs +1 -0
  267. package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.d.ts +3 -0
  268. package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs +13 -0
  269. package/data-structures/merkle-tree/index.d.ts +1 -0
  270. package/data-structures/provider-adapter/IProviderAdapter.d.ts +2 -0
  271. package/data-structures/snapshot/ClientAccessTokenSnapshotService.cjs +1 -1
  272. package/data-structures/snapshot/ClientAccessTokenSnapshotService.mjs +3 -2
  273. package/data-structures/snapshot/ClientApprovalsSnapshotService.cjs +1 -0
  274. package/data-structures/snapshot/ClientApprovalsSnapshotService.d.ts +8 -0
  275. package/data-structures/snapshot/ClientApprovalsSnapshotService.mjs +23 -0
  276. package/data-structures/snapshot/ClientCommitmentsSnapshotService.cjs +1 -1
  277. package/data-structures/snapshot/ClientCommitmentsSnapshotService.mjs +3 -2
  278. package/data-structures/snapshot/ClientNullifierSnapshotService.cjs +1 -1
  279. package/data-structures/snapshot/ClientNullifierSnapshotService.mjs +6 -5
  280. package/data-structures/token-price-fetcher/TokenChecker.cjs +1 -1
  281. package/data-structures/token-price-fetcher/TokenChecker.d.ts +1 -0
  282. package/data-structures/token-price-fetcher/TokenChecker.mjs +4 -2
  283. package/data-structures/transactions-manager/TransactionsManager.cjs +1 -1
  284. package/data-structures/transactions-manager/TransactionsManager.d.ts +8 -6
  285. package/data-structures/transactions-manager/TransactionsManager.mjs +124 -122
  286. package/data-structures/transactions-manager/history/getBeefyData.cjs +1 -1
  287. package/data-structures/transactions-manager/history/getBeefyData.mjs +3 -2
  288. package/data-structures/transactions-manager/history/getConvexData.cjs +1 -1
  289. package/data-structures/transactions-manager/history/getConvexData.mjs +3 -2
  290. package/data-structures/transactions-manager/history/getCurveData.cjs +1 -1
  291. package/data-structures/transactions-manager/history/getCurveData.mjs +3 -2
  292. package/data-structures/transactions-manager/history/getLidoData.cjs +1 -1
  293. package/data-structures/transactions-manager/history/getLidoData.mjs +3 -2
  294. package/data-structures/transactions-manager/history/getPendleData.cjs +1 -1
  295. package/data-structures/transactions-manager/history/getPendleData.mjs +13 -12
  296. package/data-structures/transactions-manager/history/getTxDetails.cjs +1 -1
  297. package/data-structures/transactions-manager/history/getTxDetails.mjs +22 -20
  298. package/data-structures/transactions-manager/history/getVolatileData.cjs +1 -1
  299. package/data-structures/transactions-manager/history/getVolatileData.mjs +11 -10
  300. package/data-structures/transactions-manager/history/history.types.cjs +1 -1
  301. package/data-structures/transactions-manager/history/history.types.mjs +4 -2
  302. package/data-structures/utxo/Utxo.cjs +1 -1
  303. package/data-structures/utxo/Utxo.d.ts +3 -3
  304. package/data-structures/utxo/Utxo.mjs +8 -7
  305. package/error-handling/error-codes.constants.cjs +2 -2
  306. package/error-handling/error-codes.constants.d.ts +22 -1
  307. package/error-handling/error-codes.constants.mjs +129 -112
  308. package/error-handling/get-error.message.cjs +1 -1
  309. package/error-handling/get-error.message.mjs +29 -25
  310. package/error-handling/index.d.ts +1 -0
  311. package/error-handling/logger.cjs +1 -0
  312. package/error-handling/logger.d.ts +5 -0
  313. package/error-handling/logger.mjs +16 -0
  314. package/error-handling/types.cjs +1 -1
  315. package/error-handling/types.d.ts +3 -1
  316. package/error-handling/types.mjs +2 -2
  317. package/externalABIs/BabPassport.json.cjs +1 -1
  318. package/externalABIs/BabPassport.json.mjs +8 -3
  319. package/externalABIs/BeefyRouterAbi.json.cjs +1 -1
  320. package/externalABIs/BeefyRouterAbi.json.mjs +5 -2
  321. package/externalABIs/BeefyStrategyAbi.json.cjs +1 -1
  322. package/externalABIs/BeefyStrategyAbi.json.mjs +5 -2
  323. package/externalABIs/BeefyVaultAbi.json.cjs +1 -1
  324. package/externalABIs/BeefyVaultAbi.json.mjs +5 -2
  325. package/externalABIs/BeefyZapAbi.json.cjs +1 -1
  326. package/externalABIs/BeefyZapAbi.json.mjs +5 -2
  327. package/externalABIs/BeefyZapOneInchAbi.json.cjs +1 -1
  328. package/externalABIs/BeefyZapOneInchAbi.json.mjs +5 -2
  329. package/externalABIs/ConvexBoosterAbi.json.cjs +1 -1
  330. package/externalABIs/ConvexBoosterAbi.json.mjs +5 -2
  331. package/externalABIs/ConvexBoosterAbiMainnet.json.cjs +1 -1
  332. package/externalABIs/ConvexBoosterAbiMainnet.json.mjs +5 -2
  333. package/externalABIs/ConvexRewardPoolAbi.json.cjs +1 -1
  334. package/externalABIs/ConvexRewardPoolAbi.json.mjs +5 -2
  335. package/externalABIs/CurveReadingWrapperAbi.json.cjs +1 -1
  336. package/externalABIs/CurveReadingWrapperAbi.json.mjs +5 -2
  337. package/externalABIs/CurveWrappedMainPool.json.cjs +1 -1
  338. package/externalABIs/CurveWrappedMainPool.json.mjs +5 -2
  339. package/externalABIs/CurveZap.json.cjs +1 -1
  340. package/externalABIs/CurveZap.json.mjs +5 -2
  341. package/externalABIs/CvxCrvUtilities.json.cjs +1 -1
  342. package/externalABIs/CvxCrvUtilities.json.mjs +5 -2
  343. package/externalABIs/ERC20.json.cjs +1 -1
  344. package/externalABIs/ERC20.json.mjs +20 -3
  345. package/externalABIs/GalxePassport.json.cjs +1 -1
  346. package/externalABIs/GalxePassport.json.mjs +8 -3
  347. package/externalABIs/IQuoterV2.json.cjs +1 -1
  348. package/externalABIs/IQuoterV2.json.mjs +20 -3
  349. package/externalABIs/ISwapRouter.json.cjs +1 -1
  350. package/externalABIs/ISwapRouter.json.mjs +5 -2
  351. package/externalABIs/IUniswapV3Factory.json.cjs +1 -1
  352. package/externalABIs/IUniswapV3Factory.json.mjs +20 -3
  353. package/externalABIs/IUniswapV3Pool.json.cjs +1 -1
  354. package/externalABIs/IUniswapV3Pool.json.mjs +20 -3
  355. package/externalABIs/PendleRouterAbi.json.cjs +1 -1
  356. package/externalABIs/PendleRouterAbi.json.mjs +5 -2
  357. package/externalABIs/UniswapV2PoolAbi.json.cjs +1 -1
  358. package/externalABIs/UniswapV2PoolAbi.json.mjs +16 -3
  359. package/externalABIs/index.cjs +1 -0
  360. package/externalABIs/index.d.ts +307 -11
  361. package/externalABIs/index.mjs +23 -0
  362. package/externalABIs/transactionsProver.json.cjs +1 -1
  363. package/externalABIs/transactionsProver.json.mjs +20 -3
  364. package/functions/kyc/zkMeHelper.cjs +1 -1
  365. package/functions/kyc/zkMeHelper.d.ts +0 -1
  366. package/functions/kyc/zkMeHelper.mjs +8 -11
  367. package/functions/pre-transaction/getExternalSwapAddress.cjs +1 -0
  368. package/functions/pre-transaction/getExternalSwapAddress.d.ts +3 -0
  369. package/functions/pre-transaction/getExternalSwapAddress.mjs +26 -0
  370. package/functions/pre-transaction/getFeeStructure.cjs +1 -0
  371. package/functions/pre-transaction/getFeeStructure.d.ts +4 -0
  372. package/functions/pre-transaction/getFeeStructure.mjs +30 -0
  373. package/functions/pre-transaction/getFlatFees.cjs +1 -1
  374. package/functions/pre-transaction/getFlatFees.d.ts +3 -7
  375. package/functions/pre-transaction/getFlatFees.mjs +52 -46
  376. package/functions/pre-transaction/getSignatureDataForTransact.cjs +1 -0
  377. package/functions/pre-transaction/getSignatureDataForTransact.d.ts +3 -0
  378. package/functions/pre-transaction/getSignatureDataForTransact.mjs +6 -0
  379. package/functions/pre-transaction/index.d.ts +1 -0
  380. package/functions/pre-transaction/interaction-to-action.cjs +1 -1
  381. package/functions/pre-transaction/interaction-to-action.mjs +3 -2
  382. package/functions/pre-transaction/merge-with-fee-structure.cjs +1 -0
  383. package/functions/pre-transaction/merge-with-fee-structure.d.ts +2 -0
  384. package/functions/pre-transaction/merge-with-fee-structure.mjs +25 -0
  385. package/functions/pre-transaction/outputApprovalDataProcessing.cjs +1 -0
  386. package/functions/pre-transaction/outputApprovalDataProcessing.d.ts +16 -0
  387. package/functions/pre-transaction/outputApprovalDataProcessing.mjs +42 -0
  388. package/functions/pre-transaction/outputUtxoProcessing.cjs +1 -1
  389. package/functions/pre-transaction/outputUtxoProcessing.d.ts +1 -1
  390. package/functions/pre-transaction/outputUtxoProcessing.mjs +19 -30
  391. package/functions/pre-transaction/process-gas-estimates.cjs +1 -1
  392. package/functions/pre-transaction/process-gas-estimates.d.ts +2 -2
  393. package/functions/pre-transaction/process-gas-estimates.mjs +17 -27
  394. package/functions/pre-transaction/processAmountChanges.cjs +1 -1
  395. package/functions/pre-transaction/processAmountChanges.mjs +34 -23
  396. package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.cjs +1 -0
  397. package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.d.ts +6 -0
  398. package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.mjs +7 -0
  399. package/functions/private-wallet/emporium.helpers.cjs +1 -1
  400. package/functions/private-wallet/emporium.helpers.d.ts +9 -1
  401. package/functions/private-wallet/emporium.helpers.mjs +117 -22
  402. package/functions/private-wallet/emporium.swap.helpers.cjs +1 -0
  403. package/functions/private-wallet/emporium.swap.helpers.d.ts +5 -0
  404. package/functions/private-wallet/emporium.swap.helpers.mjs +92 -0
  405. package/functions/private-wallet/index.d.ts +1 -0
  406. package/functions/private-wallet/opProducer.cjs +1 -1
  407. package/functions/private-wallet/opProducer.mjs +9 -10
  408. package/functions/private-wallet/smartContractWalletCalculator.cjs +1 -1
  409. package/functions/private-wallet/smartContractWalletCalculator.d.ts +5 -1
  410. package/functions/private-wallet/smartContractWalletCalculator.mjs +22 -17
  411. package/functions/protocols/convex.protocols.cjs +1 -1
  412. package/functions/protocols/convex.protocols.mjs +11 -8
  413. package/functions/protocols/pendle.helpers.cjs +1 -1
  414. package/functions/protocols/pendle.helpers.mjs +20 -15
  415. package/functions/snarkjs/common.snarkjs.cjs +1 -1
  416. package/functions/snarkjs/common.snarkjs.d.ts +8 -5
  417. package/functions/snarkjs/common.snarkjs.mjs +177 -87
  418. package/functions/snarkjs/constant.cjs +1 -1
  419. package/functions/snarkjs/constant.d.ts +223 -1
  420. package/functions/snarkjs/constant.mjs +315 -94
  421. package/functions/snarkjs/constructEmporiumProof.cjs +1 -1
  422. package/functions/snarkjs/constructEmporiumProof.d.ts +6 -3
  423. package/functions/snarkjs/constructEmporiumProof.mjs +148 -84
  424. package/functions/snarkjs/constructGeneralZkProof.cjs +1 -1
  425. package/functions/snarkjs/constructGeneralZkProof.d.ts +5 -3
  426. package/functions/snarkjs/constructGeneralZkProof.mjs +142 -86
  427. package/functions/snarkjs/generateCircomData.cjs +1 -1
  428. package/functions/snarkjs/generateCircomData.d.ts +3 -2
  429. package/functions/snarkjs/generateCircomData.mjs +33 -35
  430. package/functions/snarkjs/generateZkProof.cjs +1 -1
  431. package/functions/snarkjs/generateZkProof.d.ts +2 -2
  432. package/functions/snarkjs/generateZkProof.mjs +4 -15
  433. package/functions/snarkjs/generateZkProofEnclave.cjs +1 -0
  434. package/functions/snarkjs/generateZkProofEnclave.d.ts +6 -0
  435. package/functions/snarkjs/generateZkProofEnclave.mjs +26 -0
  436. package/functions/snarkjs/generateZkProofSelf.cjs +1 -0
  437. package/functions/snarkjs/generateZkProofSelf.d.ts +5 -0
  438. package/functions/snarkjs/generateZkProofSelf.mjs +17 -0
  439. package/functions/snarkjs/getOriginalSender.cjs +1 -0
  440. package/functions/snarkjs/getOriginalSender.d.ts +1 -0
  441. package/functions/snarkjs/getOriginalSender.mjs +5 -0
  442. package/functions/snarkjs/getZKFiles.cjs +1 -1
  443. package/functions/snarkjs/getZKFiles.d.ts +3 -2
  444. package/functions/snarkjs/getZKFiles.mjs +14 -5
  445. package/functions/utils/addresses.cjs +1 -0
  446. package/functions/utils/addresses.d.ts +4 -0
  447. package/functions/utils/addresses.mjs +20 -0
  448. package/functions/utils/amounts.utils.cjs +1 -1
  449. package/functions/utils/amounts.utils.d.ts +4 -1
  450. package/functions/utils/amounts.utils.mjs +29 -27
  451. package/functions/utils/arraysMatch.cjs +1 -0
  452. package/functions/utils/arraysMatch.d.ts +1 -0
  453. package/functions/utils/arraysMatch.mjs +4 -0
  454. package/functions/utils/axelar.utils.cjs +1 -1
  455. package/functions/utils/axelar.utils.d.ts +1 -0
  456. package/functions/utils/axelar.utils.mjs +32 -9
  457. package/functions/utils/cacheDevice.utils.cjs +1 -1
  458. package/functions/utils/cacheDevice.utils.mjs +11 -8
  459. package/functions/utils/cacheFunctions.cjs +1 -1
  460. package/functions/utils/cacheFunctions.d.ts +10 -7
  461. package/functions/utils/cacheFunctions.mjs +62 -39
  462. package/functions/utils/convertEmporiumOpToCallInfo.cjs +1 -0
  463. package/functions/utils/convertEmporiumOpToCallInfo.d.ts +2 -0
  464. package/functions/utils/convertEmporiumOpToCallInfo.mjs +10 -0
  465. package/functions/utils/convertIntegrationProviderToExternalActionId.cjs +1 -1
  466. package/functions/utils/convertIntegrationProviderToExternalActionId.d.ts +2 -1
  467. package/functions/utils/convertIntegrationProviderToExternalActionId.mjs +7 -10
  468. package/functions/utils/encodeTokenWithId.cjs +1 -0
  469. package/functions/utils/encodeTokenWithId.d.ts +2 -0
  470. package/functions/utils/encodeTokenWithId.mjs +4 -0
  471. package/functions/utils/encryptInputForEnclave.cjs +1 -0
  472. package/functions/utils/encryptInputForEnclave.d.ts +8 -0
  473. package/functions/utils/encryptInputForEnclave.mjs +43 -0
  474. package/functions/utils/erc20tokenFunctions.cjs +1 -1
  475. package/functions/utils/erc20tokenFunctions.d.ts +8 -2
  476. package/functions/utils/erc20tokenFunctions.mjs +23 -14
  477. package/functions/utils/evmNetworkFunctions.cjs +1 -1
  478. package/functions/utils/evmNetworkFunctions.mjs +7 -4
  479. package/functions/utils/external-action.utils.d.ts +2 -2
  480. package/functions/utils/fees.utils.cjs +1 -0
  481. package/functions/utils/fees.utils.d.ts +2 -0
  482. package/functions/utils/fees.utils.mjs +14 -0
  483. package/functions/utils/getBlockExplorerUrl.cjs +1 -0
  484. package/functions/utils/getBlockExplorerUrl.d.ts +1 -0
  485. package/functions/utils/getBlockExplorerUrl.mjs +6 -0
  486. package/functions/utils/getRecipientInfoFromUserKeys.cjs +1 -0
  487. package/functions/utils/getRecipientInfoFromUserKeys.d.ts +3 -0
  488. package/functions/utils/getRecipientInfoFromUserKeys.mjs +18 -0
  489. package/functions/utils/index.d.ts +12 -0
  490. package/functions/utils/involves-permit2-op.cjs +1 -0
  491. package/functions/utils/involves-permit2-op.d.ts +1 -0
  492. package/functions/utils/involves-permit2-op.mjs +5 -0
  493. package/functions/utils/merkleTree.utils.cjs +1 -0
  494. package/functions/utils/merkleTree.utils.d.ts +2 -0
  495. package/functions/utils/merkleTree.utils.mjs +19 -0
  496. package/functions/utils/prepareHinkal.d.ts +6 -0
  497. package/functions/utils/processUseApprovalUtxoData.cjs +1 -0
  498. package/functions/utils/processUseApprovalUtxoData.d.ts +3 -0
  499. package/functions/utils/processUseApprovalUtxoData.mjs +19 -0
  500. package/functions/utils/publicBalance.utils.cjs +1 -0
  501. package/functions/utils/publicBalance.utils.d.ts +5 -0
  502. package/functions/utils/publicBalance.utils.mjs +25 -0
  503. package/functions/utils/replaceAddressInCalldata.cjs +1 -0
  504. package/functions/utils/replaceAddressInCalldata.d.ts +1 -0
  505. package/functions/utils/replaceAddressInCalldata.mjs +7 -0
  506. package/functions/utils/rpc-int-encode.cjs +1 -0
  507. package/functions/utils/rpc-int-encode.d.ts +2 -0
  508. package/functions/utils/rpc-int-encode.mjs +8 -0
  509. package/functions/utils/serialize.utils.cjs +1 -1
  510. package/functions/utils/serialize.utils.d.ts +1 -0
  511. package/functions/utils/serialize.utils.mjs +3 -2
  512. package/functions/utils/string.utils.cjs +1 -1
  513. package/functions/utils/string.utils.d.ts +2 -0
  514. package/functions/utils/string.utils.mjs +28 -14
  515. package/functions/utils/time.utils.cjs +1 -1
  516. package/functions/utils/time.utils.d.ts +1 -0
  517. package/functions/utils/time.utils.mjs +4 -3
  518. package/functions/utils/token-check.utils.cjs +1 -0
  519. package/functions/utils/token-check.utils.d.ts +1 -0
  520. package/functions/utils/token-check.utils.mjs +10 -0
  521. package/functions/utils/upToDateState.cjs +1 -0
  522. package/functions/utils/upToDateState.d.ts +2 -0
  523. package/functions/utils/upToDateState.mjs +11 -0
  524. package/functions/utils/userAgent.cjs +1 -1
  525. package/functions/utils/userAgent.mjs +8 -8
  526. package/functions/web3/events/balanceChangedCustomHandler.cjs +1 -0
  527. package/functions/web3/events/balanceChangedCustomHandler.d.ts +2 -0
  528. package/functions/web3/events/balanceChangedCustomHandler.mjs +14 -0
  529. package/functions/web3/events/balanceChangedHandler.cjs +1 -1
  530. package/functions/web3/events/balanceChangedHandler.mjs +5 -4
  531. package/functions/web3/events/getApprovedBalance.cjs +1 -0
  532. package/functions/web3/events/getApprovedBalance.d.ts +7 -0
  533. package/functions/web3/events/getApprovedBalance.mjs +80 -0
  534. package/functions/web3/events/getInputUtxoAndBalance.cjs +1 -1
  535. package/functions/web3/events/getInputUtxoAndBalance.d.ts +16 -3
  536. package/functions/web3/events/getInputUtxoAndBalance.mjs +128 -46
  537. package/functions/web3/events/getShieldedBalance.cjs +2 -2
  538. package/functions/web3/events/getShieldedBalance.d.ts +1 -1
  539. package/functions/web3/events/getShieldedBalance.mjs +70 -65
  540. package/functions/web3/events/index.d.ts +2 -0
  541. package/functions/web3/functionCalls/accessTokenCalls.cjs +1 -1
  542. package/functions/web3/functionCalls/accessTokenCalls.d.ts +2 -2
  543. package/functions/web3/functionCalls/accessTokenCalls.mjs +20 -18
  544. package/functions/web3/functionCalls/approveToken.cjs +1 -1
  545. package/functions/web3/functionCalls/approveToken.mjs +8 -7
  546. package/functions/web3/functionCalls/approveTokensToHinkal.cjs +1 -0
  547. package/functions/web3/functionCalls/approveTokensToHinkal.d.ts +4 -0
  548. package/functions/web3/functionCalls/approveTokensToHinkal.mjs +11 -0
  549. package/functions/web3/functionCalls/estimateGasRelayer.cjs +1 -1
  550. package/functions/web3/functionCalls/estimateGasRelayer.d.ts +2 -2
  551. package/functions/web3/functionCalls/estimateGasRelayer.mjs +14 -8
  552. package/functions/web3/functionCalls/inHinkalApprovalCalls.cjs +1 -0
  553. package/functions/web3/functionCalls/inHinkalApprovalCalls.d.ts +5 -0
  554. package/functions/web3/functionCalls/inHinkalApprovalCalls.mjs +32 -0
  555. package/functions/web3/functionCalls/relayFunctions.d.ts +1 -15
  556. package/functions/web3/functionCalls/transactCallDirect.cjs +1 -1
  557. package/functions/web3/functionCalls/transactCallDirect.d.ts +2 -2
  558. package/functions/web3/functionCalls/transactCallDirect.mjs +31 -30
  559. package/functions/web3/functionCalls/transactCallRelayer.cjs +1 -1
  560. package/functions/web3/functionCalls/transactCallRelayer.d.ts +2 -2
  561. package/functions/web3/functionCalls/transactCallRelayer.mjs +32 -9
  562. package/functions/web3/getContractMetadata.cjs +1 -0
  563. package/functions/web3/getContractMetadata.d.ts +5 -0
  564. package/functions/web3/getContractMetadata.mjs +30 -0
  565. package/functions/web3/odosAPI.cjs +1 -1
  566. package/functions/web3/odosAPI.d.ts +1 -2
  567. package/functions/web3/odosAPI.mjs +23 -19
  568. package/functions/web3/oneInchAPI.cjs +1 -1
  569. package/functions/web3/oneInchAPI.d.ts +1 -2
  570. package/functions/web3/oneInchAPI.mjs +20 -15
  571. package/functions/web3/runContractFunction.cjs +1 -1
  572. package/functions/web3/runContractFunction.mjs +3 -2
  573. package/functions/web3/uniswapAPI.cjs +1 -1
  574. package/functions/web3/uniswapAPI.d.ts +4 -4
  575. package/functions/web3/uniswapAPI.mjs +57 -43
  576. package/index.cjs +1 -1
  577. package/index.mjs +761 -639
  578. package/package.json +19 -8
  579. package/providers/EthersProviderAdapter.cjs +1 -1
  580. package/providers/EthersProviderAdapter.d.ts +8 -3
  581. package/providers/EthersProviderAdapter.mjs +52 -43
  582. package/providers/WagmiProviderAdapter.cjs +1 -1
  583. package/providers/WagmiProviderAdapter.d.ts +4 -1
  584. package/providers/WagmiProviderAdapter.mjs +53 -56
  585. package/providers/prepareEthersHinkal.cjs +1 -1
  586. package/providers/prepareEthersHinkal.mjs +18 -10
  587. package/providers/prepareWagmiHinkal.cjs +1 -1
  588. package/providers/prepareWagmiHinkal.mjs +18 -10
  589. package/types/API.types.d.ts +21 -0
  590. package/types/ICacheDevice.d.ts +4 -3
  591. package/types/TransactionSimulator.types.d.ts +9 -0
  592. package/types/activities.types.cjs +1 -0
  593. package/types/activities.types.d.ts +45 -0
  594. package/types/activities.types.mjs +13 -0
  595. package/types/balances.types.cjs +1 -0
  596. package/types/balances.types.d.ts +17 -0
  597. package/types/balances.types.mjs +4 -0
  598. package/types/cache.types.cjs +1 -0
  599. package/types/cache.types.d.ts +27 -0
  600. package/types/cache.types.mjs +4 -0
  601. package/types/circom-data.types.d.ts +29 -9
  602. package/types/commitments.types.d.ts +6 -0
  603. package/types/contacts.types.d.ts +5 -0
  604. package/types/crypto.types.d.ts +1 -0
  605. package/types/earlyAccessCode.types.d.ts +4 -0
  606. package/types/ethereum-network.types.cjs +1 -1
  607. package/types/ethereum-network.types.d.ts +8 -3
  608. package/types/ethereum-network.types.mjs +1 -1
  609. package/types/external-action.types.cjs +1 -1
  610. package/types/external-action.types.d.ts +2 -1
  611. package/types/external-action.types.mjs +1 -1
  612. package/types/fee.types.d.ts +9 -0
  613. package/types/hinkal.types.cjs +1 -1
  614. package/types/hinkal.types.d.ts +48 -0
  615. package/types/hinkal.types.mjs +38 -13
  616. package/types/index.d.ts +9 -0
  617. package/types/kyc.types.cjs +1 -1
  618. package/types/kyc.types.d.ts +1 -1
  619. package/types/kyc.types.mjs +1 -1
  620. package/types/remote-proof.types.d.ts +15 -0
  621. package/types/rewards.types.d.ts +9 -0
  622. package/types/sandbox.types.cjs +1 -0
  623. package/types/sandbox.types.d.ts +157 -0
  624. package/types/sandbox.types.mjs +4 -0
  625. package/types/tenderly.api.types.d.ts +180 -0
  626. package/types/time.types.cjs +1 -1
  627. package/types/time.types.mjs +1 -1
  628. package/types/token-with-id.types.d.ts +4 -0
  629. package/types/token.types.d.ts +23 -0
  630. package/types/transactions.types.cjs +1 -1
  631. package/types/transactions.types.d.ts +31 -0
  632. package/types/transactions.types.mjs +8 -5
  633. package/types/wc.types.d.ts +89 -0
  634. package/types/with-id.types.d.ts +3 -0
  635. package/webworker/snarkjsWorker/snarkjsWorkerLauncher.cjs +1 -1
  636. package/webworker/snarkjsWorker/snarkjsWorkerLauncher.mjs +1 -1
  637. package/webworker/snarkjsWorker/snarkjsWorkerLogic.cjs +1 -1
  638. package/webworker/snarkjsWorker/snarkjsWorkerLogic.mjs +26 -26
  639. package/webworker/utxoWorker/utxoWorkerLauncher.cjs +1 -1
  640. package/webworker/utxoWorker/utxoWorkerLauncher.mjs +1 -1
  641. package/webworker/utxoWorker/utxoWorkerLogic.cjs +1 -1
  642. package/webworker/utxoWorker/utxoWorkerLogic.mjs +58 -50
  643. package/webworker/viteWorkerURL.constant.cjs +3 -3
  644. package/webworker/viteWorkerURL.constant.mjs +3 -3
  645. package/webworker/workerFactory.cjs +1 -1
  646. package/webworker/workerFactory.mjs +2 -2
  647. package/webworker/workerProxy.cjs +1 -1
  648. package/webworker/workerProxy.d.ts +11 -11
  649. package/webworker/workerProxy.mjs +24 -26
  650. package/webworker/zkProofWorker/zkProofWorker.types.d.ts +2 -0
  651. package/webworker/zkProofWorker/zkProofWorkerLauncher.cjs +1 -1
  652. package/webworker/zkProofWorker/zkProofWorkerLauncher.mjs +1 -1
  653. package/webworker/zkProofWorker/zkProofWorkerLogic.cjs +1 -1
  654. package/webworker/zkProofWorker/zkProofWorkerLogic.mjs +47 -61
  655. package/functions/utils/memoize.utils.cjs +0 -1
  656. package/functions/utils/memoize.utils.mjs +0 -14
@@ -6409,7 +6409,7 @@ const e = "0x41658B0DaF59Bb2FbB2D9A5249207011d2B364De", t = [
6409
6409
  stateMutability: "nonpayable",
6410
6410
  type: "function"
6411
6411
  }
6412
- ], v = [
6412
+ ], h = [
6413
6413
  {
6414
6414
  inputs: [
6415
6415
  {
@@ -6909,7 +6909,7 @@ const e = "0x41658B0DaF59Bb2FbB2D9A5249207011d2B364De", t = [
6909
6909
  stateMutability: "nonpayable",
6910
6910
  type: "function"
6911
6911
  }
6912
- ], h = [
6912
+ ], v = [
6913
6913
  {
6914
6914
  inputs: [
6915
6915
  {
@@ -7837,7 +7837,7 @@ const e = "0x41658B0DaF59Bb2FbB2D9A5249207011d2B364De", t = [
7837
7837
  stateMutability: "payable",
7838
7838
  type: "receive"
7839
7839
  }
7840
- ], H = "0xA4D233Da2a8aC86Ff0E47d9b601B24b67E9B239d", g = [
7840
+ ], g = "0xA4D233Da2a8aC86Ff0E47d9b601B24b67E9B239d", H = [
7841
7841
  {
7842
7842
  inputs: [
7843
7843
  {
@@ -8360,7 +8360,838 @@ const e = "0x41658B0DaF59Bb2FbB2D9A5249207011d2B364De", t = [
8360
8360
  stateMutability: "payable",
8361
8361
  type: "receive"
8362
8362
  }
8363
- ], I = "0x6d007d431175b32A308f7a001e62196aEa8e7693", O = "0x0bd4610C1D3DB87C2b5a403674c655B6a1138109", R = {
8363
+ ], O = "0x6d007d431175b32A308f7a001e62196aEa8e7693", I = "0x0bd4610C1D3DB87C2b5a403674c655B6a1138109", R = "0xA7EFDCFff02A89050aAFfB931553E7838792F1FB", D = [
8364
+ {
8365
+ inputs: [
8366
+ {
8367
+ internalType: "address",
8368
+ name: "_accessToken",
8369
+ type: "address"
8370
+ },
8371
+ {
8372
+ internalType: "address",
8373
+ name: "_hinkal",
8374
+ type: "address"
8375
+ }
8376
+ ],
8377
+ stateMutability: "nonpayable",
8378
+ type: "constructor"
8379
+ },
8380
+ {
8381
+ anonymous: !1,
8382
+ inputs: [
8383
+ {
8384
+ indexed: !0,
8385
+ internalType: "address",
8386
+ name: "previousOwner",
8387
+ type: "address"
8388
+ },
8389
+ {
8390
+ indexed: !0,
8391
+ internalType: "address",
8392
+ name: "newOwner",
8393
+ type: "address"
8394
+ }
8395
+ ],
8396
+ name: "OwnershipTransferStarted",
8397
+ type: "event"
8398
+ },
8399
+ {
8400
+ anonymous: !1,
8401
+ inputs: [
8402
+ {
8403
+ indexed: !0,
8404
+ internalType: "address",
8405
+ name: "previousOwner",
8406
+ type: "address"
8407
+ },
8408
+ {
8409
+ indexed: !0,
8410
+ internalType: "address",
8411
+ name: "newOwner",
8412
+ type: "address"
8413
+ }
8414
+ ],
8415
+ name: "OwnershipTransferred",
8416
+ type: "event"
8417
+ },
8418
+ {
8419
+ inputs: [],
8420
+ name: "acceptOwnership",
8421
+ outputs: [],
8422
+ stateMutability: "nonpayable",
8423
+ type: "function"
8424
+ },
8425
+ {
8426
+ inputs: [],
8427
+ name: "accessToken",
8428
+ outputs: [
8429
+ {
8430
+ internalType: "contract IExtendedCrossChainAccessToken",
8431
+ name: "",
8432
+ type: "address"
8433
+ }
8434
+ ],
8435
+ stateMutability: "view",
8436
+ type: "function"
8437
+ },
8438
+ {
8439
+ inputs: [],
8440
+ name: "accessTokenAcceptOwnership",
8441
+ outputs: [],
8442
+ stateMutability: "nonpayable",
8443
+ type: "function"
8444
+ },
8445
+ {
8446
+ inputs: [
8447
+ {
8448
+ internalType: "address",
8449
+ name: "newOwner",
8450
+ type: "address"
8451
+ }
8452
+ ],
8453
+ name: "accessTokenTransferOwnership",
8454
+ outputs: [],
8455
+ stateMutability: "nonpayable",
8456
+ type: "function"
8457
+ },
8458
+ {
8459
+ inputs: [
8460
+ {
8461
+ components: [
8462
+ {
8463
+ internalType: "uint8",
8464
+ name: "v",
8465
+ type: "uint8"
8466
+ },
8467
+ {
8468
+ internalType: "bytes32",
8469
+ name: "r",
8470
+ type: "bytes32"
8471
+ },
8472
+ {
8473
+ internalType: "bytes32",
8474
+ name: "s",
8475
+ type: "bytes32"
8476
+ },
8477
+ {
8478
+ internalType: "uint256",
8479
+ name: "accessKey",
8480
+ type: "uint256"
8481
+ },
8482
+ {
8483
+ internalType: "uint256",
8484
+ name: "nonce",
8485
+ type: "uint256"
8486
+ }
8487
+ ],
8488
+ internalType: "struct SignatureData",
8489
+ name: "signatureData",
8490
+ type: "tuple"
8491
+ }
8492
+ ],
8493
+ name: "addToken",
8494
+ outputs: [],
8495
+ stateMutability: "payable",
8496
+ type: "function"
8497
+ },
8498
+ {
8499
+ inputs: [
8500
+ {
8501
+ components: [
8502
+ {
8503
+ internalType: "uint8",
8504
+ name: "v",
8505
+ type: "uint8"
8506
+ },
8507
+ {
8508
+ internalType: "bytes32",
8509
+ name: "r",
8510
+ type: "bytes32"
8511
+ },
8512
+ {
8513
+ internalType: "bytes32",
8514
+ name: "s",
8515
+ type: "bytes32"
8516
+ },
8517
+ {
8518
+ internalType: "uint256",
8519
+ name: "accessKey",
8520
+ type: "uint256"
8521
+ },
8522
+ {
8523
+ internalType: "uint256",
8524
+ name: "nonce",
8525
+ type: "uint256"
8526
+ }
8527
+ ],
8528
+ internalType: "struct SignatureData",
8529
+ name: "signatureData",
8530
+ type: "tuple"
8531
+ },
8532
+ {
8533
+ internalType: "uint256[2]",
8534
+ name: "a",
8535
+ type: "uint256[2]"
8536
+ },
8537
+ {
8538
+ internalType: "uint256[2][2]",
8539
+ name: "b",
8540
+ type: "uint256[2][2]"
8541
+ },
8542
+ {
8543
+ internalType: "uint256[2]",
8544
+ name: "c",
8545
+ type: "uint256[2]"
8546
+ },
8547
+ {
8548
+ components: [
8549
+ {
8550
+ internalType: "uint16",
8551
+ name: "tokenNumber",
8552
+ type: "uint16"
8553
+ },
8554
+ {
8555
+ internalType: "uint16",
8556
+ name: "nullifierAmount",
8557
+ type: "uint16"
8558
+ },
8559
+ {
8560
+ internalType: "uint16",
8561
+ name: "outputAmount",
8562
+ type: "uint16"
8563
+ }
8564
+ ],
8565
+ internalType: "struct Dimensions",
8566
+ name: "dimensions",
8567
+ type: "tuple"
8568
+ },
8569
+ {
8570
+ components: [
8571
+ {
8572
+ internalType: "uint256",
8573
+ name: "rootHashHinkal",
8574
+ type: "uint256"
8575
+ },
8576
+ {
8577
+ internalType: "address[]",
8578
+ name: "erc20TokenAddresses",
8579
+ type: "address[]"
8580
+ },
8581
+ {
8582
+ internalType: "uint256[]",
8583
+ name: "tokenIds",
8584
+ type: "uint256[]"
8585
+ },
8586
+ {
8587
+ internalType: "int256[]",
8588
+ name: "amountChanges",
8589
+ type: "int256[]"
8590
+ },
8591
+ {
8592
+ internalType: "uint256[][]",
8593
+ name: "inputNullifiers",
8594
+ type: "uint256[][]"
8595
+ },
8596
+ {
8597
+ internalType: "uint256[][]",
8598
+ name: "outCommitments",
8599
+ type: "uint256[][]"
8600
+ },
8601
+ {
8602
+ internalType: "bytes[][]",
8603
+ name: "encryptedOutputs",
8604
+ type: "bytes[][]"
8605
+ },
8606
+ {
8607
+ internalType: "uint256[]",
8608
+ name: "flatFees",
8609
+ type: "uint256[]"
8610
+ },
8611
+ {
8612
+ internalType: "uint256",
8613
+ name: "timeStamp",
8614
+ type: "uint256"
8615
+ },
8616
+ {
8617
+ components: [
8618
+ {
8619
+ internalType: "uint256",
8620
+ name: "extraRandomization",
8621
+ type: "uint256"
8622
+ },
8623
+ {
8624
+ internalType: "uint256",
8625
+ name: "stealthAddress",
8626
+ type: "uint256"
8627
+ },
8628
+ {
8629
+ internalType: "uint256",
8630
+ name: "H0",
8631
+ type: "uint256"
8632
+ },
8633
+ {
8634
+ internalType: "uint256",
8635
+ name: "H1",
8636
+ type: "uint256"
8637
+ }
8638
+ ],
8639
+ internalType: "struct StealthAddressStructure",
8640
+ name: "stealthAddressStructure",
8641
+ type: "tuple"
8642
+ },
8643
+ {
8644
+ internalType: "uint256",
8645
+ name: "rootHashAccessToken",
8646
+ type: "uint256"
8647
+ },
8648
+ {
8649
+ internalType: "uint256",
8650
+ name: "calldataHash",
8651
+ type: "uint256"
8652
+ },
8653
+ {
8654
+ internalType: "uint16",
8655
+ name: "publicSignalCount",
8656
+ type: "uint16"
8657
+ },
8658
+ {
8659
+ internalType: "address",
8660
+ name: "relay",
8661
+ type: "address"
8662
+ },
8663
+ {
8664
+ internalType: "address",
8665
+ name: "externalAddress",
8666
+ type: "address"
8667
+ },
8668
+ {
8669
+ internalType: "uint256",
8670
+ name: "externalActionId",
8671
+ type: "uint256"
8672
+ },
8673
+ {
8674
+ internalType: "bytes",
8675
+ name: "externalActionMetadata",
8676
+ type: "bytes"
8677
+ },
8678
+ {
8679
+ components: [
8680
+ {
8681
+ internalType: "address",
8682
+ name: "preHookContract",
8683
+ type: "address"
8684
+ },
8685
+ {
8686
+ internalType: "address",
8687
+ name: "hookContract",
8688
+ type: "address"
8689
+ },
8690
+ {
8691
+ internalType: "bytes",
8692
+ name: "preHookMetadata",
8693
+ type: "bytes"
8694
+ },
8695
+ {
8696
+ internalType: "bytes",
8697
+ name: "postHookMetadata",
8698
+ type: "bytes"
8699
+ }
8700
+ ],
8701
+ internalType: "struct HookData",
8702
+ name: "hookData",
8703
+ type: "tuple"
8704
+ }
8705
+ ],
8706
+ internalType: "struct CircomData",
8707
+ name: "circomData",
8708
+ type: "tuple"
8709
+ }
8710
+ ],
8711
+ name: "addTokenAndTransact",
8712
+ outputs: [],
8713
+ stateMutability: "payable",
8714
+ type: "function"
8715
+ },
8716
+ {
8717
+ inputs: [
8718
+ {
8719
+ components: [
8720
+ {
8721
+ internalType: "uint8",
8722
+ name: "v",
8723
+ type: "uint8"
8724
+ },
8725
+ {
8726
+ internalType: "bytes32",
8727
+ name: "r",
8728
+ type: "bytes32"
8729
+ },
8730
+ {
8731
+ internalType: "bytes32",
8732
+ name: "s",
8733
+ type: "bytes32"
8734
+ },
8735
+ {
8736
+ internalType: "uint256",
8737
+ name: "accessKey",
8738
+ type: "uint256"
8739
+ },
8740
+ {
8741
+ internalType: "uint256",
8742
+ name: "nonce",
8743
+ type: "uint256"
8744
+ }
8745
+ ],
8746
+ internalType: "struct SignatureData",
8747
+ name: "signatureData",
8748
+ type: "tuple"
8749
+ },
8750
+ {
8751
+ components: [
8752
+ {
8753
+ components: [
8754
+ {
8755
+ internalType: "string",
8756
+ name: "destinationChain",
8757
+ type: "string"
8758
+ },
8759
+ {
8760
+ internalType: "string",
8761
+ name: "destinationAddress",
8762
+ type: "string"
8763
+ },
8764
+ {
8765
+ internalType: "uint256",
8766
+ name: "messageFee",
8767
+ type: "uint256"
8768
+ }
8769
+ ],
8770
+ internalType: "struct AxelarChainInfo[]",
8771
+ name: "chains",
8772
+ type: "tuple[]"
8773
+ },
8774
+ {
8775
+ internalType: "uint256",
8776
+ name: "totalMessageFees",
8777
+ type: "uint256"
8778
+ }
8779
+ ],
8780
+ internalType: "struct AxelarCapsule",
8781
+ name: "capsule",
8782
+ type: "tuple"
8783
+ }
8784
+ ],
8785
+ name: "addTokenCrossChain",
8786
+ outputs: [],
8787
+ stateMutability: "payable",
8788
+ type: "function"
8789
+ },
8790
+ {
8791
+ inputs: [
8792
+ {
8793
+ components: [
8794
+ {
8795
+ internalType: "uint256",
8796
+ name: "accessToken",
8797
+ type: "uint256"
8798
+ },
8799
+ {
8800
+ internalType: "address",
8801
+ name: "ethAddress",
8802
+ type: "address"
8803
+ }
8804
+ ],
8805
+ internalType: "struct AccessTokenWithAddress[]",
8806
+ name: "accessObjects",
8807
+ type: "tuple[]"
8808
+ }
8809
+ ],
8810
+ name: "approveTokens",
8811
+ outputs: [],
8812
+ stateMutability: "nonpayable",
8813
+ type: "function"
8814
+ },
8815
+ {
8816
+ inputs: [
8817
+ {
8818
+ internalType: "uint256",
8819
+ name: "accessKey",
8820
+ type: "uint256"
8821
+ },
8822
+ {
8823
+ internalType: "uint256",
8824
+ name: "index",
8825
+ type: "uint256"
8826
+ }
8827
+ ],
8828
+ name: "blacklistAccessKey",
8829
+ outputs: [],
8830
+ stateMutability: "nonpayable",
8831
+ type: "function"
8832
+ },
8833
+ {
8834
+ inputs: [
8835
+ {
8836
+ internalType: "address",
8837
+ name: "_address",
8838
+ type: "address"
8839
+ }
8840
+ ],
8841
+ name: "blacklistAddress",
8842
+ outputs: [],
8843
+ stateMutability: "nonpayable",
8844
+ type: "function"
8845
+ },
8846
+ {
8847
+ inputs: [
8848
+ {
8849
+ internalType: "uint256",
8850
+ name: "rootHashAccessToken",
8851
+ type: "uint256"
8852
+ },
8853
+ {
8854
+ internalType: "address",
8855
+ name: "sender",
8856
+ type: "address"
8857
+ }
8858
+ ],
8859
+ name: "checkForRootHash",
8860
+ outputs: [
8861
+ {
8862
+ internalType: "bool",
8863
+ name: "",
8864
+ type: "bool"
8865
+ }
8866
+ ],
8867
+ stateMutability: "view",
8868
+ type: "function"
8869
+ },
8870
+ {
8871
+ inputs: [
8872
+ {
8873
+ internalType: "uint256",
8874
+ name: "leaf",
8875
+ type: "uint256"
8876
+ }
8877
+ ],
8878
+ name: "getAccessTokenRootHash",
8879
+ outputs: [
8880
+ {
8881
+ internalType: "uint256",
8882
+ name: "newRoot",
8883
+ type: "uint256"
8884
+ }
8885
+ ],
8886
+ stateMutability: "view",
8887
+ type: "function"
8888
+ },
8889
+ {
8890
+ inputs: [
8891
+ {
8892
+ internalType: "uint256",
8893
+ name: "accessKey",
8894
+ type: "uint256"
8895
+ }
8896
+ ],
8897
+ name: "hasToken",
8898
+ outputs: [
8899
+ {
8900
+ internalType: "bool",
8901
+ name: "",
8902
+ type: "bool"
8903
+ }
8904
+ ],
8905
+ stateMutability: "view",
8906
+ type: "function"
8907
+ },
8908
+ {
8909
+ inputs: [],
8910
+ name: "hinkal",
8911
+ outputs: [
8912
+ {
8913
+ internalType: "address",
8914
+ name: "",
8915
+ type: "address"
8916
+ }
8917
+ ],
8918
+ stateMutability: "view",
8919
+ type: "function"
8920
+ },
8921
+ {
8922
+ inputs: [],
8923
+ name: "levels",
8924
+ outputs: [
8925
+ {
8926
+ internalType: "uint128",
8927
+ name: "",
8928
+ type: "uint128"
8929
+ }
8930
+ ],
8931
+ stateMutability: "view",
8932
+ type: "function"
8933
+ },
8934
+ {
8935
+ inputs: [
8936
+ {
8937
+ components: [
8938
+ {
8939
+ components: [
8940
+ {
8941
+ internalType: "string",
8942
+ name: "destinationChain",
8943
+ type: "string"
8944
+ },
8945
+ {
8946
+ internalType: "string",
8947
+ name: "destinationAddress",
8948
+ type: "string"
8949
+ },
8950
+ {
8951
+ internalType: "uint256",
8952
+ name: "messageFee",
8953
+ type: "uint256"
8954
+ }
8955
+ ],
8956
+ internalType: "struct AxelarChainInfo[]",
8957
+ name: "chains",
8958
+ type: "tuple[]"
8959
+ },
8960
+ {
8961
+ internalType: "uint256",
8962
+ name: "totalMessageFees",
8963
+ type: "uint256"
8964
+ }
8965
+ ],
8966
+ internalType: "struct AxelarCapsule",
8967
+ name: "capsule",
8968
+ type: "tuple"
8969
+ },
8970
+ {
8971
+ internalType: "uint256",
8972
+ name: "accessKey",
8973
+ type: "uint256"
8974
+ }
8975
+ ],
8976
+ name: "migrateAccessToken",
8977
+ outputs: [],
8978
+ stateMutability: "payable",
8979
+ type: "function"
8980
+ },
8981
+ {
8982
+ inputs: [],
8983
+ name: "minIndex",
8984
+ outputs: [
8985
+ {
8986
+ internalType: "uint256",
8987
+ name: "",
8988
+ type: "uint256"
8989
+ }
8990
+ ],
8991
+ stateMutability: "view",
8992
+ type: "function"
8993
+ },
8994
+ {
8995
+ inputs: [
8996
+ {
8997
+ internalType: "address",
8998
+ name: "",
8999
+ type: "address"
9000
+ },
9001
+ {
9002
+ internalType: "address",
9003
+ name: "",
9004
+ type: "address"
9005
+ },
9006
+ {
9007
+ internalType: "uint256",
9008
+ name: "",
9009
+ type: "uint256"
9010
+ },
9011
+ {
9012
+ internalType: "bytes",
9013
+ name: "",
9014
+ type: "bytes"
9015
+ }
9016
+ ],
9017
+ name: "onERC721Received",
9018
+ outputs: [
9019
+ {
9020
+ internalType: "bytes4",
9021
+ name: "",
9022
+ type: "bytes4"
9023
+ }
9024
+ ],
9025
+ stateMutability: "pure",
9026
+ type: "function"
9027
+ },
9028
+ {
9029
+ inputs: [],
9030
+ name: "owner",
9031
+ outputs: [
9032
+ {
9033
+ internalType: "address",
9034
+ name: "",
9035
+ type: "address"
9036
+ }
9037
+ ],
9038
+ stateMutability: "view",
9039
+ type: "function"
9040
+ },
9041
+ {
9042
+ inputs: [],
9043
+ name: "pendingOwner",
9044
+ outputs: [
9045
+ {
9046
+ internalType: "address",
9047
+ name: "",
9048
+ type: "address"
9049
+ }
9050
+ ],
9051
+ stateMutability: "view",
9052
+ type: "function"
9053
+ },
9054
+ {
9055
+ inputs: [
9056
+ {
9057
+ internalType: "address",
9058
+ name: "sender",
9059
+ type: "address"
9060
+ }
9061
+ ],
9062
+ name: "registerCheck",
9063
+ outputs: [],
9064
+ stateMutability: "view",
9065
+ type: "function"
9066
+ },
9067
+ {
9068
+ inputs: [
9069
+ {
9070
+ internalType: "address",
9071
+ name: "_address",
9072
+ type: "address"
9073
+ }
9074
+ ],
9075
+ name: "removeAddressFromBlacklist",
9076
+ outputs: [],
9077
+ stateMutability: "nonpayable",
9078
+ type: "function"
9079
+ },
9080
+ {
9081
+ inputs: [],
9082
+ name: "renounceOwnership",
9083
+ outputs: [],
9084
+ stateMutability: "view",
9085
+ type: "function"
9086
+ },
9087
+ {
9088
+ inputs: [
9089
+ {
9090
+ internalType: "address",
9091
+ name: "_accessToken",
9092
+ type: "address"
9093
+ }
9094
+ ],
9095
+ name: "setAccessToken",
9096
+ outputs: [],
9097
+ stateMutability: "nonpayable",
9098
+ type: "function"
9099
+ },
9100
+ {
9101
+ inputs: [
9102
+ {
9103
+ internalType: "address",
9104
+ name: "_gasService",
9105
+ type: "address"
9106
+ }
9107
+ ],
9108
+ name: "setAxelarGasService",
9109
+ outputs: [],
9110
+ stateMutability: "nonpayable",
9111
+ type: "function"
9112
+ },
9113
+ {
9114
+ inputs: [
9115
+ {
9116
+ components: [
9117
+ {
9118
+ internalType: "string",
9119
+ name: "sourceChain",
9120
+ type: "string"
9121
+ },
9122
+ {
9123
+ internalType: "address",
9124
+ name: "sourceAddress",
9125
+ type: "address"
9126
+ }
9127
+ ],
9128
+ internalType: "struct ICrossChainAccessToken.CrossChainAccessTokenRegistryUpdate[]",
9129
+ name: "updates",
9130
+ type: "tuple[]"
9131
+ }
9132
+ ],
9133
+ name: "setCrossChainAccessTokenRegistry",
9134
+ outputs: [],
9135
+ stateMutability: "nonpayable",
9136
+ type: "function"
9137
+ },
9138
+ {
9139
+ inputs: [
9140
+ {
9141
+ internalType: "uint256",
9142
+ name: "_mintingFee",
9143
+ type: "uint256"
9144
+ }
9145
+ ],
9146
+ name: "setMintingFee",
9147
+ outputs: [],
9148
+ stateMutability: "nonpayable",
9149
+ type: "function"
9150
+ },
9151
+ {
9152
+ inputs: [
9153
+ {
9154
+ internalType: "address",
9155
+ name: "newOwner",
9156
+ type: "address"
9157
+ }
9158
+ ],
9159
+ name: "transferOwnership",
9160
+ outputs: [],
9161
+ stateMutability: "nonpayable",
9162
+ type: "function"
9163
+ },
9164
+ {
9165
+ inputs: [
9166
+ {
9167
+ internalType: "uint256",
9168
+ name: "",
9169
+ type: "uint256"
9170
+ }
9171
+ ],
9172
+ name: "usedNonces",
9173
+ outputs: [
9174
+ {
9175
+ internalType: "bool",
9176
+ name: "",
9177
+ type: "bool"
9178
+ }
9179
+ ],
9180
+ stateMutability: "view",
9181
+ type: "function"
9182
+ },
9183
+ {
9184
+ inputs: [],
9185
+ name: "withdraw",
9186
+ outputs: [],
9187
+ stateMutability: "payable",
9188
+ type: "function"
9189
+ },
9190
+ {
9191
+ stateMutability: "payable",
9192
+ type: "receive"
9193
+ }
9194
+ ], _ = {
8364
9195
  hinkalAddress: e,
8365
9196
  hinkalABI: t,
8366
9197
  hinkalHelperAddress: n,
@@ -8382,45 +9213,49 @@ const e = "0x41658B0DaF59Bb2FbB2D9A5249207011d2B364De", t = [
8382
9213
  wrappedStakedConvexLpABI: A,
8383
9214
  BeefyExternalActionABI: k,
8384
9215
  BeefyStakeExternalActionABI: M,
8385
- WrappedStakedBeefyLpABI: v,
8386
- pendleExternalActionABI: h,
9216
+ WrappedStakedBeefyLpABI: h,
9217
+ pendleExternalActionABI: v,
8387
9218
  volatileTokenActionInstanceAddress: w,
8388
9219
  VolatileTokenActionABI: x,
8389
- hinkalWrapperAddress: H,
8390
- HinkalWrapperABI: g,
9220
+ hinkalWrapperAddress: g,
9221
+ HinkalWrapperABI: H,
8391
9222
  volatileVaultInstanceAddress: C,
8392
9223
  VolatileVaultABI: S,
8393
- emporiumAddress: I,
8394
- hinkalWalletFactoryAddress: O
9224
+ emporiumAddress: O,
9225
+ hinkalWalletFactoryAddress: I,
9226
+ crossChainAccessTokenManagerAddress: R,
9227
+ crossChainAccessTokenManagerABI: D
8395
9228
  };
8396
9229
  export {
8397
9230
  k as BeefyExternalActionABI,
8398
9231
  M as BeefyStakeExternalActionABI,
8399
- g as HinkalWrapperABI,
9232
+ H as HinkalWrapperABI,
8400
9233
  x as VolatileTokenActionABI,
8401
9234
  S as VolatileVaultABI,
8402
- v as WrappedStakedBeefyLpABI,
9235
+ h as WrappedStakedBeefyLpABI,
8403
9236
  u as beefyExternalActionInstanceAddress,
8404
9237
  d as beefyStakeExternalActionInstanceAddress,
8405
9238
  f as convexExternalActionABI,
8406
9239
  s as crossChainAccessTokenABI,
8407
9240
  i as crossChainAccessTokenAddress,
9241
+ D as crossChainAccessTokenManagerABI,
9242
+ R as crossChainAccessTokenManagerAddress,
8408
9243
  o as curveExternalActionABI,
8409
9244
  T as curveExternalActionDynamicABI,
8410
9245
  m as curveExternalActionDynamicInstanceAddress,
8411
9246
  l as curveExternalActionInstanceAddress,
8412
9247
  c as curveStakeExternalActionInstanceAddress,
8413
- R as default,
8414
- I as emporiumAddress,
9248
+ _ as default,
9249
+ O as emporiumAddress,
8415
9250
  t as hinkalABI,
8416
9251
  e as hinkalAddress,
8417
9252
  a as hinkalHelperABI,
8418
9253
  n as hinkalHelperAddress,
8419
- O as hinkalWalletFactoryAddress,
8420
- H as hinkalWrapperAddress,
9254
+ I as hinkalWalletFactoryAddress,
9255
+ g as hinkalWrapperAddress,
8421
9256
  r as odosExternalActionInstanceAddress,
8422
9257
  y as oneInchExternalActionInstanceAddress,
8423
- h as pendleExternalActionABI,
9258
+ v as pendleExternalActionABI,
8424
9259
  p as uniswapExternalActionAddress,
8425
9260
  w as volatileTokenActionInstanceAddress,
8426
9261
  C as volatileVaultInstanceAddress,