@across-protocol/sdk 4.3.124 → 4.3.125

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 (481) hide show
  1. package/dist/cjs/src/constants.js +1 -0
  2. package/dist/cjs/src/constants.js.map +1 -1
  3. package/dist/cjs/src/gasPriceOracle/oracle.js +1 -0
  4. package/dist/cjs/src/gasPriceOracle/oracle.js.map +1 -1
  5. package/dist/cjs/src/relayFeeCalculator/chain-queries/factory.d.ts +9 -0
  6. package/dist/cjs/src/relayFeeCalculator/relayFeeCalculator.d.ts +9 -0
  7. package/dist/cjs/src/utils/Multicall.js +1 -0
  8. package/dist/cjs/src/utils/Multicall.js.map +1 -1
  9. package/dist/cjs/src/utils/NetworkUtils.d.ts +1 -0
  10. package/dist/cjs/src/utils/NetworkUtils.js +4 -0
  11. package/dist/cjs/src/utils/NetworkUtils.js.map +1 -1
  12. package/dist/cjs/src/utils/TokenUtils.d.ts +18 -0
  13. package/dist/cjs/src/utils/abi/typechain/Constants.d.ts +1 -8
  14. package/dist/cjs/src/utils/abi/typechain/CreateSponsoredDeposit.d.ts +1 -8
  15. package/dist/cjs/src/utils/abi/typechain/DeploymentUtils.d.ts +1 -8
  16. package/dist/cjs/src/utils/abi/typechain/DstOFTHandler.d.ts +9 -9
  17. package/dist/cjs/src/utils/abi/typechain/HubPoolTestBase.d.ts +1 -8
  18. package/dist/cjs/src/utils/abi/typechain/HyperCoreFlowExecutor.d.ts +36 -10
  19. package/dist/cjs/src/utils/abi/typechain/HyperCoreLib.d.ts +17 -1
  20. package/dist/cjs/src/utils/abi/typechain/ICoreDepositWallet.d.ts +17 -1
  21. package/dist/cjs/src/utils/abi/typechain/{ITelepathyBroadcaster.d.ts → IForwardDepositReceiver.d.ts} +12 -12
  22. package/dist/cjs/src/utils/abi/typechain/{ITelepathyBroadcaster.js → IForwardDepositReceiver.js} +1 -1
  23. package/dist/cjs/src/utils/abi/typechain/IForwardDepositReceiver.js.map +1 -0
  24. package/dist/cjs/src/utils/abi/typechain/IHyperCoreFlowExecutor.d.ts +9 -3
  25. package/dist/cjs/src/utils/abi/typechain/IOFT.d.ts +9 -1
  26. package/dist/cjs/src/utils/abi/typechain/Merkle.d.ts +84 -0
  27. package/dist/cjs/src/utils/abi/typechain/{Succinct_Adapter.js → Merkle.js} +1 -1
  28. package/dist/cjs/src/utils/abi/typechain/Merkle.js.map +1 -0
  29. package/dist/cjs/src/utils/abi/typechain/MurkyBase.d.ts +84 -0
  30. package/dist/cjs/src/utils/abi/typechain/{ITelepathyHandler.js → MurkyBase.js} +1 -1
  31. package/dist/cjs/src/utils/abi/typechain/MurkyBase.js.map +1 -0
  32. package/dist/cjs/src/utils/abi/typechain/OFTCoreMath.d.ts +42 -0
  33. package/dist/cjs/src/utils/abi/typechain/{Succinct_SpokePool.js → OFTCoreMath.js} +1 -1
  34. package/dist/cjs/src/utils/abi/typechain/OFTCoreMath.js.map +1 -0
  35. package/dist/cjs/src/utils/abi/typechain/SpokePoolPeriphery.d.ts +90 -20
  36. package/dist/cjs/src/utils/abi/typechain/SpokePoolPeripheryInterface.d.ts +12 -14
  37. package/dist/cjs/src/utils/abi/typechain/SponsoredCCTPDstPeriphery.d.ts +7 -3
  38. package/dist/cjs/src/utils/abi/typechain/SponsoredCCTPInterface.d.ts +7 -3
  39. package/dist/cjs/src/utils/abi/typechain/SponsoredCCTPSrcPeriphery.d.ts +14 -4
  40. package/dist/cjs/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.d.ts +23 -5
  41. package/dist/cjs/src/utils/abi/typechain/SwapHandler.d.ts +8 -24
  42. package/dist/cjs/src/utils/abi/typechain/V3SpokePoolInterface.d.ts +17 -1
  43. package/dist/cjs/src/utils/abi/typechain/factories/Constants__factory.d.ts +0 -4
  44. package/dist/cjs/src/utils/abi/typechain/factories/Constants__factory.js +0 -5
  45. package/dist/cjs/src/utils/abi/typechain/factories/Constants__factory.js.map +1 -1
  46. package/dist/cjs/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.d.ts +0 -4
  47. package/dist/cjs/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.js +0 -5
  48. package/dist/cjs/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.js.map +1 -1
  49. package/dist/cjs/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts +0 -4
  50. package/dist/cjs/src/utils/abi/typechain/factories/DeploymentUtils__factory.js +0 -5
  51. package/dist/cjs/src/utils/abi/typechain/factories/DeploymentUtils__factory.js.map +1 -1
  52. package/dist/cjs/src/utils/abi/typechain/factories/DstOFTHandler__factory.d.ts +22 -10
  53. package/dist/cjs/src/utils/abi/typechain/factories/DstOFTHandler__factory.js +29 -13
  54. package/dist/cjs/src/utils/abi/typechain/factories/DstOFTHandler__factory.js.map +1 -1
  55. package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +0 -4
  56. package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js +0 -5
  57. package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js.map +1 -1
  58. package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.d.ts +73 -0
  59. package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.js +91 -0
  60. package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.js.map +1 -1
  61. package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreLib__factory.d.ts +24 -0
  62. package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreLib__factory.js +31 -0
  63. package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreLib__factory.js.map +1 -1
  64. package/dist/cjs/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.d.ts +4 -0
  65. package/dist/cjs/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.js +5 -0
  66. package/dist/cjs/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.js.map +1 -1
  67. package/dist/cjs/src/utils/abi/typechain/factories/ICoreDepositWallet__factory.d.ts +18 -0
  68. package/dist/cjs/src/utils/abi/typechain/factories/ICoreDepositWallet__factory.js +23 -0
  69. package/dist/cjs/src/utils/abi/typechain/factories/ICoreDepositWallet__factory.js.map +1 -1
  70. package/dist/cjs/src/utils/abi/typechain/factories/IForwardDepositReceiver__factory.d.ts +26 -0
  71. package/dist/cjs/src/utils/abi/typechain/factories/IForwardDepositReceiver__factory.js +43 -0
  72. package/dist/cjs/src/utils/abi/typechain/factories/IForwardDepositReceiver__factory.js.map +1 -0
  73. package/dist/cjs/src/utils/abi/typechain/factories/IHyperCoreFlowExecutor__factory.d.ts +24 -0
  74. package/dist/cjs/src/utils/abi/typechain/factories/IHyperCoreFlowExecutor__factory.js +30 -0
  75. package/dist/cjs/src/utils/abi/typechain/factories/IHyperCoreFlowExecutor__factory.js.map +1 -1
  76. package/dist/cjs/src/utils/abi/typechain/factories/IOFT__factory.d.ts +10 -0
  77. package/dist/cjs/src/utils/abi/typechain/factories/IOFT__factory.js +13 -0
  78. package/dist/cjs/src/utils/abi/typechain/factories/IOFT__factory.js.map +1 -1
  79. package/dist/cjs/src/utils/abi/typechain/factories/Merkle__factory.d.ts +108 -0
  80. package/dist/cjs/src/utils/abi/typechain/factories/Merkle__factory.js +154 -0
  81. package/dist/cjs/src/utils/abi/typechain/factories/Merkle__factory.js.map +1 -0
  82. package/dist/cjs/src/utils/abi/typechain/factories/MurkyBase__factory.d.ts +108 -0
  83. package/dist/cjs/src/utils/abi/typechain/factories/MurkyBase__factory.js +154 -0
  84. package/dist/cjs/src/utils/abi/typechain/factories/MurkyBase__factory.js.map +1 -0
  85. package/dist/cjs/src/utils/abi/typechain/factories/OFTCoreMath__factory.d.ts +30 -0
  86. package/dist/cjs/src/utils/abi/typechain/factories/OFTCoreMath__factory.js +49 -0
  87. package/dist/cjs/src/utils/abi/typechain/factories/OFTCoreMath__factory.js.map +1 -0
  88. package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.d.ts +0 -8
  89. package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.js +0 -10
  90. package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.js.map +1 -1
  91. package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.d.ts +293 -9
  92. package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.js +378 -11
  93. package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.js.map +1 -1
  94. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.d.ts +10 -0
  95. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.js +12 -0
  96. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.js.map +1 -1
  97. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.d.ts +10 -0
  98. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.js +12 -0
  99. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.js.map +1 -1
  100. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.d.ts +18 -0
  101. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.js +22 -0
  102. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.js.map +1 -1
  103. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.d.ts +46 -4
  104. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.js +59 -5
  105. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.js.map +1 -1
  106. package/dist/cjs/src/utils/abi/typechain/factories/SwapHandler__factory.d.ts +8 -22
  107. package/dist/cjs/src/utils/abi/typechain/factories/SwapHandler__factory.js +10 -28
  108. package/dist/cjs/src/utils/abi/typechain/factories/SwapHandler__factory.js.map +1 -1
  109. package/dist/cjs/src/utils/abi/typechain/factories/V3SpokePoolInterface__factory.d.ts +32 -0
  110. package/dist/cjs/src/utils/abi/typechain/factories/V3SpokePoolInterface__factory.js +42 -0
  111. package/dist/cjs/src/utils/abi/typechain/factories/V3SpokePoolInterface__factory.js.map +1 -1
  112. package/dist/cjs/src/utils/abi/typechain/factories/index.d.ts +4 -4
  113. package/dist/cjs/src/utils/abi/typechain/factories/index.js +12 -12
  114. package/dist/cjs/src/utils/abi/typechain/factories/index.js.map +1 -1
  115. package/dist/cjs/src/utils/abi/typechain/index.d.ts +8 -8
  116. package/dist/cjs/src/utils/abi/typechain/index.js +12 -12
  117. package/dist/cjs/src/utils/abi/typechain/index.js.map +1 -1
  118. package/dist/esm/src/constants.js +1 -0
  119. package/dist/esm/src/constants.js.map +1 -1
  120. package/dist/esm/src/gasPriceOracle/oracle.js +1 -0
  121. package/dist/esm/src/gasPriceOracle/oracle.js.map +1 -1
  122. package/dist/esm/src/relayFeeCalculator/chain-queries/factory.d.ts +9 -0
  123. package/dist/esm/src/relayFeeCalculator/relayFeeCalculator.d.ts +9 -0
  124. package/dist/esm/src/utils/Multicall.js +1 -0
  125. package/dist/esm/src/utils/Multicall.js.map +1 -1
  126. package/dist/esm/src/utils/NetworkUtils.d.ts +6 -0
  127. package/dist/esm/src/utils/NetworkUtils.js +8 -0
  128. package/dist/esm/src/utils/NetworkUtils.js.map +1 -1
  129. package/dist/esm/src/utils/TokenUtils.d.ts +18 -0
  130. package/dist/esm/src/utils/abi/typechain/Constants.d.ts +1 -8
  131. package/dist/esm/src/utils/abi/typechain/CreateSponsoredDeposit.d.ts +1 -8
  132. package/dist/esm/src/utils/abi/typechain/DeploymentUtils.d.ts +1 -8
  133. package/dist/esm/src/utils/abi/typechain/DstOFTHandler.d.ts +9 -9
  134. package/dist/esm/src/utils/abi/typechain/HubPoolTestBase.d.ts +1 -8
  135. package/dist/esm/src/utils/abi/typechain/HyperCoreFlowExecutor.d.ts +36 -10
  136. package/dist/esm/src/utils/abi/typechain/HyperCoreLib.d.ts +17 -1
  137. package/dist/esm/src/utils/abi/typechain/ICoreDepositWallet.d.ts +17 -1
  138. package/dist/esm/src/utils/abi/typechain/{ITelepathyBroadcaster.d.ts → IForwardDepositReceiver.d.ts} +12 -12
  139. package/dist/esm/src/utils/abi/typechain/IForwardDepositReceiver.js +2 -0
  140. package/dist/esm/src/utils/abi/typechain/IForwardDepositReceiver.js.map +1 -0
  141. package/dist/esm/src/utils/abi/typechain/IHyperCoreFlowExecutor.d.ts +9 -3
  142. package/dist/esm/src/utils/abi/typechain/IOFT.d.ts +9 -1
  143. package/dist/esm/src/utils/abi/typechain/Merkle.d.ts +84 -0
  144. package/dist/esm/src/utils/abi/typechain/Merkle.js +2 -0
  145. package/dist/esm/src/utils/abi/typechain/Merkle.js.map +1 -0
  146. package/dist/esm/src/utils/abi/typechain/MurkyBase.d.ts +84 -0
  147. package/dist/esm/src/utils/abi/typechain/MurkyBase.js +2 -0
  148. package/dist/esm/src/utils/abi/typechain/MurkyBase.js.map +1 -0
  149. package/dist/esm/src/utils/abi/typechain/OFTCoreMath.d.ts +42 -0
  150. package/dist/esm/src/utils/abi/typechain/OFTCoreMath.js +2 -0
  151. package/dist/esm/src/utils/abi/typechain/OFTCoreMath.js.map +1 -0
  152. package/dist/esm/src/utils/abi/typechain/SpokePoolPeriphery.d.ts +90 -20
  153. package/dist/esm/src/utils/abi/typechain/SpokePoolPeripheryInterface.d.ts +12 -14
  154. package/dist/esm/src/utils/abi/typechain/SponsoredCCTPDstPeriphery.d.ts +7 -3
  155. package/dist/esm/src/utils/abi/typechain/SponsoredCCTPInterface.d.ts +7 -3
  156. package/dist/esm/src/utils/abi/typechain/SponsoredCCTPSrcPeriphery.d.ts +14 -4
  157. package/dist/esm/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.d.ts +23 -5
  158. package/dist/esm/src/utils/abi/typechain/SwapHandler.d.ts +8 -24
  159. package/dist/esm/src/utils/abi/typechain/V3SpokePoolInterface.d.ts +17 -1
  160. package/dist/esm/src/utils/abi/typechain/factories/Constants__factory.d.ts +0 -4
  161. package/dist/esm/src/utils/abi/typechain/factories/Constants__factory.js +0 -5
  162. package/dist/esm/src/utils/abi/typechain/factories/Constants__factory.js.map +1 -1
  163. package/dist/esm/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.d.ts +0 -4
  164. package/dist/esm/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.js +0 -5
  165. package/dist/esm/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.js.map +1 -1
  166. package/dist/esm/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts +0 -4
  167. package/dist/esm/src/utils/abi/typechain/factories/DeploymentUtils__factory.js +0 -5
  168. package/dist/esm/src/utils/abi/typechain/factories/DeploymentUtils__factory.js.map +1 -1
  169. package/dist/esm/src/utils/abi/typechain/factories/DstOFTHandler__factory.d.ts +22 -10
  170. package/dist/esm/src/utils/abi/typechain/factories/DstOFTHandler__factory.js +29 -13
  171. package/dist/esm/src/utils/abi/typechain/factories/DstOFTHandler__factory.js.map +1 -1
  172. package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +0 -4
  173. package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js +0 -5
  174. package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js.map +1 -1
  175. package/dist/esm/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.d.ts +73 -0
  176. package/dist/esm/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.js +91 -0
  177. package/dist/esm/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.js.map +1 -1
  178. package/dist/esm/src/utils/abi/typechain/factories/HyperCoreLib__factory.d.ts +24 -0
  179. package/dist/esm/src/utils/abi/typechain/factories/HyperCoreLib__factory.js +31 -0
  180. package/dist/esm/src/utils/abi/typechain/factories/HyperCoreLib__factory.js.map +1 -1
  181. package/dist/esm/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.d.ts +4 -0
  182. package/dist/esm/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.js +5 -0
  183. package/dist/esm/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.js.map +1 -1
  184. package/dist/esm/src/utils/abi/typechain/factories/ICoreDepositWallet__factory.d.ts +18 -0
  185. package/dist/esm/src/utils/abi/typechain/factories/ICoreDepositWallet__factory.js +23 -0
  186. package/dist/esm/src/utils/abi/typechain/factories/ICoreDepositWallet__factory.js.map +1 -1
  187. package/dist/esm/src/utils/abi/typechain/factories/IForwardDepositReceiver__factory.d.ts +26 -0
  188. package/dist/esm/src/utils/abi/typechain/factories/IForwardDepositReceiver__factory.js +43 -0
  189. package/dist/esm/src/utils/abi/typechain/factories/IForwardDepositReceiver__factory.js.map +1 -0
  190. package/dist/esm/src/utils/abi/typechain/factories/IHyperCoreFlowExecutor__factory.d.ts +24 -0
  191. package/dist/esm/src/utils/abi/typechain/factories/IHyperCoreFlowExecutor__factory.js +30 -0
  192. package/dist/esm/src/utils/abi/typechain/factories/IHyperCoreFlowExecutor__factory.js.map +1 -1
  193. package/dist/esm/src/utils/abi/typechain/factories/IOFT__factory.d.ts +10 -0
  194. package/dist/esm/src/utils/abi/typechain/factories/IOFT__factory.js +13 -0
  195. package/dist/esm/src/utils/abi/typechain/factories/IOFT__factory.js.map +1 -1
  196. package/dist/esm/src/utils/abi/typechain/factories/Merkle__factory.d.ts +108 -0
  197. package/dist/esm/src/utils/abi/typechain/factories/Merkle__factory.js +154 -0
  198. package/dist/esm/src/utils/abi/typechain/factories/Merkle__factory.js.map +1 -0
  199. package/dist/esm/src/utils/abi/typechain/factories/MurkyBase__factory.d.ts +108 -0
  200. package/dist/esm/src/utils/abi/typechain/factories/MurkyBase__factory.js +154 -0
  201. package/dist/esm/src/utils/abi/typechain/factories/MurkyBase__factory.js.map +1 -0
  202. package/dist/esm/src/utils/abi/typechain/factories/OFTCoreMath__factory.d.ts +30 -0
  203. package/dist/esm/src/utils/abi/typechain/factories/OFTCoreMath__factory.js +49 -0
  204. package/dist/esm/src/utils/abi/typechain/factories/OFTCoreMath__factory.js.map +1 -0
  205. package/dist/esm/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.d.ts +0 -8
  206. package/dist/esm/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.js +0 -10
  207. package/dist/esm/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.js.map +1 -1
  208. package/dist/esm/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.d.ts +293 -9
  209. package/dist/esm/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.js +378 -11
  210. package/dist/esm/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.js.map +1 -1
  211. package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.d.ts +10 -0
  212. package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.js +12 -0
  213. package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.js.map +1 -1
  214. package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.d.ts +10 -0
  215. package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.js +12 -0
  216. package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.js.map +1 -1
  217. package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.d.ts +18 -0
  218. package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.js +22 -0
  219. package/dist/esm/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.js.map +1 -1
  220. package/dist/esm/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.d.ts +46 -4
  221. package/dist/esm/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.js +59 -5
  222. package/dist/esm/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.js.map +1 -1
  223. package/dist/esm/src/utils/abi/typechain/factories/SwapHandler__factory.d.ts +8 -22
  224. package/dist/esm/src/utils/abi/typechain/factories/SwapHandler__factory.js +10 -28
  225. package/dist/esm/src/utils/abi/typechain/factories/SwapHandler__factory.js.map +1 -1
  226. package/dist/esm/src/utils/abi/typechain/factories/V3SpokePoolInterface__factory.d.ts +32 -0
  227. package/dist/esm/src/utils/abi/typechain/factories/V3SpokePoolInterface__factory.js +42 -0
  228. package/dist/esm/src/utils/abi/typechain/factories/V3SpokePoolInterface__factory.js.map +1 -1
  229. package/dist/esm/src/utils/abi/typechain/factories/index.d.ts +4 -4
  230. package/dist/esm/src/utils/abi/typechain/factories/index.js +4 -4
  231. package/dist/esm/src/utils/abi/typechain/factories/index.js.map +1 -1
  232. package/dist/esm/src/utils/abi/typechain/index.d.ts +8 -8
  233. package/dist/esm/src/utils/abi/typechain/index.js +4 -4
  234. package/dist/esm/src/utils/abi/typechain/index.js.map +1 -1
  235. package/dist/types/src/constants.d.ts.map +1 -1
  236. package/dist/types/src/gasPriceOracle/oracle.d.ts.map +1 -1
  237. package/dist/types/src/relayFeeCalculator/chain-queries/factory.d.ts +9 -0
  238. package/dist/types/src/relayFeeCalculator/chain-queries/factory.d.ts.map +1 -1
  239. package/dist/types/src/relayFeeCalculator/relayFeeCalculator.d.ts +9 -0
  240. package/dist/types/src/relayFeeCalculator/relayFeeCalculator.d.ts.map +1 -1
  241. package/dist/types/src/utils/Multicall.d.ts.map +1 -1
  242. package/dist/types/src/utils/NetworkUtils.d.ts +6 -0
  243. package/dist/types/src/utils/NetworkUtils.d.ts.map +1 -1
  244. package/dist/types/src/utils/TokenUtils.d.ts +18 -0
  245. package/dist/types/src/utils/TokenUtils.d.ts.map +1 -1
  246. package/dist/types/src/utils/abi/typechain/Constants.d.ts +1 -8
  247. package/dist/types/src/utils/abi/typechain/Constants.d.ts.map +1 -1
  248. package/dist/types/src/utils/abi/typechain/CreateSponsoredDeposit.d.ts +1 -8
  249. package/dist/types/src/utils/abi/typechain/CreateSponsoredDeposit.d.ts.map +1 -1
  250. package/dist/types/src/utils/abi/typechain/DeploymentUtils.d.ts +1 -8
  251. package/dist/types/src/utils/abi/typechain/DeploymentUtils.d.ts.map +1 -1
  252. package/dist/types/src/utils/abi/typechain/DstOFTHandler.d.ts +9 -9
  253. package/dist/types/src/utils/abi/typechain/DstOFTHandler.d.ts.map +1 -1
  254. package/dist/types/src/utils/abi/typechain/HubPoolTestBase.d.ts +1 -8
  255. package/dist/types/src/utils/abi/typechain/HubPoolTestBase.d.ts.map +1 -1
  256. package/dist/types/src/utils/abi/typechain/HyperCoreFlowExecutor.d.ts +36 -10
  257. package/dist/types/src/utils/abi/typechain/HyperCoreFlowExecutor.d.ts.map +1 -1
  258. package/dist/types/src/utils/abi/typechain/HyperCoreLib.d.ts +17 -1
  259. package/dist/types/src/utils/abi/typechain/HyperCoreLib.d.ts.map +1 -1
  260. package/dist/types/src/utils/abi/typechain/ICoreDepositWallet.d.ts +17 -1
  261. package/dist/types/src/utils/abi/typechain/ICoreDepositWallet.d.ts.map +1 -1
  262. package/dist/{esm/src/utils/abi/typechain/ITelepathyHandler.d.ts → types/src/utils/abi/typechain/IForwardDepositReceiver.d.ts} +13 -12
  263. package/dist/types/src/utils/abi/typechain/IForwardDepositReceiver.d.ts.map +1 -0
  264. package/dist/types/src/utils/abi/typechain/IHyperCoreFlowExecutor.d.ts +9 -3
  265. package/dist/types/src/utils/abi/typechain/IHyperCoreFlowExecutor.d.ts.map +1 -1
  266. package/dist/types/src/utils/abi/typechain/IOFT.d.ts +9 -1
  267. package/dist/types/src/utils/abi/typechain/IOFT.d.ts.map +1 -1
  268. package/dist/types/src/utils/abi/typechain/Merkle.d.ts +85 -0
  269. package/dist/types/src/utils/abi/typechain/Merkle.d.ts.map +1 -0
  270. package/dist/types/src/utils/abi/typechain/MurkyBase.d.ts +85 -0
  271. package/dist/types/src/utils/abi/typechain/MurkyBase.d.ts.map +1 -0
  272. package/dist/types/src/utils/abi/typechain/OFTCoreMath.d.ts +43 -0
  273. package/dist/types/src/utils/abi/typechain/OFTCoreMath.d.ts.map +1 -0
  274. package/dist/types/src/utils/abi/typechain/SpokePoolPeriphery.d.ts +90 -20
  275. package/dist/types/src/utils/abi/typechain/SpokePoolPeriphery.d.ts.map +1 -1
  276. package/dist/types/src/utils/abi/typechain/SpokePoolPeripheryInterface.d.ts +12 -14
  277. package/dist/types/src/utils/abi/typechain/SpokePoolPeripheryInterface.d.ts.map +1 -1
  278. package/dist/types/src/utils/abi/typechain/SponsoredCCTPDstPeriphery.d.ts +7 -3
  279. package/dist/types/src/utils/abi/typechain/SponsoredCCTPDstPeriphery.d.ts.map +1 -1
  280. package/dist/types/src/utils/abi/typechain/SponsoredCCTPInterface.d.ts +7 -3
  281. package/dist/types/src/utils/abi/typechain/SponsoredCCTPInterface.d.ts.map +1 -1
  282. package/dist/types/src/utils/abi/typechain/SponsoredCCTPSrcPeriphery.d.ts +14 -4
  283. package/dist/types/src/utils/abi/typechain/SponsoredCCTPSrcPeriphery.d.ts.map +1 -1
  284. package/dist/types/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.d.ts +23 -5
  285. package/dist/types/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.d.ts.map +1 -1
  286. package/dist/types/src/utils/abi/typechain/SwapHandler.d.ts +8 -24
  287. package/dist/types/src/utils/abi/typechain/SwapHandler.d.ts.map +1 -1
  288. package/dist/types/src/utils/abi/typechain/V3SpokePoolInterface.d.ts +17 -1
  289. package/dist/types/src/utils/abi/typechain/V3SpokePoolInterface.d.ts.map +1 -1
  290. package/dist/types/src/utils/abi/typechain/factories/Constants__factory.d.ts +0 -4
  291. package/dist/types/src/utils/abi/typechain/factories/Constants__factory.d.ts.map +1 -1
  292. package/dist/types/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.d.ts +0 -4
  293. package/dist/types/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.d.ts.map +1 -1
  294. package/dist/types/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts +0 -4
  295. package/dist/types/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts.map +1 -1
  296. package/dist/types/src/utils/abi/typechain/factories/DstOFTHandler__factory.d.ts +22 -10
  297. package/dist/types/src/utils/abi/typechain/factories/DstOFTHandler__factory.d.ts.map +1 -1
  298. package/dist/types/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +0 -4
  299. package/dist/types/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts.map +1 -1
  300. package/dist/types/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.d.ts +73 -0
  301. package/dist/types/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.d.ts.map +1 -1
  302. package/dist/types/src/utils/abi/typechain/factories/HyperCoreLib__factory.d.ts +24 -0
  303. package/dist/types/src/utils/abi/typechain/factories/HyperCoreLib__factory.d.ts.map +1 -1
  304. package/dist/types/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.d.ts +4 -0
  305. package/dist/types/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.d.ts.map +1 -1
  306. package/dist/types/src/utils/abi/typechain/factories/ICoreDepositWallet__factory.d.ts +18 -0
  307. package/dist/types/src/utils/abi/typechain/factories/ICoreDepositWallet__factory.d.ts.map +1 -1
  308. package/dist/types/src/utils/abi/typechain/factories/IForwardDepositReceiver__factory.d.ts +27 -0
  309. package/dist/types/src/utils/abi/typechain/factories/IForwardDepositReceiver__factory.d.ts.map +1 -0
  310. package/dist/types/src/utils/abi/typechain/factories/IHyperCoreFlowExecutor__factory.d.ts +24 -0
  311. package/dist/types/src/utils/abi/typechain/factories/IHyperCoreFlowExecutor__factory.d.ts.map +1 -1
  312. package/dist/types/src/utils/abi/typechain/factories/IOFT__factory.d.ts +10 -0
  313. package/dist/types/src/utils/abi/typechain/factories/IOFT__factory.d.ts.map +1 -1
  314. package/dist/types/src/utils/abi/typechain/factories/Merkle__factory.d.ts +109 -0
  315. package/dist/types/src/utils/abi/typechain/factories/Merkle__factory.d.ts.map +1 -0
  316. package/dist/types/src/utils/abi/typechain/factories/MurkyBase__factory.d.ts +109 -0
  317. package/dist/types/src/utils/abi/typechain/factories/MurkyBase__factory.d.ts.map +1 -0
  318. package/dist/types/src/utils/abi/typechain/factories/OFTCoreMath__factory.d.ts +31 -0
  319. package/dist/types/src/utils/abi/typechain/factories/OFTCoreMath__factory.d.ts.map +1 -0
  320. package/dist/types/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.d.ts +0 -8
  321. package/dist/types/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.d.ts.map +1 -1
  322. package/dist/types/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.d.ts +293 -9
  323. package/dist/types/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.d.ts.map +1 -1
  324. package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.d.ts +10 -0
  325. package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.d.ts.map +1 -1
  326. package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.d.ts +10 -0
  327. package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.d.ts.map +1 -1
  328. package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.d.ts +18 -0
  329. package/dist/types/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.d.ts.map +1 -1
  330. package/dist/types/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.d.ts +46 -4
  331. package/dist/types/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.d.ts.map +1 -1
  332. package/dist/types/src/utils/abi/typechain/factories/SwapHandler__factory.d.ts +8 -22
  333. package/dist/types/src/utils/abi/typechain/factories/SwapHandler__factory.d.ts.map +1 -1
  334. package/dist/types/src/utils/abi/typechain/factories/V3SpokePoolInterface__factory.d.ts +32 -0
  335. package/dist/types/src/utils/abi/typechain/factories/V3SpokePoolInterface__factory.d.ts.map +1 -1
  336. package/dist/types/src/utils/abi/typechain/factories/index.d.ts +4 -4
  337. package/dist/types/src/utils/abi/typechain/factories/index.d.ts.map +1 -1
  338. package/dist/types/src/utils/abi/typechain/index.d.ts +8 -8
  339. package/dist/types/src/utils/abi/typechain/index.d.ts.map +1 -1
  340. package/package.json +3 -3
  341. package/src/constants.ts +1 -0
  342. package/src/gasPriceOracle/oracle.ts +1 -0
  343. package/src/utils/Multicall.ts +1 -0
  344. package/src/utils/NetworkUtils.ts +9 -0
  345. package/src/utils/abi/contracts/Constants.json +0 -5
  346. package/src/utils/abi/contracts/CreateSponsoredDeposit.json +0 -5
  347. package/src/utils/abi/contracts/DeploymentUtils.json +0 -5
  348. package/src/utils/abi/contracts/DstOFTHandler.json +29 -13
  349. package/src/utils/abi/contracts/HubPoolTestBase.json +0 -5
  350. package/src/utils/abi/contracts/HyperCoreFlowExecutor.json +91 -0
  351. package/src/utils/abi/contracts/HyperCoreLib.json +31 -0
  352. package/src/utils/abi/contracts/HyperliquidDepositHandler.json +5 -0
  353. package/src/utils/abi/contracts/ICoreDepositWallet.json +23 -0
  354. package/src/utils/abi/contracts/IForwardDepositReceiver.json +25 -0
  355. package/src/utils/abi/contracts/IHyperCoreFlowExecutor.json +30 -0
  356. package/src/utils/abi/contracts/IOFT.json +13 -0
  357. package/src/utils/abi/contracts/Merkle.json +136 -0
  358. package/src/utils/abi/contracts/MurkyBase.json +136 -0
  359. package/src/utils/abi/contracts/OFTCoreMath.json +31 -0
  360. package/src/utils/abi/contracts/SpokePoolPeriphery.json +378 -11
  361. package/src/utils/abi/contracts/SpokePoolPeripheryInterface.json +0 -10
  362. package/src/utils/abi/contracts/SponsoredCCTPDstPeriphery.json +12 -0
  363. package/src/utils/abi/contracts/SponsoredCCTPInterface.json +12 -0
  364. package/src/utils/abi/contracts/SponsoredCCTPSrcPeriphery.json +22 -0
  365. package/src/utils/abi/contracts/SponsoredOFTSrcPeriphery.json +59 -5
  366. package/src/utils/abi/contracts/SwapHandler.json +10 -28
  367. package/src/utils/abi/contracts/V3SpokePoolInterface.json +42 -0
  368. package/src/utils/abi/typechain/Constants.ts +1 -8
  369. package/src/utils/abi/typechain/CreateSponsoredDeposit.ts +1 -8
  370. package/src/utils/abi/typechain/DeploymentUtils.ts +1 -8
  371. package/src/utils/abi/typechain/DstOFTHandler.ts +22 -22
  372. package/src/utils/abi/typechain/HubPoolTestBase.ts +1 -8
  373. package/src/utils/abi/typechain/HyperCoreFlowExecutor.ts +55 -5
  374. package/src/utils/abi/typechain/HyperCoreLib.ts +42 -0
  375. package/src/utils/abi/typechain/ICoreDepositWallet.ts +44 -1
  376. package/src/utils/abi/typechain/{ITelepathyBroadcaster.ts → IForwardDepositReceiver.ts} +29 -29
  377. package/src/utils/abi/typechain/IHyperCoreFlowExecutor.ts +9 -3
  378. package/src/utils/abi/typechain/IOFT.ts +20 -1
  379. package/src/utils/abi/typechain/Merkle.ts +268 -0
  380. package/src/utils/abi/typechain/MurkyBase.ts +268 -0
  381. package/src/utils/abi/typechain/{ITelepathyHandler.ts → OFTCoreMath.ts} +16 -40
  382. package/src/utils/abi/typechain/SpokePoolPeriphery.ts +276 -19
  383. package/src/utils/abi/typechain/SpokePoolPeripheryInterface.ts +2 -14
  384. package/src/utils/abi/typechain/SponsoredCCTPDstPeriphery.ts +20 -3
  385. package/src/utils/abi/typechain/SponsoredCCTPInterface.ts +20 -3
  386. package/src/utils/abi/typechain/SponsoredCCTPSrcPeriphery.ts +27 -4
  387. package/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.ts +37 -7
  388. package/src/utils/abi/typechain/SwapHandler.ts +7 -52
  389. package/src/utils/abi/typechain/V3SpokePoolInterface.ts +65 -0
  390. package/src/utils/abi/typechain/factories/Constants__factory.ts +0 -5
  391. package/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.ts +0 -5
  392. package/src/utils/abi/typechain/factories/DeploymentUtils__factory.ts +0 -5
  393. package/src/utils/abi/typechain/factories/DstOFTHandler__factory.ts +29 -13
  394. package/src/utils/abi/typechain/factories/HubPoolTestBase__factory.ts +0 -5
  395. package/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.ts +91 -0
  396. package/src/utils/abi/typechain/factories/HyperCoreLib__factory.ts +31 -0
  397. package/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.ts +5 -0
  398. package/src/utils/abi/typechain/factories/ICoreDepositWallet__factory.ts +23 -0
  399. package/src/utils/abi/typechain/factories/IForwardDepositReceiver__factory.ts +53 -0
  400. package/src/utils/abi/typechain/factories/IHyperCoreFlowExecutor__factory.ts +30 -0
  401. package/src/utils/abi/typechain/factories/IOFT__factory.ts +13 -0
  402. package/src/utils/abi/typechain/factories/Merkle__factory.ts +154 -0
  403. package/src/utils/abi/typechain/factories/MurkyBase__factory.ts +157 -0
  404. package/src/utils/abi/typechain/factories/OFTCoreMath__factory.ts +52 -0
  405. package/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.ts +0 -10
  406. package/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.ts +378 -11
  407. package/src/utils/abi/typechain/factories/SponsoredCCTPDstPeriphery__factory.ts +12 -0
  408. package/src/utils/abi/typechain/factories/SponsoredCCTPInterface__factory.ts +12 -0
  409. package/src/utils/abi/typechain/factories/SponsoredCCTPSrcPeriphery__factory.ts +22 -0
  410. package/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.ts +59 -5
  411. package/src/utils/abi/typechain/factories/SwapHandler__factory.ts +10 -28
  412. package/src/utils/abi/typechain/factories/V3SpokePoolInterface__factory.ts +42 -0
  413. package/src/utils/abi/typechain/factories/index.ts +4 -4
  414. package/src/utils/abi/typechain/index.ts +8 -8
  415. package/dist/cjs/src/utils/abi/typechain/ITelepathyBroadcaster.js.map +0 -1
  416. package/dist/cjs/src/utils/abi/typechain/ITelepathyHandler.d.ts +0 -50
  417. package/dist/cjs/src/utils/abi/typechain/ITelepathyHandler.js.map +0 -1
  418. package/dist/cjs/src/utils/abi/typechain/Succinct_Adapter.d.ts +0 -131
  419. package/dist/cjs/src/utils/abi/typechain/Succinct_Adapter.js.map +0 -1
  420. package/dist/cjs/src/utils/abi/typechain/Succinct_SpokePool.d.ts +0 -1579
  421. package/dist/cjs/src/utils/abi/typechain/Succinct_SpokePool.js.map +0 -1
  422. package/dist/cjs/src/utils/abi/typechain/factories/ITelepathyBroadcaster__factory.d.ts +0 -30
  423. package/dist/cjs/src/utils/abi/typechain/factories/ITelepathyBroadcaster__factory.js +0 -49
  424. package/dist/cjs/src/utils/abi/typechain/factories/ITelepathyBroadcaster__factory.js.map +0 -1
  425. package/dist/cjs/src/utils/abi/typechain/factories/ITelepathyHandler__factory.d.ts +0 -30
  426. package/dist/cjs/src/utils/abi/typechain/factories/ITelepathyHandler__factory.js +0 -49
  427. package/dist/cjs/src/utils/abi/typechain/factories/ITelepathyHandler__factory.js.map +0 -1
  428. package/dist/cjs/src/utils/abi/typechain/factories/Succinct_Adapter__factory.d.ts +0 -141
  429. package/dist/cjs/src/utils/abi/typechain/factories/Succinct_Adapter__factory.js +0 -189
  430. package/dist/cjs/src/utils/abi/typechain/factories/Succinct_Adapter__factory.js.map +0 -1
  431. package/dist/cjs/src/utils/abi/typechain/factories/Succinct_SpokePool__factory.d.ts +0 -2461
  432. package/dist/cjs/src/utils/abi/typechain/factories/Succinct_SpokePool__factory.js +0 -3125
  433. package/dist/cjs/src/utils/abi/typechain/factories/Succinct_SpokePool__factory.js.map +0 -1
  434. package/dist/esm/src/utils/abi/typechain/ITelepathyBroadcaster.js +0 -2
  435. package/dist/esm/src/utils/abi/typechain/ITelepathyBroadcaster.js.map +0 -1
  436. package/dist/esm/src/utils/abi/typechain/ITelepathyHandler.js +0 -2
  437. package/dist/esm/src/utils/abi/typechain/ITelepathyHandler.js.map +0 -1
  438. package/dist/esm/src/utils/abi/typechain/Succinct_Adapter.d.ts +0 -131
  439. package/dist/esm/src/utils/abi/typechain/Succinct_Adapter.js +0 -2
  440. package/dist/esm/src/utils/abi/typechain/Succinct_Adapter.js.map +0 -1
  441. package/dist/esm/src/utils/abi/typechain/Succinct_SpokePool.d.ts +0 -1579
  442. package/dist/esm/src/utils/abi/typechain/Succinct_SpokePool.js +0 -2
  443. package/dist/esm/src/utils/abi/typechain/Succinct_SpokePool.js.map +0 -1
  444. package/dist/esm/src/utils/abi/typechain/factories/ITelepathyBroadcaster__factory.d.ts +0 -30
  445. package/dist/esm/src/utils/abi/typechain/factories/ITelepathyBroadcaster__factory.js +0 -49
  446. package/dist/esm/src/utils/abi/typechain/factories/ITelepathyBroadcaster__factory.js.map +0 -1
  447. package/dist/esm/src/utils/abi/typechain/factories/ITelepathyHandler__factory.d.ts +0 -30
  448. package/dist/esm/src/utils/abi/typechain/factories/ITelepathyHandler__factory.js +0 -49
  449. package/dist/esm/src/utils/abi/typechain/factories/ITelepathyHandler__factory.js.map +0 -1
  450. package/dist/esm/src/utils/abi/typechain/factories/Succinct_Adapter__factory.d.ts +0 -141
  451. package/dist/esm/src/utils/abi/typechain/factories/Succinct_Adapter__factory.js +0 -189
  452. package/dist/esm/src/utils/abi/typechain/factories/Succinct_Adapter__factory.js.map +0 -1
  453. package/dist/esm/src/utils/abi/typechain/factories/Succinct_SpokePool__factory.d.ts +0 -2461
  454. package/dist/esm/src/utils/abi/typechain/factories/Succinct_SpokePool__factory.js +0 -3125
  455. package/dist/esm/src/utils/abi/typechain/factories/Succinct_SpokePool__factory.js.map +0 -1
  456. package/dist/types/src/utils/abi/typechain/ITelepathyBroadcaster.d.ts +0 -51
  457. package/dist/types/src/utils/abi/typechain/ITelepathyBroadcaster.d.ts.map +0 -1
  458. package/dist/types/src/utils/abi/typechain/ITelepathyHandler.d.ts +0 -51
  459. package/dist/types/src/utils/abi/typechain/ITelepathyHandler.d.ts.map +0 -1
  460. package/dist/types/src/utils/abi/typechain/Succinct_Adapter.d.ts +0 -132
  461. package/dist/types/src/utils/abi/typechain/Succinct_Adapter.d.ts.map +0 -1
  462. package/dist/types/src/utils/abi/typechain/Succinct_SpokePool.d.ts +0 -1580
  463. package/dist/types/src/utils/abi/typechain/Succinct_SpokePool.d.ts.map +0 -1
  464. package/dist/types/src/utils/abi/typechain/factories/ITelepathyBroadcaster__factory.d.ts +0 -31
  465. package/dist/types/src/utils/abi/typechain/factories/ITelepathyBroadcaster__factory.d.ts.map +0 -1
  466. package/dist/types/src/utils/abi/typechain/factories/ITelepathyHandler__factory.d.ts +0 -31
  467. package/dist/types/src/utils/abi/typechain/factories/ITelepathyHandler__factory.d.ts.map +0 -1
  468. package/dist/types/src/utils/abi/typechain/factories/Succinct_Adapter__factory.d.ts +0 -142
  469. package/dist/types/src/utils/abi/typechain/factories/Succinct_Adapter__factory.d.ts.map +0 -1
  470. package/dist/types/src/utils/abi/typechain/factories/Succinct_SpokePool__factory.d.ts +0 -2462
  471. package/dist/types/src/utils/abi/typechain/factories/Succinct_SpokePool__factory.d.ts.map +0 -1
  472. package/src/utils/abi/contracts/ITelepathyBroadcaster.json +0 -31
  473. package/src/utils/abi/contracts/ITelepathyHandler.json +0 -31
  474. package/src/utils/abi/contracts/Succinct_Adapter.json +0 -171
  475. package/src/utils/abi/contracts/Succinct_SpokePool.json +0 -3107
  476. package/src/utils/abi/typechain/Succinct_Adapter.ts +0 -287
  477. package/src/utils/abi/typechain/Succinct_SpokePool.ts +0 -3623
  478. package/src/utils/abi/typechain/factories/ITelepathyBroadcaster__factory.ts +0 -59
  479. package/src/utils/abi/typechain/factories/ITelepathyHandler__factory.ts +0 -55
  480. package/src/utils/abi/typechain/factories/Succinct_Adapter__factory.ts +0 -195
  481. package/src/utils/abi/typechain/factories/Succinct_SpokePool__factory.ts +0 -3132
