@across-protocol/sdk 4.3.134 → 4.3.135-alpha.0

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 (758) hide show
  1. package/dist/cjs/src/arch/svm/utils.js +4 -3
  2. package/dist/cjs/src/arch/svm/utils.js.map +1 -1
  3. package/dist/cjs/src/clients/BundleDataClient/utils/SuperstructUtils.d.ts +94 -94
  4. package/dist/cjs/src/utils/AddressUtils.d.ts +0 -3
  5. package/dist/cjs/src/utils/AddressUtils.js +6 -15
  6. package/dist/cjs/src/utils/AddressUtils.js.map +1 -1
  7. package/dist/cjs/src/utils/ContractUtils.js +1 -1
  8. package/dist/cjs/src/utils/ContractUtils.js.map +1 -1
  9. package/dist/cjs/src/utils/abi/typechain/AccessControl.d.ts +5 -5
  10. package/dist/cjs/src/utils/abi/typechain/AdminWithdrawManager.d.ts +270 -0
  11. package/dist/cjs/src/utils/abi/typechain/{CreateSponsoredDeposit.js → AdminWithdrawManager.js} +1 -1
  12. package/dist/cjs/src/utils/abi/typechain/AdminWithdrawManager.js.map +1 -0
  13. package/dist/cjs/src/utils/abi/typechain/BeaconProxy.d.ts +41 -0
  14. package/dist/cjs/src/utils/abi/typechain/{SetUpTokens.js → BeaconProxy.js} +1 -1
  15. package/dist/cjs/src/utils/abi/typechain/BeaconProxy.js.map +1 -0
  16. package/dist/cjs/src/utils/abi/typechain/Clones.d.ts +27 -0
  17. package/dist/cjs/src/utils/abi/typechain/{IHyperSwapRouter.js → Clones.js} +1 -1
  18. package/dist/cjs/src/utils/abi/typechain/Clones.js.map +1 -0
  19. package/dist/cjs/src/utils/abi/typechain/CounterfactualDeposit.d.ts +50 -0
  20. package/dist/cjs/src/utils/abi/typechain/CounterfactualDeposit.js +3 -0
  21. package/dist/cjs/src/utils/abi/typechain/CounterfactualDeposit.js.map +1 -0
  22. package/dist/cjs/src/utils/abi/typechain/CounterfactualDepositCCTP.d.ts +85 -0
  23. package/dist/cjs/src/utils/abi/typechain/CounterfactualDepositCCTP.js +3 -0
  24. package/dist/cjs/src/utils/abi/typechain/CounterfactualDepositCCTP.js.map +1 -0
  25. package/dist/cjs/src/utils/abi/typechain/CounterfactualDepositFactory.d.ts +125 -0
  26. package/dist/cjs/src/utils/abi/typechain/CounterfactualDepositFactory.js +3 -0
  27. package/dist/cjs/src/utils/abi/typechain/CounterfactualDepositFactory.js.map +1 -0
  28. package/dist/cjs/src/utils/abi/typechain/CounterfactualDepositFactoryTron.d.ts +125 -0
  29. package/dist/cjs/src/utils/abi/typechain/CounterfactualDepositFactoryTron.js +3 -0
  30. package/dist/cjs/src/utils/abi/typechain/CounterfactualDepositFactoryTron.js.map +1 -0
  31. package/dist/cjs/src/utils/abi/typechain/CounterfactualDepositOFT.d.ts +85 -0
  32. package/dist/cjs/src/utils/abi/typechain/CounterfactualDepositOFT.js +3 -0
  33. package/dist/cjs/src/utils/abi/typechain/CounterfactualDepositOFT.js.map +1 -0
  34. package/dist/cjs/src/utils/abi/typechain/CounterfactualDepositSpokePool.d.ts +173 -0
  35. package/dist/cjs/src/utils/abi/typechain/CounterfactualDepositSpokePool.js +3 -0
  36. package/dist/cjs/src/utils/abi/typechain/CounterfactualDepositSpokePool.js.map +1 -0
  37. package/dist/cjs/src/utils/abi/typechain/Create2.d.ts +27 -0
  38. package/dist/cjs/src/utils/abi/typechain/Create2.js +3 -0
  39. package/dist/cjs/src/utils/abi/typechain/Create2.js.map +1 -0
  40. package/dist/cjs/src/utils/abi/typechain/DonationBox.d.ts +115 -35
  41. package/dist/cjs/src/utils/abi/typechain/ECDSA.d.ts +27 -0
  42. package/dist/cjs/src/utils/abi/typechain/ECDSA.js +3 -0
  43. package/dist/cjs/src/utils/abi/typechain/ECDSA.js.map +1 -0
  44. package/dist/cjs/src/utils/abi/typechain/HyperliquidDepositHandler.d.ts +175 -48
  45. package/dist/cjs/src/utils/abi/typechain/ICounterfactualDeposit.d.ts +50 -0
  46. package/dist/cjs/src/utils/abi/typechain/ICounterfactualDeposit.js +3 -0
  47. package/dist/cjs/src/utils/abi/typechain/ICounterfactualDeposit.js.map +1 -0
  48. package/dist/cjs/src/utils/abi/typechain/ICounterfactualDepositFactory.d.ts +125 -0
  49. package/dist/cjs/src/utils/abi/typechain/ICounterfactualDepositFactory.js +3 -0
  50. package/dist/cjs/src/utils/abi/typechain/ICounterfactualDepositFactory.js.map +1 -0
  51. package/dist/cjs/src/utils/abi/typechain/{SetUpTokens.d.ts → ICounterfactualImplementation.d.ts} +13 -21
  52. package/dist/cjs/src/utils/abi/typechain/ICounterfactualImplementation.js +3 -0
  53. package/dist/cjs/src/utils/abi/typechain/ICounterfactualImplementation.js.map +1 -0
  54. package/dist/cjs/src/utils/abi/typechain/IL2AssetRouter.d.ts +58 -0
  55. package/dist/cjs/src/utils/abi/typechain/IL2AssetRouter.js +3 -0
  56. package/dist/cjs/src/utils/abi/typechain/IL2AssetRouter.js.map +1 -0
  57. package/dist/cjs/src/utils/abi/typechain/ISpokePool.d.ts +944 -0
  58. package/dist/cjs/src/utils/abi/typechain/ISpokePool.js +3 -0
  59. package/dist/cjs/src/utils/abi/typechain/ISpokePool.js.map +1 -0
  60. package/dist/cjs/src/utils/abi/typechain/ISponsoredCCTPSrcPeriphery.d.ts +111 -0
  61. package/dist/cjs/src/utils/abi/typechain/ISponsoredCCTPSrcPeriphery.js +3 -0
  62. package/dist/cjs/src/utils/abi/typechain/ISponsoredCCTPSrcPeriphery.js.map +1 -0
  63. package/dist/cjs/src/utils/abi/typechain/ISponsoredOFTSrcPeriphery.d.ts +125 -0
  64. package/dist/cjs/src/utils/abi/typechain/ISponsoredOFTSrcPeriphery.js +3 -0
  65. package/dist/cjs/src/utils/abi/typechain/ISponsoredOFTSrcPeriphery.js.map +1 -0
  66. package/dist/cjs/src/utils/abi/typechain/ITransparentUpgradeableProxy.d.ts +85 -0
  67. package/dist/cjs/src/utils/abi/typechain/ITransparentUpgradeableProxy.js +3 -0
  68. package/dist/cjs/src/utils/abi/typechain/ITransparentUpgradeableProxy.js.map +1 -0
  69. package/dist/cjs/src/utils/abi/typechain/Lens_SpokePool.d.ts +48 -32
  70. package/dist/cjs/src/utils/abi/typechain/MerkleProof.d.ts +27 -0
  71. package/dist/cjs/src/utils/abi/typechain/MerkleProof.js +3 -0
  72. package/dist/cjs/src/utils/abi/typechain/MerkleProof.js.map +1 -0
  73. package/dist/cjs/src/utils/abi/typechain/ProxyAdmin.d.ts +113 -0
  74. package/dist/cjs/src/utils/abi/typechain/ProxyAdmin.js +3 -0
  75. package/dist/cjs/src/utils/abi/typechain/ProxyAdmin.js.map +1 -0
  76. package/dist/cjs/src/utils/abi/typechain/ReentrancyGuard.d.ts +27 -0
  77. package/dist/cjs/src/utils/abi/typechain/ReentrancyGuard.js +3 -0
  78. package/dist/cjs/src/utils/abi/typechain/ReentrancyGuard.js.map +1 -0
  79. package/dist/cjs/src/utils/abi/typechain/SpokePoolPeriphery.d.ts +7 -6
  80. package/dist/cjs/src/utils/abi/typechain/SpokePoolPeripheryInterface.d.ts +7 -6
  81. package/dist/cjs/src/utils/abi/typechain/SponsoredOFTInterface.d.ts +185 -0
  82. package/dist/cjs/src/utils/abi/typechain/SponsoredOFTInterface.js +3 -0
  83. package/dist/cjs/src/utils/abi/typechain/SponsoredOFTInterface.js.map +1 -0
  84. package/dist/cjs/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.d.ts +81 -79
  85. package/dist/cjs/src/utils/abi/typechain/TransferProxy.d.ts +110 -0
  86. package/dist/cjs/src/utils/abi/typechain/TransferProxy.js +3 -0
  87. package/dist/cjs/src/utils/abi/typechain/TransferProxy.js.map +1 -0
  88. package/dist/cjs/src/utils/abi/typechain/TransparentUpgradeableProxy.d.ts +52 -0
  89. package/dist/cjs/src/utils/abi/typechain/TransparentUpgradeableProxy.js +3 -0
  90. package/dist/cjs/src/utils/abi/typechain/TransparentUpgradeableProxy.js.map +1 -0
  91. package/dist/cjs/src/utils/abi/typechain/UpgradeableBeacon.d.ts +122 -0
  92. package/dist/cjs/src/utils/abi/typechain/UpgradeableBeacon.js +3 -0
  93. package/dist/cjs/src/utils/abi/typechain/UpgradeableBeacon.js.map +1 -0
  94. package/dist/cjs/src/utils/abi/typechain/WithdrawImplementation.d.ts +67 -0
  95. package/dist/cjs/src/utils/abi/typechain/WithdrawImplementation.js +3 -0
  96. package/dist/cjs/src/utils/abi/typechain/WithdrawImplementation.js.map +1 -0
  97. package/dist/cjs/src/utils/abi/typechain/ZkSync_SpokePool.d.ts +48 -32
  98. package/dist/cjs/src/utils/abi/typechain/factories/AccessControl__factory.d.ts +17 -1
  99. package/dist/cjs/src/utils/abi/typechain/factories/AccessControl__factory.js +22 -1
  100. package/dist/cjs/src/utils/abi/typechain/factories/AccessControl__factory.js.map +1 -1
  101. package/dist/cjs/src/utils/abi/typechain/factories/AdminWithdrawManager__factory.d.ts +298 -0
  102. package/dist/cjs/src/utils/abi/typechain/factories/AdminWithdrawManager__factory.js +394 -0
  103. package/dist/cjs/src/utils/abi/typechain/factories/AdminWithdrawManager__factory.js.map +1 -0
  104. package/dist/cjs/src/utils/abi/typechain/factories/BeaconProxy__factory.d.ts +65 -0
  105. package/dist/cjs/src/utils/abi/typechain/factories/BeaconProxy__factory.js +96 -0
  106. package/dist/cjs/src/utils/abi/typechain/factories/BeaconProxy__factory.js.map +1 -0
  107. package/dist/cjs/src/utils/abi/typechain/factories/Clones__factory.d.ts +12 -0
  108. package/dist/cjs/src/utils/abi/typechain/factories/Clones__factory.js +25 -0
  109. package/dist/cjs/src/utils/abi/typechain/factories/Clones__factory.js.map +1 -0
  110. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDepositCCTP__factory.d.ts +87 -0
  111. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDepositCCTP__factory.js +122 -0
  112. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDepositCCTP__factory.js.map +1 -0
  113. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDepositFactoryTron__factory.d.ts +167 -0
  114. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDepositFactoryTron__factory.js +226 -0
  115. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDepositFactoryTron__factory.js.map +1 -0
  116. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDepositFactory__factory.d.ts +167 -0
  117. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDepositFactory__factory.js +226 -0
  118. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDepositFactory__factory.js.map +1 -0
  119. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDepositOFT__factory.d.ts +87 -0
  120. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDepositOFT__factory.js +122 -0
  121. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDepositOFT__factory.js.map +1 -0
  122. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDepositSpokePool__factory.d.ts +218 -0
  123. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDepositSpokePool__factory.js +289 -0
  124. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDepositSpokePool__factory.js.map +1 -0
  125. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDeposit__factory.d.ts +37 -0
  126. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDeposit__factory.js +57 -0
  127. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualDeposit__factory.js.map +1 -0
  128. package/dist/cjs/src/utils/abi/typechain/factories/Create2__factory.d.ts +12 -0
  129. package/dist/cjs/src/utils/abi/typechain/factories/Create2__factory.js +25 -0
  130. package/dist/cjs/src/utils/abi/typechain/factories/Create2__factory.js.map +1 -0
  131. package/dist/cjs/src/utils/abi/typechain/factories/DonationBox__factory.d.ts +163 -8
  132. package/dist/cjs/src/utils/abi/typechain/factories/DonationBox__factory.js +210 -8
  133. package/dist/cjs/src/utils/abi/typechain/factories/DonationBox__factory.js.map +1 -1
  134. package/dist/cjs/src/utils/abi/typechain/factories/ECDSA__factory.d.ts +28 -0
  135. package/dist/cjs/src/utils/abi/typechain/factories/ECDSA__factory.js +47 -0
  136. package/dist/cjs/src/utils/abi/typechain/factories/ECDSA__factory.js.map +1 -0
  137. package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.d.ts +8 -0
  138. package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.js +11 -0
  139. package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.js.map +1 -1
  140. package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreLib__factory.d.ts +4 -0
  141. package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreLib__factory.js +5 -0
  142. package/dist/cjs/src/utils/abi/typechain/factories/HyperCoreLib__factory.js.map +1 -1
  143. package/dist/cjs/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.d.ts +235 -41
  144. package/dist/cjs/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.js +294 -45
  145. package/dist/cjs/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.js.map +1 -1
  146. package/dist/cjs/src/utils/abi/typechain/factories/ICounterfactualDepositFactory__factory.d.ts +143 -0
  147. package/dist/cjs/src/utils/abi/typechain/factories/ICounterfactualDepositFactory__factory.js +195 -0
  148. package/dist/cjs/src/utils/abi/typechain/factories/ICounterfactualDepositFactory__factory.js.map +1 -0
  149. package/dist/cjs/src/utils/abi/typechain/factories/ICounterfactualDeposit__factory.d.ts +34 -0
  150. package/dist/cjs/src/utils/abi/typechain/factories/ICounterfactualDeposit__factory.js +53 -0
  151. package/dist/cjs/src/utils/abi/typechain/factories/ICounterfactualDeposit__factory.js.map +1 -0
  152. package/dist/cjs/src/utils/abi/typechain/factories/ICounterfactualImplementation__factory.d.ts +22 -0
  153. package/dist/cjs/src/utils/abi/typechain/factories/ICounterfactualImplementation__factory.js +38 -0
  154. package/dist/cjs/src/utils/abi/typechain/factories/ICounterfactualImplementation__factory.js.map +1 -0
  155. package/dist/cjs/src/utils/abi/typechain/factories/IL2AssetRouter__factory.d.ts +40 -0
  156. package/dist/cjs/src/utils/abi/typechain/factories/IL2AssetRouter__factory.js +63 -0
  157. package/dist/cjs/src/utils/abi/typechain/factories/IL2AssetRouter__factory.js.map +1 -0
  158. package/dist/cjs/src/utils/abi/typechain/factories/ISpokePool__factory.d.ts +1612 -0
  159. package/dist/cjs/src/utils/abi/typechain/factories/ISpokePool__factory.js +2029 -0
  160. package/dist/cjs/src/utils/abi/typechain/factories/ISpokePool__factory.js.map +1 -0
  161. package/dist/cjs/src/utils/abi/typechain/factories/ISponsoredCCTPSrcPeriphery__factory.d.ts +95 -0
  162. package/dist/cjs/src/utils/abi/typechain/factories/ISponsoredCCTPSrcPeriphery__factory.js +130 -0
  163. package/dist/cjs/src/utils/abi/typechain/factories/ISponsoredCCTPSrcPeriphery__factory.js.map +1 -0
  164. package/dist/cjs/src/utils/abi/typechain/factories/ISponsoredOFTSrcPeriphery__factory.d.ts +105 -0
  165. package/dist/cjs/src/utils/abi/typechain/factories/ISponsoredOFTSrcPeriphery__factory.js +144 -0
  166. package/dist/cjs/src/utils/abi/typechain/factories/ISponsoredOFTSrcPeriphery__factory.js.map +1 -0
  167. package/dist/cjs/src/utils/abi/typechain/factories/ITransparentUpgradeableProxy__factory.d.ts +57 -0
  168. package/dist/cjs/src/utils/abi/typechain/factories/ITransparentUpgradeableProxy__factory.js +83 -0
  169. package/dist/cjs/src/utils/abi/typechain/factories/ITransparentUpgradeableProxy__factory.js.map +1 -0
  170. package/dist/cjs/src/utils/abi/typechain/factories/Lens_SpokePool__factory.d.ts +58 -24
  171. package/dist/cjs/src/utils/abi/typechain/factories/Lens_SpokePool__factory.js +75 -31
  172. package/dist/cjs/src/utils/abi/typechain/factories/Lens_SpokePool__factory.js.map +1 -1
  173. package/dist/cjs/src/utils/abi/typechain/factories/MerkleProof__factory.d.ts +12 -0
  174. package/dist/cjs/src/utils/abi/typechain/factories/MerkleProof__factory.js +25 -0
  175. package/dist/cjs/src/utils/abi/typechain/factories/MerkleProof__factory.js.map +1 -0
  176. package/dist/cjs/src/utils/abi/typechain/factories/Ownable__factory.d.ts +16 -0
  177. package/dist/cjs/src/utils/abi/typechain/factories/Ownable__factory.js +22 -0
  178. package/dist/cjs/src/utils/abi/typechain/factories/Ownable__factory.js.map +1 -1
  179. package/dist/cjs/src/utils/abi/typechain/factories/ProxyAdmin__factory.d.ts +101 -0
  180. package/dist/cjs/src/utils/abi/typechain/factories/ProxyAdmin__factory.js +141 -0
  181. package/dist/cjs/src/utils/abi/typechain/factories/ProxyAdmin__factory.js.map +1 -0
  182. package/dist/cjs/src/utils/abi/typechain/factories/ReentrancyGuard__factory.d.ts +12 -0
  183. package/dist/cjs/src/utils/abi/typechain/factories/ReentrancyGuard__factory.js +25 -0
  184. package/dist/cjs/src/utils/abi/typechain/factories/ReentrancyGuard__factory.js.map +1 -0
  185. package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.d.ts +4 -0
  186. package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.js +5 -0
  187. package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.js.map +1 -1
  188. package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.d.ts +4 -0
  189. package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.js +5 -0
  190. package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.js.map +1 -1
  191. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredOFTInterface__factory.d.ts +221 -0
  192. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredOFTInterface__factory.js +290 -0
  193. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredOFTInterface__factory.js.map +1 -0
  194. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.d.ts +3 -3
  195. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.js +3 -3
  196. package/dist/cjs/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.js.map +1 -1
  197. package/dist/cjs/src/utils/abi/typechain/factories/TransferProxy__factory.d.ts +156 -0
  198. package/dist/cjs/src/utils/abi/typechain/factories/TransferProxy__factory.js +206 -0
  199. package/dist/cjs/src/utils/abi/typechain/factories/TransferProxy__factory.js.map +1 -0
  200. package/dist/cjs/src/utils/abi/typechain/factories/TransparentUpgradeableProxy__factory.d.ts +88 -0
  201. package/dist/cjs/src/utils/abi/typechain/factories/TransparentUpgradeableProxy__factory.js +125 -0
  202. package/dist/cjs/src/utils/abi/typechain/factories/TransparentUpgradeableProxy__factory.js.map +1 -0
  203. package/dist/cjs/src/utils/abi/typechain/factories/UpgradeableBeacon__factory.d.ts +115 -0
  204. package/dist/cjs/src/utils/abi/typechain/factories/UpgradeableBeacon__factory.js +160 -0
  205. package/dist/cjs/src/utils/abi/typechain/factories/UpgradeableBeacon__factory.js.map +1 -0
  206. package/dist/cjs/src/utils/abi/typechain/factories/WithdrawImplementation__factory.d.ts +58 -0
  207. package/dist/cjs/src/utils/abi/typechain/factories/WithdrawImplementation__factory.js +84 -0
  208. package/dist/cjs/src/utils/abi/typechain/factories/WithdrawImplementation__factory.js.map +1 -0
  209. package/dist/cjs/src/utils/abi/typechain/factories/ZkSync_SpokePool__factory.d.ts +58 -24
  210. package/dist/cjs/src/utils/abi/typechain/factories/ZkSync_SpokePool__factory.js +75 -31
  211. package/dist/cjs/src/utils/abi/typechain/factories/ZkSync_SpokePool__factory.js.map +1 -1
  212. package/dist/cjs/src/utils/abi/typechain/factories/index.d.ts +27 -3
  213. package/dist/cjs/src/utils/abi/typechain/factories/index.js +61 -12
  214. package/dist/cjs/src/utils/abi/typechain/factories/index.js.map +1 -1
  215. package/dist/cjs/src/utils/abi/typechain/index.d.ts +54 -6
  216. package/dist/cjs/src/utils/abi/typechain/index.js +61 -12
  217. package/dist/cjs/src/utils/abi/typechain/index.js.map +1 -1
  218. package/dist/cjs/test/utils/utils.d.ts +1 -1
  219. package/dist/esm/src/arch/svm/utils.js +2 -1
  220. package/dist/esm/src/arch/svm/utils.js.map +1 -1
  221. package/dist/esm/src/clients/BundleDataClient/utils/SuperstructUtils.d.ts +94 -94
  222. package/dist/esm/src/utils/AddressUtils.d.ts +0 -3
  223. package/dist/esm/src/utils/AddressUtils.js +7 -19
  224. package/dist/esm/src/utils/AddressUtils.js.map +1 -1
  225. package/dist/esm/src/utils/ContractUtils.js +1 -1
  226. package/dist/esm/src/utils/ContractUtils.js.map +1 -1
  227. package/dist/esm/src/utils/abi/typechain/AccessControl.d.ts +5 -5
  228. package/dist/esm/src/utils/abi/typechain/AdminWithdrawManager.d.ts +270 -0
  229. package/dist/esm/src/utils/abi/typechain/AdminWithdrawManager.js +2 -0
  230. package/dist/esm/src/utils/abi/typechain/AdminWithdrawManager.js.map +1 -0
  231. package/dist/esm/src/utils/abi/typechain/BeaconProxy.d.ts +41 -0
  232. package/dist/esm/src/utils/abi/typechain/BeaconProxy.js +2 -0
  233. package/dist/esm/src/utils/abi/typechain/BeaconProxy.js.map +1 -0
  234. package/dist/esm/src/utils/abi/typechain/Clones.d.ts +27 -0
  235. package/dist/esm/src/utils/abi/typechain/Clones.js +2 -0
  236. package/dist/esm/src/utils/abi/typechain/Clones.js.map +1 -0
  237. package/dist/esm/src/utils/abi/typechain/CounterfactualDeposit.d.ts +50 -0
  238. package/dist/esm/src/utils/abi/typechain/CounterfactualDeposit.js +2 -0
  239. package/dist/esm/src/utils/abi/typechain/CounterfactualDeposit.js.map +1 -0
  240. package/dist/esm/src/utils/abi/typechain/CounterfactualDepositCCTP.d.ts +85 -0
  241. package/dist/esm/src/utils/abi/typechain/CounterfactualDepositCCTP.js +2 -0
  242. package/dist/esm/src/utils/abi/typechain/CounterfactualDepositCCTP.js.map +1 -0
  243. package/dist/esm/src/utils/abi/typechain/CounterfactualDepositFactory.d.ts +125 -0
  244. package/dist/esm/src/utils/abi/typechain/CounterfactualDepositFactory.js +2 -0
  245. package/dist/esm/src/utils/abi/typechain/CounterfactualDepositFactory.js.map +1 -0
  246. package/dist/esm/src/utils/abi/typechain/CounterfactualDepositFactoryTron.d.ts +125 -0
  247. package/dist/esm/src/utils/abi/typechain/CounterfactualDepositFactoryTron.js +2 -0
  248. package/dist/esm/src/utils/abi/typechain/CounterfactualDepositFactoryTron.js.map +1 -0
  249. package/dist/esm/src/utils/abi/typechain/CounterfactualDepositOFT.d.ts +85 -0
  250. package/dist/esm/src/utils/abi/typechain/CounterfactualDepositOFT.js +2 -0
  251. package/dist/esm/src/utils/abi/typechain/CounterfactualDepositOFT.js.map +1 -0
  252. package/dist/esm/src/utils/abi/typechain/CounterfactualDepositSpokePool.d.ts +173 -0
  253. package/dist/esm/src/utils/abi/typechain/CounterfactualDepositSpokePool.js +2 -0
  254. package/dist/esm/src/utils/abi/typechain/CounterfactualDepositSpokePool.js.map +1 -0
  255. package/dist/esm/src/utils/abi/typechain/Create2.d.ts +27 -0
  256. package/dist/esm/src/utils/abi/typechain/Create2.js +2 -0
  257. package/dist/esm/src/utils/abi/typechain/Create2.js.map +1 -0
  258. package/dist/esm/src/utils/abi/typechain/DonationBox.d.ts +115 -35
  259. package/dist/esm/src/utils/abi/typechain/ECDSA.d.ts +27 -0
  260. package/dist/esm/src/utils/abi/typechain/ECDSA.js +2 -0
  261. package/dist/esm/src/utils/abi/typechain/ECDSA.js.map +1 -0
  262. package/dist/esm/src/utils/abi/typechain/HyperliquidDepositHandler.d.ts +175 -48
  263. package/dist/esm/src/utils/abi/typechain/ICounterfactualDeposit.d.ts +50 -0
  264. package/dist/esm/src/utils/abi/typechain/ICounterfactualDeposit.js +2 -0
  265. package/dist/esm/src/utils/abi/typechain/ICounterfactualDeposit.js.map +1 -0
  266. package/dist/esm/src/utils/abi/typechain/ICounterfactualDepositFactory.d.ts +125 -0
  267. package/dist/esm/src/utils/abi/typechain/ICounterfactualDepositFactory.js +2 -0
  268. package/dist/esm/src/utils/abi/typechain/ICounterfactualDepositFactory.js.map +1 -0
  269. package/dist/esm/src/utils/abi/typechain/{SetUpTokens.d.ts → ICounterfactualImplementation.d.ts} +13 -21
  270. package/dist/esm/src/utils/abi/typechain/ICounterfactualImplementation.js +2 -0
  271. package/dist/esm/src/utils/abi/typechain/ICounterfactualImplementation.js.map +1 -0
  272. package/dist/esm/src/utils/abi/typechain/IL2AssetRouter.d.ts +58 -0
  273. package/dist/esm/src/utils/abi/typechain/IL2AssetRouter.js +2 -0
  274. package/dist/esm/src/utils/abi/typechain/IL2AssetRouter.js.map +1 -0
  275. package/dist/esm/src/utils/abi/typechain/ISpokePool.d.ts +944 -0
  276. package/dist/esm/src/utils/abi/typechain/ISpokePool.js +2 -0
  277. package/dist/esm/src/utils/abi/typechain/ISpokePool.js.map +1 -0
  278. package/dist/esm/src/utils/abi/typechain/ISponsoredCCTPSrcPeriphery.d.ts +111 -0
  279. package/dist/esm/src/utils/abi/typechain/ISponsoredCCTPSrcPeriphery.js +2 -0
  280. package/dist/esm/src/utils/abi/typechain/ISponsoredCCTPSrcPeriphery.js.map +1 -0
  281. package/dist/esm/src/utils/abi/typechain/ISponsoredOFTSrcPeriphery.d.ts +125 -0
  282. package/dist/esm/src/utils/abi/typechain/ISponsoredOFTSrcPeriphery.js +2 -0
  283. package/dist/esm/src/utils/abi/typechain/ISponsoredOFTSrcPeriphery.js.map +1 -0
  284. package/dist/esm/src/utils/abi/typechain/ITransparentUpgradeableProxy.d.ts +85 -0
  285. package/dist/esm/src/utils/abi/typechain/ITransparentUpgradeableProxy.js +2 -0
  286. package/dist/esm/src/utils/abi/typechain/ITransparentUpgradeableProxy.js.map +1 -0
  287. package/dist/esm/src/utils/abi/typechain/Lens_SpokePool.d.ts +48 -32
  288. package/dist/esm/src/utils/abi/typechain/MerkleProof.d.ts +27 -0
  289. package/dist/esm/src/utils/abi/typechain/MerkleProof.js +2 -0
  290. package/dist/esm/src/utils/abi/typechain/MerkleProof.js.map +1 -0
  291. package/dist/esm/src/utils/abi/typechain/ProxyAdmin.d.ts +113 -0
  292. package/dist/esm/src/utils/abi/typechain/ProxyAdmin.js +2 -0
  293. package/dist/esm/src/utils/abi/typechain/ProxyAdmin.js.map +1 -0
  294. package/dist/esm/src/utils/abi/typechain/ReentrancyGuard.d.ts +27 -0
  295. package/dist/esm/src/utils/abi/typechain/ReentrancyGuard.js +2 -0
  296. package/dist/esm/src/utils/abi/typechain/ReentrancyGuard.js.map +1 -0
  297. package/dist/esm/src/utils/abi/typechain/SpokePoolPeriphery.d.ts +7 -6
  298. package/dist/esm/src/utils/abi/typechain/SpokePoolPeripheryInterface.d.ts +7 -6
  299. package/dist/esm/src/utils/abi/typechain/SponsoredOFTInterface.d.ts +185 -0
  300. package/dist/esm/src/utils/abi/typechain/SponsoredOFTInterface.js +2 -0
  301. package/dist/esm/src/utils/abi/typechain/SponsoredOFTInterface.js.map +1 -0
  302. package/dist/esm/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.d.ts +81 -79
  303. package/dist/esm/src/utils/abi/typechain/TransferProxy.d.ts +110 -0
  304. package/dist/esm/src/utils/abi/typechain/TransferProxy.js +2 -0
  305. package/dist/esm/src/utils/abi/typechain/TransferProxy.js.map +1 -0
  306. package/dist/esm/src/utils/abi/typechain/TransparentUpgradeableProxy.d.ts +52 -0
  307. package/dist/esm/src/utils/abi/typechain/TransparentUpgradeableProxy.js +2 -0
  308. package/dist/esm/src/utils/abi/typechain/TransparentUpgradeableProxy.js.map +1 -0
  309. package/dist/esm/src/utils/abi/typechain/UpgradeableBeacon.d.ts +122 -0
  310. package/dist/esm/src/utils/abi/typechain/UpgradeableBeacon.js +2 -0
  311. package/dist/esm/src/utils/abi/typechain/UpgradeableBeacon.js.map +1 -0
  312. package/dist/esm/src/utils/abi/typechain/WithdrawImplementation.d.ts +67 -0
  313. package/dist/esm/src/utils/abi/typechain/WithdrawImplementation.js +2 -0
  314. package/dist/esm/src/utils/abi/typechain/WithdrawImplementation.js.map +1 -0
  315. package/dist/esm/src/utils/abi/typechain/ZkSync_SpokePool.d.ts +48 -32
  316. package/dist/esm/src/utils/abi/typechain/factories/AccessControl__factory.d.ts +17 -1
  317. package/dist/esm/src/utils/abi/typechain/factories/AccessControl__factory.js +22 -1
  318. package/dist/esm/src/utils/abi/typechain/factories/AccessControl__factory.js.map +1 -1
  319. package/dist/esm/src/utils/abi/typechain/factories/AdminWithdrawManager__factory.d.ts +298 -0
  320. package/dist/esm/src/utils/abi/typechain/factories/AdminWithdrawManager__factory.js +394 -0
  321. package/dist/esm/src/utils/abi/typechain/factories/AdminWithdrawManager__factory.js.map +1 -0
  322. package/dist/esm/src/utils/abi/typechain/factories/BeaconProxy__factory.d.ts +65 -0
  323. package/dist/esm/src/utils/abi/typechain/factories/BeaconProxy__factory.js +96 -0
  324. package/dist/esm/src/utils/abi/typechain/factories/BeaconProxy__factory.js.map +1 -0
  325. package/dist/esm/src/utils/abi/typechain/factories/Clones__factory.d.ts +12 -0
  326. package/dist/esm/src/utils/abi/typechain/factories/Clones__factory.js +25 -0
  327. package/dist/esm/src/utils/abi/typechain/factories/Clones__factory.js.map +1 -0
  328. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDepositCCTP__factory.d.ts +87 -0
  329. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDepositCCTP__factory.js +122 -0
  330. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDepositCCTP__factory.js.map +1 -0
  331. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDepositFactoryTron__factory.d.ts +167 -0
  332. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDepositFactoryTron__factory.js +226 -0
  333. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDepositFactoryTron__factory.js.map +1 -0
  334. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDepositFactory__factory.d.ts +167 -0
  335. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDepositFactory__factory.js +226 -0
  336. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDepositFactory__factory.js.map +1 -0
  337. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDepositOFT__factory.d.ts +87 -0
  338. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDepositOFT__factory.js +122 -0
  339. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDepositOFT__factory.js.map +1 -0
  340. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDepositSpokePool__factory.d.ts +218 -0
  341. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDepositSpokePool__factory.js +289 -0
  342. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDepositSpokePool__factory.js.map +1 -0
  343. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDeposit__factory.d.ts +37 -0
  344. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDeposit__factory.js +57 -0
  345. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualDeposit__factory.js.map +1 -0
  346. package/dist/esm/src/utils/abi/typechain/factories/Create2__factory.d.ts +12 -0
  347. package/dist/esm/src/utils/abi/typechain/factories/Create2__factory.js +25 -0
  348. package/dist/esm/src/utils/abi/typechain/factories/Create2__factory.js.map +1 -0
  349. package/dist/esm/src/utils/abi/typechain/factories/DonationBox__factory.d.ts +163 -8
  350. package/dist/esm/src/utils/abi/typechain/factories/DonationBox__factory.js +210 -8
  351. package/dist/esm/src/utils/abi/typechain/factories/DonationBox__factory.js.map +1 -1
  352. package/dist/esm/src/utils/abi/typechain/factories/ECDSA__factory.d.ts +28 -0
  353. package/dist/esm/src/utils/abi/typechain/factories/ECDSA__factory.js +47 -0
  354. package/dist/esm/src/utils/abi/typechain/factories/ECDSA__factory.js.map +1 -0
  355. package/dist/esm/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.d.ts +8 -0
  356. package/dist/esm/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.js +11 -0
  357. package/dist/esm/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.js.map +1 -1
  358. package/dist/esm/src/utils/abi/typechain/factories/HyperCoreLib__factory.d.ts +4 -0
  359. package/dist/esm/src/utils/abi/typechain/factories/HyperCoreLib__factory.js +5 -0
  360. package/dist/esm/src/utils/abi/typechain/factories/HyperCoreLib__factory.js.map +1 -1
  361. package/dist/esm/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.d.ts +235 -41
  362. package/dist/esm/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.js +294 -45
  363. package/dist/esm/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.js.map +1 -1
  364. package/dist/esm/src/utils/abi/typechain/factories/ICounterfactualDepositFactory__factory.d.ts +143 -0
  365. package/dist/esm/src/utils/abi/typechain/factories/ICounterfactualDepositFactory__factory.js +195 -0
  366. package/dist/esm/src/utils/abi/typechain/factories/ICounterfactualDepositFactory__factory.js.map +1 -0
  367. package/dist/esm/src/utils/abi/typechain/factories/ICounterfactualDeposit__factory.d.ts +34 -0
  368. package/dist/esm/src/utils/abi/typechain/factories/ICounterfactualDeposit__factory.js +53 -0
  369. package/dist/esm/src/utils/abi/typechain/factories/ICounterfactualDeposit__factory.js.map +1 -0
  370. package/dist/esm/src/utils/abi/typechain/factories/ICounterfactualImplementation__factory.d.ts +22 -0
  371. package/dist/esm/src/utils/abi/typechain/factories/ICounterfactualImplementation__factory.js +38 -0
  372. package/dist/esm/src/utils/abi/typechain/factories/ICounterfactualImplementation__factory.js.map +1 -0
  373. package/dist/esm/src/utils/abi/typechain/factories/IL2AssetRouter__factory.d.ts +40 -0
  374. package/dist/esm/src/utils/abi/typechain/factories/IL2AssetRouter__factory.js +63 -0
  375. package/dist/esm/src/utils/abi/typechain/factories/IL2AssetRouter__factory.js.map +1 -0
  376. package/dist/esm/src/utils/abi/typechain/factories/ISpokePool__factory.d.ts +1612 -0
  377. package/dist/esm/src/utils/abi/typechain/factories/ISpokePool__factory.js +2029 -0
  378. package/dist/esm/src/utils/abi/typechain/factories/ISpokePool__factory.js.map +1 -0
  379. package/dist/esm/src/utils/abi/typechain/factories/ISponsoredCCTPSrcPeriphery__factory.d.ts +95 -0
  380. package/dist/esm/src/utils/abi/typechain/factories/ISponsoredCCTPSrcPeriphery__factory.js +130 -0
  381. package/dist/esm/src/utils/abi/typechain/factories/ISponsoredCCTPSrcPeriphery__factory.js.map +1 -0
  382. package/dist/esm/src/utils/abi/typechain/factories/ISponsoredOFTSrcPeriphery__factory.d.ts +105 -0
  383. package/dist/esm/src/utils/abi/typechain/factories/ISponsoredOFTSrcPeriphery__factory.js +144 -0
  384. package/dist/esm/src/utils/abi/typechain/factories/ISponsoredOFTSrcPeriphery__factory.js.map +1 -0
  385. package/dist/esm/src/utils/abi/typechain/factories/ITransparentUpgradeableProxy__factory.d.ts +57 -0
  386. package/dist/esm/src/utils/abi/typechain/factories/ITransparentUpgradeableProxy__factory.js +83 -0
  387. package/dist/esm/src/utils/abi/typechain/factories/ITransparentUpgradeableProxy__factory.js.map +1 -0
  388. package/dist/esm/src/utils/abi/typechain/factories/Lens_SpokePool__factory.d.ts +58 -24
  389. package/dist/esm/src/utils/abi/typechain/factories/Lens_SpokePool__factory.js +75 -31
  390. package/dist/esm/src/utils/abi/typechain/factories/Lens_SpokePool__factory.js.map +1 -1
  391. package/dist/esm/src/utils/abi/typechain/factories/MerkleProof__factory.d.ts +12 -0
  392. package/dist/esm/src/utils/abi/typechain/factories/MerkleProof__factory.js +25 -0
  393. package/dist/esm/src/utils/abi/typechain/factories/MerkleProof__factory.js.map +1 -0
  394. package/dist/esm/src/utils/abi/typechain/factories/Ownable__factory.d.ts +16 -0
  395. package/dist/esm/src/utils/abi/typechain/factories/Ownable__factory.js +22 -0
  396. package/dist/esm/src/utils/abi/typechain/factories/Ownable__factory.js.map +1 -1
  397. package/dist/esm/src/utils/abi/typechain/factories/ProxyAdmin__factory.d.ts +101 -0
  398. package/dist/esm/src/utils/abi/typechain/factories/ProxyAdmin__factory.js +141 -0
  399. package/dist/esm/src/utils/abi/typechain/factories/ProxyAdmin__factory.js.map +1 -0
  400. package/dist/esm/src/utils/abi/typechain/factories/ReentrancyGuard__factory.d.ts +12 -0
  401. package/dist/esm/src/utils/abi/typechain/factories/ReentrancyGuard__factory.js +25 -0
  402. package/dist/esm/src/utils/abi/typechain/factories/ReentrancyGuard__factory.js.map +1 -0
  403. package/dist/esm/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.d.ts +4 -0
  404. package/dist/esm/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.js +5 -0
  405. package/dist/esm/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.js.map +1 -1
  406. package/dist/esm/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.d.ts +4 -0
  407. package/dist/esm/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.js +5 -0
  408. package/dist/esm/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.js.map +1 -1
  409. package/dist/esm/src/utils/abi/typechain/factories/SponsoredOFTInterface__factory.d.ts +221 -0
  410. package/dist/esm/src/utils/abi/typechain/factories/SponsoredOFTInterface__factory.js +290 -0
  411. package/dist/esm/src/utils/abi/typechain/factories/SponsoredOFTInterface__factory.js.map +1 -0
  412. package/dist/esm/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.d.ts +3 -3
  413. package/dist/esm/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.js +3 -3
  414. package/dist/esm/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.js.map +1 -1
  415. package/dist/esm/src/utils/abi/typechain/factories/TransferProxy__factory.d.ts +156 -0
  416. package/dist/esm/src/utils/abi/typechain/factories/TransferProxy__factory.js +206 -0
  417. package/dist/esm/src/utils/abi/typechain/factories/TransferProxy__factory.js.map +1 -0
  418. package/dist/esm/src/utils/abi/typechain/factories/TransparentUpgradeableProxy__factory.d.ts +88 -0
  419. package/dist/esm/src/utils/abi/typechain/factories/TransparentUpgradeableProxy__factory.js +125 -0
  420. package/dist/esm/src/utils/abi/typechain/factories/TransparentUpgradeableProxy__factory.js.map +1 -0
  421. package/dist/esm/src/utils/abi/typechain/factories/UpgradeableBeacon__factory.d.ts +115 -0
  422. package/dist/esm/src/utils/abi/typechain/factories/UpgradeableBeacon__factory.js +160 -0
  423. package/dist/esm/src/utils/abi/typechain/factories/UpgradeableBeacon__factory.js.map +1 -0
  424. package/dist/esm/src/utils/abi/typechain/factories/WithdrawImplementation__factory.d.ts +58 -0
  425. package/dist/esm/src/utils/abi/typechain/factories/WithdrawImplementation__factory.js +84 -0
  426. package/dist/esm/src/utils/abi/typechain/factories/WithdrawImplementation__factory.js.map +1 -0
  427. package/dist/esm/src/utils/abi/typechain/factories/ZkSync_SpokePool__factory.d.ts +58 -24
  428. package/dist/esm/src/utils/abi/typechain/factories/ZkSync_SpokePool__factory.js +75 -31
  429. package/dist/esm/src/utils/abi/typechain/factories/ZkSync_SpokePool__factory.js.map +1 -1
  430. package/dist/esm/src/utils/abi/typechain/factories/index.d.ts +27 -3
  431. package/dist/esm/src/utils/abi/typechain/factories/index.js +27 -3
  432. package/dist/esm/src/utils/abi/typechain/factories/index.js.map +1 -1
  433. package/dist/esm/src/utils/abi/typechain/index.d.ts +54 -6
  434. package/dist/esm/src/utils/abi/typechain/index.js +27 -3
  435. package/dist/esm/src/utils/abi/typechain/index.js.map +1 -1
  436. package/dist/esm/test/utils/utils.d.ts +1 -1
  437. package/dist/types/src/arch/svm/utils.d.ts.map +1 -1
  438. package/dist/types/src/clients/BundleDataClient/utils/SuperstructUtils.d.ts +94 -94
  439. package/dist/types/src/utils/AddressUtils.d.ts +0 -3
  440. package/dist/types/src/utils/AddressUtils.d.ts.map +1 -1
  441. package/dist/types/src/utils/abi/typechain/AccessControl.d.ts +5 -5
  442. package/dist/types/src/utils/abi/typechain/AccessControl.d.ts.map +1 -1
  443. package/dist/types/src/utils/abi/typechain/AdminWithdrawManager.d.ts +271 -0
  444. package/dist/types/src/utils/abi/typechain/AdminWithdrawManager.d.ts.map +1 -0
  445. package/dist/types/src/utils/abi/typechain/BeaconProxy.d.ts +42 -0
  446. package/dist/types/src/utils/abi/typechain/BeaconProxy.d.ts.map +1 -0
  447. package/dist/types/src/utils/abi/typechain/Clones.d.ts +28 -0
  448. package/dist/types/src/utils/abi/typechain/Clones.d.ts.map +1 -0
  449. package/dist/types/src/utils/abi/typechain/CounterfactualDeposit.d.ts +51 -0
  450. package/dist/types/src/utils/abi/typechain/CounterfactualDeposit.d.ts.map +1 -0
  451. package/dist/types/src/utils/abi/typechain/CounterfactualDepositCCTP.d.ts +86 -0
  452. package/dist/types/src/utils/abi/typechain/CounterfactualDepositCCTP.d.ts.map +1 -0
  453. package/dist/types/src/utils/abi/typechain/CounterfactualDepositFactory.d.ts +126 -0
  454. package/dist/types/src/utils/abi/typechain/CounterfactualDepositFactory.d.ts.map +1 -0
  455. package/dist/types/src/utils/abi/typechain/CounterfactualDepositFactoryTron.d.ts +126 -0
  456. package/dist/types/src/utils/abi/typechain/CounterfactualDepositFactoryTron.d.ts.map +1 -0
  457. package/dist/types/src/utils/abi/typechain/CounterfactualDepositOFT.d.ts +86 -0
  458. package/dist/types/src/utils/abi/typechain/CounterfactualDepositOFT.d.ts.map +1 -0
  459. package/dist/types/src/utils/abi/typechain/CounterfactualDepositSpokePool.d.ts +174 -0
  460. package/dist/types/src/utils/abi/typechain/CounterfactualDepositSpokePool.d.ts.map +1 -0
  461. package/dist/types/src/utils/abi/typechain/Create2.d.ts +28 -0
  462. package/dist/types/src/utils/abi/typechain/Create2.d.ts.map +1 -0
  463. package/dist/types/src/utils/abi/typechain/DonationBox.d.ts +115 -35
  464. package/dist/types/src/utils/abi/typechain/DonationBox.d.ts.map +1 -1
  465. package/dist/types/src/utils/abi/typechain/ECDSA.d.ts +28 -0
  466. package/dist/types/src/utils/abi/typechain/ECDSA.d.ts.map +1 -0
  467. package/dist/types/src/utils/abi/typechain/HyperliquidDepositHandler.d.ts +175 -48
  468. package/dist/types/src/utils/abi/typechain/HyperliquidDepositHandler.d.ts.map +1 -1
  469. package/dist/types/src/utils/abi/typechain/ICounterfactualDeposit.d.ts +51 -0
  470. package/dist/types/src/utils/abi/typechain/ICounterfactualDeposit.d.ts.map +1 -0
  471. package/dist/types/src/utils/abi/typechain/ICounterfactualDepositFactory.d.ts +126 -0
  472. package/dist/types/src/utils/abi/typechain/ICounterfactualDepositFactory.d.ts.map +1 -0
  473. package/dist/types/src/utils/abi/typechain/{SetUpTokens.d.ts → ICounterfactualImplementation.d.ts} +14 -22
  474. package/dist/types/src/utils/abi/typechain/ICounterfactualImplementation.d.ts.map +1 -0
  475. package/dist/types/src/utils/abi/typechain/IL2AssetRouter.d.ts +59 -0
  476. package/dist/types/src/utils/abi/typechain/IL2AssetRouter.d.ts.map +1 -0
  477. package/dist/types/src/utils/abi/typechain/ISpokePool.d.ts +945 -0
  478. package/dist/types/src/utils/abi/typechain/ISpokePool.d.ts.map +1 -0
  479. package/dist/types/src/utils/abi/typechain/ISponsoredCCTPSrcPeriphery.d.ts +112 -0
  480. package/dist/types/src/utils/abi/typechain/ISponsoredCCTPSrcPeriphery.d.ts.map +1 -0
  481. package/dist/types/src/utils/abi/typechain/ISponsoredOFTSrcPeriphery.d.ts +126 -0
  482. package/dist/types/src/utils/abi/typechain/ISponsoredOFTSrcPeriphery.d.ts.map +1 -0
  483. package/dist/types/src/utils/abi/typechain/ITransparentUpgradeableProxy.d.ts +86 -0
  484. package/dist/types/src/utils/abi/typechain/ITransparentUpgradeableProxy.d.ts.map +1 -0
  485. package/dist/types/src/utils/abi/typechain/Lens_SpokePool.d.ts +48 -32
  486. package/dist/types/src/utils/abi/typechain/Lens_SpokePool.d.ts.map +1 -1
  487. package/dist/types/src/utils/abi/typechain/MerkleProof.d.ts +28 -0
  488. package/dist/types/src/utils/abi/typechain/MerkleProof.d.ts.map +1 -0
  489. package/dist/types/src/utils/abi/typechain/ProxyAdmin.d.ts +114 -0
  490. package/dist/types/src/utils/abi/typechain/ProxyAdmin.d.ts.map +1 -0
  491. package/dist/types/src/utils/abi/typechain/ReentrancyGuard.d.ts +28 -0
  492. package/dist/types/src/utils/abi/typechain/ReentrancyGuard.d.ts.map +1 -0
  493. package/dist/types/src/utils/abi/typechain/SpokePoolPeriphery.d.ts +7 -6
  494. package/dist/types/src/utils/abi/typechain/SpokePoolPeriphery.d.ts.map +1 -1
  495. package/dist/types/src/utils/abi/typechain/SpokePoolPeripheryInterface.d.ts +7 -6
  496. package/dist/types/src/utils/abi/typechain/SpokePoolPeripheryInterface.d.ts.map +1 -1
  497. package/dist/types/src/utils/abi/typechain/SponsoredOFTInterface.d.ts +186 -0
  498. package/dist/types/src/utils/abi/typechain/SponsoredOFTInterface.d.ts.map +1 -0
  499. package/dist/types/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.d.ts +81 -79
  500. package/dist/types/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.d.ts.map +1 -1
  501. package/dist/types/src/utils/abi/typechain/TransferProxy.d.ts +111 -0
  502. package/dist/types/src/utils/abi/typechain/TransferProxy.d.ts.map +1 -0
  503. package/dist/types/src/utils/abi/typechain/TransparentUpgradeableProxy.d.ts +53 -0
  504. package/dist/types/src/utils/abi/typechain/TransparentUpgradeableProxy.d.ts.map +1 -0
  505. package/dist/types/src/utils/abi/typechain/UpgradeableBeacon.d.ts +123 -0
  506. package/dist/types/src/utils/abi/typechain/UpgradeableBeacon.d.ts.map +1 -0
  507. package/dist/types/src/utils/abi/typechain/WithdrawImplementation.d.ts +68 -0
  508. package/dist/types/src/utils/abi/typechain/WithdrawImplementation.d.ts.map +1 -0
  509. package/dist/types/src/utils/abi/typechain/ZkSync_SpokePool.d.ts +48 -32
  510. package/dist/types/src/utils/abi/typechain/ZkSync_SpokePool.d.ts.map +1 -1
  511. package/dist/types/src/utils/abi/typechain/factories/AccessControl__factory.d.ts +17 -1
  512. package/dist/types/src/utils/abi/typechain/factories/AccessControl__factory.d.ts.map +1 -1
  513. package/dist/types/src/utils/abi/typechain/factories/AdminWithdrawManager__factory.d.ts +299 -0
  514. package/dist/types/src/utils/abi/typechain/factories/AdminWithdrawManager__factory.d.ts.map +1 -0
  515. package/dist/types/src/utils/abi/typechain/factories/BeaconProxy__factory.d.ts +66 -0
  516. package/dist/types/src/utils/abi/typechain/factories/BeaconProxy__factory.d.ts.map +1 -0
  517. package/dist/types/src/utils/abi/typechain/factories/Clones__factory.d.ts +13 -0
  518. package/dist/types/src/utils/abi/typechain/factories/Clones__factory.d.ts.map +1 -0
  519. package/dist/types/src/utils/abi/typechain/factories/CounterfactualDepositCCTP__factory.d.ts +88 -0
  520. package/dist/types/src/utils/abi/typechain/factories/CounterfactualDepositCCTP__factory.d.ts.map +1 -0
  521. package/dist/types/src/utils/abi/typechain/factories/CounterfactualDepositFactoryTron__factory.d.ts +168 -0
  522. package/dist/types/src/utils/abi/typechain/factories/CounterfactualDepositFactoryTron__factory.d.ts.map +1 -0
  523. package/dist/types/src/utils/abi/typechain/factories/CounterfactualDepositFactory__factory.d.ts +168 -0
  524. package/dist/types/src/utils/abi/typechain/factories/CounterfactualDepositFactory__factory.d.ts.map +1 -0
  525. package/dist/types/src/utils/abi/typechain/factories/CounterfactualDepositOFT__factory.d.ts +88 -0
  526. package/dist/types/src/utils/abi/typechain/factories/CounterfactualDepositOFT__factory.d.ts.map +1 -0
  527. package/dist/types/src/utils/abi/typechain/factories/CounterfactualDepositSpokePool__factory.d.ts +219 -0
  528. package/dist/types/src/utils/abi/typechain/factories/CounterfactualDepositSpokePool__factory.d.ts.map +1 -0
  529. package/dist/types/src/utils/abi/typechain/factories/CounterfactualDeposit__factory.d.ts +38 -0
  530. package/dist/types/src/utils/abi/typechain/factories/CounterfactualDeposit__factory.d.ts.map +1 -0
  531. package/dist/types/src/utils/abi/typechain/factories/Create2__factory.d.ts +13 -0
  532. package/dist/types/src/utils/abi/typechain/factories/Create2__factory.d.ts.map +1 -0
  533. package/dist/types/src/utils/abi/typechain/factories/DonationBox__factory.d.ts +163 -8
  534. package/dist/types/src/utils/abi/typechain/factories/DonationBox__factory.d.ts.map +1 -1
  535. package/dist/types/src/utils/abi/typechain/factories/ECDSA__factory.d.ts +29 -0
  536. package/dist/types/src/utils/abi/typechain/factories/ECDSA__factory.d.ts.map +1 -0
  537. package/dist/types/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.d.ts +8 -0
  538. package/dist/types/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.d.ts.map +1 -1
  539. package/dist/types/src/utils/abi/typechain/factories/HyperCoreLib__factory.d.ts +4 -0
  540. package/dist/types/src/utils/abi/typechain/factories/HyperCoreLib__factory.d.ts.map +1 -1
  541. package/dist/types/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.d.ts +235 -41
  542. package/dist/types/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.d.ts.map +1 -1
  543. package/dist/types/src/utils/abi/typechain/factories/ICounterfactualDepositFactory__factory.d.ts +144 -0
  544. package/dist/types/src/utils/abi/typechain/factories/ICounterfactualDepositFactory__factory.d.ts.map +1 -0
  545. package/dist/types/src/utils/abi/typechain/factories/ICounterfactualDeposit__factory.d.ts +35 -0
  546. package/dist/types/src/utils/abi/typechain/factories/ICounterfactualDeposit__factory.d.ts.map +1 -0
  547. package/dist/types/src/utils/abi/typechain/factories/ICounterfactualImplementation__factory.d.ts +23 -0
  548. package/dist/types/src/utils/abi/typechain/factories/ICounterfactualImplementation__factory.d.ts.map +1 -0
  549. package/dist/types/src/utils/abi/typechain/factories/IL2AssetRouter__factory.d.ts +41 -0
  550. package/dist/types/src/utils/abi/typechain/factories/IL2AssetRouter__factory.d.ts.map +1 -0
  551. package/dist/types/src/utils/abi/typechain/factories/ISpokePool__factory.d.ts +1613 -0
  552. package/dist/types/src/utils/abi/typechain/factories/ISpokePool__factory.d.ts.map +1 -0
  553. package/dist/types/src/utils/abi/typechain/factories/ISponsoredCCTPSrcPeriphery__factory.d.ts +96 -0
  554. package/dist/types/src/utils/abi/typechain/factories/ISponsoredCCTPSrcPeriphery__factory.d.ts.map +1 -0
  555. package/dist/types/src/utils/abi/typechain/factories/ISponsoredOFTSrcPeriphery__factory.d.ts +106 -0
  556. package/dist/types/src/utils/abi/typechain/factories/ISponsoredOFTSrcPeriphery__factory.d.ts.map +1 -0
  557. package/dist/types/src/utils/abi/typechain/factories/ITransparentUpgradeableProxy__factory.d.ts +58 -0
  558. package/dist/types/src/utils/abi/typechain/factories/ITransparentUpgradeableProxy__factory.d.ts.map +1 -0
  559. package/dist/types/src/utils/abi/typechain/factories/Lens_SpokePool__factory.d.ts +58 -24
  560. package/dist/types/src/utils/abi/typechain/factories/Lens_SpokePool__factory.d.ts.map +1 -1
  561. package/dist/types/src/utils/abi/typechain/factories/MerkleProof__factory.d.ts +13 -0
  562. package/dist/types/src/utils/abi/typechain/factories/MerkleProof__factory.d.ts.map +1 -0
  563. package/dist/types/src/utils/abi/typechain/factories/Ownable__factory.d.ts +16 -0
  564. package/dist/types/src/utils/abi/typechain/factories/Ownable__factory.d.ts.map +1 -1
  565. package/dist/types/src/utils/abi/typechain/factories/ProxyAdmin__factory.d.ts +102 -0
  566. package/dist/types/src/utils/abi/typechain/factories/ProxyAdmin__factory.d.ts.map +1 -0
  567. package/dist/types/src/utils/abi/typechain/factories/ReentrancyGuard__factory.d.ts +13 -0
  568. package/dist/types/src/utils/abi/typechain/factories/ReentrancyGuard__factory.d.ts.map +1 -0
  569. package/dist/types/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.d.ts +4 -0
  570. package/dist/types/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.d.ts.map +1 -1
  571. package/dist/types/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.d.ts +4 -0
  572. package/dist/types/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.d.ts.map +1 -1
  573. package/dist/types/src/utils/abi/typechain/factories/SponsoredOFTInterface__factory.d.ts +222 -0
  574. package/dist/types/src/utils/abi/typechain/factories/SponsoredOFTInterface__factory.d.ts.map +1 -0
  575. package/dist/types/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.d.ts +3 -3
  576. package/dist/types/src/utils/abi/typechain/factories/TransferProxy__factory.d.ts +157 -0
  577. package/dist/types/src/utils/abi/typechain/factories/TransferProxy__factory.d.ts.map +1 -0
  578. package/dist/types/src/utils/abi/typechain/factories/TransparentUpgradeableProxy__factory.d.ts +89 -0
  579. package/dist/types/src/utils/abi/typechain/factories/TransparentUpgradeableProxy__factory.d.ts.map +1 -0
  580. package/dist/types/src/utils/abi/typechain/factories/UpgradeableBeacon__factory.d.ts +116 -0
  581. package/dist/types/src/utils/abi/typechain/factories/UpgradeableBeacon__factory.d.ts.map +1 -0
  582. package/dist/types/src/utils/abi/typechain/factories/WithdrawImplementation__factory.d.ts +59 -0
  583. package/dist/types/src/utils/abi/typechain/factories/WithdrawImplementation__factory.d.ts.map +1 -0
  584. package/dist/types/src/utils/abi/typechain/factories/ZkSync_SpokePool__factory.d.ts +58 -24
  585. package/dist/types/src/utils/abi/typechain/factories/ZkSync_SpokePool__factory.d.ts.map +1 -1
  586. package/dist/types/src/utils/abi/typechain/factories/index.d.ts +27 -3
  587. package/dist/types/src/utils/abi/typechain/factories/index.d.ts.map +1 -1
  588. package/dist/types/src/utils/abi/typechain/index.d.ts +54 -6
  589. package/dist/types/src/utils/abi/typechain/index.d.ts.map +1 -1
  590. package/dist/types/test/utils/utils.d.ts +1 -1
  591. package/dist/types/test/utils/utils.d.ts.map +1 -1
  592. package/package.json +2 -2
  593. package/src/arch/svm/utils.ts +2 -1
  594. package/src/utils/AddressUtils.ts +5 -17
  595. package/src/utils/ContractUtils.ts +1 -1
  596. package/src/utils/abi/contracts/AccessControl.json +22 -1
  597. package/src/utils/abi/contracts/AdminWithdrawManager.json +376 -0
  598. package/src/utils/abi/contracts/BeaconProxy.json +78 -0
  599. package/src/utils/abi/contracts/Clones.json +7 -0
  600. package/src/utils/abi/contracts/CounterfactualDeposit.json +39 -0
  601. package/src/utils/abi/contracts/CounterfactualDepositCCTP.json +104 -0
  602. package/src/utils/abi/contracts/CounterfactualDepositFactory.json +208 -0
  603. package/src/utils/abi/contracts/CounterfactualDepositFactoryTron.json +208 -0
  604. package/src/utils/abi/contracts/CounterfactualDepositOFT.json +104 -0
  605. package/src/utils/abi/contracts/CounterfactualDepositSpokePool.json +271 -0
  606. package/src/utils/abi/contracts/Create2.json +7 -0
  607. package/src/utils/abi/contracts/DonationBox.json +210 -8
  608. package/src/utils/abi/contracts/ECDSA.json +29 -0
  609. package/src/utils/abi/contracts/HyperCoreFlowExecutor.json +11 -0
  610. package/src/utils/abi/contracts/HyperCoreLib.json +5 -0
  611. package/src/utils/abi/contracts/HyperliquidDepositHandler.json +293 -44
  612. package/src/utils/abi/contracts/ICounterfactualDeposit.json +35 -0
  613. package/src/utils/abi/contracts/ICounterfactualDepositFactory.json +177 -0
  614. package/src/utils/abi/contracts/ICounterfactualImplementation.json +20 -0
  615. package/src/utils/abi/contracts/IL2AssetRouter.json +45 -0
  616. package/src/utils/abi/contracts/ISpokePool.json +2011 -0
  617. package/src/utils/abi/contracts/ISponsoredCCTPSrcPeriphery.json +112 -0
  618. package/src/utils/abi/contracts/ISponsoredOFTSrcPeriphery.json +126 -0
  619. package/src/utils/abi/contracts/ITransparentUpgradeableProxy.json +65 -0
  620. package/src/utils/abi/contracts/Lens_SpokePool.json +75 -31
  621. package/src/utils/abi/contracts/MerkleProof.json +7 -0
  622. package/src/utils/abi/contracts/Ownable.json +22 -0
  623. package/src/utils/abi/contracts/ProxyAdmin.json +123 -0
  624. package/src/utils/abi/contracts/ReentrancyGuard.json +7 -0
  625. package/src/utils/abi/contracts/SpokePoolPeriphery.json +5 -0
  626. package/src/utils/abi/contracts/SpokePoolPeripheryInterface.json +5 -0
  627. package/src/utils/abi/contracts/SponsoredOFTInterface.json +272 -0
  628. package/src/utils/abi/contracts/SponsoredOFTSrcPeriphery.json +3 -3
  629. package/src/utils/abi/contracts/TransferProxy.json +188 -0
  630. package/src/utils/abi/contracts/TransparentUpgradeableProxy.json +107 -0
  631. package/src/utils/abi/contracts/UpgradeableBeacon.json +142 -0
  632. package/src/utils/abi/contracts/WithdrawImplementation.json +66 -0
  633. package/src/utils/abi/contracts/ZkSync_SpokePool.json +75 -31
  634. package/src/utils/abi/typechain/AccessControl.ts +5 -5
  635. package/src/utils/abi/typechain/AdminWithdrawManager.ts +530 -0
  636. package/src/utils/abi/typechain/BeaconProxy.ts +74 -0
  637. package/src/utils/abi/typechain/Clones.ts +55 -0
  638. package/src/utils/abi/typechain/CounterfactualDeposit.ts +116 -0
  639. package/src/utils/abi/typechain/CounterfactualDepositCCTP.ts +181 -0
  640. package/src/utils/abi/typechain/CounterfactualDepositFactory.ts +332 -0
  641. package/src/utils/abi/typechain/CounterfactualDepositFactoryTron.ts +333 -0
  642. package/src/utils/abi/typechain/CounterfactualDepositOFT.ts +175 -0
  643. package/src/utils/abi/typechain/CounterfactualDepositSpokePool.ts +297 -0
  644. package/src/utils/abi/typechain/Create2.ts +55 -0
  645. package/src/utils/abi/typechain/DonationBox.ts +281 -51
  646. package/src/utils/abi/typechain/ECDSA.ts +55 -0
  647. package/src/utils/abi/typechain/HyperliquidDepositHandler.ts +237 -75
  648. package/src/utils/abi/typechain/ICounterfactualDeposit.ts +116 -0
  649. package/src/utils/abi/typechain/ICounterfactualDepositFactory.ts +333 -0
  650. package/src/utils/abi/typechain/{SetUpTokens.ts → ICounterfactualImplementation.ts} +35 -28
  651. package/src/utils/abi/typechain/IL2AssetRouter.ts +142 -0
  652. package/src/utils/abi/typechain/ISpokePool.ts +2167 -0
  653. package/src/utils/abi/typechain/ISponsoredCCTPSrcPeriphery.ts +173 -0
  654. package/src/utils/abi/typechain/ISponsoredOFTSrcPeriphery.ts +186 -0
  655. package/src/utils/abi/typechain/ITransparentUpgradeableProxy.ts +166 -0
  656. package/src/utils/abi/typechain/Lens_SpokePool.ts +102 -59
  657. package/src/utils/abi/typechain/MerkleProof.ts +55 -0
  658. package/src/utils/abi/typechain/ProxyAdmin.ts +246 -0
  659. package/src/utils/abi/typechain/ReentrancyGuard.ts +55 -0
  660. package/src/utils/abi/typechain/SpokePoolPeriphery.ts +7 -1
  661. package/src/utils/abi/typechain/SpokePoolPeripheryInterface.ts +7 -1
  662. package/src/utils/abi/typechain/SponsoredOFTInterface.ts +304 -0
  663. package/src/utils/abi/typechain/SponsoredOFTSrcPeriphery.ts +84 -82
  664. package/src/utils/abi/typechain/TransferProxy.ts +311 -0
  665. package/src/utils/abi/typechain/TransparentUpgradeableProxy.ts +91 -0
  666. package/src/utils/abi/typechain/UpgradeableBeacon.ts +239 -0
  667. package/src/utils/abi/typechain/WithdrawImplementation.ts +137 -0
  668. package/src/utils/abi/typechain/ZkSync_SpokePool.ts +102 -59
  669. package/src/utils/abi/typechain/factories/AccessControl__factory.ts +22 -1
  670. package/src/utils/abi/typechain/factories/AdminWithdrawManager__factory.ts +404 -0
  671. package/src/utils/abi/typechain/factories/BeaconProxy__factory.ts +99 -0
  672. package/src/utils/abi/typechain/factories/Clones__factory.ts +25 -0
  673. package/src/utils/abi/typechain/factories/CounterfactualDepositCCTP__factory.ts +132 -0
  674. package/src/utils/abi/typechain/factories/CounterfactualDepositFactoryTron__factory.ts +238 -0
  675. package/src/utils/abi/typechain/factories/CounterfactualDepositFactory__factory.ts +236 -0
  676. package/src/utils/abi/typechain/factories/CounterfactualDepositOFT__factory.ts +132 -0
  677. package/src/utils/abi/typechain/factories/CounterfactualDepositSpokePool__factory.ts +299 -0
  678. package/src/utils/abi/typechain/factories/CounterfactualDeposit__factory.ts +67 -0
  679. package/src/utils/abi/typechain/factories/Create2__factory.ts +28 -0
  680. package/src/utils/abi/typechain/factories/DonationBox__factory.ts +210 -8
  681. package/src/utils/abi/typechain/factories/ECDSA__factory.ts +47 -0
  682. package/src/utils/abi/typechain/factories/HyperCoreFlowExecutor__factory.ts +11 -0
  683. package/src/utils/abi/typechain/factories/HyperCoreLib__factory.ts +5 -0
  684. package/src/utils/abi/typechain/factories/HyperliquidDepositHandler__factory.ts +294 -45
  685. package/src/utils/abi/typechain/factories/ICounterfactualDepositFactory__factory.ts +205 -0
  686. package/src/utils/abi/typechain/factories/ICounterfactualDeposit__factory.ts +63 -0
  687. package/src/utils/abi/typechain/factories/ICounterfactualImplementation__factory.ts +48 -0
  688. package/src/utils/abi/typechain/factories/IL2AssetRouter__factory.ts +69 -0
  689. package/src/utils/abi/typechain/factories/ISpokePool__factory.ts +2033 -0
  690. package/src/utils/abi/typechain/factories/ISponsoredCCTPSrcPeriphery__factory.ts +140 -0
  691. package/src/utils/abi/typechain/factories/ISponsoredOFTSrcPeriphery__factory.ts +154 -0
  692. package/src/utils/abi/typechain/factories/ITransparentUpgradeableProxy__factory.ts +93 -0
  693. package/src/utils/abi/typechain/factories/Lens_SpokePool__factory.ts +75 -31
  694. package/src/utils/abi/typechain/factories/MerkleProof__factory.ts +28 -0
  695. package/src/utils/abi/typechain/factories/Ownable__factory.ts +22 -0
  696. package/src/utils/abi/typechain/factories/ProxyAdmin__factory.ts +144 -0
  697. package/src/utils/abi/typechain/factories/ReentrancyGuard__factory.ts +31 -0
  698. package/src/utils/abi/typechain/factories/SpokePoolPeripheryInterface__factory.ts +5 -0
  699. package/src/utils/abi/typechain/factories/SpokePoolPeriphery__factory.ts +5 -0
  700. package/src/utils/abi/typechain/factories/SponsoredOFTInterface__factory.ts +300 -0
  701. package/src/utils/abi/typechain/factories/SponsoredOFTSrcPeriphery__factory.ts +3 -3
  702. package/src/utils/abi/typechain/factories/TransferProxy__factory.ts +209 -0
  703. package/src/utils/abi/typechain/factories/TransparentUpgradeableProxy__factory.ts +135 -0
  704. package/src/utils/abi/typechain/factories/UpgradeableBeacon__factory.ts +166 -0
  705. package/src/utils/abi/typechain/factories/WithdrawImplementation__factory.ts +94 -0
  706. package/src/utils/abi/typechain/factories/ZkSync_SpokePool__factory.ts +75 -31
  707. package/src/utils/abi/typechain/factories/index.ts +27 -3
  708. package/src/utils/abi/typechain/index.ts +54 -6
  709. package/dist/cjs/src/utils/abi/typechain/CreateSponsoredDeposit.d.ts +0 -867
  710. package/dist/cjs/src/utils/abi/typechain/CreateSponsoredDeposit.js.map +0 -1
  711. package/dist/cjs/src/utils/abi/typechain/IHyperSwapRouter.d.ts +0 -94
  712. package/dist/cjs/src/utils/abi/typechain/IHyperSwapRouter.js.map +0 -1
  713. package/dist/cjs/src/utils/abi/typechain/SetUpTokens.js.map +0 -1
  714. package/dist/cjs/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.d.ts +0 -1113
  715. package/dist/cjs/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.js +0 -1465
  716. package/dist/cjs/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.js.map +0 -1
  717. package/dist/cjs/src/utils/abi/typechain/factories/IHyperSwapRouter__factory.d.ts +0 -69
  718. package/dist/cjs/src/utils/abi/typechain/factories/IHyperSwapRouter__factory.js +0 -100
  719. package/dist/cjs/src/utils/abi/typechain/factories/IHyperSwapRouter__factory.js.map +0 -1
  720. package/dist/cjs/src/utils/abi/typechain/factories/SetUpTokens__factory.d.ts +0 -48
  721. package/dist/cjs/src/utils/abi/typechain/factories/SetUpTokens__factory.js +0 -72
  722. package/dist/cjs/src/utils/abi/typechain/factories/SetUpTokens__factory.js.map +0 -1
  723. package/dist/esm/src/utils/abi/typechain/CreateSponsoredDeposit.d.ts +0 -867
  724. package/dist/esm/src/utils/abi/typechain/CreateSponsoredDeposit.js +0 -2
  725. package/dist/esm/src/utils/abi/typechain/CreateSponsoredDeposit.js.map +0 -1
  726. package/dist/esm/src/utils/abi/typechain/IHyperSwapRouter.d.ts +0 -94
  727. package/dist/esm/src/utils/abi/typechain/IHyperSwapRouter.js +0 -2
  728. package/dist/esm/src/utils/abi/typechain/IHyperSwapRouter.js.map +0 -1
  729. package/dist/esm/src/utils/abi/typechain/SetUpTokens.js +0 -2
  730. package/dist/esm/src/utils/abi/typechain/SetUpTokens.js.map +0 -1
  731. package/dist/esm/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.d.ts +0 -1113
  732. package/dist/esm/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.js +0 -1465
  733. package/dist/esm/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.js.map +0 -1
  734. package/dist/esm/src/utils/abi/typechain/factories/IHyperSwapRouter__factory.d.ts +0 -69
  735. package/dist/esm/src/utils/abi/typechain/factories/IHyperSwapRouter__factory.js +0 -100
  736. package/dist/esm/src/utils/abi/typechain/factories/IHyperSwapRouter__factory.js.map +0 -1
  737. package/dist/esm/src/utils/abi/typechain/factories/SetUpTokens__factory.d.ts +0 -48
  738. package/dist/esm/src/utils/abi/typechain/factories/SetUpTokens__factory.js +0 -72
  739. package/dist/esm/src/utils/abi/typechain/factories/SetUpTokens__factory.js.map +0 -1
  740. package/dist/types/src/utils/abi/typechain/CreateSponsoredDeposit.d.ts +0 -868
  741. package/dist/types/src/utils/abi/typechain/CreateSponsoredDeposit.d.ts.map +0 -1
  742. package/dist/types/src/utils/abi/typechain/IHyperSwapRouter.d.ts +0 -95
  743. package/dist/types/src/utils/abi/typechain/IHyperSwapRouter.d.ts.map +0 -1
  744. package/dist/types/src/utils/abi/typechain/SetUpTokens.d.ts.map +0 -1
  745. package/dist/types/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.d.ts +0 -1114
  746. package/dist/types/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.d.ts.map +0 -1
  747. package/dist/types/src/utils/abi/typechain/factories/IHyperSwapRouter__factory.d.ts +0 -70
  748. package/dist/types/src/utils/abi/typechain/factories/IHyperSwapRouter__factory.d.ts.map +0 -1
  749. package/dist/types/src/utils/abi/typechain/factories/SetUpTokens__factory.d.ts +0 -49
  750. package/dist/types/src/utils/abi/typechain/factories/SetUpTokens__factory.d.ts.map +0 -1
  751. package/src/utils/abi/contracts/CreateSponsoredDeposit.json +0 -1447
  752. package/src/utils/abi/contracts/IHyperSwapRouter.json +0 -82
  753. package/src/utils/abi/contracts/setUpTokens.json +0 -54
  754. package/src/utils/abi/typechain/CreateSponsoredDeposit.ts +0 -2003
  755. package/src/utils/abi/typechain/IHyperSwapRouter.ts +0 -173
  756. package/src/utils/abi/typechain/factories/CreateSponsoredDeposit__factory.ts +0 -1475
  757. package/src/utils/abi/typechain/factories/IHyperSwapRouter__factory.ts +0 -106
  758. package/src/utils/abi/typechain/factories/SetUpTokens__factory.ts +0 -75
