@hinkal/common 0.2.4 → 0.2.13

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 (257) hide show
  1. package/API/API.cjs +1 -1
  2. package/API/API.d.ts +2 -2
  3. package/API/API.mjs +22 -22
  4. package/API/duneAPI.cjs +1 -1
  5. package/API/duneAPI.mjs +2 -3
  6. package/API/userVerifyTransactions.cjs +1 -1
  7. package/API/userVerifyTransactions.d.ts +7 -6
  8. package/API/userVerifyTransactions.mjs +14 -13
  9. package/constants/chains.constants.cjs +1 -1
  10. package/constants/chains.constants.mjs +2 -2
  11. package/constants/contracts.constants.cjs +1 -1
  12. package/constants/contracts.constants.mjs +134 -138
  13. package/constants/deploy-data/deploy-data-arbMainnet.json.cjs +1 -1
  14. package/constants/deploy-data/deploy-data-arbMainnet.json.mjs +11 -846
  15. package/constants/deploy-data/deploy-data-avalanche.json.cjs +1 -1
  16. package/constants/deploy-data/deploy-data-avalanche.json.mjs +13 -848
  17. package/constants/deploy-data/deploy-data-base.json.cjs +1 -1
  18. package/constants/deploy-data/deploy-data-base.json.mjs +17 -852
  19. package/constants/deploy-data/deploy-data-bnbMainnet.json.cjs +1 -1
  20. package/constants/deploy-data/deploy-data-bnbMainnet.json.mjs +20 -855
  21. package/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -1
  22. package/constants/deploy-data/deploy-data-ethMainnet.json.mjs +15 -850
  23. package/constants/deploy-data/deploy-data-localhost.json.cjs +1 -1
  24. package/constants/deploy-data/deploy-data-localhost.json.mjs +100 -935
  25. package/constants/deploy-data/deploy-data-optimism.json.cjs +1 -1
  26. package/constants/deploy-data/deploy-data-optimism.json.mjs +18 -849
  27. package/constants/deploy-data/deploy-data-polygon.json.cjs +1 -1
  28. package/constants/deploy-data/deploy-data-polygon.json.mjs +9 -844
  29. package/constants/kyc.constants.cjs +1 -1
  30. package/constants/kyc.constants.mjs +18 -30
  31. package/constants/server.constants.cjs +1 -1
  32. package/constants/server.constants.d.ts +2 -3
  33. package/constants/server.constants.mjs +6 -7
  34. package/constants/token-data/ERC20Registry.cjs +1 -1
  35. package/constants/token-data/ERC20Registry.mjs +48 -48
  36. package/constants/token-data/arbMainnetRegistry.json.cjs +1 -1
  37. package/constants/token-data/arbMainnetRegistry.json.mjs +1 -4
  38. package/constants/token-data/arbMainnetRegistryFixed.json.cjs +1 -1
  39. package/constants/token-data/arbMainnetRegistryFixed.json.mjs +1 -4
  40. package/constants/token-data/avalancheRegistry.json.cjs +1 -1
  41. package/constants/token-data/avalancheRegistry.json.mjs +1 -4
  42. package/constants/token-data/avalancheRegistryFixed.json.cjs +1 -1
  43. package/constants/token-data/avalancheRegistryFixed.json.mjs +1 -4
  44. package/constants/token-data/baseRegistry.json.cjs +1 -1
  45. package/constants/token-data/baseRegistry.json.mjs +1 -4
  46. package/constants/token-data/baseRegistryFixed.json.cjs +1 -1
  47. package/constants/token-data/baseRegistryFixed.json.mjs +1 -4
  48. package/constants/token-data/bnbMainnetRegistry.json.cjs +1 -1
  49. package/constants/token-data/bnbMainnetRegistry.json.mjs +1 -4
  50. package/constants/token-data/bnbMainnetRegistryFixed.json.cjs +1 -1
  51. package/constants/token-data/bnbMainnetRegistryFixed.json.mjs +1 -4
  52. package/constants/token-data/ethMainnetRegistry.json.cjs +1 -1
  53. package/constants/token-data/ethMainnetRegistry.json.mjs +1 -4
  54. package/constants/token-data/ethMainnetRegistryFixed.json.cjs +1 -1
  55. package/constants/token-data/ethMainnetRegistryFixed.json.mjs +1 -4
  56. package/constants/token-data/index.d.ts +15 -972
  57. package/constants/token-data/localhostRegistry.json.cjs +1 -1
  58. package/constants/token-data/localhostRegistry.json.mjs +1 -4
  59. package/constants/token-data/optimismRegistry.json.cjs +1 -1
  60. package/constants/token-data/optimismRegistry.json.mjs +1 -4
  61. package/constants/token-data/optimismRegistryFixed.json.cjs +1 -1
  62. package/constants/token-data/optimismRegistryFixed.json.mjs +1 -4
  63. package/constants/token-data/polygonRegistry.json.cjs +1 -1
  64. package/constants/token-data/polygonRegistry.json.mjs +1 -4
  65. package/constants/token-data/polygonRegistryFixed.json.cjs +1 -1
  66. package/constants/token-data/polygonRegistryFixed.json.mjs +1 -4
  67. package/data-structures/Hinkal/Hinkal.cjs +1 -1
  68. package/data-structures/Hinkal/Hinkal.d.ts +0 -2
  69. package/data-structures/Hinkal/Hinkal.mjs +32 -38
  70. package/data-structures/Hinkal/IHinkal.d.ts +0 -2
  71. package/data-structures/Hinkal/hinkalActionBeefy.cjs +1 -1
  72. package/data-structures/Hinkal/hinkalActionBeefy.mjs +20 -21
  73. package/data-structures/Hinkal/hinkalActionConvex.cjs +1 -1
  74. package/data-structures/Hinkal/hinkalActionConvex.mjs +12 -13
  75. package/data-structures/Hinkal/hinkalActionCurve.cjs +1 -1
  76. package/data-structures/Hinkal/hinkalActionCurve.mjs +14 -15
  77. package/data-structures/Hinkal/hinkalActionLidoEth.cjs +1 -1
  78. package/data-structures/Hinkal/hinkalActionLidoEth.mjs +16 -17
  79. package/data-structures/Hinkal/hinkalActionPendle.cjs +1 -1
  80. package/data-structures/Hinkal/hinkalActionPendle.d.ts +1 -1
  81. package/data-structures/Hinkal/hinkalActionPendle.mjs +23 -24
  82. package/data-structures/Hinkal/hinkalActionPendleLP.cjs +1 -1
  83. package/data-structures/Hinkal/hinkalActionPendleLP.mjs +20 -21
  84. package/data-structures/Hinkal/hinkalActionStake.cjs +1 -1
  85. package/data-structures/Hinkal/hinkalActionStake.d.ts +1 -1
  86. package/data-structures/Hinkal/hinkalActionStake.mjs +5 -6
  87. package/data-structures/Hinkal/hinkalActionVolatile.cjs +1 -1
  88. package/data-structures/Hinkal/hinkalActionVolatile.d.ts +1 -1
  89. package/data-structures/Hinkal/hinkalActionVolatile.mjs +8 -9
  90. package/data-structures/Hinkal/hinkalDeposit.cjs +1 -1
  91. package/data-structures/Hinkal/hinkalDeposit.d.ts +2 -2
  92. package/data-structures/Hinkal/hinkalDeposit.mjs +54 -93
  93. package/data-structures/Hinkal/hinkalGetZkMeProvider.cjs +1 -1
  94. package/data-structures/Hinkal/hinkalGetZkMeProvider.mjs +2 -3
  95. package/data-structures/Hinkal/hinkalPrivateWallet.cjs +1 -1
  96. package/data-structures/Hinkal/hinkalPrivateWallet.mjs +4 -5
  97. package/data-structures/Hinkal/hinkalSwap.cjs +1 -1
  98. package/data-structures/Hinkal/hinkalSwap.mjs +22 -23
  99. package/data-structures/Hinkal/hinkalWithdraw.cjs +1 -1
  100. package/data-structures/Hinkal/hinkalWithdraw.d.ts +1 -1
  101. package/data-structures/Hinkal/hinkalWithdraw.mjs +12 -13
  102. package/data-structures/merkle-tree/MerkleTree.cjs +1 -1
  103. package/data-structures/merkle-tree/MerkleTree.d.ts +0 -2
  104. package/data-structures/merkle-tree/MerkleTree.mjs +25 -38
  105. package/data-structures/merkle-tree/index.d.ts +0 -1
  106. package/data-structures/transactions-manager/TransactionsManager.cjs +1 -1
  107. package/data-structures/transactions-manager/TransactionsManager.d.ts +5 -6
  108. package/data-structures/transactions-manager/TransactionsManager.mjs +111 -118
  109. package/error-handling/error-codes.constants.cjs +1 -1
  110. package/error-handling/error-codes.constants.d.ts +0 -4
  111. package/error-handling/error-codes.constants.mjs +2 -6
  112. package/externalABIs/BabPassport.json.cjs +1 -1
  113. package/externalABIs/BabPassport.json.mjs +3 -8
  114. package/externalABIs/BeefyRouterAbi.json.cjs +1 -1
  115. package/externalABIs/BeefyRouterAbi.json.mjs +2 -5
  116. package/externalABIs/BeefyStrategyAbi.json.cjs +1 -1
  117. package/externalABIs/BeefyStrategyAbi.json.mjs +2 -5
  118. package/externalABIs/BeefyVaultAbi.json.cjs +1 -1
  119. package/externalABIs/BeefyVaultAbi.json.mjs +2 -5
  120. package/externalABIs/BeefyZapAbi.json.cjs +1 -1
  121. package/externalABIs/BeefyZapAbi.json.mjs +2 -5
  122. package/externalABIs/BeefyZapOneInchAbi.json.cjs +1 -1
  123. package/externalABIs/BeefyZapOneInchAbi.json.mjs +2 -5
  124. package/externalABIs/ConvexBoosterAbi.json.cjs +1 -1
  125. package/externalABIs/ConvexBoosterAbi.json.mjs +2 -5
  126. package/externalABIs/ConvexBoosterAbiMainnet.json.cjs +1 -1
  127. package/externalABIs/ConvexBoosterAbiMainnet.json.mjs +2 -5
  128. package/externalABIs/ConvexRewardPoolAbi.json.cjs +1 -1
  129. package/externalABIs/ConvexRewardPoolAbi.json.mjs +2 -5
  130. package/externalABIs/CurveReadingWrapperAbi.json.cjs +1 -1
  131. package/externalABIs/CurveReadingWrapperAbi.json.mjs +2 -5
  132. package/externalABIs/CurveWrappedMainPool.json.cjs +1 -1
  133. package/externalABIs/CurveWrappedMainPool.json.mjs +2 -5
  134. package/externalABIs/CurveZap.json.cjs +1 -1
  135. package/externalABIs/CurveZap.json.mjs +2 -5
  136. package/externalABIs/CvxCrvUtilities.json.cjs +1 -1
  137. package/externalABIs/CvxCrvUtilities.json.mjs +2 -5
  138. package/externalABIs/ERC20.json.cjs +1 -1
  139. package/externalABIs/ERC20.json.mjs +3 -20
  140. package/externalABIs/GalxePassport.json.cjs +1 -1
  141. package/externalABIs/GalxePassport.json.mjs +3 -8
  142. package/externalABIs/IQuoterV2.json.cjs +1 -1
  143. package/externalABIs/IQuoterV2.json.mjs +3 -20
  144. package/externalABIs/ISwapRouter.json.cjs +1 -1
  145. package/externalABIs/ISwapRouter.json.mjs +2 -5
  146. package/externalABIs/IUniswapV3Factory.json.cjs +1 -1
  147. package/externalABIs/IUniswapV3Factory.json.mjs +3 -20
  148. package/externalABIs/IUniswapV3Pool.json.cjs +1 -1
  149. package/externalABIs/IUniswapV3Pool.json.mjs +3 -20
  150. package/externalABIs/PendleRouterAbi.json.cjs +1 -1
  151. package/externalABIs/PendleRouterAbi.json.mjs +2 -5
  152. package/externalABIs/UniswapV2PoolAbi.json.cjs +1 -1
  153. package/externalABIs/UniswapV2PoolAbi.json.mjs +3 -16
  154. package/externalABIs/index.d.ts +11 -307
  155. package/externalABIs/transactionsProver.json.cjs +1 -1
  156. package/externalABIs/transactionsProver.json.mjs +3 -20
  157. package/functions/kyc/zkMeHelper.cjs +1 -1
  158. package/functions/kyc/zkMeHelper.d.ts +1 -0
  159. package/functions/kyc/zkMeHelper.mjs +11 -8
  160. package/functions/pre-transaction/process-gas-estimates.cjs +1 -1
  161. package/functions/pre-transaction/process-gas-estimates.mjs +2 -3
  162. package/functions/private-wallet/emporium.helpers.cjs +1 -1
  163. package/functions/private-wallet/emporium.helpers.d.ts +8 -3
  164. package/functions/private-wallet/emporium.helpers.mjs +23 -11
  165. package/functions/private-wallet/index.d.ts +1 -0
  166. package/functions/private-wallet/opProducer.cjs +1 -1
  167. package/functions/private-wallet/opProducer.mjs +10 -9
  168. package/functions/private-wallet/smartContractWalletCalculator.cjs +1 -0
  169. package/functions/private-wallet/smartContractWalletCalculator.d.ts +1 -0
  170. package/functions/private-wallet/smartContractWalletCalculator.mjs +20 -0
  171. package/functions/protocols/convex.protocols.cjs +1 -1
  172. package/functions/protocols/convex.protocols.mjs +2 -3
  173. package/functions/protocols/pendle.helpers.cjs +1 -1
  174. package/functions/protocols/pendle.helpers.mjs +13 -14
  175. package/functions/snarkjs/constant.cjs +1 -1
  176. package/functions/snarkjs/constant.d.ts +0 -1
  177. package/functions/snarkjs/constant.mjs +5 -6
  178. package/functions/snarkjs/constructEmporiumProof.cjs +1 -1
  179. package/functions/snarkjs/constructEmporiumProof.d.ts +1 -1
  180. package/functions/snarkjs/constructEmporiumProof.mjs +31 -31
  181. package/functions/snarkjs/constructGeneralZkProof.cjs +1 -1
  182. package/functions/snarkjs/constructGeneralZkProof.d.ts +1 -1
  183. package/functions/snarkjs/constructGeneralZkProof.mjs +75 -76
  184. package/functions/snarkjs/generateZkProof.cjs +1 -1
  185. package/functions/snarkjs/generateZkProof.d.ts +1 -1
  186. package/functions/snarkjs/generateZkProof.mjs +15 -4
  187. package/functions/utils/axelar.utils.cjs +1 -1
  188. package/functions/utils/axelar.utils.mjs +2 -3
  189. package/functions/utils/cacheDevice.utils.cjs +1 -1
  190. package/functions/utils/cacheDevice.utils.mjs +8 -9
  191. package/functions/utils/erc20tokenFunctions.cjs +1 -1
  192. package/functions/utils/erc20tokenFunctions.mjs +7 -8
  193. package/functions/utils/evmNetworkFunctions.cjs +1 -1
  194. package/functions/utils/evmNetworkFunctions.mjs +3 -4
  195. package/functions/utils/string.utils.cjs +1 -1
  196. package/functions/utils/string.utils.d.ts +1 -0
  197. package/functions/utils/string.utils.mjs +16 -6
  198. package/functions/utils/userAgent.cjs +1 -1
  199. package/functions/utils/userAgent.mjs +8 -8
  200. package/functions/web3/functionCalls/accessTokenCalls.cjs +1 -1
  201. package/functions/web3/functionCalls/accessTokenCalls.mjs +8 -8
  202. package/functions/web3/functionCalls/transactCallDirect.cjs +1 -1
  203. package/functions/web3/functionCalls/transactCallDirect.d.ts +1 -1
  204. package/functions/web3/functionCalls/transactCallDirect.mjs +29 -43
  205. package/functions/web3/functionCalls/transactCallRelayer.cjs +1 -1
  206. package/functions/web3/functionCalls/transactCallRelayer.mjs +8 -10
  207. package/functions/web3/odosAPI.cjs +1 -1
  208. package/functions/web3/odosAPI.d.ts +2 -1
  209. package/functions/web3/odosAPI.mjs +18 -19
  210. package/functions/web3/oneInchAPI.cjs +1 -1
  211. package/functions/web3/oneInchAPI.d.ts +2 -1
  212. package/functions/web3/oneInchAPI.mjs +15 -17
  213. package/functions/web3/uniswapAPI.cjs +1 -1
  214. package/functions/web3/uniswapAPI.d.ts +4 -4
  215. package/functions/web3/uniswapAPI.mjs +43 -54
  216. package/index.cjs +1 -1
  217. package/index.mjs +641 -617
  218. package/package.json +2 -3
  219. package/providers/EthersProviderAdapter.cjs +1 -1
  220. package/providers/EthersProviderAdapter.d.ts +0 -1
  221. package/providers/EthersProviderAdapter.mjs +37 -26
  222. package/providers/WagmiProviderAdapter.cjs +1 -1
  223. package/providers/WagmiProviderAdapter.d.ts +0 -1
  224. package/providers/WagmiProviderAdapter.mjs +56 -45
  225. package/providers/prepareEthersHinkal.cjs +1 -1
  226. package/providers/prepareEthersHinkal.mjs +2 -4
  227. package/providers/prepareWagmiHinkal.cjs +1 -1
  228. package/providers/prepareWagmiHinkal.mjs +2 -4
  229. package/types/ethereum-network.types.cjs +1 -1
  230. package/types/ethereum-network.types.d.ts +61 -62
  231. package/types/ethereum-network.types.mjs +1 -1
  232. package/types/hinkal.types.d.ts +0 -4
  233. package/types/kyc.types.cjs +1 -1
  234. package/types/kyc.types.d.ts +1 -1
  235. package/types/kyc.types.mjs +1 -1
  236. package/types/rewards.types.d.ts +0 -5
  237. package/types/time.types.cjs +1 -1
  238. package/types/time.types.mjs +1 -1
  239. package/webworker/zkProofWorker/zkProofWorkerLauncher.cjs +1 -1
  240. package/webworker/zkProofWorker/zkProofWorkerLauncher.mjs +1 -1
  241. package/constants/token-data/index.cjs +0 -1
  242. package/constants/token-data/index.mjs +0 -34
  243. package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.cjs +0 -1
  244. package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.d.ts +0 -3
  245. package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs +0 -9
  246. package/externalABIs/index.cjs +0 -1
  247. package/externalABIs/index.mjs +0 -23
  248. package/functions/snarkjs/generateZkProofEnclave.cjs +0 -1
  249. package/functions/snarkjs/generateZkProofEnclave.d.ts +0 -5
  250. package/functions/snarkjs/generateZkProofEnclave.mjs +0 -33
  251. package/functions/snarkjs/generateZkProofSelf.cjs +0 -1
  252. package/functions/snarkjs/generateZkProofSelf.d.ts +0 -5
  253. package/functions/snarkjs/generateZkProofSelf.mjs +0 -17
  254. package/functions/web3/getContractMetadata.cjs +0 -1
  255. package/functions/web3/getContractMetadata.d.ts +0 -5
  256. package/functions/web3/getContractMetadata.mjs +0 -30
  257. package/types/remote-proof.types.d.ts +0 -15