@@ -0,0 +1,31 @@
1
+ [
2
+ {
3
+ "type": "function",
4
+ "name": "decimalConversionRate",
5
+ "inputs": [],
6
+ "outputs": [
7
+ {
8
+ "name": "",
9
+ "type": "uint256",
10
+ "internalType": "uint256"
11
+ }
12
+ ],
13
+ "stateMutability": "view"
14
+ },
15
+ {
16
+ "type": "error",
17
+ "name": "AmountSDOverflowed",
18
+ "inputs": [
19
+ {
20
+ "name": "amountSD",
21
+ "type": "uint256",
22
+ "internalType": "uint256"
23
+ }
24
+ ]
25
+ },
26
+ {
27
+ "type": "error",
28
+ "name": "InvalidLocalDecimals",
29
+ "inputs": []
30
+ }
31
+ ]
@@ -10,6 +10,84 @@
10
10
  ],
11
11
  "stateMutability": "nonpayable"
12
12
  },
13
+ {
14
+ "type": "function",
15
+ "name": "AUTHORIZATION_NONCE_IDENTIFIER",
16
+ "inputs": [],
17
+ "outputs": [
18
+ {
19
+ "name": "",
20
+ "type": "bytes32",
21
+ "internalType": "bytes32"
22
+ }
23
+ ],
24
+ "stateMutability": "view"
25
+ },
26
+ {
27
+ "type": "function",
28
+ "name": "BRIDGE_AND_SWAP_WITNESS_IDENTIFIER",
29
+ "inputs": [],
30
+ "outputs": [
31
+ {
32
+ "name": "",
33
+ "type": "bytes32",
34
+ "internalType": "bytes32"
35
+ }
36
+ ],
37
+ "stateMutability": "view"
38
+ },
39
+ {
40
+ "type": "function",
41
+ "name": "BRIDGE_WITNESS_IDENTIFIER",
42
+ "inputs": [],
43
+ "outputs": [
44
+ {
45
+ "name": "",
46
+ "type": "bytes32",
47
+ "internalType": "bytes32"
48
+ }
49
+ ],
50
+ "stateMutability": "view"
51
+ },
52
+ {
53
+ "type": "function",
54
+ "name": "DEPOSIT_NONCE_IDENTIFIER",
55
+ "inputs": [],
56
+ "outputs": [
57
+ {
58
+ "name": "",
59
+ "type": "bytes32",
60
+ "internalType": "bytes32"
61
+ }
62
+ ],
63
+ "stateMutability": "view"
64
+ },
65
+ {
66
+ "type": "function",
67
+ "name": "PERMIT2_NONCE_IDENTIFIER",
68
+ "inputs": [],
69
+ "outputs": [
70
+ {
71
+ "name": "",
72
+ "type": "bytes32",
73
+ "internalType": "bytes32"
74
+ }
75
+ ],
76
+ "stateMutability": "view"
77
+ },
78
+ {
79
+ "type": "function",
80
+ "name": "PERMIT_NONCE_IDENTIFIER",
81
+ "inputs": [],
82
+ "outputs": [
83
+ {
84
+ "name": "",
85
+ "type": "bytes32",
86
+ "internalType": "bytes32"
87
+ }
88
+ ],
89
+ "stateMutability": "view"
90
+ },
13
91
  {
14
92
  "type": "function",
15
93
  "name": "depositNative",
@@ -202,11 +280,6 @@
202
280
  "name": "receiveWithAuthSignature",
203
281
  "type": "bytes",
204
282
  "internalType": "bytes"
205
- },
206
- {
207
- "name": "depositDataSignature",
208
- "type": "bytes",
209
- "internalType": "bytes"
210
283
  }
