@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
@@ -1,2461 +0,0 @@
1
- import { Signer } from "ethers";
2
- import type { Provider } from "@ethersproject/providers";
3
- import type { Succinct_SpokePool, Succinct_SpokePoolInterface } from "../Succinct_SpokePool";
4
- export declare class Succinct_SpokePool__factory {
5
- static readonly abi: readonly [{
6
- readonly type: "constructor";
7
- readonly inputs: readonly [{
8
- readonly name: "_wrappedNativeTokenAddress";
9
- readonly type: "address";
10
- readonly internalType: "address";
11
- }, {
12
- readonly name: "_depositQuoteTimeBuffer";
13
- readonly type: "uint32";
14
- readonly internalType: "uint32";
15
- }, {
16
- readonly name: "_fillDeadlineBuffer";
17
- readonly type: "uint32";
18
- readonly internalType: "uint32";
19
- }];
20
- readonly stateMutability: "nonpayable";
21
- }, {
22
- readonly type: "receive";
23
- readonly stateMutability: "payable";
24
- }, {
25
- readonly type: "function";
26
- readonly name: "EMPTY_MSG_BYTES";
27
- readonly inputs: readonly [];
28
- readonly outputs: readonly [{
29
- readonly name: "";
30
- readonly type: "bytes";
31
- readonly internalType: "bytes";
32
- }];
33
- readonly stateMutability: "view";
34
- }, {
35
- readonly type: "function";
36
- readonly name: "EMPTY_RELAYER";
37
- readonly inputs: readonly [];
38
- readonly outputs: readonly [{
39
- readonly name: "";
40
- readonly type: "bytes32";
41
- readonly internalType: "bytes32";
42
- }];
43
- readonly stateMutability: "view";
44
- }, {
45
- readonly type: "function";
46
- readonly name: "EMPTY_REPAYMENT_CHAIN_ID";
47
- readonly inputs: readonly [];
48
- readonly outputs: readonly [{
49
- readonly name: "";
50
- readonly type: "uint256";
51
- readonly internalType: "uint256";
52
- }];
53
- readonly stateMutability: "view";
54
- }, {
55
- readonly type: "function";
56
- readonly name: "INFINITE_FILL_DEADLINE";
57
- readonly inputs: readonly [];
58
- readonly outputs: readonly [{
59
- readonly name: "";
60
- readonly type: "uint32";
61
- readonly internalType: "uint32";
62
- }];
63
- readonly stateMutability: "view";
64
- }, {
65
- readonly type: "function";
66
- readonly name: "MAX_EXCLUSIVITY_PERIOD_SECONDS";
67
- readonly inputs: readonly [];
68
- readonly outputs: readonly [{
69
- readonly name: "";
70
- readonly type: "uint32";
71
- readonly internalType: "uint32";
72
- }];
73
- readonly stateMutability: "view";
74
- }, {
75
- readonly type: "function";
76
- readonly name: "MAX_TRANSFER_SIZE";
77
- readonly inputs: readonly [];
78
- readonly outputs: readonly [{
79
- readonly name: "";
80
- readonly type: "uint256";
81
- readonly internalType: "uint256";
82
- }];
83
- readonly stateMutability: "view";
84
- }, {
85
- readonly type: "function";
86
- readonly name: "OFT_DST_EID";
87
- readonly inputs: readonly [];
88
- readonly outputs: readonly [{
89
- readonly name: "";
90
- readonly type: "uint32";
91
- readonly internalType: "uint32";
92
- }];
93
- readonly stateMutability: "view";
94
- }, {
95
- readonly type: "function";
96
- readonly name: "OFT_FEE_CAP";
97
- readonly inputs: readonly [];
98
- readonly outputs: readonly [{
99
- readonly name: "";
100
- readonly type: "uint256";
101
- readonly internalType: "uint256";
102
- }];
103
- readonly stateMutability: "view";
104
- }, {
105
- readonly type: "function";
106
- readonly name: "UPDATE_BYTES32_DEPOSIT_DETAILS_HASH";
107
- readonly inputs: readonly [];
108
- readonly outputs: readonly [{
109
- readonly name: "";
110
- readonly type: "bytes32";
111
- readonly internalType: "bytes32";
112
- }];
113
- readonly stateMutability: "view";
114
- }, {
115
- readonly type: "function";
116
- readonly name: "__SpokePool_init";
117
- readonly inputs: readonly [{
118
- readonly name: "_initialDepositId";
119
- readonly type: "uint32";
120
- readonly internalType: "uint32";
121
- }, {
122
- readonly name: "_crossDomainAdmin";
123
- readonly type: "address";
124
- readonly internalType: "address";
125
- }, {
126
- readonly name: "_withdrawalRecipient";
127
- readonly type: "address";
128
- readonly internalType: "address";
129
- }];
130
- readonly outputs: readonly [];
131
- readonly stateMutability: "nonpayable";
132
- }, {
133
- readonly type: "function";
134
- readonly name: "chainId";
135
- readonly inputs: readonly [];
136
- readonly outputs: readonly [{
137
- readonly name: "";
138
- readonly type: "uint256";
139
- readonly internalType: "uint256";
140
- }];
141
- readonly stateMutability: "view";
142
- }, {
143
- readonly type: "function";
144
- readonly name: "claimRelayerRefund";
145
- readonly inputs: readonly [{
146
- readonly name: "l2TokenAddress";
147
- readonly type: "bytes32";
148
- readonly internalType: "bytes32";
149
- }, {
150
- readonly name: "refundAddress";
151
- readonly type: "bytes32";
152
- readonly internalType: "bytes32";
153
- }];
154
- readonly outputs: readonly [];
155
- readonly stateMutability: "nonpayable";
156
- }, {
157
- readonly type: "function";
158
- readonly name: "crossDomainAdmin";
159
- readonly inputs: readonly [];
160
- readonly outputs: readonly [{
161
- readonly name: "";
162
- readonly type: "address";
163
- readonly internalType: "address";
164
- }];
165
- readonly stateMutability: "view";
166
- }, {
167
- readonly type: "function";
168
- readonly name: "deposit";
169
- readonly inputs: readonly [{
170
- readonly name: "depositor";
171
- readonly type: "bytes32";
172
- readonly internalType: "bytes32";
173
- }, {
174
- readonly name: "recipient";
175
- readonly type: "bytes32";
176
- readonly internalType: "bytes32";
177
- }, {
178
- readonly name: "inputToken";
179
- readonly type: "bytes32";
180
- readonly internalType: "bytes32";
181
- }, {
182
- readonly name: "outputToken";
183
- readonly type: "bytes32";
184
- readonly internalType: "bytes32";
185
- }, {
186
- readonly name: "inputAmount";
187
- readonly type: "uint256";
188
- readonly internalType: "uint256";
189
- }, {
190
- readonly name: "outputAmount";
191
- readonly type: "uint256";
192
- readonly internalType: "uint256";
193
- }, {
194
- readonly name: "destinationChainId";
195
- readonly type: "uint256";
196
- readonly internalType: "uint256";
197
- }, {
198
- readonly name: "exclusiveRelayer";
199
- readonly type: "bytes32";
200
- readonly internalType: "bytes32";
201
- }, {
202
- readonly name: "quoteTimestamp";
203
- readonly type: "uint32";
204
- readonly internalType: "uint32";
205
- }, {
206
- readonly name: "fillDeadline";
207
- readonly type: "uint32";
208
- readonly internalType: "uint32";
209
- }, {
210
- readonly name: "exclusivityParameter";
211
- readonly type: "uint32";
212
- readonly internalType: "uint32";
213
- }, {
214
- readonly name: "message";
215
- readonly type: "bytes";
216
- readonly internalType: "bytes";
217
- }];
218
- readonly outputs: readonly [];
219
- readonly stateMutability: "payable";
220
- }, {
221
- readonly type: "function";
222
- readonly name: "depositDeprecated_5947912356";
223
- readonly inputs: readonly [{
224
- readonly name: "";
225
- readonly type: "address";
226
- readonly internalType: "address";
227
- }, {
228
- readonly name: "";
229
- readonly type: "address";
230
- readonly internalType: "address";
231
- }, {
232
- readonly name: "";
233
- readonly type: "uint256";
234
- readonly internalType: "uint256";
235
- }, {
236
- readonly name: "";
237
- readonly type: "uint256";
238
- readonly internalType: "uint256";
239
- }, {
240
- readonly name: "";
241
- readonly type: "int64";
242
- readonly internalType: "int64";
243
- }, {
244
- readonly name: "";
245
- readonly type: "uint32";
246
- readonly internalType: "uint32";
247
- }, {
248
- readonly name: "";
249
- readonly type: "bytes";
250
- readonly internalType: "bytes";
251
- }, {
252
- readonly name: "";
253
- readonly type: "uint256";
254
- readonly internalType: "uint256";
255
- }];
256
- readonly outputs: readonly [];
257
- readonly stateMutability: "payable";
258
- }, {
259
- readonly type: "function";
260
- readonly name: "depositFor";
261
- readonly inputs: readonly [{
262
- readonly name: "";
263
- readonly type: "address";
264
- readonly internalType: "address";
265
- }, {
266
- readonly name: "";
267
- readonly type: "address";
268
- readonly internalType: "address";
269
- }, {
270
- readonly name: "";
271
- readonly type: "address";
272
- readonly internalType: "address";
273
- }, {
274
- readonly name: "";
275
- readonly type: "uint256";
276
- readonly internalType: "uint256";
277
- }, {
278
- readonly name: "";
279
- readonly type: "uint256";
280
- readonly internalType: "uint256";
281
- }, {
282
- readonly name: "";
283
- readonly type: "int64";
284
- readonly internalType: "int64";
285
- }, {
286
- readonly name: "";
287
- readonly type: "uint32";
288
- readonly internalType: "uint32";
289
- }, {
290
- readonly name: "";
291
- readonly type: "bytes";
292
- readonly internalType: "bytes";
293
- }, {
294
- readonly name: "";
295
- readonly type: "uint256";
296
- readonly internalType: "uint256";
297
- }];
298
- readonly outputs: readonly [];
299
- readonly stateMutability: "payable";
300
- }, {
301
- readonly type: "function";
302
- readonly name: "depositNow";
303
- readonly inputs: readonly [{
304
- readonly name: "depositor";
305
- readonly type: "bytes32";
306
- readonly internalType: "bytes32";
307
- }, {
308
- readonly name: "recipient";
309
- readonly type: "bytes32";
310
- readonly internalType: "bytes32";
311
- }, {
312
- readonly name: "inputToken";
313
- readonly type: "bytes32";
314
- readonly internalType: "bytes32";
315
- }, {
316
- readonly name: "outputToken";
317
- readonly type: "bytes32";
318
- readonly internalType: "bytes32";
319
- }, {
320
- readonly name: "inputAmount";
321
- readonly type: "uint256";
322
- readonly internalType: "uint256";
323
- }, {
324
- readonly name: "outputAmount";
325
- readonly type: "uint256";
326
- readonly internalType: "uint256";
327
- }, {
328
- readonly name: "destinationChainId";
329
- readonly type: "uint256";
330
- readonly internalType: "uint256";
331
- }, {
332
- readonly name: "exclusiveRelayer";
333
- readonly type: "bytes32";
334
- readonly internalType: "bytes32";
335
- }, {
336
- readonly name: "fillDeadlineOffset";
337
- readonly type: "uint32";
338
- readonly internalType: "uint32";
339
- }, {
340
- readonly name: "exclusivityParameter";
341
- readonly type: "uint32";
342
- readonly internalType: "uint32";
343
- }, {
344
- readonly name: "message";
345
- readonly type: "bytes";
346
- readonly internalType: "bytes";
347
- }];
348
- readonly outputs: readonly [];
349
- readonly stateMutability: "payable";
350
- }, {
351
- readonly type: "function";
352
- readonly name: "depositQuoteTimeBuffer";
353
- readonly inputs: readonly [];
354
- readonly outputs: readonly [{
355
- readonly name: "";
356
- readonly type: "uint32";
357
- readonly internalType: "uint32";
358
- }];
359
- readonly stateMutability: "view";
360
- }, {
361
- readonly type: "function";
362
- readonly name: "depositV3";
363
- readonly inputs: readonly [{
364
- readonly name: "depositor";
365
- readonly type: "address";
366
- readonly internalType: "address";
367
- }, {
368
- readonly name: "recipient";
369
- readonly type: "address";
370
- readonly internalType: "address";
371
- }, {
372
- readonly name: "inputToken";
373
- readonly type: "address";
374
- readonly internalType: "address";
375
- }, {
376
- readonly name: "outputToken";
377
- readonly type: "address";
378
- readonly internalType: "address";
379
- }, {
380
- readonly name: "inputAmount";
381
- readonly type: "uint256";
382
- readonly internalType: "uint256";
383
- }, {
384
- readonly name: "outputAmount";
385
- readonly type: "uint256";
386
- readonly internalType: "uint256";
387
- }, {
388
- readonly name: "destinationChainId";
389
- readonly type: "uint256";
390
- readonly internalType: "uint256";
391
- }, {
392
- readonly name: "exclusiveRelayer";
393
- readonly type: "address";
394
- readonly internalType: "address";
395
- }, {
396
- readonly name: "quoteTimestamp";
397
- readonly type: "uint32";
398
- readonly internalType: "uint32";
399
- }, {
400
- readonly name: "fillDeadline";
401
- readonly type: "uint32";
402
- readonly internalType: "uint32";
403
- }, {
404
- readonly name: "exclusivityParameter";
405
- readonly type: "uint32";
406
- readonly internalType: "uint32";
407
- }, {
408
- readonly name: "message";
409
- readonly type: "bytes";
410
- readonly internalType: "bytes";
411
- }];
412
- readonly outputs: readonly [];
413
- readonly stateMutability: "payable";
414
- }, {
415
- readonly type: "function";
416
- readonly name: "depositV3Now";
417
- readonly inputs: readonly [{
418
- readonly name: "depositor";
419
- readonly type: "address";
420
- readonly internalType: "address";
421
- }, {
422
- readonly name: "recipient";
423
- readonly type: "address";
424
- readonly internalType: "address";
425
- }, {
426
- readonly name: "inputToken";
427
- readonly type: "address";
428
- readonly internalType: "address";
429
- }, {
430
- readonly name: "outputToken";
431
- readonly type: "address";
432
- readonly internalType: "address";
433
- }, {
434
- readonly name: "inputAmount";
435
- readonly type: "uint256";
436
- readonly internalType: "uint256";
437
- }, {
438
- readonly name: "outputAmount";
439
- readonly type: "uint256";
440
- readonly internalType: "uint256";
441
- }, {
442
- readonly name: "destinationChainId";
443
- readonly type: "uint256";
444
- readonly internalType: "uint256";
445
- }, {
446
- readonly name: "exclusiveRelayer";
447
- readonly type: "address";
448
- readonly internalType: "address";
449
- }, {
450
- readonly name: "fillDeadlineOffset";
451
- readonly type: "uint32";
452
- readonly internalType: "uint32";
453
- }, {
454
- readonly name: "exclusivityParameter";
455
- readonly type: "uint32";
456
- readonly internalType: "uint32";
457
- }, {
458
- readonly name: "message";
459
- readonly type: "bytes";
460
- readonly internalType: "bytes";
461
- }];
462
- readonly outputs: readonly [];
463
- readonly stateMutability: "payable";
464
- }, {
465
- readonly type: "function";
466
- readonly name: "emergencyDeleteRootBundle";
467
- readonly inputs: readonly [{
468
- readonly name: "rootBundleId";
469
- readonly type: "uint256";
470
- readonly internalType: "uint256";
471
- }];
472
- readonly outputs: readonly [];
473
- readonly stateMutability: "nonpayable";
474
- }, {
475
- readonly type: "function";
476
- readonly name: "executeExternalCall";
477
- readonly inputs: readonly [{
478
- readonly name: "message";
479
- readonly type: "bytes";
480
- readonly internalType: "bytes";
481
- }];
482
- readonly outputs: readonly [{
483
- readonly name: "returnData";
484
- readonly type: "bytes";
485
- readonly internalType: "bytes";
486
- }];
487
- readonly stateMutability: "nonpayable";
488
- }, {
489
- readonly type: "function";
490
- readonly name: "executeRelayerRefundLeaf";
491
- readonly inputs: readonly [{
492
- readonly name: "rootBundleId";
493
- readonly type: "uint32";
494
- readonly internalType: "uint32";
495
- }, {
496
- readonly name: "relayerRefundLeaf";
497
- readonly type: "tuple";
498
- readonly internalType: "struct SpokePoolInterface.RelayerRefundLeaf";
499
- readonly components: readonly [{
500
- readonly name: "amountToReturn";
501
- readonly type: "uint256";
502
- readonly internalType: "uint256";
503
- }, {
504
- readonly name: "chainId";
505
- readonly type: "uint256";
506
- readonly internalType: "uint256";
507
- }, {
508
- readonly name: "refundAmounts";
509
- readonly type: "uint256[]";
510
- readonly internalType: "uint256[]";
511
- }, {
512
- readonly name: "leafId";
513
- readonly type: "uint32";
514
- readonly internalType: "uint32";
515
- }, {
516
- readonly name: "l2TokenAddress";
517
- readonly type: "address";
518
- readonly internalType: "address";
519
- }, {
520
- readonly name: "refundAddresses";
521
- readonly type: "address[]";
522
- readonly internalType: "address[]";
523
- }];
524
- }, {
525
- readonly name: "proof";
526
- readonly type: "bytes32[]";
527
- readonly internalType: "bytes32[]";
528
- }];
529
- readonly outputs: readonly [];
530
- readonly stateMutability: "payable";
531
- }, {
532
- readonly type: "function";
533
- readonly name: "executeSlowRelayLeaf";
534
- readonly inputs: readonly [{
535
- readonly name: "slowFillLeaf";
536
- readonly type: "tuple";
537
- readonly internalType: "struct V3SpokePoolInterface.V3SlowFill";
538
- readonly components: readonly [{
539
- readonly name: "relayData";
540
- readonly type: "tuple";
541
- readonly internalType: "struct V3SpokePoolInterface.V3RelayData";
542
- readonly components: readonly [{
543
- readonly name: "depositor";
544
- readonly type: "bytes32";
545
- readonly internalType: "bytes32";
546
- }, {
547
- readonly name: "recipient";
548
- readonly type: "bytes32";
549
- readonly internalType: "bytes32";
550
- }, {
551
- readonly name: "exclusiveRelayer";
552
- readonly type: "bytes32";
553
- readonly internalType: "bytes32";
554
- }, {
555
- readonly name: "inputToken";
556
- readonly type: "bytes32";
557
- readonly internalType: "bytes32";
558
- }, {
559
- readonly name: "outputToken";
560
- readonly type: "bytes32";
561
- readonly internalType: "bytes32";
562
- }, {
563
- readonly name: "inputAmount";
564
- readonly type: "uint256";
565
- readonly internalType: "uint256";
566
- }, {
567
- readonly name: "outputAmount";
568
- readonly type: "uint256";
569
- readonly internalType: "uint256";
570
- }, {
571
- readonly name: "originChainId";
572
- readonly type: "uint256";
573
- readonly internalType: "uint256";
574
- }, {
575
- readonly name: "depositId";
576
- readonly type: "uint256";
577
- readonly internalType: "uint256";
578
- }, {
579
- readonly name: "fillDeadline";
580
- readonly type: "uint32";
581
- readonly internalType: "uint32";
582
- }, {
583
- readonly name: "exclusivityDeadline";
584
- readonly type: "uint32";
585
- readonly internalType: "uint32";
586
- }, {
587
- readonly name: "message";
588
- readonly type: "bytes";
589
- readonly internalType: "bytes";
590
- }];
591
- }, {
592
- readonly name: "chainId";
593
- readonly type: "uint256";
594
- readonly internalType: "uint256";
595
- }, {
596
- readonly name: "updatedOutputAmount";
597
- readonly type: "uint256";
598
- readonly internalType: "uint256";
599
- }];
600
- }, {
601
- readonly name: "rootBundleId";
602
- readonly type: "uint32";
603
- readonly internalType: "uint32";
604
- }, {
605
- readonly name: "proof";
606
- readonly type: "bytes32[]";
607
- readonly internalType: "bytes32[]";
608
- }];
609
- readonly outputs: readonly [];
610
- readonly stateMutability: "nonpayable";
611
- }, {
612
- readonly type: "function";
613
- readonly name: "fill";
614
- readonly inputs: readonly [{
615
- readonly name: "orderId";
616
- readonly type: "bytes32";
617
- readonly internalType: "bytes32";
618
- }, {
619
- readonly name: "originData";
620
- readonly type: "bytes";
621
- readonly internalType: "bytes";
622
- }, {
623
- readonly name: "fillerData";
624
- readonly type: "bytes";
625
- readonly internalType: "bytes";
626
- }];
627
- readonly outputs: readonly [];
628
- readonly stateMutability: "nonpayable";
629
- }, {
630
- readonly type: "function";
631
- readonly name: "fillDeadlineBuffer";
632
- readonly inputs: readonly [];
633
- readonly outputs: readonly [{
634
- readonly name: "";
635
- readonly type: "uint32";
636
- readonly internalType: "uint32";
637
- }];
638
- readonly stateMutability: "view";
639
- }, {
640
- readonly type: "function";
641
- readonly name: "fillRelay";
642
- readonly inputs: readonly [{
643
- readonly name: "relayData";
644
- readonly type: "tuple";
645
- readonly internalType: "struct V3SpokePoolInterface.V3RelayData";
646
- readonly components: readonly [{
647
- readonly name: "depositor";
648
- readonly type: "bytes32";
649
- readonly internalType: "bytes32";
650
- }, {
651
- readonly name: "recipient";
652
- readonly type: "bytes32";
653
- readonly internalType: "bytes32";
654
- }, {
655
- readonly name: "exclusiveRelayer";
656
- readonly type: "bytes32";
657
- readonly internalType: "bytes32";
658
- }, {
659
- readonly name: "inputToken";
660
- readonly type: "bytes32";
661
- readonly internalType: "bytes32";
662
- }, {
663
- readonly name: "outputToken";
664
- readonly type: "bytes32";
665
- readonly internalType: "bytes32";
666
- }, {
667
- readonly name: "inputAmount";
668
- readonly type: "uint256";
669
- readonly internalType: "uint256";
670
- }, {
671
- readonly name: "outputAmount";
672
- readonly type: "uint256";
673
- readonly internalType: "uint256";
674
- }, {
675
- readonly name: "originChainId";
676
- readonly type: "uint256";
677
- readonly internalType: "uint256";
678
- }, {
679
- readonly name: "depositId";
680
- readonly type: "uint256";
681
- readonly internalType: "uint256";
682
- }, {
683
- readonly name: "fillDeadline";
684
- readonly type: "uint32";
685
- readonly internalType: "uint32";
686
- }, {
687
- readonly name: "exclusivityDeadline";
688
- readonly type: "uint32";
689
- readonly internalType: "uint32";
690
- }, {
691
- readonly name: "message";
692
- readonly type: "bytes";
693
- readonly internalType: "bytes";
694
- }];
695
- }, {
696
- readonly name: "repaymentChainId";
697
- readonly type: "uint256";
698
- readonly internalType: "uint256";
699
- }, {
700
- readonly name: "repaymentAddress";
701
- readonly type: "bytes32";
702
- readonly internalType: "bytes32";
703
- }];
704
- readonly outputs: readonly [];
705
- readonly stateMutability: "nonpayable";
706
- }, {
707
- readonly type: "function";
708
- readonly name: "fillRelayWithUpdatedDeposit";
709
- readonly inputs: readonly [{
710
- readonly name: "relayData";
711
- readonly type: "tuple";
712
- readonly internalType: "struct V3SpokePoolInterface.V3RelayData";
713
- readonly components: readonly [{
714
- readonly name: "depositor";
715
- readonly type: "bytes32";
716
- readonly internalType: "bytes32";
717
- }, {
718
- readonly name: "recipient";
719
- readonly type: "bytes32";
720
- readonly internalType: "bytes32";
721
- }, {
722
- readonly name: "exclusiveRelayer";
723
- readonly type: "bytes32";
724
- readonly internalType: "bytes32";
725
- }, {
726
- readonly name: "inputToken";
727
- readonly type: "bytes32";
728
- readonly internalType: "bytes32";
729
- }, {
730
- readonly name: "outputToken";
731
- readonly type: "bytes32";
732
- readonly internalType: "bytes32";
733
- }, {
734
- readonly name: "inputAmount";
735
- readonly type: "uint256";
736
- readonly internalType: "uint256";
737
- }, {
738
- readonly name: "outputAmount";
739
- readonly type: "uint256";
740
- readonly internalType: "uint256";
741
- }, {
742
- readonly name: "originChainId";
743
- readonly type: "uint256";
744
- readonly internalType: "uint256";
745
- }, {
746
- readonly name: "depositId";
747
- readonly type: "uint256";
748
- readonly internalType: "uint256";
749
- }, {
750
- readonly name: "fillDeadline";
751
- readonly type: "uint32";
752
- readonly internalType: "uint32";
753
- }, {
754
- readonly name: "exclusivityDeadline";
755
- readonly type: "uint32";
756
- readonly internalType: "uint32";
757
- }, {
758
- readonly name: "message";
759
- readonly type: "bytes";
760
- readonly internalType: "bytes";
761
- }];
762
- }, {
763
- readonly name: "repaymentChainId";
764
- readonly type: "uint256";
765
- readonly internalType: "uint256";
766
- }, {
767
- readonly name: "repaymentAddress";
768
- readonly type: "bytes32";
769
- readonly internalType: "bytes32";
770
- }, {
771
- readonly name: "updatedOutputAmount";
772
- readonly type: "uint256";
773
- readonly internalType: "uint256";
774
- }, {
775
- readonly name: "updatedRecipient";
776
- readonly type: "bytes32";
777
- readonly internalType: "bytes32";
778
- }, {
779
- readonly name: "updatedMessage";
780
- readonly type: "bytes";
781
- readonly internalType: "bytes";
782
- }, {
783
- readonly name: "depositorSignature";
784
- readonly type: "bytes";
785
- readonly internalType: "bytes";
786
- }];
787
- readonly outputs: readonly [];
788
- readonly stateMutability: "nonpayable";
789
- }, {
790
- readonly type: "function";
791
- readonly name: "fillStatuses";
792
- readonly inputs: readonly [{
793
- readonly name: "";
794
- readonly type: "bytes32";
795
- readonly internalType: "bytes32";
796
- }];
797
- readonly outputs: readonly [{
798
- readonly name: "";
799
- readonly type: "uint256";
800
- readonly internalType: "uint256";
801
- }];
802
- readonly stateMutability: "view";
803
- }, {
804
- readonly type: "function";
805
- readonly name: "fillV3Relay";
806
- readonly inputs: readonly [{
807
- readonly name: "relayData";
808
- readonly type: "tuple";
809
- readonly internalType: "struct V3SpokePoolInterface.V3RelayDataLegacy";
810
- readonly components: readonly [{
811
- readonly name: "depositor";
812
- readonly type: "address";
813
- readonly internalType: "address";
814
- }, {
815
- readonly name: "recipient";
816
- readonly type: "address";
817
- readonly internalType: "address";
818
- }, {
819
- readonly name: "exclusiveRelayer";
820
- readonly type: "address";
821
- readonly internalType: "address";
822
- }, {
823
- readonly name: "inputToken";
824
- readonly type: "address";
825
- readonly internalType: "address";
826
- }, {
827
- readonly name: "outputToken";
828
- readonly type: "address";
829
- readonly internalType: "address";
830
- }, {
831
- readonly name: "inputAmount";
832
- readonly type: "uint256";
833
- readonly internalType: "uint256";
834
- }, {
835
- readonly name: "outputAmount";
836
- readonly type: "uint256";
837
- readonly internalType: "uint256";
838
- }, {
839
- readonly name: "originChainId";
840
- readonly type: "uint256";
841
- readonly internalType: "uint256";
842
- }, {
843
- readonly name: "depositId";
844
- readonly type: "uint32";
845
- readonly internalType: "uint32";
846
- }, {
847
- readonly name: "fillDeadline";
848
- readonly type: "uint32";
849
- readonly internalType: "uint32";
850
- }, {
851
- readonly name: "exclusivityDeadline";
852
- readonly type: "uint32";
853
- readonly internalType: "uint32";
854
- }, {
855
- readonly name: "message";
856
- readonly type: "bytes";
857
- readonly internalType: "bytes";
858
- }];
859
- }, {
860
- readonly name: "repaymentChainId";
861
- readonly type: "uint256";
862
- readonly internalType: "uint256";
863
- }];
864
- readonly outputs: readonly [];
865
- readonly stateMutability: "nonpayable";
866
- }, {
867
- readonly type: "function";
868
- readonly name: "getCurrentTime";
869
- readonly inputs: readonly [];
870
- readonly outputs: readonly [{
871
- readonly name: "";
872
- readonly type: "uint256";
873
- readonly internalType: "uint256";
874
- }];
875
- readonly stateMutability: "view";
876
- }, {
877
- readonly type: "function";
878
- readonly name: "getRelayerRefund";
879
- readonly inputs: readonly [{
880
- readonly name: "l2TokenAddress";
881
- readonly type: "address";
882
- readonly internalType: "address";
883
- }, {
884
- readonly name: "refundAddress";
885
- readonly type: "address";
886
- readonly internalType: "address";
887
- }];
888
- readonly outputs: readonly [{
889
- readonly name: "";
890
- readonly type: "uint256";
891
- readonly internalType: "uint256";
892
- }];
893
- readonly stateMutability: "view";
894
- }, {
895
- readonly type: "function";
896
- readonly name: "getUnsafeDepositId";
897
- readonly inputs: readonly [{
898
- readonly name: "msgSender";
899
- readonly type: "address";
900
- readonly internalType: "address";
901
- }, {
902
- readonly name: "depositor";
903
- readonly type: "bytes32";
904
- readonly internalType: "bytes32";
905
- }, {
906
- readonly name: "depositNonce";
907
- readonly type: "uint256";
908
- readonly internalType: "uint256";
909
- }];
910
- readonly outputs: readonly [{
911
- readonly name: "";
912
- readonly type: "uint256";
913
- readonly internalType: "uint256";
914
- }];
915
- readonly stateMutability: "pure";
916
- }, {
917
- readonly type: "function";
918
- readonly name: "getV3RelayHash";
919
- readonly inputs: readonly [{
920
- readonly name: "relayData";
921
- readonly type: "tuple";
922
- readonly internalType: "struct V3SpokePoolInterface.V3RelayData";
923
- readonly components: readonly [{
924
- readonly name: "depositor";
925
- readonly type: "bytes32";
926
- readonly internalType: "bytes32";
927
- }, {
928
- readonly name: "recipient";
929
- readonly type: "bytes32";
930
- readonly internalType: "bytes32";
931
- }, {
932
- readonly name: "exclusiveRelayer";
933
- readonly type: "bytes32";
934
- readonly internalType: "bytes32";
935
- }, {
936
- readonly name: "inputToken";
937
- readonly type: "bytes32";
938
- readonly internalType: "bytes32";
939
- }, {
940
- readonly name: "outputToken";
941
- readonly type: "bytes32";
942
- readonly internalType: "bytes32";
943
- }, {
944
- readonly name: "inputAmount";
945
- readonly type: "uint256";
946
- readonly internalType: "uint256";
947
- }, {
948
- readonly name: "outputAmount";
949
- readonly type: "uint256";
950
- readonly internalType: "uint256";
951
- }, {
952
- readonly name: "originChainId";
953
- readonly type: "uint256";
954
- readonly internalType: "uint256";
955
- }, {
956
- readonly name: "depositId";
957
- readonly type: "uint256";
958
- readonly internalType: "uint256";
959
- }, {
960
- readonly name: "fillDeadline";
961
- readonly type: "uint32";
962
- readonly internalType: "uint32";
963
- }, {
964
- readonly name: "exclusivityDeadline";
965
- readonly type: "uint32";
966
- readonly internalType: "uint32";
967
- }, {
968
- readonly name: "message";
969
- readonly type: "bytes";
970
- readonly internalType: "bytes";
971
- }];
972
- }];
973
- readonly outputs: readonly [{
974
- readonly name: "";
975
- readonly type: "bytes32";
976
- readonly internalType: "bytes32";
977
- }];
978
- readonly stateMutability: "view";
979
- }, {
980
- readonly type: "function";
981
- readonly name: "handleTelepathy";
982
- readonly inputs: readonly [{
983
- readonly name: "_sourceChainId";
984
- readonly type: "uint16";
985
- readonly internalType: "uint16";
986
- }, {
987
- readonly name: "_senderAddress";
988
- readonly type: "address";
989
- readonly internalType: "address";
990
- }, {
991
- readonly name: "_data";
992
- readonly type: "bytes";
993
- readonly internalType: "bytes";
994
- }];
995
- readonly outputs: readonly [{
996
- readonly name: "";
997
- readonly type: "bytes4";
998
- readonly internalType: "bytes4";
999
- }];
1000
- readonly stateMutability: "nonpayable";
1001
- }, {
1002
- readonly type: "function";
1003
- readonly name: "hubChainId";
1004
- readonly inputs: readonly [];
1005
- readonly outputs: readonly [{
1006
- readonly name: "";
1007
- readonly type: "uint16";
1008
- readonly internalType: "uint16";
1009
- }];
1010
- readonly stateMutability: "view";
1011
- }, {
1012
- readonly type: "function";
1013
- readonly name: "initialize";
1014
- readonly inputs: readonly [{
1015
- readonly name: "_hubChainId";
1016
- readonly type: "uint16";
1017
- readonly internalType: "uint16";
1018
- }, {
1019
- readonly name: "_succinctTargetAmb";
1020
- readonly type: "address";
1021
- readonly internalType: "address";
1022
- }, {
1023
- readonly name: "_initialDepositId";
1024
- readonly type: "uint32";
1025
- readonly internalType: "uint32";
1026
- }, {
1027
- readonly name: "_crossDomainAdmin";
1028
- readonly type: "address";
1029
- readonly internalType: "address";
1030
- }, {
1031
- readonly name: "_withdrawalRecipient";
1032
- readonly type: "address";
1033
- readonly internalType: "address";
1034
- }];
1035
- readonly outputs: readonly [];
1036
- readonly stateMutability: "nonpayable";
1037
- }, {
1038
- readonly type: "function";
1039
- readonly name: "multicall";
1040
- readonly inputs: readonly [{
1041
- readonly name: "data";
1042
- readonly type: "bytes[]";
1043
- readonly internalType: "bytes[]";
1044
- }];
1045
- readonly outputs: readonly [{
1046
- readonly name: "results";
1047
- readonly type: "bytes[]";
1048
- readonly internalType: "bytes[]";
1049
- }];
1050
- readonly stateMutability: "nonpayable";
1051
- }, {
1052
- readonly type: "function";
1053
- readonly name: "numberOfDeposits";
1054
- readonly inputs: readonly [];
1055
- readonly outputs: readonly [{
1056
- readonly name: "";
1057
- readonly type: "uint32";
1058
- readonly internalType: "uint32";
1059
- }];
1060
- readonly stateMutability: "view";
1061
- }, {
1062
- readonly type: "function";
1063
- readonly name: "oftMessengers";
1064
- readonly inputs: readonly [{
1065
- readonly name: "l2TokenAddress";
1066
- readonly type: "address";
1067
- readonly internalType: "address";
1068
- }];
1069
- readonly outputs: readonly [{
1070
- readonly name: "l2OftMessenger";
1071
- readonly type: "address";
1072
- readonly internalType: "address";
1073
- }];
1074
- readonly stateMutability: "view";
1075
- }, {
1076
- readonly type: "function";
1077
- readonly name: "pauseDeposits";
1078
- readonly inputs: readonly [{
1079
- readonly name: "pause";
1080
- readonly type: "bool";
1081
- readonly internalType: "bool";
1082
- }];
1083
- readonly outputs: readonly [];
1084
- readonly stateMutability: "nonpayable";
1085
- }, {
1086
- readonly type: "function";
1087
- readonly name: "pauseFills";
1088
- readonly inputs: readonly [{
1089
- readonly name: "pause";
1090
- readonly type: "bool";
1091
- readonly internalType: "bool";
1092
- }];
1093
- readonly outputs: readonly [];
1094
- readonly stateMutability: "nonpayable";
1095
- }, {
1096
- readonly type: "function";
1097
- readonly name: "pausedDeposits";
1098
- readonly inputs: readonly [];
1099
- readonly outputs: readonly [{
1100
- readonly name: "";
1101
- readonly type: "bool";
1102
- readonly internalType: "bool";
1103
- }];
1104
- readonly stateMutability: "view";
1105
- }, {
1106
- readonly type: "function";
1107
- readonly name: "pausedFills";
1108
- readonly inputs: readonly [];
1109
- readonly outputs: readonly [{
1110
- readonly name: "";
1111
- readonly type: "bool";
1112
- readonly internalType: "bool";
1113
- }];
1114
- readonly stateMutability: "view";
1115
- }, {
1116
- readonly type: "function";
1117
- readonly name: "proxiableUUID";
1118
- readonly inputs: readonly [];
1119
- readonly outputs: readonly [{
1120
- readonly name: "";
1121
- readonly type: "bytes32";
1122
- readonly internalType: "bytes32";
1123
- }];
1124
- readonly stateMutability: "view";
1125
- }, {
1126
- readonly type: "function";
1127
- readonly name: "relayRootBundle";
1128
- readonly inputs: readonly [{
1129
- readonly name: "relayerRefundRoot";
1130
- readonly type: "bytes32";
1131
- readonly internalType: "bytes32";
1132
- }, {
1133
- readonly name: "slowRelayRoot";
1134
- readonly type: "bytes32";
1135
- readonly internalType: "bytes32";
1136
- }];
1137
- readonly outputs: readonly [];
1138
- readonly stateMutability: "nonpayable";
1139
- }, {
1140
- readonly type: "function";
1141
- readonly name: "relayerRefund";
1142
- readonly inputs: readonly [{
1143
- readonly name: "";
1144
- readonly type: "address";
1145
- readonly internalType: "address";
1146
- }, {
1147
- readonly name: "";
1148
- readonly type: "address";
1149
- readonly internalType: "address";
1150
- }];
1151
- readonly outputs: readonly [{
1152
- readonly name: "";
1153
- readonly type: "uint256";
1154
- readonly internalType: "uint256";
1155
- }];
1156
- readonly stateMutability: "view";
1157
- }, {
1158
- readonly type: "function";
1159
- readonly name: "requestSlowFill";
1160
- readonly inputs: readonly [{
1161
- readonly name: "relayData";
1162
- readonly type: "tuple";
1163
- readonly internalType: "struct V3SpokePoolInterface.V3RelayData";
1164
- readonly components: readonly [{
1165
- readonly name: "depositor";
1166
- readonly type: "bytes32";
1167
- readonly internalType: "bytes32";
1168
- }, {
1169
- readonly name: "recipient";
1170
- readonly type: "bytes32";
1171
- readonly internalType: "bytes32";
1172
- }, {
1173
- readonly name: "exclusiveRelayer";
1174
- readonly type: "bytes32";
1175
- readonly internalType: "bytes32";
1176
- }, {
1177
- readonly name: "inputToken";
1178
- readonly type: "bytes32";
1179
- readonly internalType: "bytes32";
1180
- }, {
1181
- readonly name: "outputToken";
1182
- readonly type: "bytes32";
1183
- readonly internalType: "bytes32";
1184
- }, {
1185
- readonly name: "inputAmount";
1186
- readonly type: "uint256";
1187
- readonly internalType: "uint256";
1188
- }, {
1189
- readonly name: "outputAmount";
1190
- readonly type: "uint256";
1191
- readonly internalType: "uint256";
1192
- }, {
1193
- readonly name: "originChainId";
1194
- readonly type: "uint256";
1195
- readonly internalType: "uint256";
1196
- }, {
1197
- readonly name: "depositId";
1198
- readonly type: "uint256";
1199
- readonly internalType: "uint256";
1200
- }, {
1201
- readonly name: "fillDeadline";
1202
- readonly type: "uint32";
1203
- readonly internalType: "uint32";
1204
- }, {
1205
- readonly name: "exclusivityDeadline";
1206
- readonly type: "uint32";
1207
- readonly internalType: "uint32";
1208
- }, {
1209
- readonly name: "message";
1210
- readonly type: "bytes";
1211
- readonly internalType: "bytes";
1212
- }];
1213
- }];
1214
- readonly outputs: readonly [];
1215
- readonly stateMutability: "nonpayable";
1216
- }, {
1217
- readonly type: "function";
1218
- readonly name: "rootBundles";
1219
- readonly inputs: readonly [{
1220
- readonly name: "";
1221
- readonly type: "uint256";
1222
- readonly internalType: "uint256";
1223
- }];
1224
- readonly outputs: readonly [{
1225
- readonly name: "slowRelayRoot";
1226
- readonly type: "bytes32";
1227
- readonly internalType: "bytes32";
1228
- }, {
1229
- readonly name: "relayerRefundRoot";
1230
- readonly type: "bytes32";
1231
- readonly internalType: "bytes32";
1232
- }];
1233
- readonly stateMutability: "view";
1234
- }, {
1235
- readonly type: "function";
1236
- readonly name: "setCrossDomainAdmin";
1237
- readonly inputs: readonly [{
1238
- readonly name: "newCrossDomainAdmin";
1239
- readonly type: "address";
1240
- readonly internalType: "address";
1241
- }];
1242
- readonly outputs: readonly [];
1243
- readonly stateMutability: "nonpayable";
1244
- }, {
1245
- readonly type: "function";
1246
- readonly name: "setOftMessenger";
1247
- readonly inputs: readonly [{
1248
- readonly name: "token";
1249
- readonly type: "address";
1250
- readonly internalType: "address";
1251
- }, {
1252
- readonly name: "messenger";
1253
- readonly type: "address";
1254
- readonly internalType: "address";
1255
- }];
1256
- readonly outputs: readonly [];
1257
- readonly stateMutability: "nonpayable";
1258
- }, {
1259
- readonly type: "function";
1260
- readonly name: "setSuccinctTargetAmb";
1261
- readonly inputs: readonly [{
1262
- readonly name: "_succinctTargetAmb";
1263
- readonly type: "address";
1264
- readonly internalType: "address";
1265
- }];
1266
- readonly outputs: readonly [];
1267
- readonly stateMutability: "nonpayable";
1268
- }, {
1269
- readonly type: "function";
1270
- readonly name: "setWithdrawalRecipient";
1271
- readonly inputs: readonly [{
1272
- readonly name: "newWithdrawalRecipient";
1273
- readonly type: "address";
1274
- readonly internalType: "address";
1275
- }];
1276
- readonly outputs: readonly [];
1277
- readonly stateMutability: "nonpayable";
1278
- }, {
1279
- readonly type: "function";
1280
- readonly name: "speedUpDeposit";
1281
- readonly inputs: readonly [{
1282
- readonly name: "depositor";
1283
- readonly type: "bytes32";
1284
- readonly internalType: "bytes32";
1285
- }, {
1286
- readonly name: "depositId";
1287
- readonly type: "uint256";
1288
- readonly internalType: "uint256";
1289
- }, {
1290
- readonly name: "updatedOutputAmount";
1291
- readonly type: "uint256";
1292
- readonly internalType: "uint256";
1293
- }, {
1294
- readonly name: "updatedRecipient";
1295
- readonly type: "bytes32";
1296
- readonly internalType: "bytes32";
1297
- }, {
1298
- readonly name: "updatedMessage";
1299
- readonly type: "bytes";
1300
- readonly internalType: "bytes";
1301
- }, {
1302
- readonly name: "depositorSignature";
1303
- readonly type: "bytes";
1304
- readonly internalType: "bytes";
1305
- }];
1306
- readonly outputs: readonly [];
1307
- readonly stateMutability: "nonpayable";
1308
- }, {
1309
- readonly type: "function";
1310
- readonly name: "speedUpV3Deposit";
1311
- readonly inputs: readonly [{
1312
- readonly name: "depositor";
1313
- readonly type: "address";
1314
- readonly internalType: "address";
1315
- }, {
1316
- readonly name: "depositId";
1317
- readonly type: "uint256";
1318
- readonly internalType: "uint256";
1319
- }, {
1320
- readonly name: "updatedOutputAmount";
1321
- readonly type: "uint256";
1322
- readonly internalType: "uint256";
1323
- }, {
1324
- readonly name: "updatedRecipient";
1325
- readonly type: "address";
1326
- readonly internalType: "address";
1327
- }, {
1328
- readonly name: "updatedMessage";
1329
- readonly type: "bytes";
1330
- readonly internalType: "bytes";
1331
- }, {
1332
- readonly name: "depositorSignature";
1333
- readonly type: "bytes";
1334
- readonly internalType: "bytes";
1335
- }];
1336
- readonly outputs: readonly [];
1337
- readonly stateMutability: "nonpayable";
1338
- }, {
1339
- readonly type: "function";
1340
- readonly name: "succinctTargetAmb";
1341
- readonly inputs: readonly [];
1342
- readonly outputs: readonly [{
1343
- readonly name: "";
1344
- readonly type: "address";
1345
- readonly internalType: "address";
1346
- }];
1347
- readonly stateMutability: "view";
1348
- }, {
1349
- readonly type: "function";
1350
- readonly name: "tryMulticall";
1351
- readonly inputs: readonly [{
1352
- readonly name: "data";
1353
- readonly type: "bytes[]";
1354
- readonly internalType: "bytes[]";
1355
- }];
1356
- readonly outputs: readonly [{
1357
- readonly name: "results";
1358
- readonly type: "tuple[]";
1359
- readonly internalType: "struct MultiCallerUpgradeable.Result[]";
1360
- readonly components: readonly [{
1361
- readonly name: "success";
1362
- readonly type: "bool";
1363
- readonly internalType: "bool";
1364
- }, {
1365
- readonly name: "returnData";
1366
- readonly type: "bytes";
1367
- readonly internalType: "bytes";
1368
- }];
1369
- }];
1370
- readonly stateMutability: "nonpayable";
1371
- }, {
1372
- readonly type: "function";
1373
- readonly name: "unsafeDeposit";
1374
- readonly inputs: readonly [{
1375
- readonly name: "depositor";
1376
- readonly type: "bytes32";
1377
- readonly internalType: "bytes32";
1378
- }, {
1379
- readonly name: "recipient";
1380
- readonly type: "bytes32";
1381
- readonly internalType: "bytes32";
1382
- }, {
1383
- readonly name: "inputToken";
1384
- readonly type: "bytes32";
1385
- readonly internalType: "bytes32";
1386
- }, {
1387
- readonly name: "outputToken";
1388
- readonly type: "bytes32";
1389
- readonly internalType: "bytes32";
1390
- }, {
1391
- readonly name: "inputAmount";
1392
- readonly type: "uint256";
1393
- readonly internalType: "uint256";
1394
- }, {
1395
- readonly name: "outputAmount";
1396
- readonly type: "uint256";
1397
- readonly internalType: "uint256";
1398
- }, {
1399
- readonly name: "destinationChainId";
1400
- readonly type: "uint256";
1401
- readonly internalType: "uint256";
1402
- }, {
1403
- readonly name: "exclusiveRelayer";
1404
- readonly type: "bytes32";
1405
- readonly internalType: "bytes32";
1406
- }, {
1407
- readonly name: "depositNonce";
1408
- readonly type: "uint256";
1409
- readonly internalType: "uint256";
1410
- }, {
1411
- readonly name: "quoteTimestamp";
1412
- readonly type: "uint32";
1413
- readonly internalType: "uint32";
1414
- }, {
1415
- readonly name: "fillDeadline";
1416
- readonly type: "uint32";
1417
- readonly internalType: "uint32";
1418
- }, {
1419
- readonly name: "exclusivityParameter";
1420
- readonly type: "uint32";
1421
- readonly internalType: "uint32";
1422
- }, {
1423
- readonly name: "message";
1424
- readonly type: "bytes";
1425
- readonly internalType: "bytes";
1426
- }];
1427
- readonly outputs: readonly [];
1428
- readonly stateMutability: "payable";
1429
- }, {
1430
- readonly type: "function";
1431
- readonly name: "upgradeTo";
1432
- readonly inputs: readonly [{
1433
- readonly name: "newImplementation";
1434
- readonly type: "address";
1435
- readonly internalType: "address";
1436
- }];
1437
- readonly outputs: readonly [];
1438
- readonly stateMutability: "nonpayable";
1439
- }, {
1440
- readonly type: "function";
1441
- readonly name: "upgradeToAndCall";
1442
- readonly inputs: readonly [{
1443
- readonly name: "newImplementation";
1444
- readonly type: "address";
1445
- readonly internalType: "address";
1446
- }, {
1447
- readonly name: "data";
1448
- readonly type: "bytes";
1449
- readonly internalType: "bytes";
1450
- }];
1451
- readonly outputs: readonly [];
1452
- readonly stateMutability: "payable";
1453
- }, {
1454
- readonly type: "function";
1455
- readonly name: "withdrawalRecipient";
1456
- readonly inputs: readonly [];
1457
- readonly outputs: readonly [{
1458
- readonly name: "";
1459
- readonly type: "address";
1460
- readonly internalType: "address";
1461
- }];
1462
- readonly stateMutability: "view";
1463
- }, {
1464
- readonly type: "function";
1465
- readonly name: "wrappedNativeToken";
1466
- readonly inputs: readonly [];
1467
- readonly outputs: readonly [{
1468
- readonly name: "";
1469
- readonly type: "address";
1470
- readonly internalType: "contract WETH9Interface";
1471
- }];
1472
- readonly stateMutability: "view";
1473
- }, {
1474
- readonly type: "event";
1475
- readonly name: "AdminChanged";
1476
- readonly inputs: readonly [{
1477
- readonly name: "previousAdmin";
1478
- readonly type: "address";
1479
- readonly indexed: false;
1480
- readonly internalType: "address";
1481
- }, {
1482
- readonly name: "newAdmin";
1483
- readonly type: "address";
1484
- readonly indexed: false;
1485
- readonly internalType: "address";
1486
- }];
1487
- readonly anonymous: false;
1488
- }, {
1489
- readonly type: "event";
1490
- readonly name: "AdminExternalCallExecuted";
1491
- readonly inputs: readonly [{
1492
- readonly name: "target";
1493
- readonly type: "address";
1494
- readonly indexed: true;
1495
- readonly internalType: "address";
1496
- }, {
1497
- readonly name: "data";
1498
- readonly type: "bytes";
1499
- readonly indexed: false;
1500
- readonly internalType: "bytes";
1501
- }];
1502
- readonly anonymous: false;
1503
- }, {
1504
- readonly type: "event";
1505
- readonly name: "BeaconUpgraded";
1506
- readonly inputs: readonly [{
1507
- readonly name: "beacon";
1508
- readonly type: "address";
1509
- readonly indexed: true;
1510
- readonly internalType: "address";
1511
- }];
1512
- readonly anonymous: false;
1513
- }, {
1514
- readonly type: "event";
1515
- readonly name: "ClaimedRelayerRefund";
1516
- readonly inputs: readonly [{
1517
- readonly name: "l2TokenAddress";
1518
- readonly type: "bytes32";
1519
- readonly indexed: true;
1520
- readonly internalType: "bytes32";
1521
- }, {
1522
- readonly name: "refundAddress";
1523
- readonly type: "bytes32";
1524
- readonly indexed: true;
1525
- readonly internalType: "bytes32";
1526
- }, {
1527
- readonly name: "amount";
1528
- readonly type: "uint256";
1529
- readonly indexed: false;
1530
- readonly internalType: "uint256";
1531
- }, {
1532
- readonly name: "caller";
1533
- readonly type: "address";
1534
- readonly indexed: true;
1535
- readonly internalType: "address";
1536
- }];
1537
- readonly anonymous: false;
1538
- }, {
1539
- readonly type: "event";
1540
- readonly name: "EmergencyDeletedRootBundle";
1541
- readonly inputs: readonly [{
1542
- readonly name: "rootBundleId";
1543
- readonly type: "uint256";
1544
- readonly indexed: true;
1545
- readonly internalType: "uint256";
1546
- }];
1547
- readonly anonymous: false;
1548
- }, {
1549
- readonly type: "event";
1550
- readonly name: "EnabledDepositRoute";
1551
- readonly inputs: readonly [{
1552
- readonly name: "originToken";
1553
- readonly type: "address";
1554
- readonly indexed: true;
1555
- readonly internalType: "address";
1556
- }, {
1557
- readonly name: "destinationChainId";
1558
- readonly type: "uint256";
1559
- readonly indexed: true;
1560
- readonly internalType: "uint256";
1561
- }, {
1562
- readonly name: "enabled";
1563
- readonly type: "bool";
1564
- readonly indexed: false;
1565
- readonly internalType: "bool";
1566
- }];
1567
- readonly anonymous: false;
1568
- }, {
1569
- readonly type: "event";
1570
- readonly name: "ExecutedRelayerRefundRoot";
1571
- readonly inputs: readonly [{
1572
- readonly name: "amountToReturn";
1573
- readonly type: "uint256";
1574
- readonly indexed: false;
1575
- readonly internalType: "uint256";
1576
- }, {
1577
- readonly name: "chainId";
1578
- readonly type: "uint256";
1579
- readonly indexed: true;
1580
- readonly internalType: "uint256";
1581
- }, {
1582
- readonly name: "refundAmounts";
1583
- readonly type: "uint256[]";
1584
- readonly indexed: false;
1585
- readonly internalType: "uint256[]";
1586
- }, {
1587
- readonly name: "rootBundleId";
1588
- readonly type: "uint32";
1589
- readonly indexed: true;
1590
- readonly internalType: "uint32";
1591
- }, {
1592
- readonly name: "leafId";
1593
- readonly type: "uint32";
1594
- readonly indexed: true;
1595
- readonly internalType: "uint32";
1596
- }, {
1597
- readonly name: "l2TokenAddress";
1598
- readonly type: "address";
1599
- readonly indexed: false;
1600
- readonly internalType: "address";
1601
- }, {
1602
- readonly name: "refundAddresses";
1603
- readonly type: "address[]";
1604
- readonly indexed: false;
1605
- readonly internalType: "address[]";
1606
- }, {
1607
- readonly name: "deferredRefunds";
1608
- readonly type: "bool";
1609
- readonly indexed: false;
1610
- readonly internalType: "bool";
1611
- }, {
1612
- readonly name: "caller";
1613
- readonly type: "address";
1614
- readonly indexed: false;
1615
- readonly internalType: "address";
1616
- }];
1617
- readonly anonymous: false;
1618
- }, {
1619
- readonly type: "event";
1620
- readonly name: "FilledRelay";
1621
- readonly inputs: readonly [{
1622
- readonly name: "inputToken";
1623
- readonly type: "bytes32";
1624
- readonly indexed: false;
1625
- readonly internalType: "bytes32";
1626
- }, {
1627
- readonly name: "outputToken";
1628
- readonly type: "bytes32";
1629
- readonly indexed: false;
1630
- readonly internalType: "bytes32";
1631
- }, {
1632
- readonly name: "inputAmount";
1633
- readonly type: "uint256";
1634
- readonly indexed: false;
1635
- readonly internalType: "uint256";
1636
- }, {
1637
- readonly name: "outputAmount";
1638
- readonly type: "uint256";
1639
- readonly indexed: false;
1640
- readonly internalType: "uint256";
1641
- }, {
1642
- readonly name: "repaymentChainId";
1643
- readonly type: "uint256";
1644
- readonly indexed: false;
1645
- readonly internalType: "uint256";
1646
- }, {
1647
- readonly name: "originChainId";
1648
- readonly type: "uint256";
1649
- readonly indexed: true;
1650
- readonly internalType: "uint256";
1651
- }, {
1652
- readonly name: "depositId";
1653
- readonly type: "uint256";
1654
- readonly indexed: true;
1655
- readonly internalType: "uint256";
1656
- }, {
1657
- readonly name: "fillDeadline";
1658
- readonly type: "uint32";
1659
- readonly indexed: false;
1660
- readonly internalType: "uint32";
1661
- }, {
1662
- readonly name: "exclusivityDeadline";
1663
- readonly type: "uint32";
1664
- readonly indexed: false;
1665
- readonly internalType: "uint32";
1666
- }, {
1667
- readonly name: "exclusiveRelayer";
1668
- readonly type: "bytes32";
1669
- readonly indexed: false;
1670
- readonly internalType: "bytes32";
1671
- }, {
1672
- readonly name: "relayer";
1673
- readonly type: "bytes32";
1674
- readonly indexed: true;
1675
- readonly internalType: "bytes32";
1676
- }, {
1677
- readonly name: "depositor";
1678
- readonly type: "bytes32";
1679
- readonly indexed: false;
1680
- readonly internalType: "bytes32";
1681
- }, {
1682
- readonly name: "recipient";
1683
- readonly type: "bytes32";
1684
- readonly indexed: false;
1685
- readonly internalType: "bytes32";
1686
- }, {
1687
- readonly name: "messageHash";
1688
- readonly type: "bytes32";
1689
- readonly indexed: false;
1690
- readonly internalType: "bytes32";
1691
- }, {
1692
- readonly name: "relayExecutionInfo";
1693
- readonly type: "tuple";
1694
- readonly indexed: false;
1695
- readonly internalType: "struct V3SpokePoolInterface.V3RelayExecutionEventInfo";
1696
- readonly components: readonly [{
1697
- readonly name: "updatedRecipient";
1698
- readonly type: "bytes32";
1699
- readonly internalType: "bytes32";
1700
- }, {
1701
- readonly name: "updatedMessageHash";
1702
- readonly type: "bytes32";
1703
- readonly internalType: "bytes32";
1704
- }, {
1705
- readonly name: "updatedOutputAmount";
1706
- readonly type: "uint256";
1707
- readonly internalType: "uint256";
1708
- }, {
1709
- readonly name: "fillType";
1710
- readonly type: "uint8";
1711
- readonly internalType: "enum V3SpokePoolInterface.FillType";
1712
- }];
1713
- }];
1714
- readonly anonymous: false;
1715
- }, {
1716
- readonly type: "event";
1717
- readonly name: "FilledV3Relay";
1718
- readonly inputs: readonly [{
1719
- readonly name: "inputToken";
1720
- readonly type: "address";
1721
- readonly indexed: false;
1722
- readonly internalType: "address";
1723
- }, {
1724
- readonly name: "outputToken";
1725
- readonly type: "address";
1726
- readonly indexed: false;
1727
- readonly internalType: "address";
1728
- }, {
1729
- readonly name: "inputAmount";
1730
- readonly type: "uint256";
1731
- readonly indexed: false;
1732
- readonly internalType: "uint256";
1733
- }, {
1734
- readonly name: "outputAmount";
1735
- readonly type: "uint256";
1736
- readonly indexed: false;
1737
- readonly internalType: "uint256";
1738
- }, {
1739
- readonly name: "repaymentChainId";
1740
- readonly type: "uint256";
1741
- readonly indexed: false;
1742
- readonly internalType: "uint256";
1743
- }, {
1744
- readonly name: "originChainId";
1745
- readonly type: "uint256";
1746
- readonly indexed: true;
1747
- readonly internalType: "uint256";
1748
- }, {
1749
- readonly name: "depositId";
1750
- readonly type: "uint32";
1751
- readonly indexed: true;
1752
- readonly internalType: "uint32";
1753
- }, {
1754
- readonly name: "fillDeadline";
1755
- readonly type: "uint32";
1756
- readonly indexed: false;
1757
- readonly internalType: "uint32";
1758
- }, {
1759
- readonly name: "exclusivityDeadline";
1760
- readonly type: "uint32";
1761
- readonly indexed: false;
1762
- readonly internalType: "uint32";
1763
- }, {
1764
- readonly name: "exclusiveRelayer";
1765
- readonly type: "address";
1766
- readonly indexed: false;
1767
- readonly internalType: "address";
1768
- }, {
1769
- readonly name: "relayer";
1770
- readonly type: "address";
1771
- readonly indexed: true;
1772
- readonly internalType: "address";
1773
- }, {
1774
- readonly name: "depositor";
1775
- readonly type: "address";
1776
- readonly indexed: false;
1777
- readonly internalType: "address";
1778
- }, {
1779
- readonly name: "recipient";
1780
- readonly type: "address";
1781
- readonly indexed: false;
1782
- readonly internalType: "address";
1783
- }, {
1784
- readonly name: "message";
1785
- readonly type: "bytes";
1786
- readonly indexed: false;
1787
- readonly internalType: "bytes";
1788
- }, {
1789
- readonly name: "relayExecutionInfo";
1790
- readonly type: "tuple";
1791
- readonly indexed: false;
1792
- readonly internalType: "struct V3SpokePoolInterface.LegacyV3RelayExecutionEventInfo";
1793
- readonly components: readonly [{
1794
- readonly name: "updatedRecipient";
1795
- readonly type: "address";
1796
- readonly internalType: "address";
1797
- }, {
1798
- readonly name: "updatedMessage";
1799
- readonly type: "bytes";
1800
- readonly internalType: "bytes";
1801
- }, {
1802
- readonly name: "updatedOutputAmount";
1803
- readonly type: "uint256";
1804
- readonly internalType: "uint256";
1805
- }, {
1806
- readonly name: "fillType";
1807
- readonly type: "uint8";
1808
- readonly internalType: "enum V3SpokePoolInterface.FillType";
1809
- }];
1810
- }];
1811
- readonly anonymous: false;
1812
- }, {
1813
- readonly type: "event";
1814
- readonly name: "FundsDeposited";
1815
- readonly inputs: readonly [{
1816
- readonly name: "inputToken";
1817
- readonly type: "bytes32";
1818
- readonly indexed: false;
1819
- readonly internalType: "bytes32";
1820
- }, {
1821
- readonly name: "outputToken";
1822
- readonly type: "bytes32";
1823
- readonly indexed: false;
1824
- readonly internalType: "bytes32";
1825
- }, {
1826
- readonly name: "inputAmount";
1827
- readonly type: "uint256";
1828
- readonly indexed: false;
1829
- readonly internalType: "uint256";
1830
- }, {
1831
- readonly name: "outputAmount";
1832
- readonly type: "uint256";
1833
- readonly indexed: false;
1834
- readonly internalType: "uint256";
1835
- }, {
1836
- readonly name: "destinationChainId";
1837
- readonly type: "uint256";
1838
- readonly indexed: true;
1839
- readonly internalType: "uint256";
1840
- }, {
1841
- readonly name: "depositId";
1842
- readonly type: "uint256";
1843
- readonly indexed: true;
1844
- readonly internalType: "uint256";
1845
- }, {
1846
- readonly name: "quoteTimestamp";
1847
- readonly type: "uint32";
1848
- readonly indexed: false;
1849
- readonly internalType: "uint32";
1850
- }, {
1851
- readonly name: "fillDeadline";
1852
- readonly type: "uint32";
1853
- readonly indexed: false;
1854
- readonly internalType: "uint32";
1855
- }, {
1856
- readonly name: "exclusivityDeadline";
1857
- readonly type: "uint32";
1858
- readonly indexed: false;
1859
- readonly internalType: "uint32";
1860
- }, {
1861
- readonly name: "depositor";
1862
- readonly type: "bytes32";
1863
- readonly indexed: true;
1864
- readonly internalType: "bytes32";
1865
- }, {
1866
- readonly name: "recipient";
1867
- readonly type: "bytes32";
1868
- readonly indexed: false;
1869
- readonly internalType: "bytes32";
1870
- }, {
1871
- readonly name: "exclusiveRelayer";
1872
- readonly type: "bytes32";
1873
- readonly indexed: false;
1874
- readonly internalType: "bytes32";
1875
- }, {
1876
- readonly name: "message";
1877
- readonly type: "bytes";
1878
- readonly indexed: false;
1879
- readonly internalType: "bytes";
1880
- }];
1881
- readonly anonymous: false;
1882
- }, {
1883
- readonly type: "event";
1884
- readonly name: "Initialized";
1885
- readonly inputs: readonly [{
1886
- readonly name: "version";
1887
- readonly type: "uint8";
1888
- readonly indexed: false;
1889
- readonly internalType: "uint8";
1890
- }];
1891
- readonly anonymous: false;
1892
- }, {
1893
- readonly type: "event";
1894
- readonly name: "PausedDeposits";
1895
- readonly inputs: readonly [{
1896
- readonly name: "isPaused";
1897
- readonly type: "bool";
1898
- readonly indexed: false;
1899
- readonly internalType: "bool";
1900
- }];
1901
- readonly anonymous: false;
1902
- }, {
1903
- readonly type: "event";
1904
- readonly name: "PausedFills";
1905
- readonly inputs: readonly [{
1906
- readonly name: "isPaused";
1907
- readonly type: "bool";
1908
- readonly indexed: false;
1909
- readonly internalType: "bool";
1910
- }];
1911
- readonly anonymous: false;
1912
- }, {
1913
- readonly type: "event";
1914
- readonly name: "ReceivedMessageFromL1";
1915
- readonly inputs: readonly [{
1916
- readonly name: "caller";
1917
- readonly type: "address";
1918
- readonly indexed: true;
1919
- readonly internalType: "address";
1920
- }, {
1921
- readonly name: "rootMessageSender";
1922
- readonly type: "address";
1923
- readonly indexed: true;
1924
- readonly internalType: "address";
1925
- }];
1926
- readonly anonymous: false;
1927
- }, {
1928
- readonly type: "event";
1929
- readonly name: "RelayedRootBundle";
1930
- readonly inputs: readonly [{
1931
- readonly name: "rootBundleId";
1932
- readonly type: "uint32";
1933
- readonly indexed: true;
1934
- readonly internalType: "uint32";
1935
- }, {
1936
- readonly name: "relayerRefundRoot";
1937
- readonly type: "bytes32";
1938
- readonly indexed: true;
1939
- readonly internalType: "bytes32";
1940
- }, {
1941
- readonly name: "slowRelayRoot";
1942
- readonly type: "bytes32";
1943
- readonly indexed: true;
1944
- readonly internalType: "bytes32";
1945
- }];
1946
- readonly anonymous: false;
1947
- }, {
1948
- readonly type: "event";
1949
- readonly name: "RequestedSlowFill";
1950
- readonly inputs: readonly [{
1951
- readonly name: "inputToken";
1952
- readonly type: "bytes32";
1953
- readonly indexed: false;
1954
- readonly internalType: "bytes32";
1955
- }, {
1956
- readonly name: "outputToken";
1957
- readonly type: "bytes32";
1958
- readonly indexed: false;
1959
- readonly internalType: "bytes32";
1960
- }, {
1961
- readonly name: "inputAmount";
1962
- readonly type: "uint256";
1963
- readonly indexed: false;
1964
- readonly internalType: "uint256";
1965
- }, {
1966
- readonly name: "outputAmount";
1967
- readonly type: "uint256";
1968
- readonly indexed: false;
1969
- readonly internalType: "uint256";
1970
- }, {
1971
- readonly name: "originChainId";
1972
- readonly type: "uint256";
1973
- readonly indexed: true;
1974
- readonly internalType: "uint256";
1975
- }, {
1976
- readonly name: "depositId";
1977
- readonly type: "uint256";
1978
- readonly indexed: true;
1979
- readonly internalType: "uint256";
1980
- }, {
1981
- readonly name: "fillDeadline";
1982
- readonly type: "uint32";
1983
- readonly indexed: false;
1984
- readonly internalType: "uint32";
1985
- }, {
1986
- readonly name: "exclusivityDeadline";
1987
- readonly type: "uint32";
1988
- readonly indexed: false;
1989
- readonly internalType: "uint32";
1990
- }, {
1991
- readonly name: "exclusiveRelayer";
1992
- readonly type: "bytes32";
1993
- readonly indexed: false;
1994
- readonly internalType: "bytes32";
1995
- }, {
1996
- readonly name: "depositor";
1997
- readonly type: "bytes32";
1998
- readonly indexed: false;
1999
- readonly internalType: "bytes32";
2000
- }, {
2001
- readonly name: "recipient";
2002
- readonly type: "bytes32";
2003
- readonly indexed: false;
2004
- readonly internalType: "bytes32";
2005
- }, {
2006
- readonly name: "messageHash";
2007
- readonly type: "bytes32";
2008
- readonly indexed: false;
2009
- readonly internalType: "bytes32";
2010
- }];
2011
- readonly anonymous: false;
2012
- }, {
2013
- readonly type: "event";
2014
- readonly name: "RequestedSpeedUpDeposit";
2015
- readonly inputs: readonly [{
2016
- readonly name: "updatedOutputAmount";
2017
- readonly type: "uint256";
2018
- readonly indexed: false;
2019
- readonly internalType: "uint256";
2020
- }, {
2021
- readonly name: "depositId";
2022
- readonly type: "uint256";
2023
- readonly indexed: true;
2024
- readonly internalType: "uint256";
2025
- }, {
2026
- readonly name: "depositor";
2027
- readonly type: "bytes32";
2028
- readonly indexed: true;
2029
- readonly internalType: "bytes32";
2030
- }, {
2031
- readonly name: "updatedRecipient";
2032
- readonly type: "bytes32";
2033
- readonly indexed: false;
2034
- readonly internalType: "bytes32";
2035
- }, {
2036
- readonly name: "updatedMessage";
2037
- readonly type: "bytes";
2038
- readonly indexed: false;
2039
- readonly internalType: "bytes";
2040
- }, {
2041
- readonly name: "depositorSignature";
2042
- readonly type: "bytes";
2043
- readonly indexed: false;
2044
- readonly internalType: "bytes";
2045
- }];
2046
- readonly anonymous: false;
2047
- }, {
2048
- readonly type: "event";
2049
- readonly name: "RequestedSpeedUpV3Deposit";
2050
- readonly inputs: readonly [{
2051
- readonly name: "updatedOutputAmount";
2052
- readonly type: "uint256";
2053
- readonly indexed: false;
2054
- readonly internalType: "uint256";
2055
- }, {
2056
- readonly name: "depositId";
2057
- readonly type: "uint32";
2058
- readonly indexed: true;
2059
- readonly internalType: "uint32";
2060
- }, {
2061
- readonly name: "depositor";
2062
- readonly type: "address";
2063
- readonly indexed: true;
2064
- readonly internalType: "address";
2065
- }, {
2066
- readonly name: "updatedRecipient";
2067
- readonly type: "address";
2068
- readonly indexed: false;
2069
- readonly internalType: "address";
2070
- }, {
2071
- readonly name: "updatedMessage";
2072
- readonly type: "bytes";
2073
- readonly indexed: false;
2074
- readonly internalType: "bytes";
2075
- }, {
2076
- readonly name: "depositorSignature";
2077
- readonly type: "bytes";
2078
- readonly indexed: false;
2079
- readonly internalType: "bytes";
2080
- }];
2081
- readonly anonymous: false;
2082
- }, {
2083
- readonly type: "event";
2084
- readonly name: "RequestedV3SlowFill";
2085
- readonly inputs: readonly [{
2086
- readonly name: "inputToken";
2087
- readonly type: "address";
2088
- readonly indexed: false;
2089
- readonly internalType: "address";
2090
- }, {
2091
- readonly name: "outputToken";
2092
- readonly type: "address";
2093
- readonly indexed: false;
2094
- readonly internalType: "address";
2095
- }, {
2096
- readonly name: "inputAmount";
2097
- readonly type: "uint256";
2098
- readonly indexed: false;
2099
- readonly internalType: "uint256";
2100
- }, {
2101
- readonly name: "outputAmount";
2102
- readonly type: "uint256";
2103
- readonly indexed: false;
2104
- readonly internalType: "uint256";
2105
- }, {
2106
- readonly name: "originChainId";
2107
- readonly type: "uint256";
2108
- readonly indexed: true;
2109
- readonly internalType: "uint256";
2110
- }, {
2111
- readonly name: "depositId";
2112
- readonly type: "uint32";
2113
- readonly indexed: true;
2114
- readonly internalType: "uint32";
2115
- }, {
2116
- readonly name: "fillDeadline";
2117
- readonly type: "uint32";
2118
- readonly indexed: false;
2119
- readonly internalType: "uint32";
2120
- }, {
2121
- readonly name: "exclusivityDeadline";
2122
- readonly type: "uint32";
2123
- readonly indexed: false;
2124
- readonly internalType: "uint32";
2125
- }, {
2126
- readonly name: "exclusiveRelayer";
2127
- readonly type: "address";
2128
- readonly indexed: false;
2129
- readonly internalType: "address";
2130
- }, {
2131
- readonly name: "depositor";
2132
- readonly type: "address";
2133
- readonly indexed: false;
2134
- readonly internalType: "address";
2135
- }, {
2136
- readonly name: "recipient";
2137
- readonly type: "address";
2138
- readonly indexed: false;
2139
- readonly internalType: "address";
2140
- }, {
2141
- readonly name: "message";
2142
- readonly type: "bytes";
2143
- readonly indexed: false;
2144
- readonly internalType: "bytes";
2145
- }];
2146
- readonly anonymous: false;
2147
- }, {
2148
- readonly type: "event";
2149
- readonly name: "SetOFTMessenger";
2150
- readonly inputs: readonly [{
2151
- readonly name: "token";
2152
- readonly type: "address";
2153
- readonly indexed: true;
2154
- readonly internalType: "address";
2155
- }, {
2156
- readonly name: "messenger";
2157
- readonly type: "address";
2158
- readonly indexed: true;
2159
- readonly internalType: "address";
2160
- }];
2161
- readonly anonymous: false;
2162
- }, {
2163
- readonly type: "event";
2164
- readonly name: "SetSuccinctTargetAmb";
2165
- readonly inputs: readonly [{
2166
- readonly name: "newSuccinctTargetAmb";
2167
- readonly type: "address";
2168
- readonly indexed: true;
2169
- readonly internalType: "address";
2170
- }];
2171
- readonly anonymous: false;
2172
- }, {
2173
- readonly type: "event";
2174
- readonly name: "SetWithdrawalRecipient";
2175
- readonly inputs: readonly [{
2176
- readonly name: "newWithdrawalRecipient";
2177
- readonly type: "address";
2178
- readonly indexed: true;
2179
- readonly internalType: "address";
2180
- }];
2181
- readonly anonymous: false;
2182
- }, {
2183
- readonly type: "event";
2184
- readonly name: "SetXDomainAdmin";
2185
- readonly inputs: readonly [{
2186
- readonly name: "newAdmin";
2187
- readonly type: "address";
2188
- readonly indexed: true;
2189
- readonly internalType: "address";
2190
- }];
2191
- readonly anonymous: false;
2192
- }, {
2193
- readonly type: "event";
2194
- readonly name: "TokensBridged";
2195
- readonly inputs: readonly [{
2196
- readonly name: "amountToReturn";
2197
- readonly type: "uint256";
2198
- readonly indexed: false;
2199
- readonly internalType: "uint256";
2200
- }, {
2201
- readonly name: "chainId";
2202
- readonly type: "uint256";
2203
- readonly indexed: true;
2204
- readonly internalType: "uint256";
2205
- }, {
2206
- readonly name: "leafId";
2207
- readonly type: "uint32";
2208
- readonly indexed: true;
2209
- readonly internalType: "uint32";
2210
- }, {
2211
- readonly name: "l2TokenAddress";
2212
- readonly type: "bytes32";
2213
- readonly indexed: true;
2214
- readonly internalType: "bytes32";
2215
- }, {
2216
- readonly name: "caller";
2217
- readonly type: "address";
2218
- readonly indexed: false;
2219
- readonly internalType: "address";
2220
- }];
2221
- readonly anonymous: false;
2222
- }, {
2223
- readonly type: "event";
2224
- readonly name: "Upgraded";
2225
- readonly inputs: readonly [{
2226
- readonly name: "implementation";
2227
- readonly type: "address";
2228
- readonly indexed: true;
2229
- readonly internalType: "address";
2230
- }];
2231
- readonly anonymous: false;
2232
- }, {
2233
- readonly type: "event";
2234
- readonly name: "V3FundsDeposited";
2235
- readonly inputs: readonly [{
2236
- readonly name: "inputToken";
2237
- readonly type: "address";
2238
- readonly indexed: false;
2239
- readonly internalType: "address";
2240
- }, {
2241
- readonly name: "outputToken";
2242
- readonly type: "address";
2243
- readonly indexed: false;
2244
- readonly internalType: "address";
2245
- }, {
2246
- readonly name: "inputAmount";
2247
- readonly type: "uint256";
2248
- readonly indexed: false;
2249
- readonly internalType: "uint256";
2250
- }, {
2251
- readonly name: "outputAmount";
2252
- readonly type: "uint256";
2253
- readonly indexed: false;
2254
- readonly internalType: "uint256";
2255
- }, {
2256
- readonly name: "destinationChainId";
2257
- readonly type: "uint256";
2258
- readonly indexed: true;
2259
- readonly internalType: "uint256";
2260
- }, {
2261
- readonly name: "depositId";
2262
- readonly type: "uint32";
2263
- readonly indexed: true;
2264
- readonly internalType: "uint32";
2265
- }, {
2266
- readonly name: "quoteTimestamp";
2267
- readonly type: "uint32";
2268
- readonly indexed: false;
2269
- readonly internalType: "uint32";
2270
- }, {
2271
- readonly name: "fillDeadline";
2272
- readonly type: "uint32";
2273
- readonly indexed: false;
2274
- readonly internalType: "uint32";
2275
- }, {
2276
- readonly name: "exclusivityDeadline";
2277
- readonly type: "uint32";
2278
- readonly indexed: false;
2279
- readonly internalType: "uint32";
2280
- }, {
2281
- readonly name: "depositor";
2282
- readonly type: "address";
2283
- readonly indexed: true;
2284
- readonly internalType: "address";
2285
- }, {
2286
- readonly name: "recipient";
2287
- readonly type: "address";
2288
- readonly indexed: false;
2289
- readonly internalType: "address";
2290
- }, {
2291
- readonly name: "exclusiveRelayer";
2292
- readonly type: "address";
2293
- readonly indexed: false;
2294
- readonly internalType: "address";
2295
- }, {
2296
- readonly name: "message";
2297
- readonly type: "bytes";
2298
- readonly indexed: false;
2299
- readonly internalType: "bytes";
2300
- }];
2301
- readonly anonymous: false;
2302
- }, {
2303
- readonly type: "error";
2304
- readonly name: "ClaimedMerkleLeaf";
2305
- readonly inputs: readonly [];
2306
- }, {
2307
- readonly type: "error";
2308
- readonly name: "DepositsArePaused";
2309
- readonly inputs: readonly [];
2310
- }, {
2311
- readonly type: "error";
2312
- readonly name: "DisabledRoute";
2313
- readonly inputs: readonly [];
2314
- }, {
2315
- readonly type: "error";
2316
- readonly name: "ExpiredFillDeadline";
2317
- readonly inputs: readonly [];
2318
- }, {
2319
- readonly type: "error";
2320
- readonly name: "ExternalCallExecutionFailed";
2321
- readonly inputs: readonly [];
2322
- }, {
2323
- readonly type: "error";
2324
- readonly name: "FillsArePaused";
2325
- readonly inputs: readonly [];
2326
- }, {
2327
- readonly type: "error";
2328
- readonly name: "InsufficientSpokePoolBalanceToExecuteLeaf";
2329
- readonly inputs: readonly [];
2330
- }, {
2331
- readonly type: "error";
2332
- readonly name: "InvalidBytes32";
2333
- readonly inputs: readonly [];
2334
- }, {
2335
- readonly type: "error";
2336
- readonly name: "InvalidChainId";
2337
- readonly inputs: readonly [];
2338
- }, {
2339
- readonly type: "error";
2340
- readonly name: "InvalidCrossDomainAdmin";
2341
- readonly inputs: readonly [];
2342
- }, {
2343
- readonly type: "error";
2344
- readonly name: "InvalidDepositorSignature";
2345
- readonly inputs: readonly [];
2346
- }, {
2347
- readonly type: "error";
2348
- readonly name: "InvalidExclusiveRelayer";
2349
- readonly inputs: readonly [];
2350
- }, {
2351
- readonly type: "error";
2352
- readonly name: "InvalidFillDeadline";
2353
- readonly inputs: readonly [];
2354
- }, {
2355
- readonly type: "error";
2356
- readonly name: "InvalidMerkleLeaf";
2357
- readonly inputs: readonly [];
2358
- }, {
2359
- readonly type: "error";
2360
- readonly name: "InvalidMerkleProof";
2361
- readonly inputs: readonly [];
2362
- }, {
2363
- readonly type: "error";
2364
- readonly name: "InvalidOutputToken";
2365
- readonly inputs: readonly [];
2366
- }, {
2367
- readonly type: "error";
2368
- readonly name: "InvalidPayoutAdjustmentPct";
2369
- readonly inputs: readonly [];
2370
- }, {
2371
- readonly type: "error";
2372
- readonly name: "InvalidQuoteTimestamp";
2373
- readonly inputs: readonly [];
2374
- }, {
2375
- readonly type: "error";
2376
- readonly name: "InvalidSlowFillRequest";
2377
- readonly inputs: readonly [];
2378
- }, {
2379
- readonly type: "error";
2380
- readonly name: "InvalidWithdrawalRecipient";
2381
- readonly inputs: readonly [];
2382
- }, {
2383
- readonly type: "error";
2384
- readonly name: "LowLevelCallFailed";
2385
- readonly inputs: readonly [{
2386
- readonly name: "data";
2387
- readonly type: "bytes";
2388
- readonly internalType: "bytes";
2389
- }];
2390
- }, {
2391
- readonly type: "error";
2392
- readonly name: "MessageTooShort";
2393
- readonly inputs: readonly [];
2394
- }, {
2395
- readonly type: "error";
2396
- readonly name: "MsgValueDoesNotMatchInputAmount";
2397
- readonly inputs: readonly [];
2398
- }, {
2399
- readonly type: "error";
2400
- readonly name: "NoRelayerRefundToClaim";
2401
- readonly inputs: readonly [];
2402
- }, {
2403
- readonly type: "error";
2404
- readonly name: "NoSlowFillsInExclusivityWindow";
2405
- readonly inputs: readonly [];
2406
- }, {
2407
- readonly type: "error";
2408
- readonly name: "NotEOA";
2409
- readonly inputs: readonly [];
2410
- }, {
2411
- readonly type: "error";
2412
- readonly name: "NotExclusiveRelayer";
2413
- readonly inputs: readonly [];
2414
- }, {
2415
- readonly type: "error";
2416
- readonly name: "OFTFeeUnderpaid";
2417
- readonly inputs: readonly [];
2418
- }, {
2419
- readonly type: "error";
2420
- readonly name: "OFTTokenMismatch";
2421
- readonly inputs: readonly [];
2422
- }, {
2423
- readonly type: "error";
2424
- readonly name: "OftFeeCapExceeded";
2425
- readonly inputs: readonly [];
2426
- }, {
2427
- readonly type: "error";
2428
- readonly name: "OftIncorrectAmountReceivedLD";
2429
- readonly inputs: readonly [];
2430
- }, {
2431
- readonly type: "error";
2432
- readonly name: "OftIncorrectAmountSentLD";
2433
- readonly inputs: readonly [];
2434
- }, {
2435
- readonly type: "error";
2436
- readonly name: "OftInsufficientBalanceForFee";
2437
- readonly inputs: readonly [];
2438
- }, {
2439
- readonly type: "error";
2440
- readonly name: "OftLzFeeNotZero";
2441
- readonly inputs: readonly [];
2442
- }, {
2443
- readonly type: "error";
2444
- readonly name: "RelayFilled";
2445
- readonly inputs: readonly [];
2446
- }, {
2447
- readonly type: "error";
2448
- readonly name: "RemovedFunction";
2449
- readonly inputs: readonly [];
2450
- }, {
2451
- readonly type: "error";
2452
- readonly name: "WrongERC7683OrderId";
2453
- readonly inputs: readonly [];
2454
- }, {
2455
- readonly type: "error";
2456
- readonly name: "ZeroAddressTarget";
2457
- readonly inputs: readonly [];
2458
- }];
2459
- static createInterface(): Succinct_SpokePoolInterface;
2460
- static connect(address: string, signerOrProvider: Signer | Provider): Succinct_SpokePool;
2461
- }