@@ -1,4 +1,4 @@
1
- const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
1
+ const e = "0xAA8f973E3948f86f4fe932a96084F9A054323f4f", t = [
2
2
  {
3
3
  inputs: [
4
4
  {
@@ -1745,7 +1745,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
1745
1745
  stateMutability: "payable",
1746
1746
  type: "receive"
1747
1747
  }
1748
- ], n = "0xf7263E7Fe5625eEAde04a4F2F9d594F990EA18F7", a = [
1748
+ ], n = "0xcC80fd4839f94D42970c0DE219F36991018db803", a = [
1749
1749
  {
1750
1750
  inputs: [
1751
1751
  {
@@ -2674,7 +2674,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
2674
2674
  stateMutability: "nonpayable",
2675
2675
  type: "function"
2676
2676
  }
2677
- ], i = "0x2404F64A2462EA25AE95f77AD4006c5C1E54cD2f", s = [
2677
+ ], i = "0x031a068076b7BA192f24D2882D6632599c3037B8", s = [
2678
2678
  {
2679
2679
  inputs: [
2680
2680
  {
@@ -3714,838 +3714,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
3714
3714
  stateMutability: "nonpayable",
3715
3715
  type: "function"
3716
3716
  }
3717
- ], p = "0xe59FF2F5eC7D109221ffaAbE183A64A63FA4F8c8", r = [
3718
- {
3719
- inputs: [
3720
- {
3721
- internalType: "address",
3722
- name: "_accessToken",
3723
- type: "address"
3724
- },
3725
- {
3726
- internalType: "address",
3727
- name: "_hinkal",
3728
- type: "address"
3729
- }
3730
- ],
3731
- stateMutability: "nonpayable",
3732
- type: "constructor"
3733
- },
3734
- {
3735
- anonymous: !1,
3736
- inputs: [
3737
- {
3738
- indexed: !0,
3739
- internalType: "address",
3740
- name: "previousOwner",
3741
- type: "address"
3742
- },
3743
- {
3744
- indexed: !0,
3745
- internalType: "address",
3746
- name: "newOwner",
3747
- type: "address"
3748
- }
3749
- ],
3750
- name: "OwnershipTransferStarted",
3751
- type: "event"
3752
- },
3753
- {
3754
- anonymous: !1,
3755
- inputs: [
3756
- {
3757
- indexed: !0,
3758
- internalType: "address",
3759
- name: "previousOwner",
3760
- type: "address"
3761
- },
3762
- {
3763
- indexed: !0,
3764
- internalType: "address",
3765
- name: "newOwner",
3766
- type: "address"
3767
- }
3768
- ],
3769
- name: "OwnershipTransferred",
3770
- type: "event"
3771
- },
3772
- {
3773
- inputs: [],
3774
- name: "acceptOwnership",
3775
- outputs: [],
3776
- stateMutability: "nonpayable",
3777
- type: "function"
3778
- },
3779
- {
3780
- inputs: [],
3781
- name: "accessToken",
3782
- outputs: [
3783
- {
3784
- internalType: "contract IExtendedCrossChainAccessToken",
3785
- name: "",
3786
- type: "address"
3787
- }
3788
- ],
3789
- stateMutability: "view",
3790
- type: "function"
3791
- },
3792
- {
3793
- inputs: [],
3794
- name: "accessTokenAcceptOwnership",
3795
- outputs: [],
3796
- stateMutability: "nonpayable",
3797
- type: "function"
3798
- },
3799
- {
3800
- inputs: [
3801
- {
3802
- internalType: "address",
3803
- name: "newOwner",
3804
- type: "address"
3805
- }
3806
- ],
3807
- name: "accessTokenTransferOwnership",
3808
- outputs: [],
3809
- stateMutability: "nonpayable",
3810
- type: "function"
3811
- },
3812
- {
3813
- inputs: [
3814
- {
3815
- components: [
3816
- {
3817
- internalType: "uint8",
3818
- name: "v",
3819
- type: "uint8"
3820
- },
3821
- {
3822
- internalType: "bytes32",
3823
- name: "r",
3824
- type: "bytes32"
3825
- },
3826
- {
3827
- internalType: "bytes32",
3828
- name: "s",
3829
- type: "bytes32"
3830
- },
3831
- {
3832
- internalType: "uint256",
3833
- name: "accessKey",
3834
- type: "uint256"
3835
- },
3836
- {
3837
- internalType: "uint256",
3838
- name: "nonce",
3839
- type: "uint256"
3840
- }
3841
- ],
3842
- internalType: "struct SignatureData",
3843
- name: "signatureData",
3844
- type: "tuple"
3845
- }
3846
- ],
3847
- name: "addToken",
3848
- outputs: [],
3849
- stateMutability: "payable",
3850
- type: "function"
3851
- },
3852
- {
3853
- inputs: [
3854
- {
3855
- components: [
3856
- {
3857
- internalType: "uint8",
3858
- name: "v",
3859
- type: "uint8"
3860
- },
3861
- {
3862
- internalType: "bytes32",
3863
- name: "r",
3864
- type: "bytes32"
3865
- },
3866
- {
3867
- internalType: "bytes32",
3868
- name: "s",
3869
- type: "bytes32"
3870
- },
3871
- {
3872
- internalType: "uint256",
3873
- name: "accessKey",
3874
- type: "uint256"
3875
- },
3876
- {
3877
- internalType: "uint256",
3878
- name: "nonce",
3879
- type: "uint256"
3880
- }
3881
- ],
3882
- internalType: "struct SignatureData",
3883
- name: "signatureData",
3884
- type: "tuple"
3885
- },
3886
- {
3887
- internalType: "uint256[2]",
3888
- name: "a",
3889
- type: "uint256[2]"
3890
- },
3891
- {
3892
- internalType: "uint256[2][2]",
3893
- name: "b",
3894
- type: "uint256[2][2]"
3895
- },
3896
- {
3897
- internalType: "uint256[2]",
3898
- name: "c",
3899
- type: "uint256[2]"
3900
- },
3901
- {
3902
- components: [
3903
- {
3904
- internalType: "uint16",
3905
- name: "tokenNumber",
3906
- type: "uint16"
3907
- },
3908
- {
3909
- internalType: "uint16",
3910
- name: "nullifierAmount",
3911
- type: "uint16"
3912
- },
3913
- {
3914
- internalType: "uint16",
3915
- name: "outputAmount",
3916
- type: "uint16"
3917
- }
3918
- ],
3919
- internalType: "struct Dimensions",
3920
- name: "dimensions",
3921
- type: "tuple"
3922
- },
3923
- {
3924
- components: [
3925
- {
3926
- internalType: "uint256",
3927
- name: "rootHashHinkal",
3928
- type: "uint256"
3929
- },
3930
- {
3931
- internalType: "address[]",
3932
- name: "erc20TokenAddresses",
3933
- type: "address[]"
3934
- },
3935
- {
3936
- internalType: "uint256[]",
3937
- name: "tokenIds",
3938
- type: "uint256[]"
3939
- },
3940
- {
3941
- internalType: "int256[]",
3942
- name: "amountChanges",
3943
- type: "int256[]"
3944
- },
3945
- {
3946
- internalType: "uint256[][]",
3947
- name: "inputNullifiers",
3948
- type: "uint256[][]"
3949
- },
3950
- {
3951
- internalType: "uint256[][]",
3952
- name: "outCommitments",
3953
- type: "uint256[][]"
3954
- },
3955
- {
3956
- internalType: "bytes[][]",
3957
- name: "encryptedOutputs",
3958
- type: "bytes[][]"
3959
- },
3960
- {
3961
- internalType: "uint256[]",
3962
- name: "flatFees",
3963
- type: "uint256[]"
3964
- },
3965
- {
3966
- internalType: "uint256",
3967
- name: "timeStamp",
3968
- type: "uint256"
3969
- },
3970
- {
3971
- components: [
3972
- {
3973
- internalType: "uint256",
3974
- name: "extraRandomization",
3975
- type: "uint256"
3976
- },
3977
- {
3978
- internalType: "uint256",
3979
- name: "stealthAddress",
3980
- type: "uint256"
3981
- },
3982
- {
3983
- internalType: "uint256",
3984
- name: "H0",
3985
- type: "uint256"
3986
- },
3987
- {
3988
- internalType: "uint256",
3989
- name: "H1",
3990
- type: "uint256"
3991
- }
3992
- ],
3993
- internalType: "struct StealthAddressStructure",
3994
- name: "stealthAddressStructure",
3995
- type: "tuple"
3996
- },
3997
- {
3998
- internalType: "uint256",
3999
- name: "rootHashAccessToken",
4000
- type: "uint256"
4001
- },
4002
- {
4003
- internalType: "uint256",
4004
- name: "calldataHash",
4005
- type: "uint256"
4006
- },
4007
- {
4008
- internalType: "uint16",
4009
- name: "publicSignalCount",
4010
- type: "uint16"
4011
- },
4012
- {
4013
- internalType: "address",
4014
- name: "relay",
4015
- type: "address"
4016
- },
4017
- {
4018
- internalType: "address",
4019
- name: "externalAddress",
4020
- type: "address"
4021
- },
4022
- {
4023
- internalType: "uint256",
4024
- name: "externalActionId",
4025
- type: "uint256"
4026
- },
4027
- {
4028
- internalType: "bytes",
4029
- name: "externalActionMetadata",
4030
- type: "bytes"
4031
- },
4032
- {
4033
- components: [
4034
- {
4035
- internalType: "address",
4036
- name: "preHookContract",
4037
- type: "address"
4038
- },
4039
- {
4040
- internalType: "address",
4041
- name: "hookContract",
4042
- type: "address"
4043
- },
4044
- {
4045
- internalType: "bytes",
4046
- name: "preHookMetadata",
4047
- type: "bytes"
4048
- },
4049
- {
4050
- internalType: "bytes",
4051
- name: "postHookMetadata",
4052
- type: "bytes"
4053
- }
4054
- ],
4055
- internalType: "struct HookData",
4056
- name: "hookData",
4057
- type: "tuple"
4058
- }
4059
- ],
4060
- internalType: "struct CircomData",
4061
- name: "circomData",
4062
- type: "tuple"
4063
- }
4064
- ],
4065
- name: "addTokenAndTransact",
4066
- outputs: [],
4067
- stateMutability: "payable",
4068
- type: "function"
4069
- },
4070
- {
4071
- inputs: [
4072
- {
4073
- components: [
4074
- {
4075
- internalType: "uint8",
4076
- name: "v",
4077
- type: "uint8"
4078
- },
4079
- {
4080
- internalType: "bytes32",
4081
- name: "r",
4082
- type: "bytes32"
4083
- },
4084
- {
4085
- internalType: "bytes32",
4086
- name: "s",
4087
- type: "bytes32"
4088
- },
4089
- {
4090
- internalType: "uint256",
4091
- name: "accessKey",
4092
- type: "uint256"
4093
- },
4094
- {
4095
- internalType: "uint256",
4096
- name: "nonce",
4097
- type: "uint256"
4098
- }
4099
- ],
4100
- internalType: "struct SignatureData",
4101
- name: "signatureData",
4102
- type: "tuple"
4103
- },
4104
- {
4105
- components: [
4106
- {
4107
- components: [
4108
- {
4109
- internalType: "string",
4110
- name: "destinationChain",
4111
- type: "string"
4112
- },
4113
- {
4114
- internalType: "string",
4115
- name: "destinationAddress",
4116
- type: "string"
4117
- },
4118
- {
4119
- internalType: "uint256",
4120
- name: "messageFee",
4121
- type: "uint256"
4122
- }
4123
- ],
4124
- internalType: "struct AxelarChainInfo[]",
4125
- name: "chains",
4126
- type: "tuple[]"
4127
- },
4128
- {
4129
- internalType: "uint256",
4130
- name: "totalMessageFees",
4131
- type: "uint256"
4132
- }
4133
- ],
4134
- internalType: "struct AxelarCapsule",
4135
- name: "capsule",
4136
- type: "tuple"
4137
- }
4138
- ],
4139
- name: "addTokenCrossChain",
4140
- outputs: [],
4141
- stateMutability: "payable",
4142
- type: "function"
4143
- },
4144
- {
4145
- inputs: [
4146
- {
4147
- components: [
4148
- {
4149
- internalType: "uint256",
4150
- name: "accessToken",
4151
- type: "uint256"
4152
- },
4153
- {
4154
- internalType: "address",
4155
- name: "ethAddress",
4156
- type: "address"
4157
- }
4158
- ],
4159
- internalType: "struct AccessTokenWithAddress[]",
4160
- name: "accessObjects",
4161
- type: "tuple[]"
4162
- }
4163
- ],
4164
- name: "approveTokens",
4165
- outputs: [],
4166
- stateMutability: "nonpayable",
4167
- type: "function"
4168
- },
4169
- {
4170
- inputs: [
4171
- {
4172
- internalType: "uint256",
4173
- name: "accessKey",
4174
- type: "uint256"
4175
- },
4176
- {
4177
- internalType: "uint256",
4178
- name: "index",
4179
- type: "uint256"
4180
- }
4181
- ],
4182
- name: "blacklistAccessKey",
4183
- outputs: [],
4184
- stateMutability: "nonpayable",
4185
- type: "function"
4186
- },
4187
- {
4188
- inputs: [
4189
- {
4190
- internalType: "address",
4191
- name: "_address",
4192
- type: "address"
4193
- }
4194
- ],
4195
- name: "blacklistAddress",
4196
- outputs: [],
4197
- stateMutability: "nonpayable",
4198
- type: "function"
4199
- },
4200
- {
4201
- inputs: [
4202
- {
4203
- internalType: "uint256",
4204
- name: "rootHashAccessToken",
4205
- type: "uint256"
4206
- },
4207
- {
4208
- internalType: "address",
4209
- name: "sender",
4210
- type: "address"
4211
- }
4212
- ],
4213
- name: "checkForRootHash",
4214
- outputs: [
4215
- {
4216
- internalType: "bool",
4217
- name: "",
4218
- type: "bool"
4219
- }
4220
- ],
4221
- stateMutability: "view",
4222
- type: "function"
4223
- },
4224
- {
4225
- inputs: [
4226
- {
4227
- internalType: "uint256",
4228
- name: "leaf",
4229
- type: "uint256"
4230
- }
4231
- ],
4232
- name: "getAccessTokenRootHash",
4233
- outputs: [
4234
- {
4235
- internalType: "uint256",
4236
- name: "newRoot",
4237
- type: "uint256"
4238
- }
4239
- ],
4240
- stateMutability: "view",
4241
- type: "function"
4242
- },
4243
- {
4244
- inputs: [
4245
- {
4246
- internalType: "uint256",
4247
- name: "accessKey",
4248
- type: "uint256"
4249
- }
4250
- ],
4251
- name: "hasToken",
4252
- outputs: [
4253
- {
4254
- internalType: "bool",
4255
- name: "",
4256
- type: "bool"
4257
- }
4258
- ],
4259
- stateMutability: "view",
4260
- type: "function"
4261
- },
4262
- {
4263
- inputs: [],
4264
- name: "hinkal",
4265
- outputs: [
4266
- {
4267
- internalType: "address",
4268
- name: "",
4269
- type: "address"
4270
- }
4271
- ],
4272
- stateMutability: "view",
4273
- type: "function"
4274
- },
4275
- {
4276
- inputs: [],
4277
- name: "levels",
4278
- outputs: [
4279
- {
4280
- internalType: "uint128",
4281
- name: "",
4282
- type: "uint128"
4283
- }
4284
- ],
4285
- stateMutability: "view",
4286
- type: "function"
4287
- },
4288
- {
4289
- inputs: [
4290
- {
4291
- components: [
4292
- {
4293
- components: [
4294
- {
4295
- internalType: "string",
4296
- name: "destinationChain",
4297
- type: "string"
4298
- },
4299
- {
4300
- internalType: "string",
4301
- name: "destinationAddress",
4302
- type: "string"
4303
- },
4304
- {
4305
- internalType: "uint256",
4306
- name: "messageFee",
4307
- type: "uint256"
4308
- }
4309
- ],
4310
- internalType: "struct AxelarChainInfo[]",
4311
- name: "chains",
4312
- type: "tuple[]"
4313
- },
4314
- {
4315
- internalType: "uint256",
4316
- name: "totalMessageFees",
4317
- type: "uint256"
4318
- }
4319
- ],
4320
- internalType: "struct AxelarCapsule",
4321
- name: "capsule",
4322
- type: "tuple"
4323
- },
4324
- {
4325
- internalType: "uint256",
4326
- name: "accessKey",
4327
- type: "uint256"
4328
- }
4329
- ],
4330
- name: "migrateAccessToken",
4331
- outputs: [],
4332
- stateMutability: "payable",
4333
- type: "function"
4334
- },
4335
- {
4336
- inputs: [],
4337
- name: "minIndex",
4338
- outputs: [
4339
- {
4340
- internalType: "uint256",
4341
- name: "",
4342
- type: "uint256"
4343
- }
4344
- ],
4345
- stateMutability: "view",
4346
- type: "function"
4347
- },
4348
- {
4349
- inputs: [
4350
- {
4351
- internalType: "address",
4352
- name: "",
4353
- type: "address"
4354
- },
4355
- {
4356
- internalType: "address",
4357
- name: "",
4358
- type: "address"
4359
- },
4360
- {
4361
- internalType: "uint256",
4362
- name: "",
4363
- type: "uint256"
4364
- },
4365
- {
4366
- internalType: "bytes",
4367
- name: "",
4368
- type: "bytes"
4369
- }
4370
- ],
4371
- name: "onERC721Received",
4372
- outputs: [
4373
- {
4374
- internalType: "bytes4",
4375
- name: "",
4376
- type: "bytes4"
4377
- }
4378
- ],
4379
- stateMutability: "pure",
4380
- type: "function"
4381
- },
4382
- {
4383
- inputs: [],
4384
- name: "owner",
4385
- outputs: [
4386
- {
4387
- internalType: "address",
4388
- name: "",
4389
- type: "address"
4390
- }
4391
- ],
4392
- stateMutability: "view",
4393
- type: "function"
4394
- },
4395
- {
4396
- inputs: [],
4397
- name: "pendingOwner",
4398
- outputs: [
4399
- {
4400
- internalType: "address",
4401
- name: "",
4402
- type: "address"
4403
- }
4404
- ],
4405
- stateMutability: "view",
4406
- type: "function"
4407
- },
4408
- {
4409
- inputs: [
4410
- {
4411
- internalType: "address",
4412
- name: "sender",
4413
- type: "address"
4414
- }
4415
- ],
4416
- name: "registerCheck",
4417
- outputs: [],
4418
- stateMutability: "view",
4419
- type: "function"
4420
- },
4421
- {
4422
- inputs: [
4423
- {
4424
- internalType: "address",
4425
- name: "_address",
4426
- type: "address"
4427
- }
4428
- ],
4429
- name: "removeAddressFromBlacklist",
4430
- outputs: [],
4431
- stateMutability: "nonpayable",
4432
- type: "function"
4433
- },
4434
- {
4435
- inputs: [],
4436
- name: "renounceOwnership",
4437
- outputs: [],
4438
- stateMutability: "view",
4439
- type: "function"
4440
- },
4441
- {
4442
- inputs: [
4443
- {
4444
- internalType: "address",
4445
- name: "_accessToken",
4446
- type: "address"
4447
- }
4448
- ],
4449
- name: "setAccessToken",
4450
- outputs: [],
4451
- stateMutability: "nonpayable",
4452
- type: "function"
4453
- },
4454
- {
4455
- inputs: [
4456
- {
4457
- internalType: "address",
4458
- name: "_gasService",
4459
- type: "address"
4460
- }
4461
- ],
4462
- name: "setAxelarGasService",
4463
- outputs: [],
4464
- stateMutability: "nonpayable",
4465
- type: "function"
4466
- },
4467
- {
4468
- inputs: [
4469
- {
4470
- components: [
4471
- {
4472
- internalType: "string",
4473
- name: "sourceChain",
4474
- type: "string"
4475
- },
4476
- {
4477
- internalType: "address",
4478
- name: "sourceAddress",
4479
- type: "address"
4480
- }
4481
- ],
4482
- internalType: "struct ICrossChainAccessToken.CrossChainAccessTokenRegistryUpdate[]",
4483
- name: "updates",
4484
- type: "tuple[]"
4485
- }
4486
- ],
4487
- name: "setCrossChainAccessTokenRegistry",
4488
- outputs: [],
4489
- stateMutability: "nonpayable",
4490
- type: "function"
4491
- },
4492
- {
4493
- inputs: [
4494
- {
4495
- internalType: "uint256",
4496
- name: "_mintingFee",
4497
- type: "uint256"
4498
- }
4499
- ],
4500
- name: "setMintingFee",
4501
- outputs: [],
4502
- stateMutability: "nonpayable",
4503
- type: "function"
4504
- },
4505
- {
4506
- inputs: [
4507
- {
4508
- internalType: "address",
4509
- name: "newOwner",
4510
- type: "address"
4511
- }
4512
- ],
4513
- name: "transferOwnership",
4514
- outputs: [],
4515
- stateMutability: "nonpayable",
4516
- type: "function"
4517
- },
4518
- {
4519
- inputs: [
4520
- {
4521
- internalType: "uint256",
4522
- name: "",
4523
- type: "uint256"
4524
- }
4525
- ],
4526
- name: "usedNonces",
4527
- outputs: [
4528
- {
4529
- internalType: "bool",
4530
- name: "",
4531
- type: "bool"
4532
- }
4533
- ],
4534
- stateMutability: "view",
4535
- type: "function"
4536
- },
4537
- {
4538
- inputs: [],
4539
- name: "withdraw",
4540
- outputs: [],
4541
- stateMutability: "payable",
4542
- type: "function"
4543
- },
4544
- {
4545
- stateMutability: "payable",
4546
- type: "receive"
4547
- }
4548
- ], y = "0x965e9591014b8FFEb9fE855463C3c350aC877A05", u = "0x3A465AE353369FBF95A3eE70519f4e8c5F47EfCE", d = "0xc4eEb832251a1823b5CB70DBc13e6ABf7fF6b5e2", l = "0xB937A3F956d63Eb578AB4De6904e46F4A8038D44", o = "0x5B21A6099bFd2b4503F5a57FFa6056d12ad1F09F", m = "0x43EAA89004F5cE4CDeA980B15FCF0103F44011E8", T = [
3717
+ ], p = "0xeA89e488a28E3995C81362e98dA2Dc9471FA54DF", r = "0x722c9994B9bBBe57Ec40e4caf3f0fC58b8CBB20e", y = "0x2448a6D19E1d5bD774a73360195729137147B69b", u = "0xCEFAE6Ed4954B7a6F768DC30C9b4cAEfb22C1569", d = "0xFD53288952e19C0134756e298cF78057426718Dc", l = "0x524B8B8e17Fc2367cb95D8b2e7e3870b8E3088F5", o = [
4549
3718
  {
4550
3719
  inputs: [
4551
3720
  {
@@ -4926,7 +4095,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
4926
4095
  stateMutability: "payable",
4927
4096
  type: "receive"
4928
4097
  }
4929
- ], c = "0x28e3B63F197cc479cad5ad80Ba557412910ED808", b = [
4098
+ ], m = "0x83Fb8a826ffA0C0504938306f2D9a74303364E0C", T = [
4930
4099
  {
4931
4100
  inputs: [
4932
4101
  {
@@ -5307,7 +4476,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
5307
4476
  stateMutability: "payable",
5308
4477
  type: "receive"
5309
4478
  }
5310
- ], f = "0x041Ee45aFBf1151E92DC733CE963226665DE52dE", A = [
4479
+ ], c = "0x430BACcd259F7F21c8C3bcc8A8A643aeE797C86e", b = [
5311
4480
  {
5312
4481
  inputs: [
5313
4482
  {
@@ -5730,7 +4899,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
5730
4899
  stateMutability: "payable",
5731
4900
  type: "receive"
5732
4901
  }
5733
- ], w = [
4902
+ ], f = [
5734
4903
  {
5735
4904
  inputs: [
5736
4905
  {
@@ -6171,7 +5340,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
6171
5340
  stateMutability: "nonpayable",
6172
5341
  type: "function"
6173
5342
  }
6174
- ], M = "0x06CB2B86bAaB196CCC04DFdf8eBdFA7F72719807", v = [
5343
+ ], A = "0x4E0DD661376f80400c22213331c102A4A9Fc778C", w = [
6175
5344
  {
6176
5345
  inputs: [
6177
5346
  {
@@ -6576,7 +5745,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
6576
5745
  stateMutability: "payable",
6577
5746
  type: "receive"
6578
5747
  }
6579
- ], k = [
5748
+ ], v = [
6580
5749
  {
6581
5750
  inputs: [
6582
5751
  {
@@ -7156,7 +6325,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
7156
6325
  stateMutability: "nonpayable",
7157
6326
  type: "function"
7158
6327
  }
7159
- ], h = [
6328
+ ], M = [
7160
6329
  {
7161
6330
  inputs: [
7162
6331
  {
@@ -7558,7 +6727,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
7558
6727
  stateMutability: "payable",
7559
6728
  type: "receive"
7560
6729
  }
7561
- ], x = [
6730
+ ], k = [
7562
6731
  {
7563
6732
  inputs: [
7564
6733
  {
@@ -7954,7 +7123,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
7954
7123
  stateMutability: "view",
7955
7124
  type: "function"
7956
7125
  }
7957
- ], g = [
7126
+ ], h = [
7958
7127
  {
7959
7128
  inputs: [
7960
7129
  {
@@ -8474,7 +7643,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
8474
7643
  stateMutability: "nonpayable",
8475
7644
  type: "function"
8476
7645
  }
8477
- ], H = "0xd7412653700DD686306923d3f294bc080c887d35", O = "0xF42DbA601EF3db176e2F4534830bDA3E08163B47", C = [
7646
+ ], x = "0xA2Ac0F0D17095De7027A3840725EFaf630546767", H = "0xeF1C0799006944aAd5497065EEc037598103A817", g = [
8478
7647
  {
8479
7648
  inputs: [
8480
7649
  {
@@ -8936,7 +8105,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
8936
8105
  stateMutability: "payable",
8937
8106
  type: "receive"
8938
8107
  }
8939
- ], S = "0x0F8c726cF0Fed77ecC1e29383a3626778077D368", I = [
8108
+ ], O = "0x6167AC32fac9A8926994730dBA20C0Dd323E2dbe", S = [
8940
8109
  {
8941
8110
  inputs: [
8942
8111
  {
@@ -9411,7 +8580,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
9411
8580
  stateMutability: "payable",
9412
8581
  type: "receive"
9413
8582
  }
9414
- ], R = "0xB8ffeA6e14eb89B2Be483Bfa7578EB8f3957790c", E = [
8583
+ ], C = "0xf409b4A475DA6D9D6Aa525215fB002deF3e21475", I = [
9415
8584
  {
9416
8585
  inputs: [
9417
8586
  {
@@ -10049,7 +9218,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
10049
9218
  stateMutability: "view",
10050
9219
  type: "function"
10051
9220
  }
10052
- ], D = [
9221
+ ], R = [
10053
9222
  {
10054
9223
  inputs: [
10055
9224
  {
@@ -10635,7 +9804,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
10635
9804
  stateMutability: "nonpayable",
10636
9805
  type: "function"
10637
9806
  }
10638
- ], _ = "0xc368Be2787E23D7b9C99802B9562E6ae1fE62f01", B = [
9807
+ ], E = "0x127784Ff9D441a13281118E185D48D9BA6D302c6", D = [
10639
9808
  {
10640
9809
  inputs: [
10641
9810
  {
@@ -10947,7 +10116,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
10947
10116
  stateMutability: "payable",
10948
10117
  type: "receive"
10949
10118
  }
10950
- ], F = "0xAb98D8AC0BFD0A8cf0A922012F5D82a7Bc8F92D4", P = [
10119
+ ], _ = "0xc7B6f70AeD07BDE7b63965a45e35ca2a1444D4b3", B = [
10951
10120
  {
10952
10121
  inputs: [
10953
10122
  {
@@ -11580,7 +10749,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
11580
10749
  stateMutability: "payable",
11581
10750
  type: "receive"
11582
10751
  }
11583
- ], V = "0xCa1EA03182B922F5E938459aA3a6d8dA62004AEB", N = [
10752
+ ], F = "0xEB79437d65Af2e743e55B6fba717a9B929ee7fD5", P = [
11584
10753
  {
11585
10754
  inputs: [
11586
10755
  {
@@ -11845,7 +11014,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
11845
11014
  stateMutability: "view",
11846
11015
  type: "function"
11847
11016
  }
11848
- ], W = "0x5c358f53a088ff3eEa1CB56F1fe870BAc392d02f", L = [
11017
+ ], V = "0xd84bbC94c87915D3ea6a92A371Cf466A420b58F1", N = [
11849
11018
  {
11850
11019
  inputs: [
11851
11020
  {
@@ -13115,7 +12284,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
13115
12284
  stateMutability: "payable",
13116
12285
  type: "receive"
13117
12286
  }
13118
- ], z = [
12287
+ ], W = [
13119
12288
  {
13120
12289
  inputs: [
13121
12290
  {
@@ -13981,7 +13150,7 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
13981
13150
  stateMutability: "nonpayable",
13982
13151
  type: "function"
13983
13152
  }
13984
- ], K = "0x5Ea8c7Db069b9E81fc8E6EC43544F7fE826aB9B3", U = [
13153
+ ], L = "0xef586e422837fA97F346b98De90E4Cdb18bd7Cc6", z = [
13985
13154
  {
13986
13155
  inputs: [
13987
13156
  {
@@ -14019,100 +13188,96 @@ const e = "0xE13CB35C7b8AaA592126f2e2D4303CD285138635", t = [
14019
13188
  stateMutability: "view",
14020
13189
  type: "function"
14021
13190
  }
14022
- ], X = "0xa9498AAdC99d6c7C7B5A49638DA945d29a36d713", G = {
13191
+ ], U = "0xf89556D08efeA5b5e510710116770E5c83Dc028b", K = {
14023
13192
  hinkalAddress: e,
14024
13193
  hinkalABI: t,
14025
13194
  hinkalHelperAddress: n,
14026
13195
  hinkalHelperABI: a,
14027
13196
  crossChainAccessTokenAddress: i,
14028
13197
  crossChainAccessTokenABI: s,
14029
- crossChainAccessTokenManagerAddress: p,
14030
- crossChainAccessTokenManagerABI: r,
14031
- uniswapExternalActionAddress: y,
14032
- odosExternalActionInstanceAddress: u,
14033
- oneInchExternalActionInstanceAddress: d,
14034
- beefyExternalActionInstanceAddress: l,
14035
- beefyStakeExternalActionInstanceAddress: o,
14036
- curveExternalActionInstanceAddress: m,
14037
- curveExternalActionABI: T,
14038
- curveExternalActionDynamicInstanceAddress: c,
14039
- curveExternalActionDynamicABI: b,
14040
- curveStakeExternalActionInstanceAddress: f,
14041
- curveStakeExternalActionABI: A,
14042
- wrappedStakedCurveLpABI: w,
14043
- convexExternalActionInstanceAddress: M,
14044
- convexExternalActionABI: v,
14045
- wrappedStakedConvexLpABI: k,
14046
- BeefyExternalActionABI: h,
14047
- BeefyStakeExternalActionABI: x,
14048
- WrappedStakedBeefyLpABI: g,
14049
- lidoExternalActionEthAddress: H,
14050
- lidoExternalActionMaticAddress: O,
14051
- pendleExternalActionABI: C,
14052
- pendleExternalActionInstanceAddress: S,
14053
- pendleLPExternalActionABI: I,
14054
- pendleLPExternalActionInstanceAddress: R,
14055
- WstYtTokenABI: E,
14056
- WstPendleLPABI: D,
14057
- volatileVaultInstanceAddress: _,
14058
- VolatileVaultABI: B,
14059
- volatileTokenActionInstanceAddress: F,
14060
- VolatileTokenActionABI: P,
14061
- hinkalWrapperAddress: V,
14062
- HinkalWrapperABI: N,
14063
- hinkalStakeExternalActionAddress: W,
14064
- HinkalStakeExternalActionABI: L,
14065
- HTokenABI: z,
14066
- hETHOracleAddress: K,
14067
- HTokenOracleABI: U,
14068
- emporiumAddress: X
13198
+ uniswapExternalActionAddress: p,
13199
+ odosExternalActionInstanceAddress: r,
13200
+ oneInchExternalActionInstanceAddress: y,
13201
+ beefyExternalActionInstanceAddress: u,
13202
+ beefyStakeExternalActionInstanceAddress: d,
13203
+ curveExternalActionInstanceAddress: l,
13204
+ curveExternalActionABI: o,
13205
+ curveExternalActionDynamicInstanceAddress: m,
13206
+ curveExternalActionDynamicABI: T,
13207
+ curveStakeExternalActionInstanceAddress: c,
13208
+ curveStakeExternalActionABI: b,
13209
+ wrappedStakedCurveLpABI: f,
13210
+ convexExternalActionInstanceAddress: A,
13211
+ convexExternalActionABI: w,
13212
+ wrappedStakedConvexLpABI: v,
13213
+ BeefyExternalActionABI: M,
13214
+ BeefyStakeExternalActionABI: k,
13215
+ WrappedStakedBeefyLpABI: h,
13216
+ lidoExternalActionEthAddress: x,
13217
+ lidoExternalActionMaticAddress: H,
13218
+ pendleExternalActionABI: g,
13219
+ pendleExternalActionInstanceAddress: O,
13220
+ pendleLPExternalActionABI: S,
13221
+ pendleLPExternalActionInstanceAddress: C,
13222
+ WstYtTokenABI: I,
13223
+ WstPendleLPABI: R,
13224
+ volatileVaultInstanceAddress: E,
13225
+ VolatileVaultABI: D,
13226
+ volatileTokenActionInstanceAddress: _,
13227
+ VolatileTokenActionABI: B,
13228
+ hinkalWrapperAddress: F,
13229
+ HinkalWrapperABI: P,
13230
+ hinkalStakeExternalActionAddress: V,
13231
+ HinkalStakeExternalActionABI: N,
13232
+ HTokenABI: W,
13233
+ hETHOracleAddress: L,
13234
+ HTokenOracleABI: z,
13235
+ emporiumAddress: U
14069
13236
  };
14070
13237
  export {
14071
- h as BeefyExternalActionABI,
14072
- x as BeefyStakeExternalActionABI,
14073
- z as HTokenABI,
14074
- U as HTokenOracleABI,
14075
- L as HinkalStakeExternalActionABI,
14076
- N as HinkalWrapperABI,
14077
- P as VolatileTokenActionABI,
14078
- B as VolatileVaultABI,
14079
- g as WrappedStakedBeefyLpABI,
14080
- D as WstPendleLPABI,
14081
- E as WstYtTokenABI,
14082
- l as beefyExternalActionInstanceAddress,
14083
- o as beefyStakeExternalActionInstanceAddress,
14084
- v as convexExternalActionABI,
14085
- M as convexExternalActionInstanceAddress,
13238
+ M as BeefyExternalActionABI,
13239
+ k as BeefyStakeExternalActionABI,
13240
+ W as HTokenABI,
13241
+ z as HTokenOracleABI,
13242
+ N as HinkalStakeExternalActionABI,
13243
+ P as HinkalWrapperABI,
13244
+ B as VolatileTokenActionABI,
13245
+ D as VolatileVaultABI,
13246
+ h as WrappedStakedBeefyLpABI,
13247
+ R as WstPendleLPABI,
13248
+ I as WstYtTokenABI,
13249
+ u as beefyExternalActionInstanceAddress,
13250
+ d as beefyStakeExternalActionInstanceAddress,
13251
+ w as convexExternalActionABI,
13252
+ A as convexExternalActionInstanceAddress,
14086
13253
  s as crossChainAccessTokenABI,
14087
13254
  i as crossChainAccessTokenAddress,
14088
- r as crossChainAccessTokenManagerABI,
14089
- p as crossChainAccessTokenManagerAddress,
14090
- T as curveExternalActionABI,
14091
- b as curveExternalActionDynamicABI,
14092
- c as curveExternalActionDynamicInstanceAddress,
14093
- m as curveExternalActionInstanceAddress,
14094
- A as curveStakeExternalActionABI,
14095
- f as curveStakeExternalActionInstanceAddress,
14096
- G as default,
14097
- X as emporiumAddress,
14098
- K as hETHOracleAddress,
13255
+ o as curveExternalActionABI,
13256
+ T as curveExternalActionDynamicABI,
13257
+ m as curveExternalActionDynamicInstanceAddress,
13258
+ l as curveExternalActionInstanceAddress,
13259
+ b as curveStakeExternalActionABI,
13260
+ c as curveStakeExternalActionInstanceAddress,
13261
+ K as default,
13262
+ U as emporiumAddress,
13263
+ L as hETHOracleAddress,
14099
13264
  t as hinkalABI,
14100
13265
  e as hinkalAddress,
14101
13266
  a as hinkalHelperABI,
14102
13267
  n as hinkalHelperAddress,
14103
- W as hinkalStakeExternalActionAddress,
14104
- V as hinkalWrapperAddress,
14105
- H as lidoExternalActionEthAddress,
14106
- O as lidoExternalActionMaticAddress,
14107
- u as odosExternalActionInstanceAddress,
14108
- d as oneInchExternalActionInstanceAddress,
14109
- C as pendleExternalActionABI,
14110
- S as pendleExternalActionInstanceAddress,
14111
- I as pendleLPExternalActionABI,
14112
- R as pendleLPExternalActionInstanceAddress,
14113
- y as uniswapExternalActionAddress,
14114
- F as volatileTokenActionInstanceAddress,
14115
- _ as volatileVaultInstanceAddress,
14116
- k as wrappedStakedConvexLpABI,
14117
- w as wrappedStakedCurveLpABI
13268
+ V as hinkalStakeExternalActionAddress,
13269
+ F as hinkalWrapperAddress,
13270
+ x as lidoExternalActionEthAddress,
13271
+ H as lidoExternalActionMaticAddress,
13272
+ r as odosExternalActionInstanceAddress,
13273
+ y as oneInchExternalActionInstanceAddress,
13274
+ g as pendleExternalActionABI,
13275
+ O as pendleExternalActionInstanceAddress,
13276
+ S as pendleLPExternalActionABI,
13277
+ C as pendleLPExternalActionInstanceAddress,
13278
+ p as uniswapExternalActionAddress,
13279
+ _ as volatileTokenActionInstanceAddress,
13280
+ E as volatileVaultInstanceAddress,
13281
+ v as wrappedStakedConvexLpABI,
13282
+ f as wrappedStakedCurveLpABI
14118
13283
  };