211
284
  ],
212
285
  "outputs": [],
@@ -550,6 +623,305 @@
550
623
  ],
551
624
  "stateMutability": "view"
552
625
  },
626
+ {
627
+ "type": "function",
628
+ "name": "getDepositId",
629
+ "inputs": [
630
+ {
631
+ "name": "depositor",
632
+ "type": "address",
633
+ "internalType": "address"
634
+ },
635
+ {
636
+ "name": "authorizer",
637
+ "type": "address",
638
+ "internalType": "address"
639
+ },
640
+ {
641
+ "name": "nonceIdentifier",
642
+ "type": "bytes32",
643
+ "internalType": "bytes32"
644
+ },
645
+ {
646
+ "name": "nonce",
647
+ "type": "uint256",
648
+ "internalType": "uint256"
649
+ },
650
+ {
651
+ "name": "spokePool",
652
+ "type": "address",
653
+ "internalType": "contract V3SpokePoolInterface"
654
+ }
655
+ ],
656
+ "outputs": [
657
+ {
658
+ "name": "",
659
+ "type": "uint256",
660
+ "internalType": "uint256"
661
+ }
662
+ ],
663
+ "stateMutability": "view"
664
+ },
665
+ {
666
+ "type": "function",
667
+ "name": "getERC3009DepositWitness",
668
+ "inputs": [
669
+ {
670
+ "name": "depositData",
671
+ "type": "tuple",
672
+ "internalType": "struct SpokePoolPeripheryInterface.DepositData",
673
+ "components": [
674
+ {
675
+ "name": "submissionFees",
676
+ "type": "tuple",
677
+ "internalType": "struct SpokePoolPeripheryInterface.Fees",
678
+ "components": [
679
+ {
680
+ "name": "amount",
681
+ "type": "uint256",
682
+ "internalType": "uint256"
683
+ },
684
+ {
685
+ "name": "recipient",
686
+ "type": "address",
687
+ "internalType": "address"
688
+ }
689
+ ]
690
+ },
691
+ {
692
+ "name": "baseDepositData",
693
+ "type": "tuple",
694
+ "internalType": "struct SpokePoolPeripheryInterface.BaseDepositData",
695
+ "components": [
696
+ {
697
+ "name": "inputToken",
698
+ "type": "address",
699
+ "internalType": "address"
700
+ },
701
+ {
702
+ "name": "outputToken",
703
+ "type": "bytes32",
704
+ "internalType": "bytes32"
705
+ },
706
+ {
707
+ "name": "outputAmount",
708
+ "type": "uint256",
709
+ "internalType": "uint256"
710
+ },
711
+ {
712
+ "name": "depositor",
713
+ "type": "address",
714
+ "internalType": "address"
715
+ },
716
+ {
717
+ "name": "recipient",
718
+ "type": "bytes32",
719
+ "internalType": "bytes32"
720
+ },
721
+ {
722
+ "name": "destinationChainId",
723
+ "type": "uint256",
724
+ "internalType": "uint256"
725
+ },
726
+ {
727
+ "name": "exclusiveRelayer",
728
+ "type": "bytes32",
729
+ "internalType": "bytes32"
730
+ },
731
+ {
732
+ "name": "quoteTimestamp",
733
+ "type": "uint32",
734
+ "internalType": "uint32"
735
+ },
736
+ {
737
+ "name": "fillDeadline",
738
+ "type": "uint32",
739
+ "internalType": "uint32"
740
+ },
741
+ {
742
+ "name": "exclusivityParameter",
743
+ "type": "uint32",
744
+ "internalType": "uint32"
745
+ },
746
+ {
747
+ "name": "message",
748
+ "type": "bytes",
749
+ "internalType": "bytes"
750
+ }
751
+ ]
752
+ },
753
+ {
754
+ "name": "inputAmount",
755
+ "type": "uint256",
756
+ "internalType": "uint256"
757
+ },
758
+ {
759
+ "name": "spokePool",
760
+ "type": "address",
761
+ "internalType": "address"
762
+ },
763
+ {
764
+ "name": "nonce",
765
+ "type": "uint256",
766
+ "internalType": "uint256"
767
+ }
768
+ ]
769
+ }
770
+ ],
771
+ "outputs": [
772
+ {
773
+ "name": "",
774
+ "type": "bytes32",
775
+ "internalType": "bytes32"
776
+ }
777
+ ],
778
+ "stateMutability": "pure"
779
+ },
780
+ {
781
+ "type": "function",
782
+ "name": "getERC3009SwapAndBridgeWitness",
783
+ "inputs": [
784
+ {
785
+ "name": "swapAndDepositData",
786
+ "type": "tuple",
787
+ "internalType": "struct SpokePoolPeripheryInterface.SwapAndDepositData",
788
+ "components": [
789
+ {
790
+ "name": "submissionFees",
791
+ "type": "tuple",
792
+ "internalType": "struct SpokePoolPeripheryInterface.Fees",
793
+ "components": [
794
+ {
795
+ "name": "amount",
796
+ "type": "uint256",
797
+ "internalType": "uint256"
798
+ },
799
+ {
800
+ "name": "recipient",
801
+ "type": "address",
802
+ "internalType": "address"
803
+ }
804
+ ]
805
+ },
806
+ {
807
+ "name": "depositData",
808
+ "type": "tuple",
809
+ "internalType": "struct SpokePoolPeripheryInterface.BaseDepositData",
810
+ "components": [
811
+ {
812
+ "name": "inputToken",
813
+ "type": "address",
814
+ "internalType": "address"
815
+ },
816
+ {
817
+ "name": "outputToken",
818
+ "type": "bytes32",
819
+ "internalType": "bytes32"
820
+ },
821
+ {
822
+ "name": "outputAmount",
823
+ "type": "uint256",
824
+ "internalType": "uint256"
825
+ },
826
+ {
827
+ "name": "depositor",
828
+ "type": "address",
829
+ "internalType": "address"
830
+ },
831
+ {
832
+ "name": "recipient",
833
+ "type": "bytes32",
834
+ "internalType": "bytes32"
835
+ },
836
+ {
837
+ "name": "destinationChainId",
838
+ "type": "uint256",
839
+ "internalType": "uint256"
840
+ },
841
+ {
842
+ "name": "exclusiveRelayer",
843
+ "type": "bytes32",
844
+ "internalType": "bytes32"
845
+ },
846
+ {
847
+ "name": "quoteTimestamp",
848
+ "type": "uint32",
849
+ "internalType": "uint32"
850
+ },
851
+ {
852
+ "name": "fillDeadline",
853
+ "type": "uint32",
854
+ "internalType": "uint32"
855
+ },
856
+ {
857
+ "name": "exclusivityParameter",
858
+ "type": "uint32",
859
+ "internalType": "uint32"
860
+ },
861
+ {
862
+ "name": "message",
863
+ "type": "bytes",
864
+ "internalType": "bytes"
865
+ }
866
+ ]
867
+ },
868
+ {
869
+ "name": "swapToken",
870
+ "type": "address",
871
+ "internalType": "address"
872
+ },
873
+ {
874
+ "name": "exchange",
875
+ "type": "address",
876
+ "internalType": "address"
877
+ },
878
+ {
879
+ "name": "transferType",
880
+ "type": "uint8",
881
+ "internalType": "enum SpokePoolPeripheryInterface.TransferType"
882
+ },
883
+ {
884
+ "name": "swapTokenAmount",
885
+ "type": "uint256",
886
+ "internalType": "uint256"
887
+ },
888
+ {
889
+ "name": "minExpectedInputTokenAmount",
890
+ "type": "uint256",
891
+ "internalType": "uint256"
892
+ },
893
+ {
894
+ "name": "routerCalldata",
895
+ "type": "bytes",
896
+ "internalType": "bytes"
897
+ },
898
+ {
899
+ "name": "enableProportionalAdjustment",
900
+ "type": "bool",
901
+ "internalType": "bool"
902
+ },
903
+ {
904
+ "name": "spokePool",
905
+ "type": "address",
906
+ "internalType": "address"
907
+ },
908
+ {
909
+ "name": "nonce",
910
+ "type": "uint256",
911
+ "internalType": "uint256"
912
+ }
913
+ ]
914
+ }
915
+ ],
916
+ "outputs": [
917
+ {
918
+ "name": "",
919
+ "type": "bytes32",
920
+ "internalType": "bytes32"
921
+ }
922
+ ],
923
+ "stateMutability": "pure"
924
+ },
553
925
  {
554
926
  "type": "function",
555
927
  "name": "multicall",
@@ -587,7 +959,7 @@
587
959
  "name": "permitNonces",
588
960
  "inputs": [
589
961
  {
590
- "name": "",
962
+ "name": "user",
591
963
  "type": "address",
592
964
  "internalType": "address"
593
965
  }
@@ -894,11 +1266,6 @@
894
1266
  "name": "receiveWithAuthSignature",
895
1267
  "type": "bytes",
896
1268
  "internalType": "bytes"
897
- },
898
- {
899
- "name": "swapAndDepositDataSignature",
900
- "type": "bytes",
901
- "internalType": "bytes"
902
1269
  }
903
1270
  ],
