@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,3132 +0,0 @@
1
- /* Autogenerated file. Do not edit manually. */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
-
5
- import { Contract, Signer, utils } from "ethers";
6
- import type { Provider } from "@ethersproject/providers";
7
- import type {
8
- Succinct_SpokePool,
9
- Succinct_SpokePoolInterface,
10
- } from "../Succinct_SpokePool";
11
-
12
- const _abi = [
13
- {
14
- type: "constructor",
15
- inputs: [
16
- {
17
- name: "_wrappedNativeTokenAddress",
18
- type: "address",
19
- internalType: "address",
20
- },
21
- {
22
- name: "_depositQuoteTimeBuffer",
23
- type: "uint32",
24
- internalType: "uint32",
25
- },
26
- {
27
- name: "_fillDeadlineBuffer",
28
- type: "uint32",
29
- internalType: "uint32",
30
- },
31
- ],
32
- stateMutability: "nonpayable",
33
- },
34
- {
35
- type: "receive",
36
- stateMutability: "payable",
37
- },
38
- {
39
- type: "function",
40
- name: "EMPTY_MSG_BYTES",
41
- inputs: [],
42
- outputs: [
43
- {
44
- name: "",
45
- type: "bytes",
46
- internalType: "bytes",
47
- },
48
- ],
49
- stateMutability: "view",
50
- },
51
- {
52
- type: "function",
53
- name: "EMPTY_RELAYER",
54
- inputs: [],
55
- outputs: [
56
- {
57
- name: "",
58
- type: "bytes32",
59
- internalType: "bytes32",
60
- },
61
- ],
62
- stateMutability: "view",
63
- },
64
- {
65
- type: "function",
66
- name: "EMPTY_REPAYMENT_CHAIN_ID",
67
- inputs: [],
68
- outputs: [
69
- {
70
- name: "",
71
- type: "uint256",
72
- internalType: "uint256",
73
- },
74
- ],
75
- stateMutability: "view",
76
- },
77
- {
78
- type: "function",
79
- name: "INFINITE_FILL_DEADLINE",
80
- inputs: [],
81
- outputs: [
82
- {
83
- name: "",
84
- type: "uint32",
85
- internalType: "uint32",
86
- },
87
- ],
88
- stateMutability: "view",
89
- },
90
- {
91
- type: "function",
92
- name: "MAX_EXCLUSIVITY_PERIOD_SECONDS",
93
- inputs: [],
94
- outputs: [
95
- {
96
- name: "",
97
- type: "uint32",
98
- internalType: "uint32",
99
- },
100
- ],
101
- stateMutability: "view",
102
- },
103
- {
104
- type: "function",
105
- name: "MAX_TRANSFER_SIZE",
106
- inputs: [],
107
- outputs: [
108
- {
109
- name: "",
110
- type: "uint256",
111
- internalType: "uint256",
112
- },
113
- ],
114
- stateMutability: "view",
115
- },
116
- {
117
- type: "function",
118
- name: "OFT_DST_EID",
119
- inputs: [],
120
- outputs: [
121
- {
122
- name: "",
123
- type: "uint32",
124
- internalType: "uint32",
125
- },
126
- ],
127
- stateMutability: "view",
128
- },
129
- {
130
- type: "function",
131
- name: "OFT_FEE_CAP",
132
- inputs: [],
133
- outputs: [
134
- {
135
- name: "",
136
- type: "uint256",
137
- internalType: "uint256",
138
- },
139
- ],
140
- stateMutability: "view",
141
- },
142
- {
143
- type: "function",
144
- name: "UPDATE_BYTES32_DEPOSIT_DETAILS_HASH",
145
- inputs: [],
146
- outputs: [
147
- {
148
- name: "",
149
- type: "bytes32",
150
- internalType: "bytes32",
151
- },
152
- ],
153
- stateMutability: "view",
154
- },
155
- {
156
- type: "function",
157
- name: "__SpokePool_init",
158
- inputs: [
159
- {
160
- name: "_initialDepositId",
161
- type: "uint32",
162
- internalType: "uint32",
163
- },
164
- {
165
- name: "_crossDomainAdmin",
166
- type: "address",
167
- internalType: "address",
168
- },
169
- {
170
- name: "_withdrawalRecipient",
171
- type: "address",
172
- internalType: "address",
173
- },
174
- ],
175
- outputs: [],
176
- stateMutability: "nonpayable",
177
- },
178
- {
179
- type: "function",
180
- name: "chainId",
181
- inputs: [],
182
- outputs: [
183
- {
184
- name: "",
185
- type: "uint256",
186
- internalType: "uint256",
187
- },
188
- ],
189
- stateMutability: "view",
190
- },
191
- {
192
- type: "function",
193
- name: "claimRelayerRefund",
194
- inputs: [
195
- {
196
- name: "l2TokenAddress",
197
- type: "bytes32",
198
- internalType: "bytes32",
199
- },
200
- {
201
- name: "refundAddress",
202
- type: "bytes32",
203
- internalType: "bytes32",
204
- },
205
- ],
206
- outputs: [],
207
- stateMutability: "nonpayable",
208
- },
209
- {
210
- type: "function",
211
- name: "crossDomainAdmin",
212
- inputs: [],
213
- outputs: [
214
- {
215
- name: "",
216
- type: "address",
217
- internalType: "address",
218
- },
219
- ],
220
- stateMutability: "view",
221
- },
222
- {
223
- type: "function",
224
- name: "deposit",
225
- inputs: [
226
- {
227
- name: "depositor",
228
- type: "bytes32",
229
- internalType: "bytes32",
230
- },
231
- {
232
- name: "recipient",
233
- type: "bytes32",
234
- internalType: "bytes32",
235
- },
236
- {
237
- name: "inputToken",
238
- type: "bytes32",
239
- internalType: "bytes32",
240
- },
241
- {
242
- name: "outputToken",
243
- type: "bytes32",
244
- internalType: "bytes32",
245
- },
246
- {
247
- name: "inputAmount",
248
- type: "uint256",
249
- internalType: "uint256",
250
- },
251
- {
252
- name: "outputAmount",
253
- type: "uint256",
254
- internalType: "uint256",
255
- },
256
- {
257
- name: "destinationChainId",
258
- type: "uint256",
259
- internalType: "uint256",
260
- },
261
- {
262
- name: "exclusiveRelayer",
263
- type: "bytes32",
264
- internalType: "bytes32",
265
- },
266
- {
267
- name: "quoteTimestamp",
268
- type: "uint32",
269
- internalType: "uint32",
270
- },
271
- {
272
- name: "fillDeadline",
273
- type: "uint32",
274
- internalType: "uint32",
275
- },
276
- {
277
- name: "exclusivityParameter",
278
- type: "uint32",
279
- internalType: "uint32",
280
- },
281
- {
282
- name: "message",
283
- type: "bytes",
284
- internalType: "bytes",
285
- },
286
- ],
287
- outputs: [],
288
- stateMutability: "payable",
289
- },
290
- {
291
- type: "function",
292
- name: "depositDeprecated_5947912356",
293
- inputs: [
294
- {
295
- name: "",
296
- type: "address",
297
- internalType: "address",
298
- },
299
- {
300
- name: "",
301
- type: "address",
302
- internalType: "address",
303
- },
304
- {
305
- name: "",
306
- type: "uint256",
307
- internalType: "uint256",
308
- },
309
- {
310
- name: "",
311
- type: "uint256",
312
- internalType: "uint256",
313
- },
314
- {
315
- name: "",
316
- type: "int64",
317
- internalType: "int64",
318
- },
319
- {
320
- name: "",
321
- type: "uint32",
322
- internalType: "uint32",
323
- },
324
- {
325
- name: "",
326
- type: "bytes",
327
- internalType: "bytes",
328
- },
329
- {
330
- name: "",
331
- type: "uint256",
332
- internalType: "uint256",
333
- },
334
- ],
335
- outputs: [],
336
- stateMutability: "payable",
337
- },
338
- {
339
- type: "function",
340
- name: "depositFor",
341
- inputs: [
342
- {
343
- name: "",
344
- type: "address",
345
- internalType: "address",
346
- },
347
- {
348
- name: "",
349
- type: "address",
350
- internalType: "address",
351
- },
352
- {
353
- name: "",
354
- type: "address",
355
- internalType: "address",
356
- },
357
- {
358
- name: "",
359
- type: "uint256",
360
- internalType: "uint256",
361
- },
362
- {
363
- name: "",
364
- type: "uint256",
365
- internalType: "uint256",
366
- },
367
- {
368
- name: "",
369
- type: "int64",
370
- internalType: "int64",
371
- },
372
- {
373
- name: "",
374
- type: "uint32",
375
- internalType: "uint32",
376
- },
377
- {
378
- name: "",
379
- type: "bytes",
380
- internalType: "bytes",
381
- },
382
- {
383
- name: "",
384
- type: "uint256",
385
- internalType: "uint256",
386
- },
387
- ],
388
- outputs: [],
389
- stateMutability: "payable",
390
- },
391
- {
392
- type: "function",
393
- name: "depositNow",
394
- inputs: [
395
- {
396
- name: "depositor",
397
- type: "bytes32",
398
- internalType: "bytes32",
399
- },
400
- {
401
- name: "recipient",
402
- type: "bytes32",
403
- internalType: "bytes32",
404
- },
405
- {
406
- name: "inputToken",
407
- type: "bytes32",
408
- internalType: "bytes32",
409
- },
410
- {
411
- name: "outputToken",
412
- type: "bytes32",
413
- internalType: "bytes32",
414
- },
415
- {
416
- name: "inputAmount",
417
- type: "uint256",
418
- internalType: "uint256",
419
- },
420
- {
421
- name: "outputAmount",
422
- type: "uint256",
423
- internalType: "uint256",
424
- },
425
- {
426
- name: "destinationChainId",
427
- type: "uint256",
428
- internalType: "uint256",
429
- },
430
- {
431
- name: "exclusiveRelayer",
432
- type: "bytes32",
433
- internalType: "bytes32",
434
- },
435
- {
436
- name: "fillDeadlineOffset",
437
- type: "uint32",
438
- internalType: "uint32",
439
- },
440
- {
441
- name: "exclusivityParameter",
442
- type: "uint32",
443
- internalType: "uint32",
444
- },
445
- {
446
- name: "message",
447
- type: "bytes",
448
- internalType: "bytes",
449
- },
450
- ],
451
- outputs: [],
452
- stateMutability: "payable",
453
- },
454
- {
455
- type: "function",
456
- name: "depositQuoteTimeBuffer",
457
- inputs: [],
458
- outputs: [
459
- {
460
- name: "",
461
- type: "uint32",
462
- internalType: "uint32",
463
- },
464
- ],
465
- stateMutability: "view",
466
- },
467
- {
468
- type: "function",
469
- name: "depositV3",
470
- inputs: [
471
- {
472
- name: "depositor",
473
- type: "address",
474
- internalType: "address",
475
- },
476
- {
477
- name: "recipient",
478
- type: "address",
479
- internalType: "address",
480
- },
481
- {
482
- name: "inputToken",
483
- type: "address",
484
- internalType: "address",
485
- },
486
- {
487
- name: "outputToken",
488
- type: "address",
489
- internalType: "address",
490
- },
491
- {
492
- name: "inputAmount",
493
- type: "uint256",
494
- internalType: "uint256",
495
- },
496
- {
497
- name: "outputAmount",
498
- type: "uint256",
499
- internalType: "uint256",
500
- },
501
- {
502
- name: "destinationChainId",
503
- type: "uint256",
504
- internalType: "uint256",
505
- },
506
- {
507
- name: "exclusiveRelayer",
508
- type: "address",
509
- internalType: "address",
510
- },
511
- {
512
- name: "quoteTimestamp",
513
- type: "uint32",
514
- internalType: "uint32",
515
- },
516
- {
517
- name: "fillDeadline",
518
- type: "uint32",
519
- internalType: "uint32",
520
- },
521
- {
522
- name: "exclusivityParameter",
523
- type: "uint32",
524
- internalType: "uint32",
525
- },
526
- {
527
- name: "message",
528
- type: "bytes",
529
- internalType: "bytes",
530
- },
531
- ],
532
- outputs: [],
533
- stateMutability: "payable",
534
- },
535
- {
536
- type: "function",
537
- name: "depositV3Now",
538
- inputs: [
539
- {
540
- name: "depositor",
541
- type: "address",
542
- internalType: "address",
543
- },
544
- {
545
- name: "recipient",
546
- type: "address",
547
- internalType: "address",
548
- },
549
- {
550
- name: "inputToken",
551
- type: "address",
552
- internalType: "address",
553
- },
554
- {
555
- name: "outputToken",
556
- type: "address",
557
- internalType: "address",
558
- },
559
- {
560
- name: "inputAmount",
561
- type: "uint256",
562
- internalType: "uint256",
563
- },
564
- {
565
- name: "outputAmount",
566
- type: "uint256",
567
- internalType: "uint256",
568
- },
569
- {
570
- name: "destinationChainId",
571
- type: "uint256",
572
- internalType: "uint256",
573
- },
574
- {
575
- name: "exclusiveRelayer",
576
- type: "address",
577
- internalType: "address",
578
- },
579
- {
580
- name: "fillDeadlineOffset",
581
- type: "uint32",
582
- internalType: "uint32",
583
- },
584
- {
585
- name: "exclusivityParameter",
586
- type: "uint32",
587
- internalType: "uint32",
588
- },
589
- {
590
- name: "message",
591
- type: "bytes",
592
- internalType: "bytes",
593
- },
594
- ],
595
- outputs: [],
596
- stateMutability: "payable",
597
- },
598
- {
599
- type: "function",
600
- name: "emergencyDeleteRootBundle",
601
- inputs: [
602
- {
603
- name: "rootBundleId",
604
- type: "uint256",
605
- internalType: "uint256",
606
- },
607
- ],
608
- outputs: [],
609
- stateMutability: "nonpayable",
610
- },
611
- {
612
- type: "function",
613
- name: "executeExternalCall",
614
- inputs: [
615
- {
616
- name: "message",
617
- type: "bytes",
618
- internalType: "bytes",
619
- },
620
- ],
621
- outputs: [
622
- {
623
- name: "returnData",
624
- type: "bytes",
625
- internalType: "bytes",
626
- },
627
- ],
628
- stateMutability: "nonpayable",
629
- },
630
- {
631
- type: "function",
632
- name: "executeRelayerRefundLeaf",
633
- inputs: [
634
- {
635
- name: "rootBundleId",
636
- type: "uint32",
637
- internalType: "uint32",
638
- },
639
- {
640
- name: "relayerRefundLeaf",
641
- type: "tuple",
642
- internalType: "struct SpokePoolInterface.RelayerRefundLeaf",
643
- components: [
644
- {
645
- name: "amountToReturn",
646
- type: "uint256",
647
- internalType: "uint256",
648
- },
649
- {
650
- name: "chainId",
651
- type: "uint256",
652
- internalType: "uint256",
653
- },
654
- {
655
- name: "refundAmounts",
656
- type: "uint256[]",
657
- internalType: "uint256[]",
658
- },
659
- {
660
- name: "leafId",
661
- type: "uint32",
662
- internalType: "uint32",
663
- },
664
- {
665
- name: "l2TokenAddress",
666
- type: "address",
667
- internalType: "address",
668
- },
669
- {
670
- name: "refundAddresses",
671
- type: "address[]",
672
- internalType: "address[]",
673
- },
674
- ],
675
- },
676
- {
677
- name: "proof",
678
- type: "bytes32[]",
679
- internalType: "bytes32[]",
680
- },
681
- ],
682
- outputs: [],
683
- stateMutability: "payable",
684
- },
685
- {
686
- type: "function",
687
- name: "executeSlowRelayLeaf",
688
- inputs: [
689
- {
690
- name: "slowFillLeaf",
691
- type: "tuple",
692
- internalType: "struct V3SpokePoolInterface.V3SlowFill",
693
- components: [
694
- {
695
- name: "relayData",
696
- type: "tuple",
697
- internalType: "struct V3SpokePoolInterface.V3RelayData",
698
- components: [
699
- {
700
- name: "depositor",
701
- type: "bytes32",
702
- internalType: "bytes32",
703
- },
704
- {
705
- name: "recipient",
706
- type: "bytes32",
707
- internalType: "bytes32",
708
- },
709
- {
710
- name: "exclusiveRelayer",
711
- type: "bytes32",
712
- internalType: "bytes32",
713
- },
714
- {
715
- name: "inputToken",
716
- type: "bytes32",
717
- internalType: "bytes32",
718
- },
719
- {
720
- name: "outputToken",
721
- type: "bytes32",
722
- internalType: "bytes32",
723
- },
724
- {
725
- name: "inputAmount",
726
- type: "uint256",
727
- internalType: "uint256",
728
- },
729
- {
730
- name: "outputAmount",
731
- type: "uint256",
732
- internalType: "uint256",
733
- },
734
- {
735
- name: "originChainId",
736
- type: "uint256",
737
- internalType: "uint256",
738
- },
739
- {
740
- name: "depositId",
741
- type: "uint256",
742
- internalType: "uint256",
743
- },
744
- {
745
- name: "fillDeadline",
746
- type: "uint32",
747
- internalType: "uint32",
748
- },
749
- {
750
- name: "exclusivityDeadline",
751
- type: "uint32",
752
- internalType: "uint32",
753
- },
754
- {
755
- name: "message",
756
- type: "bytes",
757
- internalType: "bytes",
758
- },
759
- ],
760
- },
761
- {
762
- name: "chainId",
763
- type: "uint256",
764
- internalType: "uint256",
765
- },
766
- {
767
- name: "updatedOutputAmount",
768
- type: "uint256",
769
- internalType: "uint256",
770
- },
771
- ],
772
- },
773
- {
774
- name: "rootBundleId",
775
- type: "uint32",
776
- internalType: "uint32",
777
- },
778
- {
779
- name: "proof",
780
- type: "bytes32[]",
781
- internalType: "bytes32[]",
782
- },
783
- ],
784
- outputs: [],
785
- stateMutability: "nonpayable",
786
- },
787
- {
788
- type: "function",
789
- name: "fill",
790
- inputs: [
791
- {
792
- name: "orderId",
793
- type: "bytes32",
794
- internalType: "bytes32",
795
- },
796
- {
797
- name: "originData",
798
- type: "bytes",
799
- internalType: "bytes",
800
- },
801
- {
802
- name: "fillerData",
803
- type: "bytes",
804
- internalType: "bytes",
805
- },
806
- ],
807
- outputs: [],
808
- stateMutability: "nonpayable",
809
- },
810
- {
811
- type: "function",
812
- name: "fillDeadlineBuffer",
813
- inputs: [],
814
- outputs: [
815
- {
816
- name: "",
817
- type: "uint32",
818
- internalType: "uint32",
819
- },
820
- ],
821
- stateMutability: "view",
822
- },
823
- {
824
- type: "function",
825
- name: "fillRelay",
826
- inputs: [
827
- {
828
- name: "relayData",
829
- type: "tuple",
830
- internalType: "struct V3SpokePoolInterface.V3RelayData",
831
- components: [
832
- {
833
- name: "depositor",
834
- type: "bytes32",
835
- internalType: "bytes32",
836
- },
837
- {
838
- name: "recipient",
839
- type: "bytes32",
840
- internalType: "bytes32",
841
- },
842
- {
843
- name: "exclusiveRelayer",
844
- type: "bytes32",
845
- internalType: "bytes32",
846
- },
847
- {
848
- name: "inputToken",
849
- type: "bytes32",
850
- internalType: "bytes32",
851
- },
852
- {
853
- name: "outputToken",
854
- type: "bytes32",
855
- internalType: "bytes32",
856
- },
857
- {
858
- name: "inputAmount",
859
- type: "uint256",
860
- internalType: "uint256",
861
- },
862
- {
863
- name: "outputAmount",
864
- type: "uint256",
865
- internalType: "uint256",
866
- },
867
- {
868
- name: "originChainId",
869
- type: "uint256",
870
- internalType: "uint256",
871
- },
872
- {
873
- name: "depositId",
874
- type: "uint256",
875
- internalType: "uint256",
876
- },
877
- {
878
- name: "fillDeadline",
879
- type: "uint32",
880
- internalType: "uint32",
881
- },
882
- {
883
- name: "exclusivityDeadline",
884
- type: "uint32",
885
- internalType: "uint32",
886
- },
887
- {
888
- name: "message",
889
- type: "bytes",
890
- internalType: "bytes",
891
- },
892
- ],
893
- },
894
- {
895
- name: "repaymentChainId",
896
- type: "uint256",
897
- internalType: "uint256",
898
- },
899
- {
900
- name: "repaymentAddress",
901
- type: "bytes32",
902
- internalType: "bytes32",
903
- },
904
- ],
905
- outputs: [],
906
- stateMutability: "nonpayable",
907
- },
908
- {
909
- type: "function",
910
- name: "fillRelayWithUpdatedDeposit",
911
- inputs: [
912
- {
913
- name: "relayData",
914
- type: "tuple",
915
- internalType: "struct V3SpokePoolInterface.V3RelayData",
916
- components: [
917
- {
918
- name: "depositor",
919
- type: "bytes32",
920
- internalType: "bytes32",
921
- },
922
- {
923
- name: "recipient",
924
- type: "bytes32",
925
- internalType: "bytes32",
926
- },
927
- {
928
- name: "exclusiveRelayer",
929
- type: "bytes32",
930
- internalType: "bytes32",
931
- },
932
- {
933
- name: "inputToken",
934
- type: "bytes32",
935
- internalType: "bytes32",
936
- },
937
- {
938
- name: "outputToken",
939
- type: "bytes32",
940
- internalType: "bytes32",
941
- },
942
- {
943
- name: "inputAmount",
944
- type: "uint256",
945
- internalType: "uint256",
946
- },
947
- {
948
- name: "outputAmount",
949
- type: "uint256",
950
- internalType: "uint256",
951
- },
952
- {
953
- name: "originChainId",
954
- type: "uint256",
955
- internalType: "uint256",
956
- },
957
- {
958
- name: "depositId",
959
- type: "uint256",
960
- internalType: "uint256",
961
- },
962
- {
963
- name: "fillDeadline",
964
- type: "uint32",
965
- internalType: "uint32",
966
- },
967
- {
968
- name: "exclusivityDeadline",
969
- type: "uint32",
970
- internalType: "uint32",
971
- },
972
- {
973
- name: "message",
974
- type: "bytes",
975
- internalType: "bytes",
976
- },
977
- ],
978
- },
979
- {
980
- name: "repaymentChainId",
981
- type: "uint256",
982
- internalType: "uint256",
983
- },
984
- {
985
- name: "repaymentAddress",
986
- type: "bytes32",
987
- internalType: "bytes32",
988
- },
989
- {
990
- name: "updatedOutputAmount",
991
- type: "uint256",
992
- internalType: "uint256",
993
- },
994
- {
995
- name: "updatedRecipient",
996
- type: "bytes32",
997
- internalType: "bytes32",
998
- },
999
- {
1000
- name: "updatedMessage",
1001
- type: "bytes",
1002
- internalType: "bytes",
1003
- },
1004
- {
1005
- name: "depositorSignature",
1006
- type: "bytes",
1007
- internalType: "bytes",
1008
- },
1009
- ],
1010
- outputs: [],
1011
- stateMutability: "nonpayable",
1012
- },
1013
- {
1014
- type: "function",
1015
- name: "fillStatuses",
1016
- inputs: [
1017
- {
1018
- name: "",
1019
- type: "bytes32",
1020
- internalType: "bytes32",
1021
- },
1022
- ],
1023
- outputs: [
1024
- {
1025
- name: "",
1026
- type: "uint256",
1027
- internalType: "uint256",
1028
- },
1029
- ],
1030
- stateMutability: "view",
1031
- },
1032
- {
1033
- type: "function",
1034
- name: "fillV3Relay",
1035
- inputs: [
1036
- {
1037
- name: "relayData",
1038
- type: "tuple",
1039
- internalType: "struct V3SpokePoolInterface.V3RelayDataLegacy",
1040
- components: [
1041
- {
1042
- name: "depositor",
1043
- type: "address",
1044
- internalType: "address",
1045
- },
1046
- {
1047
- name: "recipient",
1048
- type: "address",
1049
- internalType: "address",
1050
- },
1051
- {
1052
- name: "exclusiveRelayer",
1053
- type: "address",
1054
- internalType: "address",
1055
- },
1056
- {
1057
- name: "inputToken",
1058
- type: "address",
1059
- internalType: "address",
1060
- },
1061
- {
1062
- name: "outputToken",
1063
- type: "address",
1064
- internalType: "address",
1065
- },
1066
- {
1067
- name: "inputAmount",
1068
- type: "uint256",
1069
- internalType: "uint256",
1070
- },
1071
- {
1072
- name: "outputAmount",
1073
- type: "uint256",
1074
- internalType: "uint256",
1075
- },
1076
- {
1077
- name: "originChainId",
1078
- type: "uint256",
1079
- internalType: "uint256",
1080
- },
1081
- {
1082
- name: "depositId",
1083
- type: "uint32",
1084
- internalType: "uint32",
1085
- },
1086
- {
1087
- name: "fillDeadline",
1088
- type: "uint32",
1089
- internalType: "uint32",
1090
- },
1091
- {
1092
- name: "exclusivityDeadline",
1093
- type: "uint32",
1094
- internalType: "uint32",
1095
- },
1096
- {
1097
- name: "message",
1098
- type: "bytes",
1099
- internalType: "bytes",
1100
- },
1101
- ],
1102
- },
1103
- {
1104
- name: "repaymentChainId",
1105
- type: "uint256",
1106
- internalType: "uint256",
1107
- },
1108
- ],
1109
- outputs: [],
1110
- stateMutability: "nonpayable",
1111
- },
1112
- {
1113
- type: "function",
1114
- name: "getCurrentTime",
1115
- inputs: [],
1116
- outputs: [
1117
- {
1118
- name: "",
1119
- type: "uint256",
1120
- internalType: "uint256",
1121
- },
1122
- ],
1123
- stateMutability: "view",
1124
- },
1125
- {
1126
- type: "function",
1127
- name: "getRelayerRefund",
1128
- inputs: [
1129
- {
1130
- name: "l2TokenAddress",
1131
- type: "address",
1132
- internalType: "address",
1133
- },
1134
- {
1135
- name: "refundAddress",
1136
- type: "address",
1137
- internalType: "address",
1138
- },
1139
- ],
1140
- outputs: [
1141
- {
1142
- name: "",
1143
- type: "uint256",
1144
- internalType: "uint256",
1145
- },
1146
- ],
1147
- stateMutability: "view",
1148
- },
1149
- {
1150
- type: "function",
1151
- name: "getUnsafeDepositId",
1152
- inputs: [
1153
- {
1154
- name: "msgSender",
1155
- type: "address",
1156
- internalType: "address",
1157
- },
1158
- {
1159
- name: "depositor",
1160
- type: "bytes32",
1161
- internalType: "bytes32",
1162
- },
1163
- {
1164
- name: "depositNonce",
1165
- type: "uint256",
1166
- internalType: "uint256",
1167
- },
1168
- ],
1169
- outputs: [
1170
- {
1171
- name: "",
1172
- type: "uint256",
1173
- internalType: "uint256",
1174
- },
1175
- ],
1176
- stateMutability: "pure",
1177
- },
1178
- {
1179
- type: "function",
1180
- name: "getV3RelayHash",
1181
- inputs: [
1182
- {
1183
- name: "relayData",
1184
- type: "tuple",
1185
- internalType: "struct V3SpokePoolInterface.V3RelayData",
1186
- components: [
1187
- {
1188
- name: "depositor",
1189
- type: "bytes32",
1190
- internalType: "bytes32",
1191
- },
1192
- {
1193
- name: "recipient",
1194
- type: "bytes32",
1195
- internalType: "bytes32",
1196
- },
1197
- {
1198
- name: "exclusiveRelayer",
1199
- type: "bytes32",
1200
- internalType: "bytes32",
1201
- },
1202
- {
1203
- name: "inputToken",
1204
- type: "bytes32",
1205
- internalType: "bytes32",
1206
- },
1207
- {
1208
- name: "outputToken",
1209
- type: "bytes32",
1210
- internalType: "bytes32",
1211
- },
1212
- {
1213
- name: "inputAmount",
1214
- type: "uint256",
1215
- internalType: "uint256",
1216
- },
1217
- {
1218
- name: "outputAmount",
1219
- type: "uint256",
1220
- internalType: "uint256",
1221
- },
1222
- {
1223
- name: "originChainId",
1224
- type: "uint256",
1225
- internalType: "uint256",
1226
- },
1227
- {
1228
- name: "depositId",
1229
- type: "uint256",
1230
- internalType: "uint256",
1231
- },
1232
- {
1233
- name: "fillDeadline",
1234
- type: "uint32",
1235
- internalType: "uint32",
1236
- },
1237
- {
1238
- name: "exclusivityDeadline",
1239
- type: "uint32",
1240
- internalType: "uint32",
1241
- },
1242
- {
1243
- name: "message",
1244
- type: "bytes",
1245
- internalType: "bytes",
1246
- },
1247
- ],
1248
- },
1249
- ],
1250
- outputs: [
1251
- {
1252
- name: "",
1253
- type: "bytes32",
1254
- internalType: "bytes32",
1255
- },
1256
- ],
1257
- stateMutability: "view",
1258
- },
1259
- {
1260
- type: "function",
1261
- name: "handleTelepathy",
1262
- inputs: [
1263
- {
1264
- name: "_sourceChainId",
1265
- type: "uint16",
1266
- internalType: "uint16",
1267
- },
1268
- {
1269
- name: "_senderAddress",
1270
- type: "address",
1271
- internalType: "address",
1272
- },
1273
- {
1274
- name: "_data",
1275
- type: "bytes",
1276
- internalType: "bytes",
1277
- },
1278
- ],
1279
- outputs: [
1280
- {
1281
- name: "",
1282
- type: "bytes4",
1283
- internalType: "bytes4",
1284
- },
1285
- ],
1286
- stateMutability: "nonpayable",
1287
- },
1288
- {
1289
- type: "function",
1290
- name: "hubChainId",
1291
- inputs: [],
1292
- outputs: [
1293
- {
1294
- name: "",
1295
- type: "uint16",
1296
- internalType: "uint16",
1297
- },
1298
- ],
1299
- stateMutability: "view",
1300
- },
1301
- {
1302
- type: "function",
1303
- name: "initialize",
1304
- inputs: [
1305
- {
1306
- name: "_hubChainId",
1307
- type: "uint16",
1308
- internalType: "uint16",
1309
- },
1310
- {
1311
- name: "_succinctTargetAmb",
1312
- type: "address",
1313
- internalType: "address",
1314
- },
1315
- {
1316
- name: "_initialDepositId",
1317
- type: "uint32",
1318
- internalType: "uint32",
1319
- },
1320
- {
1321
- name: "_crossDomainAdmin",
1322
- type: "address",
1323
- internalType: "address",
1324
- },
1325
- {
1326
- name: "_withdrawalRecipient",
1327
- type: "address",
1328
- internalType: "address",
1329
- },
1330
- ],
1331
- outputs: [],
1332
- stateMutability: "nonpayable",
1333
- },
1334
- {
1335
- type: "function",
1336
- name: "multicall",
1337
- inputs: [
1338
- {
1339
- name: "data",
1340
- type: "bytes[]",
1341
- internalType: "bytes[]",
1342
- },
1343
- ],
1344
- outputs: [
1345
- {
1346
- name: "results",
1347
- type: "bytes[]",
1348
- internalType: "bytes[]",
1349
- },
1350
- ],
1351
- stateMutability: "nonpayable",
1352
- },
1353
- {
1354
- type: "function",
1355
- name: "numberOfDeposits",
1356
- inputs: [],
1357
- outputs: [
1358
- {
1359
- name: "",
1360
- type: "uint32",
1361
- internalType: "uint32",
1362
- },
1363
- ],
1364
- stateMutability: "view",
1365
- },
1366
- {
1367
- type: "function",
1368
- name: "oftMessengers",
1369
- inputs: [
1370
- {
1371
- name: "l2TokenAddress",
1372
- type: "address",
1373
- internalType: "address",
1374
- },
1375
- ],
1376
- outputs: [
1377
- {
1378
- name: "l2OftMessenger",
1379
- type: "address",
1380
- internalType: "address",
1381
- },
1382
- ],
1383
- stateMutability: "view",
1384
- },
1385
- {
1386
- type: "function",
1387
- name: "pauseDeposits",
1388
- inputs: [
1389
- {
1390
- name: "pause",
1391
- type: "bool",
1392
- internalType: "bool",
1393
- },
1394
- ],
1395
- outputs: [],
1396
- stateMutability: "nonpayable",
1397
- },
1398
- {
1399
- type: "function",
1400
- name: "pauseFills",
1401
- inputs: [
1402
- {
1403
- name: "pause",
1404
- type: "bool",
1405
- internalType: "bool",
1406
- },
1407
- ],
1408
- outputs: [],
1409
- stateMutability: "nonpayable",
1410
- },
1411
- {
1412
- type: "function",
1413
- name: "pausedDeposits",
1414
- inputs: [],
1415
- outputs: [
1416
- {
1417
- name: "",
1418
- type: "bool",
1419
- internalType: "bool",
1420
- },
1421
- ],
1422
- stateMutability: "view",
1423
- },
1424
- {
1425
- type: "function",
1426
- name: "pausedFills",
1427
- inputs: [],
1428
- outputs: [
1429
- {
1430
- name: "",
1431
- type: "bool",
1432
- internalType: "bool",
1433
- },
1434
- ],
1435
- stateMutability: "view",
1436
- },
1437
- {
1438
- type: "function",
1439
- name: "proxiableUUID",
1440
- inputs: [],
1441
- outputs: [
1442
- {
1443
- name: "",
1444
- type: "bytes32",
1445
- internalType: "bytes32",
1446
- },
1447
- ],
1448
- stateMutability: "view",
1449
- },
1450
- {
1451
- type: "function",
1452
- name: "relayRootBundle",
1453
- inputs: [
1454
- {
1455
- name: "relayerRefundRoot",
1456
- type: "bytes32",
1457
- internalType: "bytes32",
1458
- },
1459
- {
1460
- name: "slowRelayRoot",
1461
- type: "bytes32",
1462
- internalType: "bytes32",
1463
- },
1464
- ],
1465
- outputs: [],
1466
- stateMutability: "nonpayable",
1467
- },
1468
- {
1469
- type: "function",
1470
- name: "relayerRefund",
1471
- inputs: [
1472
- {
1473
- name: "",
1474
- type: "address",
1475
- internalType: "address",
1476
- },
1477
- {
1478
- name: "",
1479
- type: "address",
1480
- internalType: "address",
1481
- },
1482
- ],
1483
- outputs: [
1484
- {
1485
- name: "",
1486
- type: "uint256",
1487
- internalType: "uint256",
1488
- },
1489
- ],
1490
- stateMutability: "view",
1491
- },
1492
- {
1493
- type: "function",
1494
- name: "requestSlowFill",
1495
- inputs: [
1496
- {
1497
- name: "relayData",
1498
- type: "tuple",
1499
- internalType: "struct V3SpokePoolInterface.V3RelayData",
1500
- components: [
1501
- {
1502
- name: "depositor",
1503
- type: "bytes32",
1504
- internalType: "bytes32",
1505
- },
1506
- {
1507
- name: "recipient",
1508
- type: "bytes32",
1509
- internalType: "bytes32",
1510
- },
1511
- {
1512
- name: "exclusiveRelayer",
1513
- type: "bytes32",
1514
- internalType: "bytes32",
1515
- },
1516
- {
1517
- name: "inputToken",
1518
- type: "bytes32",
1519
- internalType: "bytes32",
1520
- },
1521
- {
1522
- name: "outputToken",
1523
- type: "bytes32",
1524
- internalType: "bytes32",
1525
- },
1526
- {
1527
- name: "inputAmount",
1528
- type: "uint256",
1529
- internalType: "uint256",
1530
- },
1531
- {
1532
- name: "outputAmount",
1533
- type: "uint256",
1534
- internalType: "uint256",
1535
- },
1536
- {
1537
- name: "originChainId",
1538
- type: "uint256",
1539
- internalType: "uint256",
1540
- },
1541
- {
1542
- name: "depositId",
1543
- type: "uint256",
1544
- internalType: "uint256",
1545
- },
1546
- {
1547
- name: "fillDeadline",
1548
- type: "uint32",
1549
- internalType: "uint32",
1550
- },
1551
- {
1552
- name: "exclusivityDeadline",
1553
- type: "uint32",
1554
- internalType: "uint32",
1555
- },
1556
- {
1557
- name: "message",
1558
- type: "bytes",
1559
- internalType: "bytes",
1560
- },
1561
- ],
1562
- },
1563
- ],
1564
- outputs: [],
1565
- stateMutability: "nonpayable",
1566
- },
1567
- {
1568
- type: "function",
1569
- name: "rootBundles",
1570
- inputs: [
1571
- {
1572
- name: "",
1573
- type: "uint256",
1574
- internalType: "uint256",
1575
- },
1576
- ],
1577
- outputs: [
1578
- {
1579
- name: "slowRelayRoot",
1580
- type: "bytes32",
1581
- internalType: "bytes32",
1582
- },
1583
- {
1584
- name: "relayerRefundRoot",
1585
- type: "bytes32",
1586
- internalType: "bytes32",
1587
- },
1588
- ],
1589
- stateMutability: "view",
1590
- },
1591
- {
1592
- type: "function",
1593
- name: "setCrossDomainAdmin",
1594
- inputs: [
1595
- {
1596
- name: "newCrossDomainAdmin",
1597
- type: "address",
1598
- internalType: "address",
1599
- },
1600
- ],
1601
- outputs: [],
1602
- stateMutability: "nonpayable",
1603
- },
1604
- {
1605
- type: "function",
1606
- name: "setOftMessenger",
1607
- inputs: [
1608
- {
1609
- name: "token",
1610
- type: "address",
1611
- internalType: "address",
1612
- },
1613
- {
1614
- name: "messenger",
1615
- type: "address",
1616
- internalType: "address",
1617
- },
1618
- ],
1619
- outputs: [],
1620
- stateMutability: "nonpayable",
1621
- },
1622
- {
1623
- type: "function",
1624
- name: "setSuccinctTargetAmb",
1625
- inputs: [
1626
- {
1627
- name: "_succinctTargetAmb",
1628
- type: "address",
1629
- internalType: "address",
1630
- },
1631
- ],
1632
- outputs: [],
1633
- stateMutability: "nonpayable",
1634
- },
1635
- {
1636
- type: "function",
1637
- name: "setWithdrawalRecipient",
1638
- inputs: [
1639
- {
1640
- name: "newWithdrawalRecipient",
1641
- type: "address",
1642
- internalType: "address",
1643
- },
1644
- ],
1645
- outputs: [],
1646
- stateMutability: "nonpayable",
1647
- },
1648
- {
1649
- type: "function",
1650
- name: "speedUpDeposit",
1651
- inputs: [
1652
- {
1653
- name: "depositor",
1654
- type: "bytes32",
1655
- internalType: "bytes32",
1656
- },
1657
- {
1658
- name: "depositId",
1659
- type: "uint256",
1660
- internalType: "uint256",
1661
- },
1662
- {
1663
- name: "updatedOutputAmount",
1664
- type: "uint256",
1665
- internalType: "uint256",
1666
- },
1667
- {
1668
- name: "updatedRecipient",
1669
- type: "bytes32",
1670
- internalType: "bytes32",
1671
- },
1672
- {
1673
- name: "updatedMessage",
1674
- type: "bytes",
1675
- internalType: "bytes",
1676
- },
1677
- {
1678
- name: "depositorSignature",
1679
- type: "bytes",
1680
- internalType: "bytes",
1681
- },
1682
- ],
1683
- outputs: [],
1684
- stateMutability: "nonpayable",
1685
- },
1686
- {
1687
- type: "function",
1688
- name: "speedUpV3Deposit",
1689
- inputs: [
1690
- {
1691
- name: "depositor",
1692
- type: "address",
1693
- internalType: "address",
1694
- },
1695
- {
1696
- name: "depositId",
1697
- type: "uint256",
1698
- internalType: "uint256",
1699
- },
1700
- {
1701
- name: "updatedOutputAmount",
1702
- type: "uint256",
1703
- internalType: "uint256",
1704
- },
1705
- {
1706
- name: "updatedRecipient",
1707
- type: "address",
1708
- internalType: "address",
1709
- },
1710
- {
1711
- name: "updatedMessage",
1712
- type: "bytes",
1713
- internalType: "bytes",
1714
- },
1715
- {
1716
- name: "depositorSignature",
1717
- type: "bytes",
1718
- internalType: "bytes",
1719
- },
1720
- ],
1721
- outputs: [],
1722
- stateMutability: "nonpayable",
1723
- },
1724
- {
1725
- type: "function",
1726
- name: "succinctTargetAmb",
1727
- inputs: [],
1728
- outputs: [
1729
- {
1730
- name: "",
1731
- type: "address",
1732
- internalType: "address",
1733
- },
1734
- ],
1735
- stateMutability: "view",
1736
- },
1737
- {
1738
- type: "function",
1739
- name: "tryMulticall",
1740
- inputs: [
1741
- {
1742
- name: "data",
1743
- type: "bytes[]",
1744
- internalType: "bytes[]",
1745
- },
1746
- ],
1747
- outputs: [
1748
- {
1749
- name: "results",
1750
- type: "tuple[]",
1751
- internalType: "struct MultiCallerUpgradeable.Result[]",
1752
- components: [
1753
- {
1754
- name: "success",
1755
- type: "bool",
1756
- internalType: "bool",
1757
- },
1758
- {
1759
- name: "returnData",
1760
- type: "bytes",
1761
- internalType: "bytes",
1762
- },
1763
- ],
1764
- },
1765
- ],
1766
- stateMutability: "nonpayable",
1767
- },
1768
- {
1769
- type: "function",
1770
- name: "unsafeDeposit",
1771
- inputs: [
1772
- {
1773
- name: "depositor",
1774
- type: "bytes32",
1775
- internalType: "bytes32",
1776
- },
1777
- {
1778
- name: "recipient",
1779
- type: "bytes32",
1780
- internalType: "bytes32",
1781
- },
1782
- {
1783
- name: "inputToken",
1784
- type: "bytes32",
1785
- internalType: "bytes32",
1786
- },
1787
- {
1788
- name: "outputToken",
1789
- type: "bytes32",
1790
- internalType: "bytes32",
1791
- },
1792
- {
1793
- name: "inputAmount",
1794
- type: "uint256",
1795
- internalType: "uint256",
1796
- },
1797
- {
1798
- name: "outputAmount",
1799
- type: "uint256",
1800
- internalType: "uint256",
1801
- },
1802
- {
1803
- name: "destinationChainId",
1804
- type: "uint256",
1805
- internalType: "uint256",
1806
- },
1807
- {
1808
- name: "exclusiveRelayer",
1809
- type: "bytes32",
1810
- internalType: "bytes32",
1811
- },
1812
- {
1813
- name: "depositNonce",
1814
- type: "uint256",
1815
- internalType: "uint256",
1816
- },
1817
- {
1818
- name: "quoteTimestamp",
1819
- type: "uint32",
1820
- internalType: "uint32",
1821
- },
1822
- {
1823
- name: "fillDeadline",
1824
- type: "uint32",
1825
- internalType: "uint32",
1826
- },
1827
- {
1828
- name: "exclusivityParameter",
1829
- type: "uint32",
1830
- internalType: "uint32",
1831
- },
1832
- {
1833
- name: "message",
1834
- type: "bytes",
1835
- internalType: "bytes",
1836
- },
1837
- ],
1838
- outputs: [],
1839
- stateMutability: "payable",
1840
- },
1841
- {
1842
- type: "function",
1843
- name: "upgradeTo",
1844
- inputs: [
1845
- {
1846
- name: "newImplementation",
1847
- type: "address",
1848
- internalType: "address",
1849
- },
1850
- ],
1851
- outputs: [],
1852
- stateMutability: "nonpayable",
1853
- },
1854
- {
1855
- type: "function",
1856
- name: "upgradeToAndCall",
1857
- inputs: [
1858
- {
1859
- name: "newImplementation",
1860
- type: "address",
1861
- internalType: "address",
1862
- },
1863
- {
1864
- name: "data",
1865
- type: "bytes",
1866
- internalType: "bytes",
1867
- },
1868
- ],
1869
- outputs: [],
1870
- stateMutability: "payable",
1871
- },
1872
- {
1873
- type: "function",
1874
- name: "withdrawalRecipient",
1875
- inputs: [],
1876
- outputs: [
1877
- {
1878
- name: "",
1879
- type: "address",
1880
- internalType: "address",
1881
- },
1882
- ],
1883
- stateMutability: "view",
1884
- },
1885
- {
1886
- type: "function",
1887
- name: "wrappedNativeToken",
1888
- inputs: [],
1889
- outputs: [
1890
- {
1891
- name: "",
1892
- type: "address",
1893
- internalType: "contract WETH9Interface",
1894
- },
1895
- ],
1896
- stateMutability: "view",
1897
- },
1898
- {
1899
- type: "event",
1900
- name: "AdminChanged",
1901
- inputs: [
1902
- {
1903
- name: "previousAdmin",
1904
- type: "address",
1905
- indexed: false,
1906
- internalType: "address",
1907
- },
1908
- {
1909
- name: "newAdmin",
1910
- type: "address",
1911
- indexed: false,
1912
- internalType: "address",
1913
- },
1914
- ],
1915
- anonymous: false,
1916
- },
1917
- {
1918
- type: "event",
1919
- name: "AdminExternalCallExecuted",
1920
- inputs: [
1921
- {
1922
- name: "target",
1923
- type: "address",
1924
- indexed: true,
1925
- internalType: "address",
1926
- },
1927
- {
1928
- name: "data",
1929
- type: "bytes",
1930
- indexed: false,
1931
- internalType: "bytes",
1932
- },
1933
- ],
1934
- anonymous: false,
1935
- },
1936
- {
1937
- type: "event",
1938
- name: "BeaconUpgraded",
1939
- inputs: [
1940
- {
1941
- name: "beacon",
1942
- type: "address",
1943
- indexed: true,
1944
- internalType: "address",
1945
- },
1946
- ],
1947
- anonymous: false,
1948
- },
1949
- {
1950
- type: "event",
1951
- name: "ClaimedRelayerRefund",
1952
- inputs: [
1953
- {
1954
- name: "l2TokenAddress",
1955
- type: "bytes32",
1956
- indexed: true,
1957
- internalType: "bytes32",
1958
- },
1959
- {
1960
- name: "refundAddress",
1961
- type: "bytes32",
1962
- indexed: true,
1963
- internalType: "bytes32",
1964
- },
1965
- {
1966
- name: "amount",
1967
- type: "uint256",
1968
- indexed: false,
1969
- internalType: "uint256",
1970
- },
1971
- {
1972
- name: "caller",
1973
- type: "address",
1974
- indexed: true,
1975
- internalType: "address",
1976
- },
1977
- ],
1978
- anonymous: false,
1979
- },
1980
- {
1981
- type: "event",
1982
- name: "EmergencyDeletedRootBundle",
1983
- inputs: [
1984
- {
1985
- name: "rootBundleId",
1986
- type: "uint256",
1987
- indexed: true,
1988
- internalType: "uint256",
1989
- },
1990
- ],
1991
- anonymous: false,
1992
- },
1993
- {
1994
- type: "event",
1995
- name: "EnabledDepositRoute",
1996
- inputs: [
1997
- {
1998
- name: "originToken",
1999
- type: "address",
2000
- indexed: true,
2001
- internalType: "address",
2002
- },
2003
- {
2004
- name: "destinationChainId",
2005
- type: "uint256",
2006
- indexed: true,
2007
- internalType: "uint256",
2008
- },
2009
- {
2010
- name: "enabled",
2011
- type: "bool",
2012
- indexed: false,
2013
- internalType: "bool",
2014
- },
2015
- ],
2016
- anonymous: false,
2017
- },
2018
- {
2019
- type: "event",
2020
- name: "ExecutedRelayerRefundRoot",
2021
- inputs: [
2022
- {
2023
- name: "amountToReturn",
2024
- type: "uint256",
2025
- indexed: false,
2026
- internalType: "uint256",
2027
- },
2028
- {
2029
- name: "chainId",
2030
- type: "uint256",
2031
- indexed: true,
2032
- internalType: "uint256",
2033
- },
2034
- {
2035
- name: "refundAmounts",
2036
- type: "uint256[]",
2037
- indexed: false,
2038
- internalType: "uint256[]",
2039
- },
2040
- {
2041
- name: "rootBundleId",
2042
- type: "uint32",
2043
- indexed: true,
2044
- internalType: "uint32",
2045
- },
2046
- {
2047
- name: "leafId",
2048
- type: "uint32",
2049
- indexed: true,
2050
- internalType: "uint32",
2051
- },
2052
- {
2053
- name: "l2TokenAddress",
2054
- type: "address",
2055
- indexed: false,
2056
- internalType: "address",
2057
- },
2058
- {
2059
- name: "refundAddresses",
2060
- type: "address[]",
2061
- indexed: false,
2062
- internalType: "address[]",
2063
- },
2064
- {
2065
- name: "deferredRefunds",
2066
- type: "bool",
2067
- indexed: false,
2068
- internalType: "bool",
2069
- },
2070
- {
2071
- name: "caller",
2072
- type: "address",
2073
- indexed: false,
2074
- internalType: "address",
2075
- },
2076
- ],
2077
- anonymous: false,
2078
- },
2079
- {
2080
- type: "event",
2081
- name: "FilledRelay",
2082
- inputs: [
2083
- {
2084
- name: "inputToken",
2085
- type: "bytes32",
2086
- indexed: false,
2087
- internalType: "bytes32",
2088
- },
2089
- {
2090
- name: "outputToken",
2091
- type: "bytes32",
2092
- indexed: false,
2093
- internalType: "bytes32",
2094
- },
2095
- {
2096
- name: "inputAmount",
2097
- type: "uint256",
2098
- indexed: false,
2099
- internalType: "uint256",
2100
- },
2101
- {
2102
- name: "outputAmount",
2103
- type: "uint256",
2104
- indexed: false,
2105
- internalType: "uint256",
2106
- },
2107
- {
2108
- name: "repaymentChainId",
2109
- type: "uint256",
2110
- indexed: false,
2111
- internalType: "uint256",
2112
- },
2113
- {
2114
- name: "originChainId",
2115
- type: "uint256",
2116
- indexed: true,
2117
- internalType: "uint256",
2118
- },
2119
- {
2120
- name: "depositId",
2121
- type: "uint256",
2122
- indexed: true,
2123
- internalType: "uint256",
2124
- },
2125
- {
2126
- name: "fillDeadline",
2127
- type: "uint32",
2128
- indexed: false,
2129
- internalType: "uint32",
2130
- },
2131
- {
2132
- name: "exclusivityDeadline",
2133
- type: "uint32",
2134
- indexed: false,
2135
- internalType: "uint32",
2136
- },
2137
- {
2138
- name: "exclusiveRelayer",
2139
- type: "bytes32",
2140
- indexed: false,
2141
- internalType: "bytes32",
2142
- },
2143
- {
2144
- name: "relayer",
2145
- type: "bytes32",
2146
- indexed: true,
2147
- internalType: "bytes32",
2148
- },
2149
- {
2150
- name: "depositor",
2151
- type: "bytes32",
2152
- indexed: false,
2153
- internalType: "bytes32",
2154
- },
2155
- {
2156
- name: "recipient",
2157
- type: "bytes32",
2158
- indexed: false,
2159
- internalType: "bytes32",
2160
- },
2161
- {
2162
- name: "messageHash",
2163
- type: "bytes32",
2164
- indexed: false,
2165
- internalType: "bytes32",
2166
- },
2167
- {
2168
- name: "relayExecutionInfo",
2169
- type: "tuple",
2170
- indexed: false,
2171
- internalType: "struct V3SpokePoolInterface.V3RelayExecutionEventInfo",
2172
- components: [
2173
- {
2174
- name: "updatedRecipient",
2175
- type: "bytes32",
2176
- internalType: "bytes32",
2177
- },
2178
- {
2179
- name: "updatedMessageHash",
2180
- type: "bytes32",
2181
- internalType: "bytes32",
2182
- },
2183
- {
2184
- name: "updatedOutputAmount",
2185
- type: "uint256",
2186
- internalType: "uint256",
2187
- },
2188
- {
2189
- name: "fillType",
2190
- type: "uint8",
2191
- internalType: "enum V3SpokePoolInterface.FillType",
2192
- },
2193
- ],
2194
- },
2195
- ],
2196
- anonymous: false,
2197
- },
2198
- {
2199
- type: "event",
2200
- name: "FilledV3Relay",
2201
- inputs: [
2202
- {
2203
- name: "inputToken",
2204
- type: "address",
2205
- indexed: false,
2206
- internalType: "address",
2207
- },
2208
- {
2209
- name: "outputToken",
2210
- type: "address",
2211
- indexed: false,
2212
- internalType: "address",
2213
- },
2214
- {
2215
- name: "inputAmount",
2216
- type: "uint256",
2217
- indexed: false,
2218
- internalType: "uint256",
2219
- },
2220
- {
2221
- name: "outputAmount",
2222
- type: "uint256",
2223
- indexed: false,
2224
- internalType: "uint256",
2225
- },
2226
- {
2227
- name: "repaymentChainId",
2228
- type: "uint256",
2229
- indexed: false,
2230
- internalType: "uint256",
2231
- },
2232
- {
2233
- name: "originChainId",
2234
- type: "uint256",
2235
- indexed: true,
2236
- internalType: "uint256",
2237
- },
2238
- {
2239
- name: "depositId",
2240
- type: "uint32",
2241
- indexed: true,
2242
- internalType: "uint32",
2243
- },
2244
- {
2245
- name: "fillDeadline",
2246
- type: "uint32",
2247
- indexed: false,
2248
- internalType: "uint32",
2249
- },
2250
- {
2251
- name: "exclusivityDeadline",
2252
- type: "uint32",
2253
- indexed: false,
2254
- internalType: "uint32",
2255
- },
2256
- {
2257
- name: "exclusiveRelayer",
2258
- type: "address",
2259
- indexed: false,
2260
- internalType: "address",
2261
- },
2262
- {
2263
- name: "relayer",
2264
- type: "address",
2265
- indexed: true,
2266
- internalType: "address",
2267
- },
2268
- {
2269
- name: "depositor",
2270
- type: "address",
2271
- indexed: false,
2272
- internalType: "address",
2273
- },
2274
- {
2275
- name: "recipient",
2276
- type: "address",
2277
- indexed: false,
2278
- internalType: "address",
2279
- },
2280
- {
2281
- name: "message",
2282
- type: "bytes",
2283
- indexed: false,
2284
- internalType: "bytes",
2285
- },
2286
- {
2287
- name: "relayExecutionInfo",
2288
- type: "tuple",
2289
- indexed: false,
2290
- internalType:
2291
- "struct V3SpokePoolInterface.LegacyV3RelayExecutionEventInfo",
2292
- components: [
2293
- {
2294
- name: "updatedRecipient",
2295
- type: "address",
2296
- internalType: "address",
2297
- },
2298
- {
2299
- name: "updatedMessage",
2300
- type: "bytes",
2301
- internalType: "bytes",
2302
- },
2303
- {
2304
- name: "updatedOutputAmount",
2305
- type: "uint256",
2306
- internalType: "uint256",
2307
- },
2308
- {
2309
- name: "fillType",
2310
- type: "uint8",
2311
- internalType: "enum V3SpokePoolInterface.FillType",
2312
- },
2313
- ],
2314
- },
2315
- ],
2316
- anonymous: false,
2317
- },
2318
- {
2319
- type: "event",
2320
- name: "FundsDeposited",
2321
- inputs: [
2322
- {
2323
- name: "inputToken",
2324
- type: "bytes32",
2325
- indexed: false,
2326
- internalType: "bytes32",
2327
- },
2328
- {
2329
- name: "outputToken",
2330
- type: "bytes32",
2331
- indexed: false,
2332
- internalType: "bytes32",
2333
- },
2334
- {
2335
- name: "inputAmount",
2336
- type: "uint256",
2337
- indexed: false,
2338
- internalType: "uint256",
2339
- },
2340
- {
2341
- name: "outputAmount",
2342
- type: "uint256",
2343
- indexed: false,
2344
- internalType: "uint256",
2345
- },
2346
- {
2347
- name: "destinationChainId",
2348
- type: "uint256",
2349
- indexed: true,
2350
- internalType: "uint256",
2351
- },
2352
- {
2353
- name: "depositId",
2354
- type: "uint256",
2355
- indexed: true,
2356
- internalType: "uint256",
2357
- },
2358
- {
2359
- name: "quoteTimestamp",
2360
- type: "uint32",
2361
- indexed: false,
2362
- internalType: "uint32",
2363
- },
2364
- {
2365
- name: "fillDeadline",
2366
- type: "uint32",
2367
- indexed: false,
2368
- internalType: "uint32",
2369
- },
2370
- {
2371
- name: "exclusivityDeadline",
2372
- type: "uint32",
2373
- indexed: false,
2374
- internalType: "uint32",
2375
- },
2376
- {
2377
- name: "depositor",
2378
- type: "bytes32",
2379
- indexed: true,
2380
- internalType: "bytes32",
2381
- },
2382
- {
2383
- name: "recipient",
2384
- type: "bytes32",
2385
- indexed: false,
2386
- internalType: "bytes32",
2387
- },
2388
- {
2389
- name: "exclusiveRelayer",
2390
- type: "bytes32",
2391
- indexed: false,
2392
- internalType: "bytes32",
2393
- },
2394
- {
2395
- name: "message",
2396
- type: "bytes",
2397
- indexed: false,
2398
- internalType: "bytes",
2399
- },
2400
- ],
2401
- anonymous: false,
2402
- },
2403
- {
2404
- type: "event",
2405
- name: "Initialized",
2406
- inputs: [
2407
- {
2408
- name: "version",
2409
- type: "uint8",
2410
- indexed: false,
2411
- internalType: "uint8",
2412
- },
2413
- ],
2414
- anonymous: false,
2415
- },
2416
- {
2417
- type: "event",
2418
- name: "PausedDeposits",
2419
- inputs: [
2420
- {
2421
- name: "isPaused",
2422
- type: "bool",
2423
- indexed: false,
2424
- internalType: "bool",
2425
- },
2426
- ],
2427
- anonymous: false,
2428
- },
2429
- {
2430
- type: "event",
2431
- name: "PausedFills",
2432
- inputs: [
2433
- {
2434
- name: "isPaused",
2435
- type: "bool",
2436
- indexed: false,
2437
- internalType: "bool",
2438
- },
2439
- ],
2440
- anonymous: false,
2441
- },
2442
- {
2443
- type: "event",
2444
- name: "ReceivedMessageFromL1",
2445
- inputs: [
2446
- {
2447
- name: "caller",
2448
- type: "address",
2449
- indexed: true,
2450
- internalType: "address",
2451
- },
2452
- {
2453
- name: "rootMessageSender",
2454
- type: "address",
2455
- indexed: true,
2456
- internalType: "address",
2457
- },
2458
- ],
2459
- anonymous: false,
2460
- },
2461
- {
2462
- type: "event",
2463
- name: "RelayedRootBundle",
2464
- inputs: [
2465
- {
2466
- name: "rootBundleId",
2467
- type: "uint32",
2468
- indexed: true,
2469
- internalType: "uint32",
2470
- },
2471
- {
2472
- name: "relayerRefundRoot",
2473
- type: "bytes32",
2474
- indexed: true,
2475
- internalType: "bytes32",
2476
- },
2477
- {
2478
- name: "slowRelayRoot",
2479
- type: "bytes32",
2480
- indexed: true,
2481
- internalType: "bytes32",
2482
- },
2483
- ],
2484
- anonymous: false,
2485
- },
2486
- {
2487
- type: "event",
2488
- name: "RequestedSlowFill",
2489
- inputs: [
2490
- {
2491
- name: "inputToken",
2492
- type: "bytes32",
2493
- indexed: false,
2494
- internalType: "bytes32",
2495
- },
2496
- {
2497
- name: "outputToken",
2498
- type: "bytes32",
2499
- indexed: false,
2500
- internalType: "bytes32",
2501
- },
2502
- {
2503
- name: "inputAmount",
2504
- type: "uint256",
2505
- indexed: false,
2506
- internalType: "uint256",
2507
- },
2508
- {
2509
- name: "outputAmount",
2510
- type: "uint256",
2511
- indexed: false,
2512
- internalType: "uint256",
2513
- },
2514
- {
2515
- name: "originChainId",
2516
- type: "uint256",
2517
- indexed: true,
2518
- internalType: "uint256",
2519
- },
2520
- {
2521
- name: "depositId",
2522
- type: "uint256",
2523
- indexed: true,
2524
- internalType: "uint256",
2525
- },
2526
- {
2527
- name: "fillDeadline",
2528
- type: "uint32",
2529
- indexed: false,
2530
- internalType: "uint32",
2531
- },
2532
- {
2533
- name: "exclusivityDeadline",
2534
- type: "uint32",
2535
- indexed: false,
2536
- internalType: "uint32",
2537
- },
2538
- {
2539
- name: "exclusiveRelayer",
2540
- type: "bytes32",
2541
- indexed: false,
2542
- internalType: "bytes32",
2543
- },
2544
- {
2545
- name: "depositor",
2546
- type: "bytes32",
2547
- indexed: false,
2548
- internalType: "bytes32",
2549
- },
2550
- {
2551
- name: "recipient",
2552
- type: "bytes32",
2553
- indexed: false,
2554
- internalType: "bytes32",
2555
- },
2556
- {
2557
- name: "messageHash",
2558
- type: "bytes32",
2559
- indexed: false,
2560
- internalType: "bytes32",
2561
- },
2562
- ],
2563
- anonymous: false,
2564
- },
2565
- {
2566
- type: "event",
2567
- name: "RequestedSpeedUpDeposit",
2568
- inputs: [
2569
- {
2570
- name: "updatedOutputAmount",
2571
- type: "uint256",
2572
- indexed: false,
2573
- internalType: "uint256",
2574
- },
2575
- {
2576
- name: "depositId",
2577
- type: "uint256",
2578
- indexed: true,
2579
- internalType: "uint256",
2580
- },
2581
- {
2582
- name: "depositor",
2583
- type: "bytes32",
2584
- indexed: true,
2585
- internalType: "bytes32",
2586
- },
2587
- {
2588
- name: "updatedRecipient",
2589
- type: "bytes32",
2590
- indexed: false,
2591
- internalType: "bytes32",
2592
- },
2593
- {
2594
- name: "updatedMessage",
2595
- type: "bytes",
2596
- indexed: false,
2597
- internalType: "bytes",
2598
- },
2599
- {
2600
- name: "depositorSignature",
2601
- type: "bytes",
2602
- indexed: false,
2603
- internalType: "bytes",
2604
- },
2605
- ],
2606
- anonymous: false,
2607
- },
2608
- {
2609
- type: "event",
2610
- name: "RequestedSpeedUpV3Deposit",
2611
- inputs: [
2612
- {
2613
- name: "updatedOutputAmount",
2614
- type: "uint256",
2615
- indexed: false,
2616
- internalType: "uint256",
2617
- },
2618
- {
2619
- name: "depositId",
2620
- type: "uint32",
2621
- indexed: true,
2622
- internalType: "uint32",
2623
- },
2624
- {
2625
- name: "depositor",
2626
- type: "address",
2627
- indexed: true,
2628
- internalType: "address",
2629
- },
2630
- {
2631
- name: "updatedRecipient",
2632
- type: "address",
2633
- indexed: false,
2634
- internalType: "address",
2635
- },
2636
- {
2637
- name: "updatedMessage",
2638
- type: "bytes",
2639
- indexed: false,
2640
- internalType: "bytes",
2641
- },
2642
- {
2643
- name: "depositorSignature",
2644
- type: "bytes",
2645
- indexed: false,
2646
- internalType: "bytes",
2647
- },
2648
- ],
2649
- anonymous: false,
2650
- },
2651
- {
2652
- type: "event",
2653
- name: "RequestedV3SlowFill",
2654
- inputs: [
2655
- {
2656
- name: "inputToken",
2657
- type: "address",
2658
- indexed: false,
2659
- internalType: "address",
2660
- },
2661
- {
2662
- name: "outputToken",
2663
- type: "address",
2664
- indexed: false,
2665
- internalType: "address",
2666
- },
2667
- {
2668
- name: "inputAmount",
2669
- type: "uint256",
2670
- indexed: false,
2671
- internalType: "uint256",
2672
- },
2673
- {
2674
- name: "outputAmount",
2675
- type: "uint256",
2676
- indexed: false,
2677
- internalType: "uint256",
2678
- },
2679
- {
2680
- name: "originChainId",
2681
- type: "uint256",
2682
- indexed: true,
2683
- internalType: "uint256",
2684
- },
2685
- {
2686
- name: "depositId",
2687
- type: "uint32",
2688
- indexed: true,
2689
- internalType: "uint32",
2690
- },
2691
- {
2692
- name: "fillDeadline",
2693
- type: "uint32",
2694
- indexed: false,
2695
- internalType: "uint32",
2696
- },
2697
- {
2698
- name: "exclusivityDeadline",
2699
- type: "uint32",
2700
- indexed: false,
2701
- internalType: "uint32",
2702
- },
2703
- {
2704
- name: "exclusiveRelayer",
2705
- type: "address",
2706
- indexed: false,
2707
- internalType: "address",
2708
- },
2709
- {
2710
- name: "depositor",
2711
- type: "address",
2712
- indexed: false,
2713
- internalType: "address",
2714
- },
2715
- {
2716
- name: "recipient",
2717
- type: "address",
2718
- indexed: false,
2719
- internalType: "address",
2720
- },
2721
- {
2722
- name: "message",
2723
- type: "bytes",
2724
- indexed: false,
2725
- internalType: "bytes",
2726
- },
2727
- ],
2728
- anonymous: false,
2729
- },
2730
- {
2731
- type: "event",
2732
- name: "SetOFTMessenger",
2733
- inputs: [
2734
- {
2735
- name: "token",
2736
- type: "address",
2737
- indexed: true,
2738
- internalType: "address",
2739
- },
2740
- {
2741
- name: "messenger",
2742
- type: "address",
2743
- indexed: true,
2744
- internalType: "address",
2745
- },
2746
- ],
2747
- anonymous: false,
2748
- },
2749
- {
2750
- type: "event",
2751
- name: "SetSuccinctTargetAmb",
2752
- inputs: [
2753
- {
2754
- name: "newSuccinctTargetAmb",
2755
- type: "address",
2756
- indexed: true,
2757
- internalType: "address",
2758
- },
2759
- ],
2760
- anonymous: false,
2761
- },
2762
- {
2763
- type: "event",
2764
- name: "SetWithdrawalRecipient",
2765
- inputs: [
2766
- {
2767
- name: "newWithdrawalRecipient",
2768
- type: "address",
2769
- indexed: true,
2770
- internalType: "address",
2771
- },
2772
- ],
2773
- anonymous: false,
2774
- },
2775
- {
2776
- type: "event",
2777
- name: "SetXDomainAdmin",
2778
- inputs: [
2779
- {
2780
- name: "newAdmin",
2781
- type: "address",
2782
- indexed: true,
2783
- internalType: "address",
2784
- },
2785
- ],
2786
- anonymous: false,
2787
- },
2788
- {
2789
- type: "event",
2790
- name: "TokensBridged",
2791
- inputs: [
2792
- {
2793
- name: "amountToReturn",
2794
- type: "uint256",
2795
- indexed: false,
2796
- internalType: "uint256",
2797
- },
2798
- {
2799
- name: "chainId",
2800
- type: "uint256",
2801
- indexed: true,
2802
- internalType: "uint256",
2803
- },
2804
- {
2805
- name: "leafId",
2806
- type: "uint32",
2807
- indexed: true,
2808
- internalType: "uint32",
2809
- },
2810
- {
2811
- name: "l2TokenAddress",
2812
- type: "bytes32",
2813
- indexed: true,
2814
- internalType: "bytes32",
2815
- },
2816
- {
2817
- name: "caller",
2818
- type: "address",
2819
- indexed: false,
2820
- internalType: "address",
2821
- },
2822
- ],
2823
- anonymous: false,
2824
- },
2825
- {
2826
- type: "event",
2827
- name: "Upgraded",
2828
- inputs: [
2829
- {
2830
- name: "implementation",
2831
- type: "address",
2832
- indexed: true,
2833
- internalType: "address",
2834
- },
2835
- ],
2836
- anonymous: false,
2837
- },
2838
- {
2839
- type: "event",
2840
- name: "V3FundsDeposited",
2841
- inputs: [
2842
- {
2843
- name: "inputToken",
2844
- type: "address",
2845
- indexed: false,
2846
- internalType: "address",
2847
- },
2848
- {
2849
- name: "outputToken",
2850
- type: "address",
2851
- indexed: false,
2852
- internalType: "address",
2853
- },
2854
- {
2855
- name: "inputAmount",
2856
- type: "uint256",
2857
- indexed: false,
2858
- internalType: "uint256",
2859
- },
2860
- {
2861
- name: "outputAmount",
2862
- type: "uint256",
2863
- indexed: false,
2864
- internalType: "uint256",
2865
- },
2866
- {
2867
- name: "destinationChainId",
2868
- type: "uint256",
2869
- indexed: true,
2870
- internalType: "uint256",
2871
- },
2872
- {
2873
- name: "depositId",
2874
- type: "uint32",
2875
- indexed: true,
2876
- internalType: "uint32",
2877
- },
2878
- {
2879
- name: "quoteTimestamp",
2880
- type: "uint32",
2881
- indexed: false,
2882
- internalType: "uint32",
2883
- },
2884
- {
2885
- name: "fillDeadline",
2886
- type: "uint32",
2887
- indexed: false,
2888
- internalType: "uint32",
2889
- },
2890
- {
2891
- name: "exclusivityDeadline",
2892
- type: "uint32",
2893
- indexed: false,
2894
- internalType: "uint32",
2895
- },
2896
- {
2897
- name: "depositor",
2898
- type: "address",
2899
- indexed: true,
2900
- internalType: "address",
2901
- },
2902
- {
2903
- name: "recipient",
2904
- type: "address",
2905
- indexed: false,
2906
- internalType: "address",
2907
- },
2908
- {
2909
- name: "exclusiveRelayer",
2910
- type: "address",
2911
- indexed: false,
2912
- internalType: "address",
2913
- },
2914
- {
2915
- name: "message",
2916
- type: "bytes",
2917
- indexed: false,
2918
- internalType: "bytes",
2919
- },
2920
- ],
2921
- anonymous: false,
2922
- },
2923
- {
2924
- type: "error",
2925
- name: "ClaimedMerkleLeaf",
2926
- inputs: [],
2927
- },
2928
- {
2929
- type: "error",
2930
- name: "DepositsArePaused",
2931
- inputs: [],
2932
- },
2933
- {
2934
- type: "error",
2935
- name: "DisabledRoute",
2936
- inputs: [],
2937
- },
2938
- {
2939
- type: "error",
2940
- name: "ExpiredFillDeadline",
2941
- inputs: [],
2942
- },
2943
- {
2944
- type: "error",
2945
- name: "ExternalCallExecutionFailed",
2946
- inputs: [],
2947
- },
2948
- {
2949
- type: "error",
2950
- name: "FillsArePaused",
2951
- inputs: [],
2952
- },
2953
- {
2954
- type: "error",
2955
- name: "InsufficientSpokePoolBalanceToExecuteLeaf",
2956
- inputs: [],
2957
- },
2958
- {
2959
- type: "error",
2960
- name: "InvalidBytes32",
2961
- inputs: [],
2962
- },
2963
- {
2964
- type: "error",
2965
- name: "InvalidChainId",
2966
- inputs: [],
2967
- },
2968
- {
2969
- type: "error",
2970
- name: "InvalidCrossDomainAdmin",
2971
- inputs: [],
2972
- },
2973
- {
2974
- type: "error",
2975
- name: "InvalidDepositorSignature",
2976
- inputs: [],
2977
- },
2978
- {
2979
- type: "error",
2980
- name: "InvalidExclusiveRelayer",
2981
- inputs: [],
2982
- },
2983
- {
2984
- type: "error",
2985
- name: "InvalidFillDeadline",
2986
- inputs: [],
2987
- },
2988
- {
2989
- type: "error",
2990
- name: "InvalidMerkleLeaf",
2991
- inputs: [],
2992
- },
2993
- {
2994
- type: "error",
2995
- name: "InvalidMerkleProof",
2996
- inputs: [],
2997
- },
2998
- {
2999
- type: "error",
3000
- name: "InvalidOutputToken",
3001
- inputs: [],
3002
- },
3003
- {
3004
- type: "error",
3005
- name: "InvalidPayoutAdjustmentPct",
3006
- inputs: [],
3007
- },
3008
- {
3009
- type: "error",
3010
- name: "InvalidQuoteTimestamp",
3011
- inputs: [],
3012
- },
3013
- {
3014
- type: "error",
3015
- name: "InvalidSlowFillRequest",
3016
- inputs: [],
3017
- },
3018
- {
3019
- type: "error",
3020
- name: "InvalidWithdrawalRecipient",
3021
- inputs: [],
3022
- },
3023
- {
3024
- type: "error",
3025
- name: "LowLevelCallFailed",
3026
- inputs: [
3027
- {
3028
- name: "data",
3029
- type: "bytes",
3030
- internalType: "bytes",
3031
- },
3032
- ],
3033
- },
3034
- {
3035
- type: "error",
3036
- name: "MessageTooShort",
3037
- inputs: [],
3038
- },
3039
- {
3040
- type: "error",
3041
- name: "MsgValueDoesNotMatchInputAmount",
3042
- inputs: [],
3043
- },
3044
- {
3045
- type: "error",
3046
- name: "NoRelayerRefundToClaim",
3047
- inputs: [],
3048
- },
3049
- {
3050
- type: "error",
3051
- name: "NoSlowFillsInExclusivityWindow",
3052
- inputs: [],
3053
- },
3054
- {
3055
- type: "error",
3056
- name: "NotEOA",
3057
- inputs: [],
3058
- },
3059
- {
3060
- type: "error",
3061
- name: "NotExclusiveRelayer",
3062
- inputs: [],
3063
- },
3064
- {
3065
- type: "error",
3066
- name: "OFTFeeUnderpaid",
3067
- inputs: [],
3068
- },
3069
- {
3070
- type: "error",
3071
- name: "OFTTokenMismatch",
3072
- inputs: [],
3073
- },
3074
- {
3075
- type: "error",
3076
- name: "OftFeeCapExceeded",
3077
- inputs: [],
3078
- },
3079
- {
3080
- type: "error",
3081
- name: "OftIncorrectAmountReceivedLD",
3082
- inputs: [],
3083
- },
3084
- {
3085
- type: "error",
3086
- name: "OftIncorrectAmountSentLD",
3087
- inputs: [],
3088
- },
3089
- {
3090
- type: "error",
3091
- name: "OftInsufficientBalanceForFee",
3092
- inputs: [],
3093
- },
3094
- {
3095
- type: "error",
3096
- name: "OftLzFeeNotZero",
3097
- inputs: [],
3098
- },
3099
- {
3100
- type: "error",
3101
- name: "RelayFilled",
3102
- inputs: [],
3103
- },
3104
- {
3105
- type: "error",
3106
- name: "RemovedFunction",
3107
- inputs: [],
3108
- },
3109
- {
3110
- type: "error",
3111
- name: "WrongERC7683OrderId",
3112
- inputs: [],
3113
- },
3114
- {
3115
- type: "error",
3116
- name: "ZeroAddressTarget",
3117
- inputs: [],
3118
- },
3119
- ] as const;
3120
-
3121
- export class Succinct_SpokePool__factory {
3122
- static readonly abi = _abi;
3123
- static createInterface(): Succinct_SpokePoolInterface {
3124
- return new utils.Interface(_abi) as Succinct_SpokePoolInterface;
3125
- }
3126
- static connect(
3127
- address: string,
3128
- signerOrProvider: Signer | Provider
3129
- ): Succinct_SpokePool {
3130
- return new Contract(address, _abi, signerOrProvider) as Succinct_SpokePool;
3131
- }
3132
- }