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