904
1271
  "outputs": [],
@@ -191,11 +191,6 @@
191
191
  "name": "receiveWithAuthSignature",
192
192
  "type": "bytes",
193
193
  "internalType": "bytes"
194
- },
195
- {
196
- "name": "depositDataSignature",
197
- "type": "bytes",
198
- "internalType": "bytes"
199
194
  }
200
195
  ],
201
196
  "outputs": [],
@@ -795,11 +790,6 @@
795
790
  "name": "receiveWithAuthSignature",
796
791
  "type": "bytes",
797
792
  "internalType": "bytes"
798
- },
799
- {
800
- "name": "swapAndDepositDataSignature",
801
- "type": "bytes",
802
- "internalType": "bytes"
803
793
  }
804
794
  ],
805
795
  "outputs": [],
@@ -591,6 +591,18 @@
591
591
  "indexed": false,
592
592
  "internalType": "bytes32"
593
593
  },
594
+ {
595
+ "name": "destinationDex",
596
+ "type": "uint32",
597
+ "indexed": false,
598
+ "internalType": "uint32"
599
+ },
600
+ {
601
+ "name": "accountCreationMode",
602
+ "type": "uint8",
603
+ "indexed": false,
604
+ "internalType": "uint8"
605
+ },
594
606
  {
595
607
  "name": "signature",
596
608
  "type": "bytes",
@@ -76,6 +76,18 @@
76
76
  "indexed": false,
77
77
  "internalType": "bytes32"
78
78
  },