@@ -0,0 +1,1612 @@
1
+ import { Signer } from "ethers";
2
+ import type { Provider } from "@ethersproject/providers";
3
+ import type { ISpokePool, ISpokePoolInterface } from "../ISpokePool";
4
+ export declare class ISpokePool__factory {
5
+ static readonly abi: readonly [{
6
+ readonly type: "function";
7
+ readonly name: "chainId";
8
+ readonly inputs: readonly [];
9
+ readonly outputs: readonly [{
10
+ readonly name: "";
11
+ readonly type: "uint256";
12
+ readonly internalType: "uint256";
13
+ }];
14
+ readonly stateMutability: "view";
15
+ }, {
16
+ readonly type: "function";
17
+ readonly name: "claimRelayerRefund";
18
+ readonly inputs: readonly [{
19
+ readonly name: "l2TokenAddress";
20
+ readonly type: "bytes32";
21
+ readonly internalType: "bytes32";
22
+ }, {
23
+ readonly name: "refundAddress";
24
+ readonly type: "bytes32";
25
+ readonly internalType: "bytes32";
26
+ }];
27
+ readonly outputs: readonly [];
28
+ readonly stateMutability: "nonpayable";
29
+ }, {
30
+ readonly type: "function";
31
+ readonly name: "deposit";
32
+ readonly inputs: readonly [{
33
+ readonly name: "depositor";
34
+ readonly type: "bytes32";
35
+ readonly internalType: "bytes32";
36
+ }, {
37
+ readonly name: "recipient";
38
+ readonly type: "bytes32";
39
+ readonly internalType: "bytes32";
40
+ }, {
41
+ readonly name: "inputToken";
42
+ readonly type: "bytes32";
43
+ readonly internalType: "bytes32";
44
+ }, {
45
+ readonly name: "outputToken";
46
+ readonly type: "bytes32";
47
+ readonly internalType: "bytes32";
48
+ }, {
49
+ readonly name: "inputAmount";
50
+ readonly type: "uint256";
51
+ readonly internalType: "uint256";
52
+ }, {
53
+ readonly name: "outputAmount";
54
+ readonly type: "uint256";
55
+ readonly internalType: "uint256";
56
+ }, {
57
+ readonly name: "destinationChainId";
58
+ readonly type: "uint256";
59
+ readonly internalType: "uint256";
60
+ }, {
61
+ readonly name: "exclusiveRelayer";
62
+ readonly type: "bytes32";
63
+ readonly internalType: "bytes32";
64
+ }, {
65
+ readonly name: "quoteTimestamp";
66
+ readonly type: "uint32";
67
+ readonly internalType: "uint32";
68
+ }, {
69
+ readonly name: "fillDeadline";
70
+ readonly type: "uint32";
71
+ readonly internalType: "uint32";
72
+ }, {
73
+ readonly name: "exclusivityDeadline";
74
+ readonly type: "uint32";
75
+ readonly internalType: "uint32";
76
+ }, {
77
+ readonly name: "message";
78
+ readonly type: "bytes";
79
+ readonly internalType: "bytes";
80
+ }];
81
+ readonly outputs: readonly [];
82
+ readonly stateMutability: "payable";
83
+ }, {
84
+ readonly type: "function";
85
+ readonly name: "depositDeprecated_5947912356";
86
+ readonly inputs: readonly [{
87
+ readonly name: "recipient";
88
+ readonly type: "address";
89
+ readonly internalType: "address";
90
+ }, {
91
+ readonly name: "originToken";
92
+ readonly type: "address";
93
+ readonly internalType: "address";
94
+ }, {
95
+ readonly name: "amount";
96
+ readonly type: "uint256";
97
+ readonly internalType: "uint256";
98
+ }, {
99
+ readonly name: "destinationChainId";
100
+ readonly type: "uint256";
101
+ readonly internalType: "uint256";
102
+ }, {
103
+ readonly name: "relayerFeePct";
104
+ readonly type: "int64";
105
+ readonly internalType: "int64";
106
+ }, {
107
+ readonly name: "quoteTimestamp";
108
+ readonly type: "uint32";
109
+ readonly internalType: "uint32";
110
+ }, {
111
+ readonly name: "message";
112
+ readonly type: "bytes";
113
+ readonly internalType: "bytes";
114
+ }, {
115
+ readonly name: "maxCount";
116
+ readonly type: "uint256";
117
+ readonly internalType: "uint256";
118
+ }];
119
+ readonly outputs: readonly [];
120
+ readonly stateMutability: "payable";
121
+ }, {
122
+ readonly type: "function";
123
+ readonly name: "depositFor";
124
+ readonly inputs: readonly [{
125
+ readonly name: "depositor";
126
+ readonly type: "address";
127
+ readonly internalType: "address";
128
+ }, {
129
+ readonly name: "recipient";
130
+ readonly type: "address";
131
+ readonly internalType: "address";
132
+ }, {
133
+ readonly name: "originToken";
134
+ readonly type: "address";
135
+ readonly internalType: "address";
136
+ }, {
137
+ readonly name: "amount";
138
+ readonly type: "uint256";
139
+ readonly internalType: "uint256";
140
+ }, {
141
+ readonly name: "destinationChainId";
142
+ readonly type: "uint256";
143
+ readonly internalType: "uint256";
144
+ }, {
145
+ readonly name: "relayerFeePct";
146
+ readonly type: "int64";
147
+ readonly internalType: "int64";
148
+ }, {
149
+ readonly name: "quoteTimestamp";
150
+ readonly type: "uint32";
151
+ readonly internalType: "uint32";
152
+ }, {
153
+ readonly name: "message";
154
+ readonly type: "bytes";
155
+ readonly internalType: "bytes";
156
+ }, {
157
+ readonly name: "maxCount";
158
+ readonly type: "uint256";
159
+ readonly internalType: "uint256";
160
+ }];
161
+ readonly outputs: readonly [];
162
+ readonly stateMutability: "payable";
163
+ }, {
164
+ readonly type: "function";
165
+ readonly name: "depositNow";
166
+ readonly inputs: readonly [{
167
+ readonly name: "depositor";
168
+ readonly type: "bytes32";
169
+ readonly internalType: "bytes32";
170
+ }, {
171
+ readonly name: "recipient";
172
+ readonly type: "bytes32";
173
+ readonly internalType: "bytes32";
174
+ }, {
175
+ readonly name: "inputToken";
176
+ readonly type: "bytes32";
177
+ readonly internalType: "bytes32";
178
+ }, {
179
+ readonly name: "outputToken";
180
+ readonly type: "bytes32";
181
+ readonly internalType: "bytes32";
182
+ }, {
183
+ readonly name: "inputAmount";
184
+ readonly type: "uint256";
185
+ readonly internalType: "uint256";
186
+ }, {
187
+ readonly name: "outputAmount";
188
+ readonly type: "uint256";
189
+ readonly internalType: "uint256";
190
+ }, {
191
+ readonly name: "destinationChainId";
192
+ readonly type: "uint256";
193
+ readonly internalType: "uint256";
194
+ }, {
195
+ readonly name: "exclusiveRelayer";
196
+ readonly type: "bytes32";
197
+ readonly internalType: "bytes32";
198
+ }, {
199
+ readonly name: "fillDeadlineOffset";
200
+ readonly type: "uint32";
201
+ readonly internalType: "uint32";
202
+ }, {
203
+ readonly name: "exclusivityDeadline";
204
+ readonly type: "uint32";
205
+ readonly internalType: "uint32";
206
+ }, {
207
+ readonly name: "message";
208
+ readonly type: "bytes";
209
+ readonly internalType: "bytes";
210
+ }];
211
+ readonly outputs: readonly [];
212
+ readonly stateMutability: "payable";
213
+ }, {
214
+ readonly type: "function";
215
+ readonly name: "depositV3";
216
+ readonly inputs: readonly [{
217
+ readonly name: "depositor";
218
+ readonly type: "address";
219
+ readonly internalType: "address";
220
+ }, {
221
+ readonly name: "recipient";
222
+ readonly type: "address";
223
+ readonly internalType: "address";
224
+ }, {
225
+ readonly name: "inputToken";
226
+ readonly type: "address";
227
+ readonly internalType: "address";
228
+ }, {
229
+ readonly name: "outputToken";
230
+ readonly type: "address";
231
+ readonly internalType: "address";
232
+ }, {
233
+ readonly name: "inputAmount";
234
+ readonly type: "uint256";
235
+ readonly internalType: "uint256";
236
+ }, {
237
+ readonly name: "outputAmount";
238
+ readonly type: "uint256";
239
+ readonly internalType: "uint256";
240
+ }, {
241
+ readonly name: "destinationChainId";
242
+ readonly type: "uint256";
243
+ readonly internalType: "uint256";
244
+ }, {
245
+ readonly name: "exclusiveRelayer";
246
+ readonly type: "address";
247
+ readonly internalType: "address";
248
+ }, {
249
+ readonly name: "quoteTimestamp";
250
+ readonly type: "uint32";
251
+ readonly internalType: "uint32";
252
+ }, {
253
+ readonly name: "fillDeadline";
254
+ readonly type: "uint32";
255
+ readonly internalType: "uint32";
256
+ }, {
257
+ readonly name: "exclusivityDeadline";
258
+ readonly type: "uint32";
259
+ readonly internalType: "uint32";
260
+ }, {
261
+ readonly name: "message";
262
+ readonly type: "bytes";
263
+ readonly internalType: "bytes";
264
+ }];
265
+ readonly outputs: readonly [];
266
+ readonly stateMutability: "payable";
267
+ }, {
268
+ readonly type: "function";
269
+ readonly name: "depositV3Now";
270
+ readonly inputs: readonly [{
271
+ readonly name: "depositor";
272
+ readonly type: "address";
273
+ readonly internalType: "address";
274
+ }, {
275
+ readonly name: "recipient";
276
+ readonly type: "address";
277
+ readonly internalType: "address";
278
+ }, {
279
+ readonly name: "inputToken";
280
+ readonly type: "address";
281
+ readonly internalType: "address";
282
+ }, {
283
+ readonly name: "outputToken";
284
+ readonly type: "address";
285
+ readonly internalType: "address";
286
+ }, {
287
+ readonly name: "inputAmount";
288
+ readonly type: "uint256";
289
+ readonly internalType: "uint256";
290
+ }, {
291
+ readonly name: "outputAmount";
292
+ readonly type: "uint256";
293
+ readonly internalType: "uint256";
294
+ }, {
295
+ readonly name: "destinationChainId";
296
+ readonly type: "uint256";
297
+ readonly internalType: "uint256";
298
+ }, {
299
+ readonly name: "exclusiveRelayer";
300
+ readonly type: "address";
301
+ readonly internalType: "address";
302
+ }, {
303
+ readonly name: "fillDeadlineOffset";
304
+ readonly type: "uint32";
305
+ readonly internalType: "uint32";
306
+ }, {
307
+ readonly name: "exclusivityDeadline";
308
+ readonly type: "uint32";
309
+ readonly internalType: "uint32";
310
+ }, {
311
+ readonly name: "message";
312
+ readonly type: "bytes";
313
+ readonly internalType: "bytes";
314
+ }];
315
+ readonly outputs: readonly [];
316
+ readonly stateMutability: "payable";
317
+ }, {
318
+ readonly type: "function";
319
+ readonly name: "emergencyDeleteRootBundle";
320
+ readonly inputs: readonly [{
321
+ readonly name: "rootBundleId";
322
+ readonly type: "uint256";
323
+ readonly internalType: "uint256";
324
+ }];
325
+ readonly outputs: readonly [];
326
+ readonly stateMutability: "nonpayable";
327
+ }, {
328
+ readonly type: "function";
329
+ readonly name: "executeRelayerRefundLeaf";
330
+ readonly inputs: readonly [{
331
+ readonly name: "rootBundleId";
332
+ readonly type: "uint32";
333
+ readonly internalType: "uint32";
334
+ }, {
335
+ readonly name: "relayerRefundLeaf";
336
+ readonly type: "tuple";
337
+ readonly internalType: "struct SpokePoolInterface.RelayerRefundLeaf";
338
+ readonly components: readonly [{
339
+ readonly name: "amountToReturn";
340
+ readonly type: "uint256";
341
+ readonly internalType: "uint256";
342
+ }, {
343
+ readonly name: "chainId";
344
+ readonly type: "uint256";
345
+ readonly internalType: "uint256";
346
+ }, {
347
+ readonly name: "refundAmounts";
348
+ readonly type: "uint256[]";
349
+ readonly internalType: "uint256[]";
350
+ }, {
351
+ readonly name: "leafId";
352
+ readonly type: "uint32";
353
+ readonly internalType: "uint32";
354
+ }, {
355
+ readonly name: "l2TokenAddress";
356
+ readonly type: "address";
357
+ readonly internalType: "address";
358
+ }, {
359
+ readonly name: "refundAddresses";
360
+ readonly type: "address[]";
361
+ readonly internalType: "address[]";
362
+ }];
363
+ }, {
364
+ readonly name: "proof";
365
+ readonly type: "bytes32[]";
366
+ readonly internalType: "bytes32[]";
367
+ }];
368
+ readonly outputs: readonly [];
369
+ readonly stateMutability: "payable";
370
+ }, {
371
+ readonly type: "function";
372
+ readonly name: "executeSlowRelayLeaf";
373
+ readonly inputs: readonly [{
374
+ readonly name: "slowFillLeaf";
375
+ readonly type: "tuple";
376
+ readonly internalType: "struct V3SpokePoolInterface.V3SlowFill";
377
+ readonly components: readonly [{
378
+ readonly name: "relayData";
379
+ readonly type: "tuple";
380
+ readonly internalType: "struct V3SpokePoolInterface.V3RelayData";
381
+ readonly components: readonly [{
382
+ readonly name: "depositor";
383
+ readonly type: "bytes32";
384
+ readonly internalType: "bytes32";
385
+ }, {
386
+ readonly name: "recipient";
387
+ readonly type: "bytes32";
388
+ readonly internalType: "bytes32";
389
+ }, {
390
+ readonly name: "exclusiveRelayer";
391
+ readonly type: "bytes32";
392
+ readonly internalType: "bytes32";
393
+ }, {
394
+ readonly name: "inputToken";
395
+ readonly type: "bytes32";
396
+ readonly internalType: "bytes32";
397
+ }, {
398
+ readonly name: "outputToken";
399
+ readonly type: "bytes32";
400
+ readonly internalType: "bytes32";
401
+ }, {
402
+ readonly name: "inputAmount";
403
+ readonly type: "uint256";
404
+ readonly internalType: "uint256";
405
+ }, {
406
+ readonly name: "outputAmount";
407
+ readonly type: "uint256";
408
+ readonly internalType: "uint256";
409
+ }, {
410
+ readonly name: "originChainId";
411
+ readonly type: "uint256";
412
+ readonly internalType: "uint256";
413
+ }, {
414
+ readonly name: "depositId";
415
+ readonly type: "uint256";
416
+ readonly internalType: "uint256";
417
+ }, {
418
+ readonly name: "fillDeadline";
419
+ readonly type: "uint32";
420
+ readonly internalType: "uint32";
421
+ }, {
422
+ readonly name: "exclusivityDeadline";
423
+ readonly type: "uint32";
424
+ readonly internalType: "uint32";
425
+ }, {
426
+ readonly name: "message";
427
+ readonly type: "bytes";
428
+ readonly internalType: "bytes";
429
+ }];
430
+ }, {
431
+ readonly name: "chainId";
432
+ readonly type: "uint256";
433
+ readonly internalType: "uint256";
434
+ }, {
435
+ readonly name: "updatedOutputAmount";
436
+ readonly type: "uint256";
437
+ readonly internalType: "uint256";
438
+ }];
439
+ }, {
440
+ readonly name: "rootBundleId";
441
+ readonly type: "uint32";
442
+ readonly internalType: "uint32";
443
+ }, {
444
+ readonly name: "proof";
445
+ readonly type: "bytes32[]";
446
+ readonly internalType: "bytes32[]";
447
+ }];
448
+ readonly outputs: readonly [];
449
+ readonly stateMutability: "nonpayable";
450
+ }, {
451
+ readonly type: "function";
452
+ readonly name: "fillRelay";
453
+ readonly inputs: readonly [{
454
+ readonly name: "relayData";
455
+ readonly type: "tuple";
456
+ readonly internalType: "struct V3SpokePoolInterface.V3RelayData";
457
+ readonly components: readonly [{
458
+ readonly name: "depositor";
459
+ readonly type: "bytes32";
460
+ readonly internalType: "bytes32";
461
+ }, {
462
+ readonly name: "recipient";
463
+ readonly type: "bytes32";
464
+ readonly internalType: "bytes32";
465
+ }, {
466
+ readonly name: "exclusiveRelayer";
467
+ readonly type: "bytes32";
468
+ readonly internalType: "bytes32";
469
+ }, {
470
+ readonly name: "inputToken";
471
+ readonly type: "bytes32";
472
+ readonly internalType: "bytes32";
473
+ }, {
474
+ readonly name: "outputToken";
475
+ readonly type: "bytes32";
476
+ readonly internalType: "bytes32";
477
+ }, {
478
+ readonly name: "inputAmount";
479
+ readonly type: "uint256";
480
+ readonly internalType: "uint256";
481
+ }, {
482
+ readonly name: "outputAmount";
483
+ readonly type: "uint256";
484
+ readonly internalType: "uint256";
485
+ }, {
486
+ readonly name: "originChainId";
487
+ readonly type: "uint256";
488
+ readonly internalType: "uint256";
489
+ }, {
490
+ readonly name: "depositId";
491
+ readonly type: "uint256";
492
+ readonly internalType: "uint256";
493
+ }, {
494
+ readonly name: "fillDeadline";
495
+ readonly type: "uint32";
496
+ readonly internalType: "uint32";
497
+ }, {
498
+ readonly name: "exclusivityDeadline";
499
+ readonly type: "uint32";
500
+ readonly internalType: "uint32";
501
+ }, {
502
+ readonly name: "message";
503
+ readonly type: "bytes";
504
+ readonly internalType: "bytes";
505
+ }];
506
+ }, {
507
+ readonly name: "repaymentChainId";
508
+ readonly type: "uint256";
509
+ readonly internalType: "uint256";
510
+ }, {
511
+ readonly name: "repaymentAddress";
512
+ readonly type: "bytes32";
513
+ readonly internalType: "bytes32";
514
+ }];
515
+ readonly outputs: readonly [];
516
+ readonly stateMutability: "nonpayable";
517
+ }, {
518
+ readonly type: "function";
519
+ readonly name: "fillRelayWithUpdatedDeposit";
520
+ readonly inputs: readonly [{
521
+ readonly name: "relayData";
522
+ readonly type: "tuple";
523
+ readonly internalType: "struct V3SpokePoolInterface.V3RelayData";
524
+ readonly components: readonly [{
525
+ readonly name: "depositor";
526
+ readonly type: "bytes32";
527
+ readonly internalType: "bytes32";
528
+ }, {
529
+ readonly name: "recipient";
530
+ readonly type: "bytes32";
531
+ readonly internalType: "bytes32";
532
+ }, {
533
+ readonly name: "exclusiveRelayer";
534
+ readonly type: "bytes32";
535
+ readonly internalType: "bytes32";
536
+ }, {
537
+ readonly name: "inputToken";
538
+ readonly type: "bytes32";
539
+ readonly internalType: "bytes32";
540
+ }, {
541
+ readonly name: "outputToken";
542
+ readonly type: "bytes32";
543
+ readonly internalType: "bytes32";
544
+ }, {
545
+ readonly name: "inputAmount";
546
+ readonly type: "uint256";
547
+ readonly internalType: "uint256";
548
+ }, {
549
+ readonly name: "outputAmount";
550
+ readonly type: "uint256";
551
+ readonly internalType: "uint256";
552
+ }, {
553
+ readonly name: "originChainId";
554
+ readonly type: "uint256";
555
+ readonly internalType: "uint256";
556
+ }, {
557
+ readonly name: "depositId";
558
+ readonly type: "uint256";
559
+ readonly internalType: "uint256";
560
+ }, {
561
+ readonly name: "fillDeadline";
562
+ readonly type: "uint32";
563
+ readonly internalType: "uint32";
564
+ }, {
565
+ readonly name: "exclusivityDeadline";
566
+ readonly type: "uint32";
567
+ readonly internalType: "uint32";
568
+ }, {
569
+ readonly name: "message";
570
+ readonly type: "bytes";
571
+ readonly internalType: "bytes";
572
+ }];
573
+ }, {
574
+ readonly name: "repaymentChainId";
575
+ readonly type: "uint256";
576
+ readonly internalType: "uint256";
577
+ }, {
578
+ readonly name: "repaymentAddress";
579
+ readonly type: "bytes32";
580
+ readonly internalType: "bytes32";
581
+ }, {
582
+ readonly name: "updatedOutputAmount";
583
+ readonly type: "uint256";
584
+ readonly internalType: "uint256";
585
+ }, {
586
+ readonly name: "updatedRecipient";
587
+ readonly type: "bytes32";
588
+ readonly internalType: "bytes32";
589
+ }, {
590
+ readonly name: "updatedMessage";
591
+ readonly type: "bytes";
592
+ readonly internalType: "bytes";
593
+ }, {
594
+ readonly name: "depositorSignature";
595
+ readonly type: "bytes";
596
+ readonly internalType: "bytes";
597
+ }];
598
+ readonly outputs: readonly [];
599
+ readonly stateMutability: "nonpayable";
600
+ }, {
601
+ readonly type: "function";
602
+ readonly name: "fillV3Relay";
603
+ readonly inputs: readonly [{
604
+ readonly name: "relayData";
605
+ readonly type: "tuple";
606
+ readonly internalType: "struct V3SpokePoolInterface.V3RelayDataLegacy";
607
+ readonly components: readonly [{
608
+ readonly name: "depositor";
609
+ readonly type: "address";
610
+ readonly internalType: "address";
611
+ }, {
612
+ readonly name: "recipient";
613
+ readonly type: "address";
614
+ readonly internalType: "address";
615
+ }, {
616
+ readonly name: "exclusiveRelayer";
617
+ readonly type: "address";
618
+ readonly internalType: "address";
619
+ }, {
620
+ readonly name: "inputToken";
621
+ readonly type: "address";
622
+ readonly internalType: "address";
623
+ }, {
624
+ readonly name: "outputToken";
625
+ readonly type: "address";
626
+ readonly internalType: "address";
627
+ }, {
628
+ readonly name: "inputAmount";
629
+ readonly type: "uint256";
630
+ readonly internalType: "uint256";
631
+ }, {
632
+ readonly name: "outputAmount";
633
+ readonly type: "uint256";
634
+ readonly internalType: "uint256";
635
+ }, {
636
+ readonly name: "originChainId";
637
+ readonly type: "uint256";
638
+ readonly internalType: "uint256";
639
+ }, {
640
+ readonly name: "depositId";
641
+ readonly type: "uint32";
642
+ readonly internalType: "uint32";
643
+ }, {
644
+ readonly name: "fillDeadline";
645
+ readonly type: "uint32";
646
+ readonly internalType: "uint32";
647
+ }, {
648
+ readonly name: "exclusivityDeadline";
649
+ readonly type: "uint32";
650
+ readonly internalType: "uint32";
651
+ }, {
652
+ readonly name: "message";
653
+ readonly type: "bytes";
654
+ readonly internalType: "bytes";
655
+ }];
656
+ }, {
657
+ readonly name: "repaymentChainId";
658
+ readonly type: "uint256";
659
+ readonly internalType: "uint256";
660
+ }];
661
+ readonly outputs: readonly [];
662
+ readonly stateMutability: "nonpayable";
663
+ }, {
664
+ readonly type: "function";
665
+ readonly name: "getUnsafeDepositId";
666
+ readonly inputs: readonly [{
667
+ readonly name: "msgSender";
668
+ readonly type: "address";
669
+ readonly internalType: "address";
670
+ }, {
671
+ readonly name: "depositor";
672
+ readonly type: "bytes32";
673
+ readonly internalType: "bytes32";
674
+ }, {
675
+ readonly name: "depositNonce";
676
+ readonly type: "uint256";
677
+ readonly internalType: "uint256";
678
+ }];
679
+ readonly outputs: readonly [{
680
+ readonly name: "";
681
+ readonly type: "uint256";
682
+ readonly internalType: "uint256";
683
+ }];
684
+ readonly stateMutability: "pure";
685
+ }, {
686
+ readonly type: "function";
687
+ readonly name: "numberOfDeposits";
688
+ readonly inputs: readonly [];
689
+ readonly outputs: readonly [{
690
+ readonly name: "";
691
+ readonly type: "uint32";
692
+ readonly internalType: "uint32";
693
+ }];
694
+ readonly stateMutability: "view";
695
+ }, {
696
+ readonly type: "function";
697
+ readonly name: "pauseDeposits";
698
+ readonly inputs: readonly [{
699
+ readonly name: "pause";
700
+ readonly type: "bool";
701
+ readonly internalType: "bool";
702
+ }];
703
+ readonly outputs: readonly [];
704
+ readonly stateMutability: "nonpayable";
705
+ }, {
706
+ readonly type: "function";
707
+ readonly name: "pauseFills";
708
+ readonly inputs: readonly [{
709
+ readonly name: "pause";
710
+ readonly type: "bool";
711
+ readonly internalType: "bool";
712
+ }];
713
+ readonly outputs: readonly [];
714
+ readonly stateMutability: "nonpayable";
715
+ }, {
716
+ readonly type: "function";
717
+ readonly name: "relayRootBundle";
718
+ readonly inputs: readonly [{
719
+ readonly name: "relayerRefundRoot";
720
+ readonly type: "bytes32";
721
+ readonly internalType: "bytes32";
722
+ }, {
723
+ readonly name: "slowRelayRoot";
724
+ readonly type: "bytes32";
725
+ readonly internalType: "bytes32";
726
+ }];
727
+ readonly outputs: readonly [];
728
+ readonly stateMutability: "nonpayable";
729
+ }, {
730
+ readonly type: "function";
731
+ readonly name: "requestSlowFill";
732
+ readonly inputs: readonly [{
733
+ readonly name: "relayData";
734
+ readonly type: "tuple";
735
+ readonly internalType: "struct V3SpokePoolInterface.V3RelayData";
736
+ readonly components: readonly [{
737
+ readonly name: "depositor";
738
+ readonly type: "bytes32";
739
+ readonly internalType: "bytes32";
740
+ }, {
741
+ readonly name: "recipient";
742
+ readonly type: "bytes32";
743
+ readonly internalType: "bytes32";
744
+ }, {
745
+ readonly name: "exclusiveRelayer";
746
+ readonly type: "bytes32";
747
+ readonly internalType: "bytes32";
748
+ }, {
749
+ readonly name: "inputToken";
750
+ readonly type: "bytes32";
751
+ readonly internalType: "bytes32";
752
+ }, {
753
+ readonly name: "outputToken";
754
+ readonly type: "bytes32";
755
+ readonly internalType: "bytes32";
756
+ }, {
757
+ readonly name: "inputAmount";
758
+ readonly type: "uint256";
759
+ readonly internalType: "uint256";
760
+ }, {
761
+ readonly name: "outputAmount";
762
+ readonly type: "uint256";
763
+ readonly internalType: "uint256";
764
+ }, {
765
+ readonly name: "originChainId";
766
+ readonly type: "uint256";
767
+ readonly internalType: "uint256";
768
+ }, {
769
+ readonly name: "depositId";
770
+ readonly type: "uint256";
771
+ readonly internalType: "uint256";
772
+ }, {
773
+ readonly name: "fillDeadline";
774
+ readonly type: "uint32";
775
+ readonly internalType: "uint32";
776
+ }, {
777
+ readonly name: "exclusivityDeadline";
778
+ readonly type: "uint32";
779
+ readonly internalType: "uint32";
780
+ }, {
781
+ readonly name: "message";
782
+ readonly type: "bytes";
783
+ readonly internalType: "bytes";
784
+ }];
785
+ }];
786
+ readonly outputs: readonly [];
787
+ readonly stateMutability: "nonpayable";
788
+ }, {
789
+ readonly type: "function";
790
+ readonly name: "setCrossDomainAdmin";
791
+ readonly inputs: readonly [{
792
+ readonly name: "newCrossDomainAdmin";
793
+ readonly type: "address";
794
+ readonly internalType: "address";
795
+ }];
796
+ readonly outputs: readonly [];
797
+ readonly stateMutability: "nonpayable";
798
+ }, {
799
+ readonly type: "function";
800
+ readonly name: "setWithdrawalRecipient";
801
+ readonly inputs: readonly [{
802
+ readonly name: "newWithdrawalRecipient";
803
+ readonly type: "address";
804
+ readonly internalType: "address";
805
+ }];
806
+ readonly outputs: readonly [];
807
+ readonly stateMutability: "nonpayable";
808
+ }, {
809
+ readonly type: "function";
810
+ readonly name: "speedUpDeposit";
811
+ readonly inputs: readonly [{
812
+ readonly name: "depositor";
813
+ readonly type: "bytes32";
814
+ readonly internalType: "bytes32";
815
+ }, {
816
+ readonly name: "depositId";
817
+ readonly type: "uint256";
818
+ readonly internalType: "uint256";
819
+ }, {
820
+ readonly name: "updatedOutputAmount";
821
+ readonly type: "uint256";
822
+ readonly internalType: "uint256";
823
+ }, {
824
+ readonly name: "updatedRecipient";
825
+ readonly type: "bytes32";
826
+ readonly internalType: "bytes32";
827
+ }, {
828
+ readonly name: "updatedMessage";
829
+ readonly type: "bytes";
830
+ readonly internalType: "bytes";
831
+ }, {
832
+ readonly name: "depositorSignature";
833
+ readonly type: "bytes";
834
+ readonly internalType: "bytes";
835
+ }];
836
+ readonly outputs: readonly [];
837
+ readonly stateMutability: "nonpayable";
838
+ }, {
839
+ readonly type: "function";
840
+ readonly name: "speedUpV3Deposit";
841
+ readonly inputs: readonly [{
842
+ readonly name: "depositor";
843
+ readonly type: "address";
844
+ readonly internalType: "address";
845
+ }, {
846
+ readonly name: "depositId";
847
+ readonly type: "uint256";
848
+ readonly internalType: "uint256";
849
+ }, {
850
+ readonly name: "updatedOutputAmount";
851
+ readonly type: "uint256";
852
+ readonly internalType: "uint256";
853
+ }, {
854
+ readonly name: "updatedRecipient";
855
+ readonly type: "address";
856
+ readonly internalType: "address";
857
+ }, {
858
+ readonly name: "updatedMessage";
859
+ readonly type: "bytes";
860
+ readonly internalType: "bytes";
861
+ }, {
862
+ readonly name: "depositorSignature";
863
+ readonly type: "bytes";
864
+ readonly internalType: "bytes";
865
+ }];
866
+ readonly outputs: readonly [];
867
+ readonly stateMutability: "nonpayable";
868
+ }, {
869
+ readonly type: "function";
870
+ readonly name: "unsafeDeposit";
871
+ readonly inputs: readonly [{
872
+ readonly name: "depositor";
873
+ readonly type: "bytes32";
874
+ readonly internalType: "bytes32";
875
+ }, {
876
+ readonly name: "recipient";
877
+ readonly type: "bytes32";
878
+ readonly internalType: "bytes32";
879
+ }, {
880
+ readonly name: "inputToken";
881
+ readonly type: "bytes32";
882
+ readonly internalType: "bytes32";
883
+ }, {
884
+ readonly name: "outputToken";
885
+ readonly type: "bytes32";
886
+ readonly internalType: "bytes32";
887
+ }, {
888
+ readonly name: "inputAmount";
889
+ readonly type: "uint256";
890
+ readonly internalType: "uint256";
891
+ }, {
892
+ readonly name: "outputAmount";
893
+ readonly type: "uint256";
894
+ readonly internalType: "uint256";
895
+ }, {
896
+ readonly name: "destinationChainId";
897
+ readonly type: "uint256";
898
+ readonly internalType: "uint256";
899
+ }, {
900
+ readonly name: "exclusiveRelayer";
901
+ readonly type: "bytes32";
902
+ readonly internalType: "bytes32";
903
+ }, {
904
+ readonly name: "depositNonce";
905
+ readonly type: "uint256";
906
+ readonly internalType: "uint256";
907
+ }, {
908
+ readonly name: "quoteTimestamp";
909
+ readonly type: "uint32";
910
+ readonly internalType: "uint32";
911
+ }, {
912
+ readonly name: "fillDeadline";
913
+ readonly type: "uint32";
914
+ readonly internalType: "uint32";
915
+ }, {
916
+ readonly name: "exclusivityParameter";
917
+ readonly type: "uint32";
918
+ readonly internalType: "uint32";
919
+ }, {
920
+ readonly name: "message";
921
+ readonly type: "bytes";
922
+ readonly internalType: "bytes";
923
+ }];
924
+ readonly outputs: readonly [];
925
+ readonly stateMutability: "payable";
926
+ }, {
927
+ readonly type: "event";
928
+ readonly name: "ClaimedRelayerRefund";
929
+ readonly inputs: readonly [{
930
+ readonly name: "l2TokenAddress";
931
+ readonly type: "bytes32";
932
+ readonly indexed: true;
933
+ readonly internalType: "bytes32";
934
+ }, {
935
+ readonly name: "refundAddress";
936
+ readonly type: "bytes32";
937
+ readonly indexed: true;
938
+ readonly internalType: "bytes32";
939
+ }, {
940
+ readonly name: "amount";
941
+ readonly type: "uint256";
942
+ readonly indexed: false;
943
+ readonly internalType: "uint256";
944
+ }, {
945
+ readonly name: "caller";
946
+ readonly type: "address";
947
+ readonly indexed: true;
948
+ readonly internalType: "address";
949
+ }];
950
+ readonly anonymous: false;
951
+ }, {
952
+ readonly type: "event";
953
+ readonly name: "FilledRelay";
954
+ readonly inputs: readonly [{
955
+ readonly name: "inputToken";
956
+ readonly type: "bytes32";
957
+ readonly indexed: false;
958
+ readonly internalType: "bytes32";
959
+ }, {
960
+ readonly name: "outputToken";
961
+ readonly type: "bytes32";
962
+ readonly indexed: false;
963
+ readonly internalType: "bytes32";
964
+ }, {
965
+ readonly name: "inputAmount";
966
+ readonly type: "uint256";
967
+ readonly indexed: false;
968
+ readonly internalType: "uint256";
969
+ }, {
970
+ readonly name: "outputAmount";
971
+ readonly type: "uint256";
972
+ readonly indexed: false;
973
+ readonly internalType: "uint256";
974
+ }, {
975
+ readonly name: "repaymentChainId";
976
+ readonly type: "uint256";
977
+ readonly indexed: false;
978
+ readonly internalType: "uint256";
979
+ }, {
980
+ readonly name: "originChainId";
981
+ readonly type: "uint256";
982
+ readonly indexed: true;
983
+ readonly internalType: "uint256";
984
+ }, {
985
+ readonly name: "depositId";
986
+ readonly type: "uint256";
987
+ readonly indexed: true;
988
+ readonly internalType: "uint256";
989
+ }, {
990
+ readonly name: "fillDeadline";
991
+ readonly type: "uint32";
992
+ readonly indexed: false;
993
+ readonly internalType: "uint32";
994
+ }, {
995
+ readonly name: "exclusivityDeadline";
996
+ readonly type: "uint32";
997
+ readonly indexed: false;
998
+ readonly internalType: "uint32";
999
+ }, {
1000
+ readonly name: "exclusiveRelayer";
1001
+ readonly type: "bytes32";
1002
+ readonly indexed: false;
1003
+ readonly internalType: "bytes32";
1004
+ }, {
1005
+ readonly name: "relayer";
1006
+ readonly type: "bytes32";
1007
+ readonly indexed: true;
1008
+ readonly internalType: "bytes32";
1009
+ }, {
1010
+ readonly name: "depositor";
1011
+ readonly type: "bytes32";
1012
+ readonly indexed: false;
1013
+ readonly internalType: "bytes32";
1014
+ }, {
1015
+ readonly name: "recipient";
1016
+ readonly type: "bytes32";
1017
+ readonly indexed: false;
1018
+ readonly internalType: "bytes32";
1019
+ }, {
1020
+ readonly name: "messageHash";
1021
+ readonly type: "bytes32";
1022
+ readonly indexed: false;
1023
+ readonly internalType: "bytes32";
1024
+ }, {
1025
+ readonly name: "relayExecutionInfo";
1026
+ readonly type: "tuple";
1027
+ readonly indexed: false;
1028
+ readonly internalType: "struct V3SpokePoolInterface.V3RelayExecutionEventInfo";
1029
+ readonly components: readonly [{
1030
+ readonly name: "updatedRecipient";
1031
+ readonly type: "bytes32";
1032
+ readonly internalType: "bytes32";
1033
+ }, {
1034
+ readonly name: "updatedMessageHash";
1035
+ readonly type: "bytes32";
1036
+ readonly internalType: "bytes32";
1037
+ }, {
1038
+ readonly name: "updatedOutputAmount";
1039
+ readonly type: "uint256";
1040
+ readonly internalType: "uint256";
1041
+ }, {
1042
+ readonly name: "fillType";
1043
+ readonly type: "uint8";
1044
+ readonly internalType: "enum V3SpokePoolInterface.FillType";
1045
+ }];
1046
+ }];
1047
+ readonly anonymous: false;
1048
+ }, {
1049
+ readonly type: "event";
1050
+ readonly name: "FilledV3Relay";
1051
+ readonly inputs: readonly [{
1052
+ readonly name: "inputToken";
1053
+ readonly type: "address";
1054
+ readonly indexed: false;
1055
+ readonly internalType: "address";
1056
+ }, {
1057
+ readonly name: "outputToken";
1058
+ readonly type: "address";
1059
+ readonly indexed: false;
1060
+ readonly internalType: "address";
1061
+ }, {
1062
+ readonly name: "inputAmount";
1063
+ readonly type: "uint256";
1064
+ readonly indexed: false;
1065
+ readonly internalType: "uint256";
1066
+ }, {
1067
+ readonly name: "outputAmount";
1068
+ readonly type: "uint256";
1069
+ readonly indexed: false;
1070
+ readonly internalType: "uint256";
1071
+ }, {
1072
+ readonly name: "repaymentChainId";
1073
+ readonly type: "uint256";
1074
+ readonly indexed: false;
1075
+ readonly internalType: "uint256";
1076
+ }, {
1077
+ readonly name: "originChainId";
1078
+ readonly type: "uint256";
1079
+ readonly indexed: true;
1080
+ readonly internalType: "uint256";
1081
+ }, {
1082
+ readonly name: "depositId";
1083
+ readonly type: "uint32";
1084
+ readonly indexed: true;
1085
+ readonly internalType: "uint32";
1086
+ }, {
1087
+ readonly name: "fillDeadline";
1088
+ readonly type: "uint32";
1089
+ readonly indexed: false;
1090
+ readonly internalType: "uint32";
1091
+ }, {
1092
+ readonly name: "exclusivityDeadline";
1093
+ readonly type: "uint32";
1094
+ readonly indexed: false;
1095
+ readonly internalType: "uint32";
1096
+ }, {
1097
+ readonly name: "exclusiveRelayer";
1098
+ readonly type: "address";
1099
+ readonly indexed: false;
1100
+ readonly internalType: "address";
1101
+ }, {
1102
+ readonly name: "relayer";
1103
+ readonly type: "address";
1104
+ readonly indexed: true;
1105
+ readonly internalType: "address";
1106
+ }, {
1107
+ readonly name: "depositor";
1108
+ readonly type: "address";
1109
+ readonly indexed: false;
1110
+ readonly internalType: "address";
1111
+ }, {
1112
+ readonly name: "recipient";
1113
+ readonly type: "address";
1114
+ readonly indexed: false;
1115
+ readonly internalType: "address";
1116
+ }, {
1117
+ readonly name: "message";
1118
+ readonly type: "bytes";
1119
+ readonly indexed: false;
1120
+ readonly internalType: "bytes";
1121
+ }, {
1122
+ readonly name: "relayExecutionInfo";
1123
+ readonly type: "tuple";
1124
+ readonly indexed: false;
1125
+ readonly internalType: "struct V3SpokePoolInterface.LegacyV3RelayExecutionEventInfo";
1126
+ readonly components: readonly [{
1127
+ readonly name: "updatedRecipient";
1128
+ readonly type: "address";
1129
+ readonly internalType: "address";
1130
+ }, {
1131
+ readonly name: "updatedMessage";
1132
+ readonly type: "bytes";
1133
+ readonly internalType: "bytes";
1134
+ }, {
1135
+ readonly name: "updatedOutputAmount";
1136
+ readonly type: "uint256";
1137
+ readonly internalType: "uint256";
1138
+ }, {
1139
+ readonly name: "fillType";
1140
+ readonly type: "uint8";
1141
+ readonly internalType: "enum V3SpokePoolInterface.FillType";
1142
+ }];
1143
+ }];
1144
+ readonly anonymous: false;
1145
+ }, {
1146
+ readonly type: "event";
1147
+ readonly name: "FundsDeposited";
1148
+ readonly inputs: readonly [{
1149
+ readonly name: "inputToken";
1150
+ readonly type: "bytes32";
1151
+ readonly indexed: false;
1152
+ readonly internalType: "bytes32";
1153
+ }, {
1154
+ readonly name: "outputToken";
1155
+ readonly type: "bytes32";
1156
+ readonly indexed: false;
1157
+ readonly internalType: "bytes32";
1158
+ }, {
1159
+ readonly name: "inputAmount";
1160
+ readonly type: "uint256";
1161
+ readonly indexed: false;
1162
+ readonly internalType: "uint256";
1163
+ }, {
1164
+ readonly name: "outputAmount";
1165
+ readonly type: "uint256";
1166
+ readonly indexed: false;
1167
+ readonly internalType: "uint256";
1168
+ }, {
1169
+ readonly name: "destinationChainId";
1170
+ readonly type: "uint256";
1171
+ readonly indexed: true;
1172
+ readonly internalType: "uint256";
1173
+ }, {
1174
+ readonly name: "depositId";
1175
+ readonly type: "uint256";
1176
+ readonly indexed: true;
1177
+ readonly internalType: "uint256";
1178
+ }, {
1179
+ readonly name: "quoteTimestamp";
1180
+ readonly type: "uint32";
1181
+ readonly indexed: false;
1182
+ readonly internalType: "uint32";
1183
+ }, {
1184
+ readonly name: "fillDeadline";
1185
+ readonly type: "uint32";
1186
+ readonly indexed: false;
1187
+ readonly internalType: "uint32";
1188
+ }, {
1189
+ readonly name: "exclusivityDeadline";
1190
+ readonly type: "uint32";
1191
+ readonly indexed: false;
1192
+ readonly internalType: "uint32";
1193
+ }, {
1194
+ readonly name: "depositor";
1195
+ readonly type: "bytes32";
1196
+ readonly indexed: true;
1197
+ readonly internalType: "bytes32";
1198
+ }, {
1199
+ readonly name: "recipient";
1200
+ readonly type: "bytes32";
1201
+ readonly indexed: false;
1202
+ readonly internalType: "bytes32";
1203
+ }, {
1204
+ readonly name: "exclusiveRelayer";
1205
+ readonly type: "bytes32";
1206
+ readonly indexed: false;
1207
+ readonly internalType: "bytes32";
1208
+ }, {
1209
+ readonly name: "message";
1210
+ readonly type: "bytes";
1211
+ readonly indexed: false;
1212
+ readonly internalType: "bytes";
1213
+ }];
1214
+ readonly anonymous: false;
1215
+ }, {
1216
+ readonly type: "event";
1217
+ readonly name: "RequestedSlowFill";
1218
+ readonly inputs: readonly [{
1219
+ readonly name: "inputToken";
1220
+ readonly type: "bytes32";
1221
+ readonly indexed: false;
1222
+ readonly internalType: "bytes32";
1223
+ }, {
1224
+ readonly name: "outputToken";
1225
+ readonly type: "bytes32";
1226
+ readonly indexed: false;
1227
+ readonly internalType: "bytes32";
1228
+ }, {
1229
+ readonly name: "inputAmount";
1230
+ readonly type: "uint256";
1231
+ readonly indexed: false;
1232
+ readonly internalType: "uint256";
1233
+ }, {
1234
+ readonly name: "outputAmount";
1235
+ readonly type: "uint256";
1236
+ readonly indexed: false;
1237
+ readonly internalType: "uint256";
1238
+ }, {
1239
+ readonly name: "originChainId";
1240
+ readonly type: "uint256";
1241
+ readonly indexed: true;
1242
+ readonly internalType: "uint256";
1243
+ }, {
1244
+ readonly name: "depositId";
1245
+ readonly type: "uint256";
1246
+ readonly indexed: true;
1247
+ readonly internalType: "uint256";
1248
+ }, {
1249
+ readonly name: "fillDeadline";
1250
+ readonly type: "uint32";
1251
+ readonly indexed: false;
1252
+ readonly internalType: "uint32";
1253
+ }, {
1254
+ readonly name: "exclusivityDeadline";
1255
+ readonly type: "uint32";
1256
+ readonly indexed: false;
1257
+ readonly internalType: "uint32";
1258
+ }, {
1259
+ readonly name: "exclusiveRelayer";
1260
+ readonly type: "bytes32";
1261
+ readonly indexed: false;
1262
+ readonly internalType: "bytes32";
1263
+ }, {
1264
+ readonly name: "depositor";
1265
+ readonly type: "bytes32";
1266
+ readonly indexed: false;
1267
+ readonly internalType: "bytes32";
1268
+ }, {
1269
+ readonly name: "recipient";
1270
+ readonly type: "bytes32";
1271
+ readonly indexed: false;
1272
+ readonly internalType: "bytes32";
1273
+ }, {
1274
+ readonly name: "messageHash";
1275
+ readonly type: "bytes32";
1276
+ readonly indexed: false;
1277
+ readonly internalType: "bytes32";
1278
+ }];
1279
+ readonly anonymous: false;
1280
+ }, {
1281
+ readonly type: "event";
1282
+ readonly name: "RequestedSpeedUpDeposit";
1283
+ readonly inputs: readonly [{
1284
+ readonly name: "updatedOutputAmount";
1285
+ readonly type: "uint256";
1286
+ readonly indexed: false;
1287
+ readonly internalType: "uint256";
1288
+ }, {
1289
+ readonly name: "depositId";
1290
+ readonly type: "uint256";
1291
+ readonly indexed: true;
1292
+ readonly internalType: "uint256";
1293
+ }, {
1294
+ readonly name: "depositor";
1295
+ readonly type: "bytes32";
1296
+ readonly indexed: true;
1297
+ readonly internalType: "bytes32";
1298
+ }, {
1299
+ readonly name: "updatedRecipient";
1300
+ readonly type: "bytes32";
1301
+ readonly indexed: false;
1302
+ readonly internalType: "bytes32";
1303
+ }, {
1304
+ readonly name: "updatedMessage";
1305
+ readonly type: "bytes";
1306
+ readonly indexed: false;
1307
+ readonly internalType: "bytes";
1308
+ }, {
1309
+ readonly name: "depositorSignature";
1310
+ readonly type: "bytes";
1311
+ readonly indexed: false;
1312
+ readonly internalType: "bytes";
1313
+ }];
1314
+ readonly anonymous: false;
1315
+ }, {
1316
+ readonly type: "event";
1317
+ readonly name: "RequestedSpeedUpV3Deposit";
1318
+ readonly inputs: readonly [{
1319
+ readonly name: "updatedOutputAmount";
1320
+ readonly type: "uint256";
1321
+ readonly indexed: false;
1322
+ readonly internalType: "uint256";
1323
+ }, {
1324
+ readonly name: "depositId";
1325
+ readonly type: "uint32";
1326
+ readonly indexed: true;
1327
+ readonly internalType: "uint32";
1328
+ }, {
1329
+ readonly name: "depositor";
1330
+ readonly type: "address";
1331
+ readonly indexed: true;
1332
+ readonly internalType: "address";
1333
+ }, {
1334
+ readonly name: "updatedRecipient";
1335
+ readonly type: "address";
1336
+ readonly indexed: false;
1337
+ readonly internalType: "address";
1338
+ }, {
1339
+ readonly name: "updatedMessage";
1340
+ readonly type: "bytes";
1341
+ readonly indexed: false;
1342
+ readonly internalType: "bytes";
1343
+ }, {
1344
+ readonly name: "depositorSignature";
1345
+ readonly type: "bytes";
1346
+ readonly indexed: false;
1347
+ readonly internalType: "bytes";
1348
+ }];
1349
+ readonly anonymous: false;
1350
+ }, {
1351
+ readonly type: "event";
1352
+ readonly name: "RequestedV3SlowFill";
1353
+ readonly inputs: readonly [{
1354
+ readonly name: "inputToken";
1355
+ readonly type: "address";
1356
+ readonly indexed: false;
1357
+ readonly internalType: "address";
1358
+ }, {
1359
+ readonly name: "outputToken";
1360
+ readonly type: "address";
1361
+ readonly indexed: false;
1362
+ readonly internalType: "address";
1363
+ }, {
1364
+ readonly name: "inputAmount";
1365
+ readonly type: "uint256";
1366
+ readonly indexed: false;
1367
+ readonly internalType: "uint256";
1368
+ }, {
1369
+ readonly name: "outputAmount";
1370
+ readonly type: "uint256";
1371
+ readonly indexed: false;
1372
+ readonly internalType: "uint256";
1373
+ }, {
1374
+ readonly name: "originChainId";
1375
+ readonly type: "uint256";
1376
+ readonly indexed: true;
1377
+ readonly internalType: "uint256";
1378
+ }, {
1379
+ readonly name: "depositId";
1380
+ readonly type: "uint32";
1381
+ readonly indexed: true;
1382
+ readonly internalType: "uint32";
1383
+ }, {
1384
+ readonly name: "fillDeadline";
1385
+ readonly type: "uint32";
1386
+ readonly indexed: false;
1387
+ readonly internalType: "uint32";
1388
+ }, {
1389
+ readonly name: "exclusivityDeadline";
1390
+ readonly type: "uint32";
1391
+ readonly indexed: false;
1392
+ readonly internalType: "uint32";
1393
+ }, {
1394
+ readonly name: "exclusiveRelayer";
1395
+ readonly type: "address";
1396
+ readonly indexed: false;
1397
+ readonly internalType: "address";
1398
+ }, {
1399
+ readonly name: "depositor";
1400
+ readonly type: "address";
1401
+ readonly indexed: false;
1402
+ readonly internalType: "address";
1403
+ }, {
1404
+ readonly name: "recipient";
1405
+ readonly type: "address";
1406
+ readonly indexed: false;
1407
+ readonly internalType: "address";
1408
+ }, {
1409
+ readonly name: "message";
1410
+ readonly type: "bytes";
1411
+ readonly indexed: false;
1412
+ readonly internalType: "bytes";
1413
+ }];
1414
+ readonly anonymous: false;
1415
+ }, {
1416
+ readonly type: "event";
1417
+ readonly name: "V3FundsDeposited";
1418
+ readonly inputs: readonly [{
1419
+ readonly name: "inputToken";
1420
+ readonly type: "address";
1421
+ readonly indexed: false;
1422
+ readonly internalType: "address";
1423
+ }, {
1424
+ readonly name: "outputToken";
1425
+ readonly type: "address";
1426
+ readonly indexed: false;
1427
+ readonly internalType: "address";
1428
+ }, {
1429
+ readonly name: "inputAmount";
1430
+ readonly type: "uint256";
1431
+ readonly indexed: false;
1432
+ readonly internalType: "uint256";
1433
+ }, {
1434
+ readonly name: "outputAmount";
1435
+ readonly type: "uint256";
1436
+ readonly indexed: false;
1437
+ readonly internalType: "uint256";
1438
+ }, {
1439
+ readonly name: "destinationChainId";
1440
+ readonly type: "uint256";
1441
+ readonly indexed: true;
1442
+ readonly internalType: "uint256";
1443
+ }, {
1444
+ readonly name: "depositId";
1445
+ readonly type: "uint32";
1446
+ readonly indexed: true;
1447
+ readonly internalType: "uint32";
1448
+ }, {
1449
+ readonly name: "quoteTimestamp";
1450
+ readonly type: "uint32";
1451
+ readonly indexed: false;
1452
+ readonly internalType: "uint32";
1453
+ }, {
1454
+ readonly name: "fillDeadline";
1455
+ readonly type: "uint32";
1456
+ readonly indexed: false;
1457
+ readonly internalType: "uint32";
1458
+ }, {
1459
+ readonly name: "exclusivityDeadline";
1460
+ readonly type: "uint32";
1461
+ readonly indexed: false;
1462
+ readonly internalType: "uint32";
1463
+ }, {
1464
+ readonly name: "depositor";
1465
+ readonly type: "address";
1466
+ readonly indexed: true;
1467
+ readonly internalType: "address";
1468
+ }, {
1469
+ readonly name: "recipient";
1470
+ readonly type: "address";
1471
+ readonly indexed: false;
1472
+ readonly internalType: "address";
1473
+ }, {
1474
+ readonly name: "exclusiveRelayer";
1475
+ readonly type: "address";
1476
+ readonly indexed: false;
1477
+ readonly internalType: "address";
1478
+ }, {
1479
+ readonly name: "message";
1480
+ readonly type: "bytes";
1481
+ readonly indexed: false;
1482
+ readonly internalType: "bytes";
1483
+ }];
1484
+ readonly anonymous: false;
1485
+ }, {
1486
+ readonly type: "error";
1487
+ readonly name: "ClaimedMerkleLeaf";
1488
+ readonly inputs: readonly [];
1489
+ }, {
1490
+ readonly type: "error";
1491
+ readonly name: "DepositsArePaused";
1492
+ readonly inputs: readonly [];
1493
+ }, {
1494
+ readonly type: "error";
1495
+ readonly name: "DisabledRoute";
1496
+ readonly inputs: readonly [];
1497
+ }, {
1498
+ readonly type: "error";
1499
+ readonly name: "ExpiredFillDeadline";
1500
+ readonly inputs: readonly [];
1501
+ }, {
1502
+ readonly type: "error";
1503
+ readonly name: "ExternalCallExecutionFailed";
1504
+ readonly inputs: readonly [];
1505
+ }, {
1506
+ readonly type: "error";
1507
+ readonly name: "FillsArePaused";
1508
+ readonly inputs: readonly [];
1509
+ }, {
1510
+ readonly type: "error";
1511
+ readonly name: "InsufficientSpokePoolBalanceToExecuteLeaf";
1512
+ readonly inputs: readonly [];
1513
+ }, {
1514
+ readonly type: "error";
1515
+ readonly name: "InvalidChainId";
1516
+ readonly inputs: readonly [];
1517
+ }, {
1518
+ readonly type: "error";
1519
+ readonly name: "InvalidCrossDomainAdmin";
1520
+ readonly inputs: readonly [];
1521
+ }, {
1522
+ readonly type: "error";
1523
+ readonly name: "InvalidDepositorSignature";
1524
+ readonly inputs: readonly [];
1525
+ }, {
1526
+ readonly type: "error";
1527
+ readonly name: "InvalidExclusiveRelayer";
1528
+ readonly inputs: readonly [];
1529
+ }, {
1530
+ readonly type: "error";
1531
+ readonly name: "InvalidFillDeadline";
1532
+ readonly inputs: readonly [];
1533
+ }, {
1534
+ readonly type: "error";
1535
+ readonly name: "InvalidMerkleLeaf";
1536
+ readonly inputs: readonly [];
1537
+ }, {
1538
+ readonly type: "error";
1539
+ readonly name: "InvalidMerkleProof";
1540
+ readonly inputs: readonly [];
1541
+ }, {
1542
+ readonly type: "error";
1543
+ readonly name: "InvalidOutputToken";
1544
+ readonly inputs: readonly [];
1545
+ }, {
1546
+ readonly type: "error";
1547
+ readonly name: "InvalidPayoutAdjustmentPct";
1548
+ readonly inputs: readonly [];
1549
+ }, {
1550
+ readonly type: "error";
1551
+ readonly name: "InvalidQuoteTimestamp";
1552
+ readonly inputs: readonly [];
1553
+ }, {
1554
+ readonly type: "error";
1555
+ readonly name: "InvalidSlowFillRequest";
1556
+ readonly inputs: readonly [];
1557
+ }, {
1558
+ readonly type: "error";
1559
+ readonly name: "InvalidWithdrawalRecipient";
1560
+ readonly inputs: readonly [];
1561
+ }, {
1562
+ readonly type: "error";
1563
+ readonly name: "LowLevelCallFailed";
1564
+ readonly inputs: readonly [{
1565
+ readonly name: "data";
1566
+ readonly type: "bytes";
1567
+ readonly internalType: "bytes";
1568
+ }];
1569
+ }, {
1570
+ readonly type: "error";
1571
+ readonly name: "MessageTooShort";
1572
+ readonly inputs: readonly [];
1573
+ }, {
1574
+ readonly type: "error";
1575
+ readonly name: "MsgValueDoesNotMatchInputAmount";
1576
+ readonly inputs: readonly [];
1577
+ }, {
1578
+ readonly type: "error";
1579
+ readonly name: "NoRelayerRefundToClaim";
1580
+ readonly inputs: readonly [];
1581
+ }, {
1582
+ readonly type: "error";
1583
+ readonly name: "NoSlowFillsInExclusivityWindow";
1584
+ readonly inputs: readonly [];
1585
+ }, {
1586
+ readonly type: "error";
1587
+ readonly name: "NotEOA";
1588
+ readonly inputs: readonly [];
1589
+ }, {
1590
+ readonly type: "error";
1591
+ readonly name: "NotExclusiveRelayer";
1592
+ readonly inputs: readonly [];
1593
+ }, {
1594
+ readonly type: "error";
1595
+ readonly name: "RelayFilled";
1596
+ readonly inputs: readonly [];
1597
+ }, {
1598
+ readonly type: "error";
1599
+ readonly name: "RemovedFunction";
1600
+ readonly inputs: readonly [];
1601
+ }, {
1602
+ readonly type: "error";
1603
+ readonly name: "WrongERC7683OrderId";
1604
+ readonly inputs: readonly [];
1605
+ }, {
1606
+ readonly type: "error";
1607
+ readonly name: "ZeroAddressTarget";
1608
+ readonly inputs: readonly [];
1609
+ }];
1610
+ static createInterface(): ISpokePoolInterface;
1611
+ static connect(address: string, signerOrProvider: Signer | Provider): ISpokePool;
1612
+ }