@across-protocol/sdk 4.3.154 → 4.3.156

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