79
+ {
80
+ "name": "destinationDex",
81
+ "type": "uint32",
82
+ "indexed": false,
83
+ "internalType": "uint32"
84
+ },
85
+ {
86
+ "name": "accountCreationMode",
87
+ "type": "uint8",
88
+ "indexed": false,
89
+ "internalType": "uint8"
90
+ },
79
91
  {
80
92
  "name": "signature",
81
93
  "type": "bytes",
@@ -112,6 +112,16 @@
112
112
  "type": "bytes32",
113
113
  "internalType": "bytes32"
114
114
  },
115
+ {
116
+ "name": "destinationDex",
117
+ "type": "uint32",
118
+ "internalType": "uint32"
119
+ },
120
+ {
121
+ "name": "accountCreationMode",
122
+ "type": "uint8",
123
+ "internalType": "uint8"
124
+ },
115
125
  {
116
126
  "name": "executionMode",
117
127
  "type": "uint8",
@@ -320,6 +330,18 @@
320
330
  "indexed": false,
321
331
  "internalType": "bytes32"
322
332
  },
333
+ {
334
+ "name": "destinationDex",
335
+ "type": "uint32",
336
+ "indexed": false,
337
+ "internalType": "uint32"
338
+ },
339
+ {
340
+ "name": "accountCreationMode",
341
+ "type": "uint8",
342
+ "indexed": false,
343
+ "internalType": "uint8"
344
+ },
323
345
  {
324
346
  "name": "signature",
325
347
  "type": "bytes",
@@ -77,6 +77,19 @@
77
77
  ],
