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