78
78
  "stateMutability": "view"
79
79
  },
80
+ {
81
+ "type": "function",
82
+ "name": "decimalConversionRate",
83
+ "inputs": [],
84
+ "outputs": [
85
+ {
86
+ "name": "",
87
+ "type": "uint256",
88
+ "internalType": "uint256"
89
+ }
90
+ ],
91
+ "stateMutability": "view"
92
+ },
80
93
  {
81
94
  "type": "function",
82
95
  "name": "deposit",
@@ -126,6 +139,11 @@
126
139
  "type": "uint256",
127
140
  "internalType": "uint256"
128
141
  },
142
+ {
143
+ "name": "maxUserSlippageBps",
144
+ "type": "uint256",
145
+ "internalType": "uint256"
146
+ },
129
147
  {
130
148
  "name": "finalRecipient",
131
149
  "type": "bytes32",
@@ -136,6 +154,11 @@
136
154
  "type": "bytes32",
137
155
  "internalType": "bytes32"
138
156
  },
157
+ {
158
+ "name": "destinationDex",
159
+ "type": "uint32",
160
+ "internalType": "uint32"
161
+ },
139
162
  {
140
163
  "name": "lzReceiveGasLimit",
141
164
  "type": "uint256",
@@ -146,6 +169,16 @@
146
169
  "type": "uint256",
147
170
  "internalType": "uint256"
148
171
  },
172
+ {
173
+ "name": "maxOftFeeBps",
174
+ "type": "uint256",
175
+ "internalType": "uint256"
176
+ },
177
+ {
178
+ "name": "accountCreationMode",
179
+ "type": "uint8",
180
+ "internalType": "uint8"
181
+ },
149
182
  {
150
183
  "name": "executionMode",
151
184
  "type": "uint8",
@@ -167,11 +200,6 @@
167
200
  "name": "refundRecipient",
168
201
  "type": "address",
169
202
  "internalType": "address"
170
- },
171
- {
172
- "name": "maxUserSlippageBps",
173
- "type": "uint256",
174
- "internalType": "uint256"
175
203
  }
176
204
  ]
177
205
  }
@@ -344,6 +372,22 @@
344
372
  ],
345
373
  "anonymous": false
346
374
  },
375
+ {
376
+ "type": "error",
377
+ "name": "AmountSDOverflowed",
378
+ "inputs": [
379
+ {
380
+ "name": "amountSD",
381
+ "type": "uint256",
382
+ "internalType": "uint256"
383
+ }
384
+ ]
385
+ },
386
+ {
387
+ "type": "error",
388
+ "name": "ArrayLengthMismatch",
389
+ "inputs": []
390
+ },
347
391
  {
348
392
  "type": "error",
349
393
  "name": "IncorrectSignature",
@@ -359,6 +403,16 @@
359
403
  "name": "InsufficientNativeFee",
360
404
  "inputs": []
361
405
  },
406
+ {
407
+ "type": "error",
408
+ "name": "InvalidLocalDecimals",
409
+ "inputs": []
410
+ },
411
+ {
412
+ "type": "error",
413
+ "name": "InvalidMaxOftFeeBps",
414
+ "inputs": []
415
+ },
362
416
  {
363
417
  "type": "error",
364
418
  "name": "InvalidOptionType",