@hyperlane-xyz/sdk 3.20.0-beta1 → 4.0.0-alpha

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 (445) hide show
  1. package/README.md +0 -15
  2. package/dist/aws/s3.d.ts +22 -0
  3. package/dist/aws/s3.d.ts.map +1 -0
  4. package/dist/aws/s3.js +61 -0
  5. package/dist/aws/s3.js.map +1 -0
  6. package/dist/aws/validator.d.ts +17 -0
  7. package/dist/aws/validator.d.ts.map +1 -0
  8. package/dist/aws/validator.js +76 -0
  9. package/dist/aws/validator.js.map +1 -0
  10. package/dist/consts/{crud.d.ts → concurrency.d.ts} +1 -1
  11. package/dist/consts/concurrency.d.ts.map +1 -0
  12. package/dist/consts/{crud.js → concurrency.js} +1 -1
  13. package/dist/consts/concurrency.js.map +1 -0
  14. package/dist/consts/multisigIsm.d.ts.map +1 -1
  15. package/dist/consts/multisigIsm.js +15 -0
  16. package/dist/consts/multisigIsm.js.map +1 -1
  17. package/dist/consts/testChains.d.ts +3 -1
  18. package/dist/consts/testChains.d.ts.map +1 -1
  19. package/dist/consts/testChains.js +14 -0
  20. package/dist/consts/testChains.js.map +1 -1
  21. package/dist/contracts/contracts.d.ts +1 -0
  22. package/dist/contracts/contracts.d.ts.map +1 -1
  23. package/dist/contracts/contracts.js +4 -0
  24. package/dist/contracts/contracts.js.map +1 -1
  25. package/dist/core/AbstractHyperlaneModule.d.ts +18 -0
  26. package/dist/core/AbstractHyperlaneModule.d.ts.map +1 -0
  27. package/dist/{crud/AbstractCrudModule.js → core/AbstractHyperlaneModule.js} +2 -2
  28. package/dist/core/AbstractHyperlaneModule.js.map +1 -0
  29. package/dist/core/CoreDeployer.hardhat-test.js +8 -11
  30. package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
  31. package/dist/core/EvmCoreModule.d.ts +71 -0
  32. package/dist/core/EvmCoreModule.d.ts.map +1 -0
  33. package/dist/core/EvmCoreModule.hardhat-test.d.ts +2 -0
  34. package/dist/core/EvmCoreModule.hardhat-test.d.ts.map +1 -0
  35. package/dist/core/EvmCoreModule.hardhat-test.js +101 -0
  36. package/dist/core/EvmCoreModule.hardhat-test.js.map +1 -0
  37. package/dist/core/EvmCoreModule.js +147 -0
  38. package/dist/core/EvmCoreModule.js.map +1 -0
  39. package/dist/core/{read.d.ts → EvmCoreReader.d.ts} +3 -3
  40. package/dist/core/EvmCoreReader.d.ts.map +1 -0
  41. package/dist/core/{read.js → EvmCoreReader.js} +4 -4
  42. package/dist/core/EvmCoreReader.js.map +1 -0
  43. package/dist/core/EvmIcaModule.d.ts +30 -0
  44. package/dist/core/EvmIcaModule.d.ts.map +1 -0
  45. package/dist/core/EvmIcaModule.hardhat-test.d.ts +2 -0
  46. package/dist/core/EvmIcaModule.hardhat-test.d.ts.map +1 -0
  47. package/dist/core/EvmIcaModule.hardhat-test.js +35 -0
  48. package/dist/core/EvmIcaModule.hardhat-test.js.map +1 -0
  49. package/dist/core/EvmIcaModule.js +36 -0
  50. package/dist/core/EvmIcaModule.js.map +1 -0
  51. package/dist/core/HyperlaneCore.d.ts +8 -3
  52. package/dist/core/HyperlaneCore.d.ts.map +1 -1
  53. package/dist/core/HyperlaneCore.js +24 -15
  54. package/dist/core/HyperlaneCore.js.map +1 -1
  55. package/dist/core/HyperlaneCoreDeployer.d.ts +1 -1
  56. package/dist/core/HyperlaneCoreDeployer.d.ts.map +1 -1
  57. package/dist/core/HyperlaneCoreDeployer.js +12 -8
  58. package/dist/core/HyperlaneCoreDeployer.js.map +1 -1
  59. package/dist/core/schemas.d.ts +2222 -0
  60. package/dist/core/schemas.d.ts.map +1 -0
  61. package/dist/core/schemas.js +9 -0
  62. package/dist/core/schemas.js.map +1 -0
  63. package/dist/core/types.d.ts +4 -7
  64. package/dist/core/types.d.ts.map +1 -1
  65. package/dist/core/types.js.map +1 -1
  66. package/dist/deploy/HyperlaneAppChecker.d.ts +2 -2
  67. package/dist/deploy/HyperlaneAppChecker.d.ts.map +1 -1
  68. package/dist/deploy/HyperlaneAppChecker.js +2 -5
  69. package/dist/deploy/HyperlaneAppChecker.js.map +1 -1
  70. package/dist/deploy/HyperlaneDeployer.d.ts +8 -6
  71. package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
  72. package/dist/deploy/HyperlaneDeployer.js +35 -32
  73. package/dist/deploy/HyperlaneDeployer.js.map +1 -1
  74. package/dist/deploy/schemas.d.ts +2 -62
  75. package/dist/deploy/schemas.d.ts.map +1 -1
  76. package/dist/deploy/schemas.js +1 -2
  77. package/dist/deploy/schemas.js.map +1 -1
  78. package/dist/deploy/types.d.ts +2 -13
  79. package/dist/deploy/types.d.ts.map +1 -1
  80. package/dist/deploy/types.js +0 -16
  81. package/dist/deploy/types.js.map +1 -1
  82. package/dist/deploy/verify/ContractVerifier.js +2 -2
  83. package/dist/deploy/verify/ContractVerifier.js.map +1 -1
  84. package/dist/gas/HyperlaneIgpChecker.d.ts.map +1 -1
  85. package/dist/gas/HyperlaneIgpChecker.js +12 -2
  86. package/dist/gas/HyperlaneIgpChecker.js.map +1 -1
  87. package/dist/gas/HyperlaneIgpDeployer.d.ts.map +1 -1
  88. package/dist/gas/HyperlaneIgpDeployer.js +20 -8
  89. package/dist/gas/HyperlaneIgpDeployer.js.map +1 -1
  90. package/dist/gas/oracle/configure-gas-oracles.hardhat-test.js +5 -4
  91. package/dist/gas/oracle/configure-gas-oracles.hardhat-test.js.map +1 -1
  92. package/dist/gas/oracle/types.d.ts +20 -7
  93. package/dist/gas/oracle/types.d.ts.map +1 -1
  94. package/dist/gas/oracle/types.js +10 -4
  95. package/dist/gas/oracle/types.js.map +1 -1
  96. package/dist/gas/types.d.ts +4 -10
  97. package/dist/gas/types.d.ts.map +1 -1
  98. package/dist/gas/types.js.map +1 -1
  99. package/dist/hook/EvmHookModule.d.ts +24 -0
  100. package/dist/hook/EvmHookModule.d.ts.map +1 -0
  101. package/dist/{crud → hook}/EvmHookModule.js +9 -10
  102. package/dist/hook/EvmHookModule.js.map +1 -0
  103. package/dist/hook/{read.d.ts → EvmHookReader.d.ts} +3 -2
  104. package/dist/hook/EvmHookReader.d.ts.map +1 -0
  105. package/dist/hook/{read.js → EvmHookReader.js} +10 -5
  106. package/dist/hook/EvmHookReader.js.map +1 -0
  107. package/dist/hook/EvmHookReader.test.d.ts +2 -0
  108. package/dist/hook/EvmHookReader.test.d.ts.map +1 -0
  109. package/dist/hook/{read.test.js → EvmHookReader.test.js} +6 -2
  110. package/dist/hook/EvmHookReader.test.js.map +1 -0
  111. package/dist/hook/HyperlaneHookDeployer.d.ts.map +1 -1
  112. package/dist/hook/HyperlaneHookDeployer.js +29 -6
  113. package/dist/hook/HyperlaneHookDeployer.js.map +1 -1
  114. package/dist/hook/schemas.d.ts +210 -0
  115. package/dist/hook/schemas.d.ts.map +1 -0
  116. package/dist/hook/schemas.js +54 -0
  117. package/dist/hook/schemas.js.map +1 -0
  118. package/dist/hook/types.d.ts +9 -28
  119. package/dist/hook/types.d.ts.map +1 -1
  120. package/dist/hook/types.js.map +1 -1
  121. package/dist/index.d.ts +52 -20
  122. package/dist/index.d.ts.map +1 -1
  123. package/dist/index.js +39 -16
  124. package/dist/index.js.map +1 -1
  125. package/dist/ism/EvmIsmModule.d.ts +74 -0
  126. package/dist/ism/EvmIsmModule.d.ts.map +1 -0
  127. package/dist/ism/EvmIsmModule.hardhat-test.d.ts +2 -0
  128. package/dist/ism/EvmIsmModule.hardhat-test.d.ts.map +1 -0
  129. package/dist/ism/EvmIsmModule.hardhat-test.js +308 -0
  130. package/dist/ism/EvmIsmModule.hardhat-test.js.map +1 -0
  131. package/dist/ism/EvmIsmModule.js +359 -0
  132. package/dist/ism/EvmIsmModule.js.map +1 -0
  133. package/dist/ism/{read.d.ts → EvmIsmReader.d.ts} +5 -7
  134. package/dist/ism/EvmIsmReader.d.ts.map +1 -0
  135. package/dist/ism/{read.js → EvmIsmReader.js} +9 -4
  136. package/dist/ism/EvmIsmReader.js.map +1 -0
  137. package/dist/ism/EvmIsmReader.test.d.ts +2 -0
  138. package/dist/ism/EvmIsmReader.test.d.ts.map +1 -0
  139. package/dist/ism/{read.test.js → EvmIsmReader.test.js} +2 -2
  140. package/dist/ism/EvmIsmReader.test.js.map +1 -0
  141. package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
  142. package/dist/ism/HyperlaneIsmFactory.hardhat-test.d.ts +3 -1
  143. package/dist/ism/HyperlaneIsmFactory.hardhat-test.d.ts.map +1 -1
  144. package/dist/ism/HyperlaneIsmFactory.hardhat-test.js +22 -16
  145. package/dist/ism/HyperlaneIsmFactory.hardhat-test.js.map +1 -1
  146. package/dist/ism/HyperlaneIsmFactory.js +3 -8
  147. package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
  148. package/dist/ism/metadata/aggregation.d.ts +22 -0
  149. package/dist/ism/metadata/aggregation.d.ts.map +1 -0
  150. package/dist/ism/metadata/aggregation.js +82 -0
  151. package/dist/ism/metadata/aggregation.js.map +1 -0
  152. package/dist/ism/metadata/aggregation.test.d.ts +2 -0
  153. package/dist/ism/metadata/aggregation.test.d.ts.map +1 -0
  154. package/dist/ism/metadata/aggregation.test.js +37 -0
  155. package/dist/ism/metadata/aggregation.test.js.map +1 -0
  156. package/dist/ism/metadata/builder.d.ts +32 -0
  157. package/dist/ism/metadata/builder.d.ts.map +1 -0
  158. package/dist/ism/metadata/builder.hardhat-test.d.ts +2 -0
  159. package/dist/ism/metadata/builder.hardhat-test.d.ts.map +1 -0
  160. package/dist/ism/metadata/builder.hardhat-test.js +120 -0
  161. package/dist/ism/metadata/builder.hardhat-test.js.map +1 -0
  162. package/dist/ism/metadata/builder.js +74 -0
  163. package/dist/ism/metadata/builder.js.map +1 -0
  164. package/dist/ism/metadata/multisig.d.ts +57 -0
  165. package/dist/ism/metadata/multisig.d.ts.map +1 -0
  166. package/dist/ism/metadata/multisig.js +188 -0
  167. package/dist/ism/metadata/multisig.js.map +1 -0
  168. package/dist/ism/metadata/multisig.test.d.ts +2 -0
  169. package/dist/ism/metadata/multisig.test.d.ts.map +1 -0
  170. package/dist/ism/metadata/multisig.test.js +55 -0
  171. package/dist/ism/metadata/multisig.test.js.map +1 -0
  172. package/dist/ism/metadata/null.d.ts +15 -0
  173. package/dist/ism/metadata/null.d.ts.map +1 -0
  174. package/dist/ism/metadata/null.js +20 -0
  175. package/dist/ism/metadata/null.js.map +1 -0
  176. package/dist/ism/metadata/routing.d.ts +16 -0
  177. package/dist/ism/metadata/routing.d.ts.map +1 -0
  178. package/dist/ism/metadata/routing.js +34 -0
  179. package/dist/ism/metadata/routing.js.map +1 -0
  180. package/dist/ism/metadata/types.test.d.ts +5 -0
  181. package/dist/ism/metadata/types.test.d.ts.map +1 -0
  182. package/dist/ism/metadata/types.test.js +2 -0
  183. package/dist/ism/metadata/types.test.js.map +1 -0
  184. package/dist/ism/schemas.d.ts +68 -104
  185. package/dist/ism/schemas.d.ts.map +1 -1
  186. package/dist/ism/schemas.js +14 -17
  187. package/dist/ism/schemas.js.map +1 -1
  188. package/dist/ism/schemas.test.js +1 -1
  189. package/dist/ism/schemas.test.js.map +1 -1
  190. package/dist/ism/types.d.ts +10 -20
  191. package/dist/ism/types.d.ts.map +1 -1
  192. package/dist/ism/types.js +6 -0
  193. package/dist/ism/types.js.map +1 -1
  194. package/dist/ism/utils.d.ts +4 -0
  195. package/dist/ism/utils.d.ts.map +1 -1
  196. package/dist/ism/utils.js +33 -5
  197. package/dist/ism/utils.js.map +1 -1
  198. package/dist/metadata/agentConfig.d.ts +87 -87
  199. package/dist/metadata/agentConfig.js +1 -1
  200. package/dist/metadata/agentConfig.js.map +1 -1
  201. package/dist/metadata/deploymentArtifacts.d.ts +4 -4
  202. package/dist/middleware/account/InterchainAccount.d.ts +6 -5
  203. package/dist/middleware/account/InterchainAccount.d.ts.map +1 -1
  204. package/dist/middleware/account/InterchainAccount.js +15 -6
  205. package/dist/middleware/account/InterchainAccount.js.map +1 -1
  206. package/dist/middleware/account/InterchainAccountDeployer.d.ts.map +1 -1
  207. package/dist/middleware/account/InterchainAccountDeployer.js +5 -1
  208. package/dist/middleware/account/InterchainAccountDeployer.js.map +1 -1
  209. package/dist/middleware/account/accounts.hardhat-test.js +8 -3
  210. package/dist/middleware/account/accounts.hardhat-test.js.map +1 -1
  211. package/dist/middleware/account/schemas.d.ts +69 -0
  212. package/dist/middleware/account/schemas.d.ts.map +1 -1
  213. package/dist/middleware/account/schemas.js +10 -2
  214. package/dist/middleware/account/schemas.js.map +1 -1
  215. package/dist/middleware/account/types.d.ts +4 -9
  216. package/dist/middleware/account/types.d.ts.map +1 -1
  217. package/dist/providers/MultiProvider.d.ts +2 -1
  218. package/dist/providers/MultiProvider.d.ts.map +1 -1
  219. package/dist/providers/MultiProvider.js +7 -3
  220. package/dist/providers/MultiProvider.js.map +1 -1
  221. package/dist/providers/ProviderType.d.ts +3 -0
  222. package/dist/providers/ProviderType.d.ts.map +1 -1
  223. package/dist/providers/ProviderType.js +0 -1
  224. package/dist/providers/ProviderType.js.map +1 -1
  225. package/dist/providers/transactions/schemas.d.ts +29 -0
  226. package/dist/providers/transactions/schemas.d.ts.map +1 -0
  227. package/dist/providers/transactions/schemas.js +14 -0
  228. package/dist/providers/transactions/schemas.js.map +1 -0
  229. package/dist/providers/transactions/schemas.test.d.ts +2 -0
  230. package/dist/providers/transactions/schemas.test.d.ts.map +1 -0
  231. package/dist/providers/transactions/schemas.test.js +58 -0
  232. package/dist/providers/transactions/schemas.test.js.map +1 -0
  233. package/dist/providers/transactions/submitter/TxSubmitterInterface.d.ts +19 -0
  234. package/dist/providers/transactions/submitter/TxSubmitterInterface.d.ts.map +1 -0
  235. package/dist/providers/transactions/submitter/TxSubmitterInterface.js +2 -0
  236. package/dist/providers/transactions/submitter/TxSubmitterInterface.js.map +1 -0
  237. package/dist/providers/transactions/submitter/TxSubmitterTypes.d.ts +6 -0
  238. package/dist/providers/transactions/submitter/TxSubmitterTypes.d.ts.map +1 -0
  239. package/dist/providers/transactions/submitter/TxSubmitterTypes.js +7 -0
  240. package/dist/providers/transactions/submitter/TxSubmitterTypes.js.map +1 -0
  241. package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.d.ts +48 -0
  242. package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.d.ts.map +1 -0
  243. package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.js +65 -0
  244. package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.js.map +1 -0
  245. package/dist/providers/transactions/submitter/builder/schemas.d.ts +206 -0
  246. package/dist/providers/transactions/submitter/builder/schemas.d.ts.map +1 -0
  247. package/dist/providers/transactions/submitter/builder/schemas.js +10 -0
  248. package/dist/providers/transactions/submitter/builder/schemas.js.map +1 -0
  249. package/dist/providers/transactions/submitter/builder/types.d.ts +4 -0
  250. package/dist/providers/transactions/submitter/builder/types.d.ts.map +1 -0
  251. package/dist/providers/transactions/submitter/builder/types.js +2 -0
  252. package/dist/providers/transactions/submitter/builder/types.js.map +1 -0
  253. package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.d.ts +15 -0
  254. package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.d.ts.map +1 -0
  255. package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.js +44 -0
  256. package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.js.map +1 -0
  257. package/dist/providers/transactions/submitter/ethersV5/EV5ImpersonatedAccountTxSubmitter.d.ts +15 -0
  258. package/dist/providers/transactions/submitter/ethersV5/EV5ImpersonatedAccountTxSubmitter.d.ts.map +1 -0
  259. package/dist/providers/transactions/submitter/ethersV5/EV5ImpersonatedAccountTxSubmitter.js +23 -0
  260. package/dist/providers/transactions/submitter/ethersV5/EV5ImpersonatedAccountTxSubmitter.js.map +1 -0
  261. package/dist/providers/transactions/submitter/ethersV5/EV5JsonRpcTxSubmitter.d.ts +14 -0
  262. package/dist/providers/transactions/submitter/ethersV5/EV5JsonRpcTxSubmitter.d.ts.map +1 -0
  263. package/dist/providers/transactions/submitter/ethersV5/EV5JsonRpcTxSubmitter.js +24 -0
  264. package/dist/providers/transactions/submitter/ethersV5/EV5JsonRpcTxSubmitter.js.map +1 -0
  265. package/dist/providers/transactions/submitter/ethersV5/EV5TxSubmitterInterface.d.ts +10 -0
  266. package/dist/providers/transactions/submitter/ethersV5/EV5TxSubmitterInterface.d.ts.map +1 -0
  267. package/dist/providers/transactions/submitter/ethersV5/EV5TxSubmitterInterface.js +2 -0
  268. package/dist/providers/transactions/submitter/ethersV5/EV5TxSubmitterInterface.js.map +1 -0
  269. package/dist/providers/transactions/submitter/ethersV5/schemas.d.ts +19 -0
  270. package/dist/providers/transactions/submitter/ethersV5/schemas.d.ts.map +1 -0
  271. package/dist/providers/transactions/submitter/ethersV5/schemas.js +10 -0
  272. package/dist/providers/transactions/submitter/ethersV5/schemas.js.map +1 -0
  273. package/dist/providers/transactions/submitter/ethersV5/schemas.test.d.ts +2 -0
  274. package/dist/providers/transactions/submitter/ethersV5/schemas.test.d.ts.map +1 -0
  275. package/dist/providers/transactions/submitter/ethersV5/schemas.test.js +41 -0
  276. package/dist/providers/transactions/submitter/ethersV5/schemas.test.js.map +1 -0
  277. package/dist/providers/transactions/submitter/ethersV5/types.d.ts +5 -0
  278. package/dist/providers/transactions/submitter/ethersV5/types.d.ts.map +1 -0
  279. package/dist/providers/transactions/submitter/ethersV5/types.js +2 -0
  280. package/dist/providers/transactions/submitter/ethersV5/types.js.map +1 -0
  281. package/dist/providers/transactions/submitter/schemas.d.ts +56 -0
  282. package/dist/providers/transactions/submitter/schemas.d.ts.map +1 -0
  283. package/dist/providers/transactions/submitter/schemas.js +18 -0
  284. package/dist/providers/transactions/submitter/schemas.js.map +1 -0
  285. package/dist/providers/transactions/submitter/types.d.ts +4 -0
  286. package/dist/providers/transactions/submitter/types.d.ts.map +1 -0
  287. package/dist/providers/transactions/submitter/types.js +2 -0
  288. package/dist/providers/transactions/submitter/types.js.map +1 -0
  289. package/dist/providers/transactions/transformer/TxTransformerInterface.d.ts +15 -0
  290. package/dist/providers/transactions/transformer/TxTransformerInterface.d.ts.map +1 -0
  291. package/dist/providers/transactions/transformer/TxTransformerInterface.js +2 -0
  292. package/dist/providers/transactions/transformer/TxTransformerInterface.js.map +1 -0
  293. package/dist/providers/transactions/transformer/TxTransformerTypes.d.ts +4 -0
  294. package/dist/providers/transactions/transformer/TxTransformerTypes.d.ts.map +1 -0
  295. package/dist/providers/transactions/transformer/TxTransformerTypes.js +5 -0
  296. package/dist/providers/transactions/transformer/TxTransformerTypes.js.map +1 -0
  297. package/dist/providers/transactions/transformer/ethersV5/EV5InterchainAccountTxTransformer.d.ts +16 -0
  298. package/dist/providers/transactions/transformer/ethersV5/EV5InterchainAccountTxTransformer.d.ts.map +1 -0
  299. package/dist/providers/transactions/transformer/ethersV5/EV5InterchainAccountTxTransformer.js +37 -0
  300. package/dist/providers/transactions/transformer/ethersV5/EV5InterchainAccountTxTransformer.js.map +1 -0
  301. package/dist/providers/transactions/transformer/ethersV5/EV5TxTransformerInterface.d.ts +5 -0
  302. package/dist/providers/transactions/transformer/ethersV5/EV5TxTransformerInterface.d.ts.map +1 -0
  303. package/dist/providers/transactions/transformer/ethersV5/EV5TxTransformerInterface.js +2 -0
  304. package/dist/providers/transactions/transformer/ethersV5/EV5TxTransformerInterface.js.map +1 -0
  305. package/dist/providers/transactions/transformer/ethersV5/schemas.d.ts +58 -0
  306. package/dist/providers/transactions/transformer/ethersV5/schemas.d.ts.map +1 -0
  307. package/dist/providers/transactions/transformer/ethersV5/schemas.js +7 -0
  308. package/dist/providers/transactions/transformer/ethersV5/schemas.js.map +1 -0
  309. package/dist/providers/transactions/transformer/ethersV5/schemas.test.d.ts +2 -0
  310. package/dist/providers/transactions/transformer/ethersV5/schemas.test.d.ts.map +1 -0
  311. package/dist/providers/transactions/transformer/ethersV5/schemas.test.js +44 -0
  312. package/dist/providers/transactions/transformer/ethersV5/schemas.test.js.map +1 -0
  313. package/dist/providers/transactions/transformer/ethersV5/types.d.ts +4 -0
  314. package/dist/providers/transactions/transformer/ethersV5/types.d.ts.map +1 -0
  315. package/dist/providers/transactions/transformer/ethersV5/types.js +2 -0
  316. package/dist/providers/transactions/transformer/ethersV5/types.js.map +1 -0
  317. package/dist/providers/transactions/transformer/schemas.d.ts +89 -0
  318. package/dist/providers/transactions/transformer/schemas.d.ts.map +1 -0
  319. package/dist/providers/transactions/transformer/schemas.js +10 -0
  320. package/dist/providers/transactions/transformer/schemas.js.map +1 -0
  321. package/dist/providers/transactions/transformer/types.d.ts +4 -0
  322. package/dist/providers/transactions/transformer/types.d.ts.map +1 -0
  323. package/dist/providers/transactions/transformer/types.js +2 -0
  324. package/dist/providers/transactions/transformer/types.js.map +1 -0
  325. package/dist/providers/transactions/types.d.ts +6 -0
  326. package/dist/providers/transactions/types.d.ts.map +1 -0
  327. package/dist/providers/transactions/types.js +2 -0
  328. package/dist/providers/transactions/types.js.map +1 -0
  329. package/dist/router/GasRouterDeployer.d.ts +3 -3
  330. package/dist/router/GasRouterDeployer.d.ts.map +1 -1
  331. package/dist/router/GasRouterDeployer.js +2 -1
  332. package/dist/router/GasRouterDeployer.js.map +1 -1
  333. package/dist/router/HyperlaneRouterChecker.d.ts.map +1 -1
  334. package/dist/router/HyperlaneRouterChecker.js +36 -53
  335. package/dist/router/HyperlaneRouterChecker.js.map +1 -1
  336. package/dist/router/ProxiedRouterDeployer.d.ts +7 -4
  337. package/dist/router/ProxiedRouterDeployer.d.ts.map +1 -1
  338. package/dist/router/ProxiedRouterDeployer.js +8 -2
  339. package/dist/router/ProxiedRouterDeployer.js.map +1 -1
  340. package/dist/router/schemas.d.ts +828 -41
  341. package/dist/router/schemas.d.ts.map +1 -1
  342. package/dist/router/schemas.js +11 -9
  343. package/dist/router/schemas.js.map +1 -1
  344. package/dist/router/types.d.ts +6 -10
  345. package/dist/router/types.d.ts.map +1 -1
  346. package/dist/router/types.js.map +1 -1
  347. package/dist/schemas.d.ts +25 -0
  348. package/dist/schemas.d.ts.map +1 -0
  349. package/dist/schemas.js +10 -0
  350. package/dist/schemas.js.map +1 -0
  351. package/dist/test/testUtils.d.ts.map +1 -1
  352. package/dist/test/testUtils.js +3 -2
  353. package/dist/test/testUtils.js.map +1 -1
  354. package/dist/token/{read.d.ts → EvmERC20WarpRouteReader.d.ts} +10 -10
  355. package/dist/token/EvmERC20WarpRouteReader.d.ts.map +1 -0
  356. package/dist/token/{read.js → EvmERC20WarpRouteReader.js} +38 -30
  357. package/dist/token/EvmERC20WarpRouteReader.js.map +1 -0
  358. package/dist/token/Token.test.js +0 -9
  359. package/dist/token/Token.test.js.map +1 -1
  360. package/dist/token/TokenStandard.d.ts +0 -1
  361. package/dist/token/TokenStandard.d.ts.map +1 -1
  362. package/dist/token/TokenStandard.js +4 -3
  363. package/dist/token/TokenStandard.js.map +1 -1
  364. package/dist/token/adapters/CosmWasmTokenAdapter.d.ts +2 -2
  365. package/dist/token/adapters/CosmWasmTokenAdapter.d.ts.map +1 -1
  366. package/dist/token/adapters/CosmosTokenAdapter.d.ts +2 -2
  367. package/dist/token/adapters/CosmosTokenAdapter.d.ts.map +1 -1
  368. package/dist/token/adapters/EvmTokenAdapter.d.ts +4 -4
  369. package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -1
  370. package/dist/token/adapters/EvmTokenAdapter.js +3 -2
  371. package/dist/token/adapters/EvmTokenAdapter.js.map +1 -1
  372. package/dist/token/adapters/ITokenAdapter.d.ts +2 -2
  373. package/dist/token/adapters/ITokenAdapter.d.ts.map +1 -1
  374. package/dist/token/adapters/SealevelTokenAdapter.d.ts +5 -5
  375. package/dist/token/adapters/SealevelTokenAdapter.d.ts.map +1 -1
  376. package/dist/token/adapters/SealevelTokenAdapter.js +2 -1
  377. package/dist/token/adapters/SealevelTokenAdapter.js.map +1 -1
  378. package/dist/token/app.d.ts.map +1 -1
  379. package/dist/token/app.js +2 -2
  380. package/dist/token/app.js.map +1 -1
  381. package/dist/token/checker.d.ts +2 -2
  382. package/dist/token/checker.d.ts.map +1 -1
  383. package/dist/token/checker.js +1 -1
  384. package/dist/token/checker.js.map +1 -1
  385. package/dist/token/config.d.ts +4 -44
  386. package/dist/token/config.d.ts.map +1 -1
  387. package/dist/token/config.js +14 -15
  388. package/dist/token/config.js.map +1 -1
  389. package/dist/token/contracts.d.ts +7 -14
  390. package/dist/token/contracts.d.ts.map +1 -1
  391. package/dist/token/contracts.js +8 -8
  392. package/dist/token/contracts.js.map +1 -1
  393. package/dist/token/deploy.d.ts +21 -45
  394. package/dist/token/deploy.d.ts.map +1 -1
  395. package/dist/token/deploy.hardhat-test.js +33 -48
  396. package/dist/token/deploy.hardhat-test.js.map +1 -1
  397. package/dist/token/deploy.js +74 -251
  398. package/dist/token/deploy.js.map +1 -1
  399. package/dist/token/schemas.d.ts +874 -136
  400. package/dist/token/schemas.d.ts.map +1 -1
  401. package/dist/token/schemas.js +29 -19
  402. package/dist/token/schemas.js.map +1 -1
  403. package/dist/token/schemas.test.js +26 -39
  404. package/dist/token/schemas.test.js.map +1 -1
  405. package/dist/token/types.d.ts +2 -1
  406. package/dist/token/types.d.ts.map +1 -1
  407. package/dist/utils/fork.d.ts.map +1 -1
  408. package/dist/utils/fork.js +10 -11
  409. package/dist/utils/fork.js.map +1 -1
  410. package/dist/utils/gnosisSafe.js +46 -0
  411. package/dist/utils/logUtils.d.ts +4 -0
  412. package/dist/utils/logUtils.d.ts.map +1 -0
  413. package/dist/utils/logUtils.js +13 -0
  414. package/dist/utils/logUtils.js.map +1 -0
  415. package/dist/utils/schemas.d.ts +3 -0
  416. package/dist/utils/schemas.d.ts.map +1 -0
  417. package/dist/utils/schemas.js +4 -0
  418. package/dist/utils/schemas.js.map +1 -0
  419. package/package.json +8 -4
  420. package/dist/consts/crud.d.ts.map +0 -1
  421. package/dist/consts/crud.js.map +0 -1
  422. package/dist/core/read.d.ts.map +0 -1
  423. package/dist/core/read.js.map +0 -1
  424. package/dist/crud/AbstractCrudModule.d.ts +0 -21
  425. package/dist/crud/AbstractCrudModule.d.ts.map +0 -1
  426. package/dist/crud/AbstractCrudModule.js.map +0 -1
  427. package/dist/crud/EvmHookModule.d.ts +0 -18
  428. package/dist/crud/EvmHookModule.d.ts.map +0 -1
  429. package/dist/crud/EvmHookModule.js.map +0 -1
  430. package/dist/crud/EvmIsmModule.d.ts +0 -18
  431. package/dist/crud/EvmIsmModule.d.ts.map +0 -1
  432. package/dist/crud/EvmIsmModule.js +0 -28
  433. package/dist/crud/EvmIsmModule.js.map +0 -1
  434. package/dist/hook/read.d.ts.map +0 -1
  435. package/dist/hook/read.js.map +0 -1
  436. package/dist/hook/read.test.d.ts +0 -2
  437. package/dist/hook/read.test.d.ts.map +0 -1
  438. package/dist/hook/read.test.js.map +0 -1
  439. package/dist/ism/read.d.ts.map +0 -1
  440. package/dist/ism/read.js.map +0 -1
  441. package/dist/ism/read.test.d.ts +0 -2
  442. package/dist/ism/read.test.d.ts.map +0 -1
  443. package/dist/ism/read.test.js.map +0 -1
  444. package/dist/token/read.d.ts.map +0 -1
  445. package/dist/token/read.js.map +0 -1
@@ -0,0 +1,2222 @@
1
+ export declare const CoreConfigSchema: import("zod").ZodObject<{
2
+ owner: import("zod").ZodString;
3
+ ownerOverrides: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
4
+ defaultIsm: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
5
+ type: import("zod").ZodLiteral<import("../index.js").IsmType.TEST_ISM>;
6
+ }, "strip", import("zod").ZodTypeAny, {
7
+ type: import("../index.js").IsmType.TEST_ISM;
8
+ }, {
9
+ type: import("../index.js").IsmType.TEST_ISM;
10
+ }>, import("zod").ZodObject<{
11
+ type: import("zod").ZodLiteral<import("../index.js").IsmType.OP_STACK>;
12
+ origin: import("zod").ZodString;
13
+ nativeBridge: import("zod").ZodString;
14
+ }, "strip", import("zod").ZodTypeAny, {
15
+ type: import("../index.js").IsmType.OP_STACK;
16
+ origin: string;
17
+ nativeBridge: string;
18
+ }, {
19
+ type: import("../index.js").IsmType.OP_STACK;
20
+ origin: string;
21
+ nativeBridge: string;
22
+ }>, import("zod").ZodIntersection<import("zod").ZodObject<{
23
+ owner: import("zod").ZodString;
24
+ ownerOverrides: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
25
+ paused: import("zod").ZodBoolean;
26
+ }, "strip", import("zod").ZodTypeAny, {
27
+ owner: string;
28
+ paused: boolean;
29
+ ownerOverrides?: Record<string, string> | undefined;
30
+ }, {
31
+ owner: string;
32
+ paused: boolean;
33
+ ownerOverrides?: Record<string, string> | undefined;
34
+ }>, import("zod").ZodObject<{
35
+ type: import("zod").ZodLiteral<import("../index.js").IsmType.PAUSABLE>;
36
+ }, "strip", import("zod").ZodTypeAny, {
37
+ type: import("../index.js").IsmType.PAUSABLE;
38
+ }, {
39
+ type: import("../index.js").IsmType.PAUSABLE;
40
+ }>>, import("zod").ZodObject<{
41
+ type: import("zod").ZodLiteral<import("../index.js").IsmType.TRUSTED_RELAYER>;
42
+ relayer: import("zod").ZodString;
43
+ }, "strip", import("zod").ZodTypeAny, {
44
+ type: import("../index.js").IsmType.TRUSTED_RELAYER;
45
+ relayer: string;
46
+ }, {
47
+ type: import("../index.js").IsmType.TRUSTED_RELAYER;
48
+ relayer: string;
49
+ }>, import("zod").ZodIntersection<import("zod").ZodObject<{
50
+ validators: import("zod").ZodArray<import("zod").ZodString, "many">;
51
+ threshold: import("zod").ZodNumber;
52
+ }, "strip", import("zod").ZodTypeAny, {
53
+ validators: string[];
54
+ threshold: number;
55
+ }, {
56
+ validators: string[];
57
+ threshold: number;
58
+ }>, import("zod").ZodObject<{
59
+ type: import("zod").ZodUnion<[import("zod").ZodLiteral<import("../index.js").IsmType.MERKLE_ROOT_MULTISIG>, import("zod").ZodLiteral<import("../index.js").IsmType.MESSAGE_ID_MULTISIG>]>;
60
+ }, "strip", import("zod").ZodTypeAny, {
61
+ type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG;
62
+ }, {
63
+ type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG;
64
+ }>>, import("zod").ZodType<import("../index.js").RoutingIsmConfig, import("zod").ZodTypeDef, import("../index.js").RoutingIsmConfig>, import("zod").ZodType<import("../index.js").AggregationIsmConfig, import("zod").ZodTypeDef, import("../index.js").AggregationIsmConfig>]>;
65
+ defaultHook: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
66
+ owner: import("zod").ZodString;
67
+ ownerOverrides: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
68
+ type: import("zod").ZodLiteral<import("../index.js").HookType.PROTOCOL_FEE>;
69
+ beneficiary: import("zod").ZodString;
70
+ maxProtocolFee: import("zod").ZodString;
71
+ protocolFee: import("zod").ZodString;
72
+ }, "strip", import("zod").ZodTypeAny, {
73
+ type: import("../index.js").HookType.PROTOCOL_FEE;
74
+ owner: string;
75
+ protocolFee: string;
76
+ beneficiary: string;
77
+ maxProtocolFee: string;
78
+ ownerOverrides?: Record<string, string> | undefined;
79
+ }, {
80
+ type: import("../index.js").HookType.PROTOCOL_FEE;
81
+ owner: string;
82
+ protocolFee: string;
83
+ beneficiary: string;
84
+ maxProtocolFee: string;
85
+ ownerOverrides?: Record<string, string> | undefined;
86
+ }>, import("zod").ZodObject<{
87
+ owner: import("zod").ZodString;
88
+ ownerOverrides: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
89
+ paused: import("zod").ZodBoolean;
90
+ type: import("zod").ZodLiteral<import("../index.js").HookType.PAUSABLE>;
91
+ }, "strip", import("zod").ZodTypeAny, {
92
+ type: import("../index.js").HookType.PAUSABLE;
93
+ owner: string;
94
+ paused: boolean;
95
+ ownerOverrides?: Record<string, string> | undefined;
96
+ }, {
97
+ type: import("../index.js").HookType.PAUSABLE;
98
+ owner: string;
99
+ paused: boolean;
100
+ ownerOverrides?: Record<string, string> | undefined;
101
+ }>, import("zod").ZodObject<{
102
+ owner: import("zod").ZodString;
103
+ ownerOverrides: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
104
+ type: import("zod").ZodLiteral<import("../index.js").HookType.OP_STACK>;
105
+ nativeBridge: import("zod").ZodString;
106
+ destinationChain: import("zod").ZodString;
107
+ }, "strip", import("zod").ZodTypeAny, {
108
+ type: import("../index.js").HookType.OP_STACK;
109
+ owner: string;
110
+ nativeBridge: string;
111
+ destinationChain: string;
112
+ ownerOverrides?: Record<string, string> | undefined;
113
+ }, {
114
+ type: import("../index.js").HookType.OP_STACK;
115
+ owner: string;
116
+ nativeBridge: string;
117
+ destinationChain: string;
118
+ ownerOverrides?: Record<string, string> | undefined;
119
+ }>, import("zod").ZodObject<{
120
+ type: import("zod").ZodLiteral<import("../index.js").HookType.MERKLE_TREE>;
121
+ }, "strip", import("zod").ZodTypeAny, {
122
+ type: import("../index.js").HookType.MERKLE_TREE;
123
+ }, {
124
+ type: import("../index.js").HookType.MERKLE_TREE;
125
+ }>, import("zod").ZodObject<{
126
+ owner: import("zod").ZodString;
127
+ ownerOverrides: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
128
+ type: import("zod").ZodLiteral<import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
129
+ beneficiary: import("zod").ZodString;
130
+ oracleKey: import("zod").ZodString;
131
+ overhead: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodNumber>;
132
+ oracleConfig: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
133
+ gasPrice: import("zod").ZodString;
134
+ tokenExchangeRate: import("zod").ZodString;
135
+ }, "strip", import("zod").ZodTypeAny, {
136
+ gasPrice: string;
137
+ tokenExchangeRate: string;
138
+ }, {
139
+ gasPrice: string;
140
+ tokenExchangeRate: string;
141
+ }>>;
142
+ }, "strip", import("zod").ZodTypeAny, {
143
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
144
+ owner: string;
145
+ beneficiary: string;
146
+ oracleKey: string;
147
+ overhead: Record<string, number>;
148
+ oracleConfig: Record<string, {
149
+ gasPrice: string;
150
+ tokenExchangeRate: string;
151
+ }>;
152
+ ownerOverrides?: Record<string, string> | undefined;
153
+ }, {
154
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
155
+ owner: string;
156
+ beneficiary: string;
157
+ oracleKey: string;
158
+ overhead: Record<string, number>;
159
+ oracleConfig: Record<string, {
160
+ gasPrice: string;
161
+ tokenExchangeRate: string;
162
+ }>;
163
+ ownerOverrides?: Record<string, string> | undefined;
164
+ }>, import("zod").ZodType<import("../index.js").DomainRoutingHookConfig, import("zod").ZodTypeDef, import("../index.js").DomainRoutingHookConfig>, import("zod").ZodType<import("../index.js").FallbackRoutingHookConfig, import("zod").ZodTypeDef, import("../index.js").FallbackRoutingHookConfig>, import("zod").ZodType<import("../index.js").AggregationHookConfig, import("zod").ZodTypeDef, import("../index.js").AggregationHookConfig>]>;
165
+ requiredHook: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodObject<{
166
+ owner: import("zod").ZodString;
167
+ ownerOverrides: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
168
+ type: import("zod").ZodLiteral<import("../index.js").HookType.PROTOCOL_FEE>;
169
+ beneficiary: import("zod").ZodString;
170
+ maxProtocolFee: import("zod").ZodString;
171
+ protocolFee: import("zod").ZodString;
172
+ }, "strip", import("zod").ZodTypeAny, {
173
+ type: import("../index.js").HookType.PROTOCOL_FEE;
174
+ owner: string;
175
+ protocolFee: string;
176
+ beneficiary: string;
177
+ maxProtocolFee: string;
178
+ ownerOverrides?: Record<string, string> | undefined;
179
+ }, {
180
+ type: import("../index.js").HookType.PROTOCOL_FEE;
181
+ owner: string;
182
+ protocolFee: string;
183
+ beneficiary: string;
184
+ maxProtocolFee: string;
185
+ ownerOverrides?: Record<string, string> | undefined;
186
+ }>, import("zod").ZodObject<{
187
+ owner: import("zod").ZodString;
188
+ ownerOverrides: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
189
+ paused: import("zod").ZodBoolean;
190
+ type: import("zod").ZodLiteral<import("../index.js").HookType.PAUSABLE>;
191
+ }, "strip", import("zod").ZodTypeAny, {
192
+ type: import("../index.js").HookType.PAUSABLE;
193
+ owner: string;
194
+ paused: boolean;
195
+ ownerOverrides?: Record<string, string> | undefined;
196
+ }, {
197
+ type: import("../index.js").HookType.PAUSABLE;
198
+ owner: string;
199
+ paused: boolean;
200
+ ownerOverrides?: Record<string, string> | undefined;
201
+ }>, import("zod").ZodObject<{
202
+ owner: import("zod").ZodString;
203
+ ownerOverrides: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
204
+ type: import("zod").ZodLiteral<import("../index.js").HookType.OP_STACK>;
205
+ nativeBridge: import("zod").ZodString;
206
+ destinationChain: import("zod").ZodString;
207
+ }, "strip", import("zod").ZodTypeAny, {
208
+ type: import("../index.js").HookType.OP_STACK;
209
+ owner: string;
210
+ nativeBridge: string;
211
+ destinationChain: string;
212
+ ownerOverrides?: Record<string, string> | undefined;
213
+ }, {
214
+ type: import("../index.js").HookType.OP_STACK;
215
+ owner: string;
216
+ nativeBridge: string;
217
+ destinationChain: string;
218
+ ownerOverrides?: Record<string, string> | undefined;
219
+ }>, import("zod").ZodObject<{
220
+ type: import("zod").ZodLiteral<import("../index.js").HookType.MERKLE_TREE>;
221
+ }, "strip", import("zod").ZodTypeAny, {
222
+ type: import("../index.js").HookType.MERKLE_TREE;
223
+ }, {
224
+ type: import("../index.js").HookType.MERKLE_TREE;
225
+ }>, import("zod").ZodObject<{
226
+ owner: import("zod").ZodString;
227
+ ownerOverrides: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
228
+ type: import("zod").ZodLiteral<import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
229
+ beneficiary: import("zod").ZodString;
230
+ oracleKey: import("zod").ZodString;
231
+ overhead: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodNumber>;
232
+ oracleConfig: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
233
+ gasPrice: import("zod").ZodString;
234
+ tokenExchangeRate: import("zod").ZodString;
235
+ }, "strip", import("zod").ZodTypeAny, {
236
+ gasPrice: string;
237
+ tokenExchangeRate: string;
238
+ }, {
239
+ gasPrice: string;
240
+ tokenExchangeRate: string;
241
+ }>>;
242
+ }, "strip", import("zod").ZodTypeAny, {
243
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
244
+ owner: string;
245
+ beneficiary: string;
246
+ oracleKey: string;
247
+ overhead: Record<string, number>;
248
+ oracleConfig: Record<string, {
249
+ gasPrice: string;
250
+ tokenExchangeRate: string;
251
+ }>;
252
+ ownerOverrides?: Record<string, string> | undefined;
253
+ }, {
254
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
255
+ owner: string;
256
+ beneficiary: string;
257
+ oracleKey: string;
258
+ overhead: Record<string, number>;
259
+ oracleConfig: Record<string, {
260
+ gasPrice: string;
261
+ tokenExchangeRate: string;
262
+ }>;
263
+ ownerOverrides?: Record<string, string> | undefined;
264
+ }>, import("zod").ZodType<import("../index.js").DomainRoutingHookConfig, import("zod").ZodTypeDef, import("../index.js").DomainRoutingHookConfig>, import("zod").ZodType<import("../index.js").FallbackRoutingHookConfig, import("zod").ZodTypeDef, import("../index.js").FallbackRoutingHookConfig>, import("zod").ZodType<import("../index.js").AggregationHookConfig, import("zod").ZodTypeDef, import("../index.js").AggregationHookConfig>]>;
265
+ }, "strip", import("zod").ZodTypeAny, {
266
+ owner: string;
267
+ defaultIsm: string | {
268
+ type: import("../index.js").IsmType.TEST_ISM;
269
+ } | {
270
+ type: import("../index.js").IsmType.TRUSTED_RELAYER;
271
+ relayer: string;
272
+ } | {
273
+ type: import("../index.js").IsmType.OP_STACK;
274
+ origin: string;
275
+ nativeBridge: string;
276
+ } | ({
277
+ owner: string;
278
+ paused: boolean;
279
+ ownerOverrides?: Record<string, string> | undefined;
280
+ } & {
281
+ type: import("../index.js").IsmType.PAUSABLE;
282
+ }) | ({
283
+ validators: string[];
284
+ threshold: number;
285
+ } & {
286
+ type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG;
287
+ }) | import("../index.js").AggregationIsmConfig | (string & {
288
+ type: import("../index.js").IsmType.TEST_ISM;
289
+ }) | (string & {
290
+ type: import("../index.js").IsmType.TRUSTED_RELAYER;
291
+ relayer: string;
292
+ }) | (string & {
293
+ type: import("../index.js").IsmType.OP_STACK;
294
+ origin: string;
295
+ nativeBridge: string;
296
+ }) | (string & {
297
+ owner: string;
298
+ ownerOverrides?: Record<string, string> | undefined;
299
+ } & {
300
+ type: import("../index.js").IsmType.ROUTING | import("../index.js").IsmType.FALLBACK_ROUTING;
301
+ domains: import("../types.js").ChainMap<string | {
302
+ type: import("../index.js").IsmType.TEST_ISM;
303
+ } | {
304
+ type: import("../index.js").IsmType.TRUSTED_RELAYER;
305
+ relayer: string;
306
+ } | {
307
+ type: import("../index.js").IsmType.OP_STACK;
308
+ origin: string;
309
+ nativeBridge: string;
310
+ } | import("../index.js").RoutingIsmConfig | ({
311
+ owner: string;
312
+ paused: boolean;
313
+ ownerOverrides?: Record<string, string> | undefined;
314
+ } & {
315
+ type: import("../index.js").IsmType.PAUSABLE;
316
+ }) | ({
317
+ validators: string[];
318
+ threshold: number;
319
+ } & {
320
+ type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG;
321
+ }) | import("../index.js").AggregationIsmConfig>;
322
+ }) | (string & {
323
+ owner: string;
324
+ paused: boolean;
325
+ ownerOverrides?: Record<string, string> | undefined;
326
+ } & {
327
+ type: import("../index.js").IsmType.PAUSABLE;
328
+ }) | (string & {
329
+ validators: string[];
330
+ threshold: number;
331
+ } & {
332
+ type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG;
333
+ }) | (string & import("../index.js").AggregationIsmConfig) | ({
334
+ type: import("../index.js").IsmType.TEST_ISM;
335
+ } & string) | ({
336
+ type: import("../index.js").IsmType.TRUSTED_RELAYER;
337
+ relayer: string;
338
+ } & string) | ({
339
+ type: import("../index.js").IsmType.OP_STACK;
340
+ origin: string;
341
+ nativeBridge: string;
342
+ } & string) | ({
343
+ owner: string;
344
+ ownerOverrides?: Record<string, string> | undefined;
345
+ } & {
346
+ type: import("../index.js").IsmType.ROUTING | import("../index.js").IsmType.FALLBACK_ROUTING;
347
+ domains: import("../types.js").ChainMap<string | {
348
+ type: import("../index.js").IsmType.TEST_ISM;
349
+ } | {
350
+ type: import("../index.js").IsmType.TRUSTED_RELAYER;
351
+ relayer: string;
352
+ } | {
353
+ type: import("../index.js").IsmType.OP_STACK;
354
+ origin: string;
355
+ nativeBridge: string;
356
+ } | import("../index.js").RoutingIsmConfig | ({
357
+ owner: string;
358
+ paused: boolean;
359
+ ownerOverrides?: Record<string, string> | undefined;
360
+ } & {
361
+ type: import("../index.js").IsmType.PAUSABLE;
362
+ }) | ({
363
+ validators: string[];
364
+ threshold: number;
365
+ } & {
366
+ type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG;
367
+ }) | import("../index.js").AggregationIsmConfig>;
368
+ } & string) | ({
369
+ owner: string;
370
+ ownerOverrides?: Record<string, string> | undefined;
371
+ } & {
372
+ type: import("../index.js").IsmType.ROUTING | import("../index.js").IsmType.FALLBACK_ROUTING;
373
+ domains: import("../types.js").ChainMap<string | {
374
+ type: import("../index.js").IsmType.TEST_ISM;
375
+ } | {
376
+ type: import("../index.js").IsmType.TRUSTED_RELAYER;
377
+ relayer: string;
378
+ } | {
379
+ type: import("../index.js").IsmType.OP_STACK;
380
+ origin: string;
381
+ nativeBridge: string;
382
+ } | import("../index.js").RoutingIsmConfig | ({
383
+ owner: string;
384
+ paused: boolean;
385
+ ownerOverrides?: Record<string, string> | undefined;
386
+ } & {
387
+ type: import("../index.js").IsmType.PAUSABLE;
388
+ }) | ({
389
+ validators: string[];
390
+ threshold: number;
391
+ } & {
392
+ type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG;
393
+ }) | import("../index.js").AggregationIsmConfig>;
394
+ }) | ({
395
+ owner: string;
396
+ paused: boolean;
397
+ ownerOverrides?: Record<string, string> | undefined;
398
+ } & {
399
+ type: import("../index.js").IsmType.PAUSABLE;
400
+ } & string) | ({
401
+ validators: string[];
402
+ threshold: number;
403
+ } & {
404
+ type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG;
405
+ } & string) | (import("../index.js").AggregationIsmConfig & string);
406
+ defaultHook: string | {
407
+ type: import("../index.js").HookType.MERKLE_TREE;
408
+ } | {
409
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
410
+ owner: string;
411
+ beneficiary: string;
412
+ oracleKey: string;
413
+ overhead: Record<string, number>;
414
+ oracleConfig: Record<string, {
415
+ gasPrice: string;
416
+ tokenExchangeRate: string;
417
+ }>;
418
+ ownerOverrides?: Record<string, string> | undefined;
419
+ } | {
420
+ type: import("../index.js").HookType.PROTOCOL_FEE;
421
+ owner: string;
422
+ protocolFee: string;
423
+ beneficiary: string;
424
+ maxProtocolFee: string;
425
+ ownerOverrides?: Record<string, string> | undefined;
426
+ } | {
427
+ type: import("../index.js").HookType.PAUSABLE;
428
+ owner: string;
429
+ paused: boolean;
430
+ ownerOverrides?: Record<string, string> | undefined;
431
+ } | {
432
+ type: import("../index.js").HookType.OP_STACK;
433
+ owner: string;
434
+ nativeBridge: string;
435
+ destinationChain: string;
436
+ ownerOverrides?: Record<string, string> | undefined;
437
+ } | import("../index.js").AggregationHookConfig | (string & {
438
+ type: import("../index.js").HookType.MERKLE_TREE;
439
+ }) | (string & {
440
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
441
+ owner: string;
442
+ beneficiary: string;
443
+ oracleKey: string;
444
+ overhead: Record<string, number>;
445
+ oracleConfig: Record<string, {
446
+ gasPrice: string;
447
+ tokenExchangeRate: string;
448
+ }>;
449
+ ownerOverrides?: Record<string, string> | undefined;
450
+ }) | (string & {
451
+ type: import("../index.js").HookType.PROTOCOL_FEE;
452
+ owner: string;
453
+ protocolFee: string;
454
+ beneficiary: string;
455
+ maxProtocolFee: string;
456
+ ownerOverrides?: Record<string, string> | undefined;
457
+ }) | (string & {
458
+ type: import("../index.js").HookType.PAUSABLE;
459
+ owner: string;
460
+ paused: boolean;
461
+ ownerOverrides?: Record<string, string> | undefined;
462
+ }) | (string & {
463
+ type: import("../index.js").HookType.OP_STACK;
464
+ owner: string;
465
+ nativeBridge: string;
466
+ destinationChain: string;
467
+ ownerOverrides?: Record<string, string> | undefined;
468
+ }) | (string & {
469
+ owner: string;
470
+ ownerOverrides?: Record<string, string> | undefined;
471
+ } & {
472
+ domains: import("../types.js").ChainMap<string | {
473
+ type: import("../index.js").HookType.MERKLE_TREE;
474
+ } | {
475
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
476
+ owner: string;
477
+ beneficiary: string;
478
+ oracleKey: string;
479
+ overhead: Record<string, number>;
480
+ oracleConfig: Record<string, {
481
+ gasPrice: string;
482
+ tokenExchangeRate: string;
483
+ }>;
484
+ ownerOverrides?: Record<string, string> | undefined;
485
+ } | {
486
+ type: import("../index.js").HookType.PROTOCOL_FEE;
487
+ owner: string;
488
+ protocolFee: string;
489
+ beneficiary: string;
490
+ maxProtocolFee: string;
491
+ ownerOverrides?: Record<string, string> | undefined;
492
+ } | {
493
+ type: import("../index.js").HookType.PAUSABLE;
494
+ owner: string;
495
+ paused: boolean;
496
+ ownerOverrides?: Record<string, string> | undefined;
497
+ } | {
498
+ type: import("../index.js").HookType.OP_STACK;
499
+ owner: string;
500
+ nativeBridge: string;
501
+ destinationChain: string;
502
+ ownerOverrides?: Record<string, string> | undefined;
503
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
504
+ } & {
505
+ type: import("../index.js").HookType.ROUTING;
506
+ }) | (string & {
507
+ owner: string;
508
+ ownerOverrides?: Record<string, string> | undefined;
509
+ } & {
510
+ domains: import("../types.js").ChainMap<string | {
511
+ type: import("../index.js").HookType.MERKLE_TREE;
512
+ } | {
513
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
514
+ owner: string;
515
+ beneficiary: string;
516
+ oracleKey: string;
517
+ overhead: Record<string, number>;
518
+ oracleConfig: Record<string, {
519
+ gasPrice: string;
520
+ tokenExchangeRate: string;
521
+ }>;
522
+ ownerOverrides?: Record<string, string> | undefined;
523
+ } | {
524
+ type: import("../index.js").HookType.PROTOCOL_FEE;
525
+ owner: string;
526
+ protocolFee: string;
527
+ beneficiary: string;
528
+ maxProtocolFee: string;
529
+ ownerOverrides?: Record<string, string> | undefined;
530
+ } | {
531
+ type: import("../index.js").HookType.PAUSABLE;
532
+ owner: string;
533
+ paused: boolean;
534
+ ownerOverrides?: Record<string, string> | undefined;
535
+ } | {
536
+ type: import("../index.js").HookType.OP_STACK;
537
+ owner: string;
538
+ nativeBridge: string;
539
+ destinationChain: string;
540
+ ownerOverrides?: Record<string, string> | undefined;
541
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
542
+ } & {
543
+ type: import("../index.js").HookType.FALLBACK_ROUTING;
544
+ fallback: string | {
545
+ type: import("../index.js").HookType.MERKLE_TREE;
546
+ } | {
547
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
548
+ owner: string;
549
+ beneficiary: string;
550
+ oracleKey: string;
551
+ overhead: Record<string, number>;
552
+ oracleConfig: Record<string, {
553
+ gasPrice: string;
554
+ tokenExchangeRate: string;
555
+ }>;
556
+ ownerOverrides?: Record<string, string> | undefined;
557
+ } | {
558
+ type: import("../index.js").HookType.PROTOCOL_FEE;
559
+ owner: string;
560
+ protocolFee: string;
561
+ beneficiary: string;
562
+ maxProtocolFee: string;
563
+ ownerOverrides?: Record<string, string> | undefined;
564
+ } | {
565
+ type: import("../index.js").HookType.PAUSABLE;
566
+ owner: string;
567
+ paused: boolean;
568
+ ownerOverrides?: Record<string, string> | undefined;
569
+ } | {
570
+ type: import("../index.js").HookType.OP_STACK;
571
+ owner: string;
572
+ nativeBridge: string;
573
+ destinationChain: string;
574
+ ownerOverrides?: Record<string, string> | undefined;
575
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
576
+ }) | (string & import("../index.js").AggregationHookConfig) | ({
577
+ type: import("../index.js").HookType.MERKLE_TREE;
578
+ } & string) | ({
579
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
580
+ owner: string;
581
+ beneficiary: string;
582
+ oracleKey: string;
583
+ overhead: Record<string, number>;
584
+ oracleConfig: Record<string, {
585
+ gasPrice: string;
586
+ tokenExchangeRate: string;
587
+ }>;
588
+ ownerOverrides?: Record<string, string> | undefined;
589
+ } & string) | ({
590
+ type: import("../index.js").HookType.PROTOCOL_FEE;
591
+ owner: string;
592
+ protocolFee: string;
593
+ beneficiary: string;
594
+ maxProtocolFee: string;
595
+ ownerOverrides?: Record<string, string> | undefined;
596
+ } & string) | ({
597
+ type: import("../index.js").HookType.PAUSABLE;
598
+ owner: string;
599
+ paused: boolean;
600
+ ownerOverrides?: Record<string, string> | undefined;
601
+ } & string) | ({
602
+ type: import("../index.js").HookType.OP_STACK;
603
+ owner: string;
604
+ nativeBridge: string;
605
+ destinationChain: string;
606
+ ownerOverrides?: Record<string, string> | undefined;
607
+ } & string) | ({
608
+ owner: string;
609
+ ownerOverrides?: Record<string, string> | undefined;
610
+ } & {
611
+ domains: import("../types.js").ChainMap<string | {
612
+ type: import("../index.js").HookType.MERKLE_TREE;
613
+ } | {
614
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
615
+ owner: string;
616
+ beneficiary: string;
617
+ oracleKey: string;
618
+ overhead: Record<string, number>;
619
+ oracleConfig: Record<string, {
620
+ gasPrice: string;
621
+ tokenExchangeRate: string;
622
+ }>;
623
+ ownerOverrides?: Record<string, string> | undefined;
624
+ } | {
625
+ type: import("../index.js").HookType.PROTOCOL_FEE;
626
+ owner: string;
627
+ protocolFee: string;
628
+ beneficiary: string;
629
+ maxProtocolFee: string;
630
+ ownerOverrides?: Record<string, string> | undefined;
631
+ } | {
632
+ type: import("../index.js").HookType.PAUSABLE;
633
+ owner: string;
634
+ paused: boolean;
635
+ ownerOverrides?: Record<string, string> | undefined;
636
+ } | {
637
+ type: import("../index.js").HookType.OP_STACK;
638
+ owner: string;
639
+ nativeBridge: string;
640
+ destinationChain: string;
641
+ ownerOverrides?: Record<string, string> | undefined;
642
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
643
+ } & {
644
+ type: import("../index.js").HookType.ROUTING;
645
+ } & string) | ({
646
+ owner: string;
647
+ ownerOverrides?: Record<string, string> | undefined;
648
+ } & {
649
+ domains: import("../types.js").ChainMap<string | {
650
+ type: import("../index.js").HookType.MERKLE_TREE;
651
+ } | {
652
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
653
+ owner: string;
654
+ beneficiary: string;
655
+ oracleKey: string;
656
+ overhead: Record<string, number>;
657
+ oracleConfig: Record<string, {
658
+ gasPrice: string;
659
+ tokenExchangeRate: string;
660
+ }>;
661
+ ownerOverrides?: Record<string, string> | undefined;
662
+ } | {
663
+ type: import("../index.js").HookType.PROTOCOL_FEE;
664
+ owner: string;
665
+ protocolFee: string;
666
+ beneficiary: string;
667
+ maxProtocolFee: string;
668
+ ownerOverrides?: Record<string, string> | undefined;
669
+ } | {
670
+ type: import("../index.js").HookType.PAUSABLE;
671
+ owner: string;
672
+ paused: boolean;
673
+ ownerOverrides?: Record<string, string> | undefined;
674
+ } | {
675
+ type: import("../index.js").HookType.OP_STACK;
676
+ owner: string;
677
+ nativeBridge: string;
678
+ destinationChain: string;
679
+ ownerOverrides?: Record<string, string> | undefined;
680
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
681
+ } & {
682
+ type: import("../index.js").HookType.ROUTING;
683
+ }) | ({
684
+ owner: string;
685
+ ownerOverrides?: Record<string, string> | undefined;
686
+ } & {
687
+ domains: import("../types.js").ChainMap<string | {
688
+ type: import("../index.js").HookType.MERKLE_TREE;
689
+ } | {
690
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
691
+ owner: string;
692
+ beneficiary: string;
693
+ oracleKey: string;
694
+ overhead: Record<string, number>;
695
+ oracleConfig: Record<string, {
696
+ gasPrice: string;
697
+ tokenExchangeRate: string;
698
+ }>;
699
+ ownerOverrides?: Record<string, string> | undefined;
700
+ } | {
701
+ type: import("../index.js").HookType.PROTOCOL_FEE;
702
+ owner: string;
703
+ protocolFee: string;
704
+ beneficiary: string;
705
+ maxProtocolFee: string;
706
+ ownerOverrides?: Record<string, string> | undefined;
707
+ } | {
708
+ type: import("../index.js").HookType.PAUSABLE;
709
+ owner: string;
710
+ paused: boolean;
711
+ ownerOverrides?: Record<string, string> | undefined;
712
+ } | {
713
+ type: import("../index.js").HookType.OP_STACK;
714
+ owner: string;
715
+ nativeBridge: string;
716
+ destinationChain: string;
717
+ ownerOverrides?: Record<string, string> | undefined;
718
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
719
+ } & {
720
+ type: import("../index.js").HookType.FALLBACK_ROUTING;
721
+ fallback: string | {
722
+ type: import("../index.js").HookType.MERKLE_TREE;
723
+ } | {
724
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
725
+ owner: string;
726
+ beneficiary: string;
727
+ oracleKey: string;
728
+ overhead: Record<string, number>;
729
+ oracleConfig: Record<string, {
730
+ gasPrice: string;
731
+ tokenExchangeRate: string;
732
+ }>;
733
+ ownerOverrides?: Record<string, string> | undefined;
734
+ } | {
735
+ type: import("../index.js").HookType.PROTOCOL_FEE;
736
+ owner: string;
737
+ protocolFee: string;
738
+ beneficiary: string;
739
+ maxProtocolFee: string;
740
+ ownerOverrides?: Record<string, string> | undefined;
741
+ } | {
742
+ type: import("../index.js").HookType.PAUSABLE;
743
+ owner: string;
744
+ paused: boolean;
745
+ ownerOverrides?: Record<string, string> | undefined;
746
+ } | {
747
+ type: import("../index.js").HookType.OP_STACK;
748
+ owner: string;
749
+ nativeBridge: string;
750
+ destinationChain: string;
751
+ ownerOverrides?: Record<string, string> | undefined;
752
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
753
+ } & string) | ({
754
+ owner: string;
755
+ ownerOverrides?: Record<string, string> | undefined;
756
+ } & {
757
+ domains: import("../types.js").ChainMap<string | {
758
+ type: import("../index.js").HookType.MERKLE_TREE;
759
+ } | {
760
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
761
+ owner: string;
762
+ beneficiary: string;
763
+ oracleKey: string;
764
+ overhead: Record<string, number>;
765
+ oracleConfig: Record<string, {
766
+ gasPrice: string;
767
+ tokenExchangeRate: string;
768
+ }>;
769
+ ownerOverrides?: Record<string, string> | undefined;
770
+ } | {
771
+ type: import("../index.js").HookType.PROTOCOL_FEE;
772
+ owner: string;
773
+ protocolFee: string;
774
+ beneficiary: string;
775
+ maxProtocolFee: string;
776
+ ownerOverrides?: Record<string, string> | undefined;
777
+ } | {
778
+ type: import("../index.js").HookType.PAUSABLE;
779
+ owner: string;
780
+ paused: boolean;
781
+ ownerOverrides?: Record<string, string> | undefined;
782
+ } | {
783
+ type: import("../index.js").HookType.OP_STACK;
784
+ owner: string;
785
+ nativeBridge: string;
786
+ destinationChain: string;
787
+ ownerOverrides?: Record<string, string> | undefined;
788
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
789
+ } & {
790
+ type: import("../index.js").HookType.FALLBACK_ROUTING;
791
+ fallback: string | {
792
+ type: import("../index.js").HookType.MERKLE_TREE;
793
+ } | {
794
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
795
+ owner: string;
796
+ beneficiary: string;
797
+ oracleKey: string;
798
+ overhead: Record<string, number>;
799
+ oracleConfig: Record<string, {
800
+ gasPrice: string;
801
+ tokenExchangeRate: string;
802
+ }>;
803
+ ownerOverrides?: Record<string, string> | undefined;
804
+ } | {
805
+ type: import("../index.js").HookType.PROTOCOL_FEE;
806
+ owner: string;
807
+ protocolFee: string;
808
+ beneficiary: string;
809
+ maxProtocolFee: string;
810
+ ownerOverrides?: Record<string, string> | undefined;
811
+ } | {
812
+ type: import("../index.js").HookType.PAUSABLE;
813
+ owner: string;
814
+ paused: boolean;
815
+ ownerOverrides?: Record<string, string> | undefined;
816
+ } | {
817
+ type: import("../index.js").HookType.OP_STACK;
818
+ owner: string;
819
+ nativeBridge: string;
820
+ destinationChain: string;
821
+ ownerOverrides?: Record<string, string> | undefined;
822
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
823
+ }) | (import("../index.js").AggregationHookConfig & string);
824
+ requiredHook: string | {
825
+ type: import("../index.js").HookType.MERKLE_TREE;
826
+ } | {
827
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
828
+ owner: string;
829
+ beneficiary: string;
830
+ oracleKey: string;
831
+ overhead: Record<string, number>;
832
+ oracleConfig: Record<string, {
833
+ gasPrice: string;
834
+ tokenExchangeRate: string;
835
+ }>;
836
+ ownerOverrides?: Record<string, string> | undefined;
837
+ } | {
838
+ type: import("../index.js").HookType.PROTOCOL_FEE;
839
+ owner: string;
840
+ protocolFee: string;
841
+ beneficiary: string;
842
+ maxProtocolFee: string;
843
+ ownerOverrides?: Record<string, string> | undefined;
844
+ } | {
845
+ type: import("../index.js").HookType.PAUSABLE;
846
+ owner: string;
847
+ paused: boolean;
848
+ ownerOverrides?: Record<string, string> | undefined;
849
+ } | {
850
+ type: import("../index.js").HookType.OP_STACK;
851
+ owner: string;
852
+ nativeBridge: string;
853
+ destinationChain: string;
854
+ ownerOverrides?: Record<string, string> | undefined;
855
+ } | import("../index.js").AggregationHookConfig | (string & {
856
+ type: import("../index.js").HookType.MERKLE_TREE;
857
+ }) | (string & {
858
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
859
+ owner: string;
860
+ beneficiary: string;
861
+ oracleKey: string;
862
+ overhead: Record<string, number>;
863
+ oracleConfig: Record<string, {
864
+ gasPrice: string;
865
+ tokenExchangeRate: string;
866
+ }>;
867
+ ownerOverrides?: Record<string, string> | undefined;
868
+ }) | (string & {
869
+ type: import("../index.js").HookType.PROTOCOL_FEE;
870
+ owner: string;
871
+ protocolFee: string;
872
+ beneficiary: string;
873
+ maxProtocolFee: string;
874
+ ownerOverrides?: Record<string, string> | undefined;
875
+ }) | (string & {
876
+ type: import("../index.js").HookType.PAUSABLE;
877
+ owner: string;
878
+ paused: boolean;
879
+ ownerOverrides?: Record<string, string> | undefined;
880
+ }) | (string & {
881
+ type: import("../index.js").HookType.OP_STACK;
882
+ owner: string;
883
+ nativeBridge: string;
884
+ destinationChain: string;
885
+ ownerOverrides?: Record<string, string> | undefined;
886
+ }) | (string & {
887
+ owner: string;
888
+ ownerOverrides?: Record<string, string> | undefined;
889
+ } & {
890
+ domains: import("../types.js").ChainMap<string | {
891
+ type: import("../index.js").HookType.MERKLE_TREE;
892
+ } | {
893
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
894
+ owner: string;
895
+ beneficiary: string;
896
+ oracleKey: string;
897
+ overhead: Record<string, number>;
898
+ oracleConfig: Record<string, {
899
+ gasPrice: string;
900
+ tokenExchangeRate: string;
901
+ }>;
902
+ ownerOverrides?: Record<string, string> | undefined;
903
+ } | {
904
+ type: import("../index.js").HookType.PROTOCOL_FEE;
905
+ owner: string;
906
+ protocolFee: string;
907
+ beneficiary: string;
908
+ maxProtocolFee: string;
909
+ ownerOverrides?: Record<string, string> | undefined;
910
+ } | {
911
+ type: import("../index.js").HookType.PAUSABLE;
912
+ owner: string;
913
+ paused: boolean;
914
+ ownerOverrides?: Record<string, string> | undefined;
915
+ } | {
916
+ type: import("../index.js").HookType.OP_STACK;
917
+ owner: string;
918
+ nativeBridge: string;
919
+ destinationChain: string;
920
+ ownerOverrides?: Record<string, string> | undefined;
921
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
922
+ } & {
923
+ type: import("../index.js").HookType.ROUTING;
924
+ }) | (string & {
925
+ owner: string;
926
+ ownerOverrides?: Record<string, string> | undefined;
927
+ } & {
928
+ domains: import("../types.js").ChainMap<string | {
929
+ type: import("../index.js").HookType.MERKLE_TREE;
930
+ } | {
931
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
932
+ owner: string;
933
+ beneficiary: string;
934
+ oracleKey: string;
935
+ overhead: Record<string, number>;
936
+ oracleConfig: Record<string, {
937
+ gasPrice: string;
938
+ tokenExchangeRate: string;
939
+ }>;
940
+ ownerOverrides?: Record<string, string> | undefined;
941
+ } | {
942
+ type: import("../index.js").HookType.PROTOCOL_FEE;
943
+ owner: string;
944
+ protocolFee: string;
945
+ beneficiary: string;
946
+ maxProtocolFee: string;
947
+ ownerOverrides?: Record<string, string> | undefined;
948
+ } | {
949
+ type: import("../index.js").HookType.PAUSABLE;
950
+ owner: string;
951
+ paused: boolean;
952
+ ownerOverrides?: Record<string, string> | undefined;
953
+ } | {
954
+ type: import("../index.js").HookType.OP_STACK;
955
+ owner: string;
956
+ nativeBridge: string;
957
+ destinationChain: string;
958
+ ownerOverrides?: Record<string, string> | undefined;
959
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
960
+ } & {
961
+ type: import("../index.js").HookType.FALLBACK_ROUTING;
962
+ fallback: string | {
963
+ type: import("../index.js").HookType.MERKLE_TREE;
964
+ } | {
965
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
966
+ owner: string;
967
+ beneficiary: string;
968
+ oracleKey: string;
969
+ overhead: Record<string, number>;
970
+ oracleConfig: Record<string, {
971
+ gasPrice: string;
972
+ tokenExchangeRate: string;
973
+ }>;
974
+ ownerOverrides?: Record<string, string> | undefined;
975
+ } | {
976
+ type: import("../index.js").HookType.PROTOCOL_FEE;
977
+ owner: string;
978
+ protocolFee: string;
979
+ beneficiary: string;
980
+ maxProtocolFee: string;
981
+ ownerOverrides?: Record<string, string> | undefined;
982
+ } | {
983
+ type: import("../index.js").HookType.PAUSABLE;
984
+ owner: string;
985
+ paused: boolean;
986
+ ownerOverrides?: Record<string, string> | undefined;
987
+ } | {
988
+ type: import("../index.js").HookType.OP_STACK;
989
+ owner: string;
990
+ nativeBridge: string;
991
+ destinationChain: string;
992
+ ownerOverrides?: Record<string, string> | undefined;
993
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
994
+ }) | (string & import("../index.js").AggregationHookConfig) | ({
995
+ type: import("../index.js").HookType.MERKLE_TREE;
996
+ } & string) | ({
997
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
998
+ owner: string;
999
+ beneficiary: string;
1000
+ oracleKey: string;
1001
+ overhead: Record<string, number>;
1002
+ oracleConfig: Record<string, {
1003
+ gasPrice: string;
1004
+ tokenExchangeRate: string;
1005
+ }>;
1006
+ ownerOverrides?: Record<string, string> | undefined;
1007
+ } & string) | ({
1008
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1009
+ owner: string;
1010
+ protocolFee: string;
1011
+ beneficiary: string;
1012
+ maxProtocolFee: string;
1013
+ ownerOverrides?: Record<string, string> | undefined;
1014
+ } & string) | ({
1015
+ type: import("../index.js").HookType.PAUSABLE;
1016
+ owner: string;
1017
+ paused: boolean;
1018
+ ownerOverrides?: Record<string, string> | undefined;
1019
+ } & string) | ({
1020
+ type: import("../index.js").HookType.OP_STACK;
1021
+ owner: string;
1022
+ nativeBridge: string;
1023
+ destinationChain: string;
1024
+ ownerOverrides?: Record<string, string> | undefined;
1025
+ } & string) | ({
1026
+ owner: string;
1027
+ ownerOverrides?: Record<string, string> | undefined;
1028
+ } & {
1029
+ domains: import("../types.js").ChainMap<string | {
1030
+ type: import("../index.js").HookType.MERKLE_TREE;
1031
+ } | {
1032
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1033
+ owner: string;
1034
+ beneficiary: string;
1035
+ oracleKey: string;
1036
+ overhead: Record<string, number>;
1037
+ oracleConfig: Record<string, {
1038
+ gasPrice: string;
1039
+ tokenExchangeRate: string;
1040
+ }>;
1041
+ ownerOverrides?: Record<string, string> | undefined;
1042
+ } | {
1043
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1044
+ owner: string;
1045
+ protocolFee: string;
1046
+ beneficiary: string;
1047
+ maxProtocolFee: string;
1048
+ ownerOverrides?: Record<string, string> | undefined;
1049
+ } | {
1050
+ type: import("../index.js").HookType.PAUSABLE;
1051
+ owner: string;
1052
+ paused: boolean;
1053
+ ownerOverrides?: Record<string, string> | undefined;
1054
+ } | {
1055
+ type: import("../index.js").HookType.OP_STACK;
1056
+ owner: string;
1057
+ nativeBridge: string;
1058
+ destinationChain: string;
1059
+ ownerOverrides?: Record<string, string> | undefined;
1060
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1061
+ } & {
1062
+ type: import("../index.js").HookType.ROUTING;
1063
+ } & string) | ({
1064
+ owner: string;
1065
+ ownerOverrides?: Record<string, string> | undefined;
1066
+ } & {
1067
+ domains: import("../types.js").ChainMap<string | {
1068
+ type: import("../index.js").HookType.MERKLE_TREE;
1069
+ } | {
1070
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1071
+ owner: string;
1072
+ beneficiary: string;
1073
+ oracleKey: string;
1074
+ overhead: Record<string, number>;
1075
+ oracleConfig: Record<string, {
1076
+ gasPrice: string;
1077
+ tokenExchangeRate: string;
1078
+ }>;
1079
+ ownerOverrides?: Record<string, string> | undefined;
1080
+ } | {
1081
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1082
+ owner: string;
1083
+ protocolFee: string;
1084
+ beneficiary: string;
1085
+ maxProtocolFee: string;
1086
+ ownerOverrides?: Record<string, string> | undefined;
1087
+ } | {
1088
+ type: import("../index.js").HookType.PAUSABLE;
1089
+ owner: string;
1090
+ paused: boolean;
1091
+ ownerOverrides?: Record<string, string> | undefined;
1092
+ } | {
1093
+ type: import("../index.js").HookType.OP_STACK;
1094
+ owner: string;
1095
+ nativeBridge: string;
1096
+ destinationChain: string;
1097
+ ownerOverrides?: Record<string, string> | undefined;
1098
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1099
+ } & {
1100
+ type: import("../index.js").HookType.ROUTING;
1101
+ }) | ({
1102
+ owner: string;
1103
+ ownerOverrides?: Record<string, string> | undefined;
1104
+ } & {
1105
+ domains: import("../types.js").ChainMap<string | {
1106
+ type: import("../index.js").HookType.MERKLE_TREE;
1107
+ } | {
1108
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1109
+ owner: string;
1110
+ beneficiary: string;
1111
+ oracleKey: string;
1112
+ overhead: Record<string, number>;
1113
+ oracleConfig: Record<string, {
1114
+ gasPrice: string;
1115
+ tokenExchangeRate: string;
1116
+ }>;
1117
+ ownerOverrides?: Record<string, string> | undefined;
1118
+ } | {
1119
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1120
+ owner: string;
1121
+ protocolFee: string;
1122
+ beneficiary: string;
1123
+ maxProtocolFee: string;
1124
+ ownerOverrides?: Record<string, string> | undefined;
1125
+ } | {
1126
+ type: import("../index.js").HookType.PAUSABLE;
1127
+ owner: string;
1128
+ paused: boolean;
1129
+ ownerOverrides?: Record<string, string> | undefined;
1130
+ } | {
1131
+ type: import("../index.js").HookType.OP_STACK;
1132
+ owner: string;
1133
+ nativeBridge: string;
1134
+ destinationChain: string;
1135
+ ownerOverrides?: Record<string, string> | undefined;
1136
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1137
+ } & {
1138
+ type: import("../index.js").HookType.FALLBACK_ROUTING;
1139
+ fallback: string | {
1140
+ type: import("../index.js").HookType.MERKLE_TREE;
1141
+ } | {
1142
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1143
+ owner: string;
1144
+ beneficiary: string;
1145
+ oracleKey: string;
1146
+ overhead: Record<string, number>;
1147
+ oracleConfig: Record<string, {
1148
+ gasPrice: string;
1149
+ tokenExchangeRate: string;
1150
+ }>;
1151
+ ownerOverrides?: Record<string, string> | undefined;
1152
+ } | {
1153
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1154
+ owner: string;
1155
+ protocolFee: string;
1156
+ beneficiary: string;
1157
+ maxProtocolFee: string;
1158
+ ownerOverrides?: Record<string, string> | undefined;
1159
+ } | {
1160
+ type: import("../index.js").HookType.PAUSABLE;
1161
+ owner: string;
1162
+ paused: boolean;
1163
+ ownerOverrides?: Record<string, string> | undefined;
1164
+ } | {
1165
+ type: import("../index.js").HookType.OP_STACK;
1166
+ owner: string;
1167
+ nativeBridge: string;
1168
+ destinationChain: string;
1169
+ ownerOverrides?: Record<string, string> | undefined;
1170
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
1171
+ } & string) | ({
1172
+ owner: string;
1173
+ ownerOverrides?: Record<string, string> | undefined;
1174
+ } & {
1175
+ domains: import("../types.js").ChainMap<string | {
1176
+ type: import("../index.js").HookType.MERKLE_TREE;
1177
+ } | {
1178
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1179
+ owner: string;
1180
+ beneficiary: string;
1181
+ oracleKey: string;
1182
+ overhead: Record<string, number>;
1183
+ oracleConfig: Record<string, {
1184
+ gasPrice: string;
1185
+ tokenExchangeRate: string;
1186
+ }>;
1187
+ ownerOverrides?: Record<string, string> | undefined;
1188
+ } | {
1189
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1190
+ owner: string;
1191
+ protocolFee: string;
1192
+ beneficiary: string;
1193
+ maxProtocolFee: string;
1194
+ ownerOverrides?: Record<string, string> | undefined;
1195
+ } | {
1196
+ type: import("../index.js").HookType.PAUSABLE;
1197
+ owner: string;
1198
+ paused: boolean;
1199
+ ownerOverrides?: Record<string, string> | undefined;
1200
+ } | {
1201
+ type: import("../index.js").HookType.OP_STACK;
1202
+ owner: string;
1203
+ nativeBridge: string;
1204
+ destinationChain: string;
1205
+ ownerOverrides?: Record<string, string> | undefined;
1206
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1207
+ } & {
1208
+ type: import("../index.js").HookType.FALLBACK_ROUTING;
1209
+ fallback: string | {
1210
+ type: import("../index.js").HookType.MERKLE_TREE;
1211
+ } | {
1212
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1213
+ owner: string;
1214
+ beneficiary: string;
1215
+ oracleKey: string;
1216
+ overhead: Record<string, number>;
1217
+ oracleConfig: Record<string, {
1218
+ gasPrice: string;
1219
+ tokenExchangeRate: string;
1220
+ }>;
1221
+ ownerOverrides?: Record<string, string> | undefined;
1222
+ } | {
1223
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1224
+ owner: string;
1225
+ protocolFee: string;
1226
+ beneficiary: string;
1227
+ maxProtocolFee: string;
1228
+ ownerOverrides?: Record<string, string> | undefined;
1229
+ } | {
1230
+ type: import("../index.js").HookType.PAUSABLE;
1231
+ owner: string;
1232
+ paused: boolean;
1233
+ ownerOverrides?: Record<string, string> | undefined;
1234
+ } | {
1235
+ type: import("../index.js").HookType.OP_STACK;
1236
+ owner: string;
1237
+ nativeBridge: string;
1238
+ destinationChain: string;
1239
+ ownerOverrides?: Record<string, string> | undefined;
1240
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
1241
+ }) | (import("../index.js").AggregationHookConfig & string);
1242
+ ownerOverrides?: Record<string, string> | undefined;
1243
+ }, {
1244
+ owner: string;
1245
+ defaultIsm: string | {
1246
+ type: import("../index.js").IsmType.TEST_ISM;
1247
+ } | {
1248
+ type: import("../index.js").IsmType.TRUSTED_RELAYER;
1249
+ relayer: string;
1250
+ } | {
1251
+ type: import("../index.js").IsmType.OP_STACK;
1252
+ origin: string;
1253
+ nativeBridge: string;
1254
+ } | ({
1255
+ owner: string;
1256
+ paused: boolean;
1257
+ ownerOverrides?: Record<string, string> | undefined;
1258
+ } & {
1259
+ type: import("../index.js").IsmType.PAUSABLE;
1260
+ }) | ({
1261
+ validators: string[];
1262
+ threshold: number;
1263
+ } & {
1264
+ type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG;
1265
+ }) | import("../index.js").AggregationIsmConfig | (string & {
1266
+ owner: string;
1267
+ ownerOverrides?: Record<string, string> | undefined;
1268
+ } & {
1269
+ type: import("../index.js").IsmType.ROUTING | import("../index.js").IsmType.FALLBACK_ROUTING;
1270
+ domains: import("../types.js").ChainMap<string | {
1271
+ type: import("../index.js").IsmType.TEST_ISM;
1272
+ } | {
1273
+ type: import("../index.js").IsmType.TRUSTED_RELAYER;
1274
+ relayer: string;
1275
+ } | {
1276
+ type: import("../index.js").IsmType.OP_STACK;
1277
+ origin: string;
1278
+ nativeBridge: string;
1279
+ } | import("../index.js").RoutingIsmConfig | ({
1280
+ owner: string;
1281
+ paused: boolean;
1282
+ ownerOverrides?: Record<string, string> | undefined;
1283
+ } & {
1284
+ type: import("../index.js").IsmType.PAUSABLE;
1285
+ }) | ({
1286
+ validators: string[];
1287
+ threshold: number;
1288
+ } & {
1289
+ type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG;
1290
+ }) | import("../index.js").AggregationIsmConfig>;
1291
+ }) | (string & import("../index.js").AggregationIsmConfig) | ({
1292
+ owner: string;
1293
+ ownerOverrides?: Record<string, string> | undefined;
1294
+ } & {
1295
+ type: import("../index.js").IsmType.ROUTING | import("../index.js").IsmType.FALLBACK_ROUTING;
1296
+ domains: import("../types.js").ChainMap<string | {
1297
+ type: import("../index.js").IsmType.TEST_ISM;
1298
+ } | {
1299
+ type: import("../index.js").IsmType.TRUSTED_RELAYER;
1300
+ relayer: string;
1301
+ } | {
1302
+ type: import("../index.js").IsmType.OP_STACK;
1303
+ origin: string;
1304
+ nativeBridge: string;
1305
+ } | import("../index.js").RoutingIsmConfig | ({
1306
+ owner: string;
1307
+ paused: boolean;
1308
+ ownerOverrides?: Record<string, string> | undefined;
1309
+ } & {
1310
+ type: import("../index.js").IsmType.PAUSABLE;
1311
+ }) | ({
1312
+ validators: string[];
1313
+ threshold: number;
1314
+ } & {
1315
+ type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG;
1316
+ }) | import("../index.js").AggregationIsmConfig>;
1317
+ } & string) | ({
1318
+ owner: string;
1319
+ ownerOverrides?: Record<string, string> | undefined;
1320
+ } & {
1321
+ type: import("../index.js").IsmType.ROUTING | import("../index.js").IsmType.FALLBACK_ROUTING;
1322
+ domains: import("../types.js").ChainMap<string | {
1323
+ type: import("../index.js").IsmType.TEST_ISM;
1324
+ } | {
1325
+ type: import("../index.js").IsmType.TRUSTED_RELAYER;
1326
+ relayer: string;
1327
+ } | {
1328
+ type: import("../index.js").IsmType.OP_STACK;
1329
+ origin: string;
1330
+ nativeBridge: string;
1331
+ } | import("../index.js").RoutingIsmConfig | ({
1332
+ owner: string;
1333
+ paused: boolean;
1334
+ ownerOverrides?: Record<string, string> | undefined;
1335
+ } & {
1336
+ type: import("../index.js").IsmType.PAUSABLE;
1337
+ }) | ({
1338
+ validators: string[];
1339
+ threshold: number;
1340
+ } & {
1341
+ type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG;
1342
+ }) | import("../index.js").AggregationIsmConfig>;
1343
+ }) | (import("../index.js").AggregationIsmConfig & string) | (string & {
1344
+ type: import("../index.js").IsmType.TEST_ISM;
1345
+ }) | (string & {
1346
+ type: import("../index.js").IsmType.TRUSTED_RELAYER;
1347
+ relayer: string;
1348
+ }) | (string & {
1349
+ type: import("../index.js").IsmType.OP_STACK;
1350
+ origin: string;
1351
+ nativeBridge: string;
1352
+ }) | (string & {
1353
+ owner: string;
1354
+ paused: boolean;
1355
+ ownerOverrides?: Record<string, string> | undefined;
1356
+ } & {
1357
+ type: import("../index.js").IsmType.PAUSABLE;
1358
+ }) | (string & {
1359
+ validators: string[];
1360
+ threshold: number;
1361
+ } & {
1362
+ type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG;
1363
+ }) | ({
1364
+ type: import("../index.js").IsmType.TEST_ISM;
1365
+ } & string) | ({
1366
+ type: import("../index.js").IsmType.TRUSTED_RELAYER;
1367
+ relayer: string;
1368
+ } & string) | ({
1369
+ type: import("../index.js").IsmType.OP_STACK;
1370
+ origin: string;
1371
+ nativeBridge: string;
1372
+ } & string) | ({
1373
+ owner: string;
1374
+ paused: boolean;
1375
+ ownerOverrides?: Record<string, string> | undefined;
1376
+ } & {
1377
+ type: import("../index.js").IsmType.PAUSABLE;
1378
+ } & string) | ({
1379
+ validators: string[];
1380
+ threshold: number;
1381
+ } & {
1382
+ type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG;
1383
+ } & string);
1384
+ defaultHook: string | {
1385
+ type: import("../index.js").HookType.MERKLE_TREE;
1386
+ } | {
1387
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1388
+ owner: string;
1389
+ beneficiary: string;
1390
+ oracleKey: string;
1391
+ overhead: Record<string, number>;
1392
+ oracleConfig: Record<string, {
1393
+ gasPrice: string;
1394
+ tokenExchangeRate: string;
1395
+ }>;
1396
+ ownerOverrides?: Record<string, string> | undefined;
1397
+ } | {
1398
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1399
+ owner: string;
1400
+ protocolFee: string;
1401
+ beneficiary: string;
1402
+ maxProtocolFee: string;
1403
+ ownerOverrides?: Record<string, string> | undefined;
1404
+ } | {
1405
+ type: import("../index.js").HookType.PAUSABLE;
1406
+ owner: string;
1407
+ paused: boolean;
1408
+ ownerOverrides?: Record<string, string> | undefined;
1409
+ } | {
1410
+ type: import("../index.js").HookType.OP_STACK;
1411
+ owner: string;
1412
+ nativeBridge: string;
1413
+ destinationChain: string;
1414
+ ownerOverrides?: Record<string, string> | undefined;
1415
+ } | import("../index.js").AggregationHookConfig | (string & {
1416
+ owner: string;
1417
+ ownerOverrides?: Record<string, string> | undefined;
1418
+ } & {
1419
+ domains: import("../types.js").ChainMap<string | {
1420
+ type: import("../index.js").HookType.MERKLE_TREE;
1421
+ } | {
1422
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1423
+ owner: string;
1424
+ beneficiary: string;
1425
+ oracleKey: string;
1426
+ overhead: Record<string, number>;
1427
+ oracleConfig: Record<string, {
1428
+ gasPrice: string;
1429
+ tokenExchangeRate: string;
1430
+ }>;
1431
+ ownerOverrides?: Record<string, string> | undefined;
1432
+ } | {
1433
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1434
+ owner: string;
1435
+ protocolFee: string;
1436
+ beneficiary: string;
1437
+ maxProtocolFee: string;
1438
+ ownerOverrides?: Record<string, string> | undefined;
1439
+ } | {
1440
+ type: import("../index.js").HookType.PAUSABLE;
1441
+ owner: string;
1442
+ paused: boolean;
1443
+ ownerOverrides?: Record<string, string> | undefined;
1444
+ } | {
1445
+ type: import("../index.js").HookType.OP_STACK;
1446
+ owner: string;
1447
+ nativeBridge: string;
1448
+ destinationChain: string;
1449
+ ownerOverrides?: Record<string, string> | undefined;
1450
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1451
+ } & {
1452
+ type: import("../index.js").HookType.ROUTING;
1453
+ }) | (string & {
1454
+ owner: string;
1455
+ ownerOverrides?: Record<string, string> | undefined;
1456
+ } & {
1457
+ domains: import("../types.js").ChainMap<string | {
1458
+ type: import("../index.js").HookType.MERKLE_TREE;
1459
+ } | {
1460
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1461
+ owner: string;
1462
+ beneficiary: string;
1463
+ oracleKey: string;
1464
+ overhead: Record<string, number>;
1465
+ oracleConfig: Record<string, {
1466
+ gasPrice: string;
1467
+ tokenExchangeRate: string;
1468
+ }>;
1469
+ ownerOverrides?: Record<string, string> | undefined;
1470
+ } | {
1471
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1472
+ owner: string;
1473
+ protocolFee: string;
1474
+ beneficiary: string;
1475
+ maxProtocolFee: string;
1476
+ ownerOverrides?: Record<string, string> | undefined;
1477
+ } | {
1478
+ type: import("../index.js").HookType.PAUSABLE;
1479
+ owner: string;
1480
+ paused: boolean;
1481
+ ownerOverrides?: Record<string, string> | undefined;
1482
+ } | {
1483
+ type: import("../index.js").HookType.OP_STACK;
1484
+ owner: string;
1485
+ nativeBridge: string;
1486
+ destinationChain: string;
1487
+ ownerOverrides?: Record<string, string> | undefined;
1488
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1489
+ } & {
1490
+ type: import("../index.js").HookType.FALLBACK_ROUTING;
1491
+ fallback: string | {
1492
+ type: import("../index.js").HookType.MERKLE_TREE;
1493
+ } | {
1494
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1495
+ owner: string;
1496
+ beneficiary: string;
1497
+ oracleKey: string;
1498
+ overhead: Record<string, number>;
1499
+ oracleConfig: Record<string, {
1500
+ gasPrice: string;
1501
+ tokenExchangeRate: string;
1502
+ }>;
1503
+ ownerOverrides?: Record<string, string> | undefined;
1504
+ } | {
1505
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1506
+ owner: string;
1507
+ protocolFee: string;
1508
+ beneficiary: string;
1509
+ maxProtocolFee: string;
1510
+ ownerOverrides?: Record<string, string> | undefined;
1511
+ } | {
1512
+ type: import("../index.js").HookType.PAUSABLE;
1513
+ owner: string;
1514
+ paused: boolean;
1515
+ ownerOverrides?: Record<string, string> | undefined;
1516
+ } | {
1517
+ type: import("../index.js").HookType.OP_STACK;
1518
+ owner: string;
1519
+ nativeBridge: string;
1520
+ destinationChain: string;
1521
+ ownerOverrides?: Record<string, string> | undefined;
1522
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
1523
+ }) | (string & import("../index.js").AggregationHookConfig) | ({
1524
+ owner: string;
1525
+ ownerOverrides?: Record<string, string> | undefined;
1526
+ } & {
1527
+ domains: import("../types.js").ChainMap<string | {
1528
+ type: import("../index.js").HookType.MERKLE_TREE;
1529
+ } | {
1530
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1531
+ owner: string;
1532
+ beneficiary: string;
1533
+ oracleKey: string;
1534
+ overhead: Record<string, number>;
1535
+ oracleConfig: Record<string, {
1536
+ gasPrice: string;
1537
+ tokenExchangeRate: string;
1538
+ }>;
1539
+ ownerOverrides?: Record<string, string> | undefined;
1540
+ } | {
1541
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1542
+ owner: string;
1543
+ protocolFee: string;
1544
+ beneficiary: string;
1545
+ maxProtocolFee: string;
1546
+ ownerOverrides?: Record<string, string> | undefined;
1547
+ } | {
1548
+ type: import("../index.js").HookType.PAUSABLE;
1549
+ owner: string;
1550
+ paused: boolean;
1551
+ ownerOverrides?: Record<string, string> | undefined;
1552
+ } | {
1553
+ type: import("../index.js").HookType.OP_STACK;
1554
+ owner: string;
1555
+ nativeBridge: string;
1556
+ destinationChain: string;
1557
+ ownerOverrides?: Record<string, string> | undefined;
1558
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1559
+ } & {
1560
+ type: import("../index.js").HookType.ROUTING;
1561
+ } & string) | ({
1562
+ owner: string;
1563
+ ownerOverrides?: Record<string, string> | undefined;
1564
+ } & {
1565
+ domains: import("../types.js").ChainMap<string | {
1566
+ type: import("../index.js").HookType.MERKLE_TREE;
1567
+ } | {
1568
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1569
+ owner: string;
1570
+ beneficiary: string;
1571
+ oracleKey: string;
1572
+ overhead: Record<string, number>;
1573
+ oracleConfig: Record<string, {
1574
+ gasPrice: string;
1575
+ tokenExchangeRate: string;
1576
+ }>;
1577
+ ownerOverrides?: Record<string, string> | undefined;
1578
+ } | {
1579
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1580
+ owner: string;
1581
+ protocolFee: string;
1582
+ beneficiary: string;
1583
+ maxProtocolFee: string;
1584
+ ownerOverrides?: Record<string, string> | undefined;
1585
+ } | {
1586
+ type: import("../index.js").HookType.PAUSABLE;
1587
+ owner: string;
1588
+ paused: boolean;
1589
+ ownerOverrides?: Record<string, string> | undefined;
1590
+ } | {
1591
+ type: import("../index.js").HookType.OP_STACK;
1592
+ owner: string;
1593
+ nativeBridge: string;
1594
+ destinationChain: string;
1595
+ ownerOverrides?: Record<string, string> | undefined;
1596
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1597
+ } & {
1598
+ type: import("../index.js").HookType.ROUTING;
1599
+ }) | ({
1600
+ owner: string;
1601
+ ownerOverrides?: Record<string, string> | undefined;
1602
+ } & {
1603
+ domains: import("../types.js").ChainMap<string | {
1604
+ type: import("../index.js").HookType.MERKLE_TREE;
1605
+ } | {
1606
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1607
+ owner: string;
1608
+ beneficiary: string;
1609
+ oracleKey: string;
1610
+ overhead: Record<string, number>;
1611
+ oracleConfig: Record<string, {
1612
+ gasPrice: string;
1613
+ tokenExchangeRate: string;
1614
+ }>;
1615
+ ownerOverrides?: Record<string, string> | undefined;
1616
+ } | {
1617
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1618
+ owner: string;
1619
+ protocolFee: string;
1620
+ beneficiary: string;
1621
+ maxProtocolFee: string;
1622
+ ownerOverrides?: Record<string, string> | undefined;
1623
+ } | {
1624
+ type: import("../index.js").HookType.PAUSABLE;
1625
+ owner: string;
1626
+ paused: boolean;
1627
+ ownerOverrides?: Record<string, string> | undefined;
1628
+ } | {
1629
+ type: import("../index.js").HookType.OP_STACK;
1630
+ owner: string;
1631
+ nativeBridge: string;
1632
+ destinationChain: string;
1633
+ ownerOverrides?: Record<string, string> | undefined;
1634
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1635
+ } & {
1636
+ type: import("../index.js").HookType.FALLBACK_ROUTING;
1637
+ fallback: string | {
1638
+ type: import("../index.js").HookType.MERKLE_TREE;
1639
+ } | {
1640
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1641
+ owner: string;
1642
+ beneficiary: string;
1643
+ oracleKey: string;
1644
+ overhead: Record<string, number>;
1645
+ oracleConfig: Record<string, {
1646
+ gasPrice: string;
1647
+ tokenExchangeRate: string;
1648
+ }>;
1649
+ ownerOverrides?: Record<string, string> | undefined;
1650
+ } | {
1651
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1652
+ owner: string;
1653
+ protocolFee: string;
1654
+ beneficiary: string;
1655
+ maxProtocolFee: string;
1656
+ ownerOverrides?: Record<string, string> | undefined;
1657
+ } | {
1658
+ type: import("../index.js").HookType.PAUSABLE;
1659
+ owner: string;
1660
+ paused: boolean;
1661
+ ownerOverrides?: Record<string, string> | undefined;
1662
+ } | {
1663
+ type: import("../index.js").HookType.OP_STACK;
1664
+ owner: string;
1665
+ nativeBridge: string;
1666
+ destinationChain: string;
1667
+ ownerOverrides?: Record<string, string> | undefined;
1668
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
1669
+ } & string) | ({
1670
+ owner: string;
1671
+ ownerOverrides?: Record<string, string> | undefined;
1672
+ } & {
1673
+ domains: import("../types.js").ChainMap<string | {
1674
+ type: import("../index.js").HookType.MERKLE_TREE;
1675
+ } | {
1676
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1677
+ owner: string;
1678
+ beneficiary: string;
1679
+ oracleKey: string;
1680
+ overhead: Record<string, number>;
1681
+ oracleConfig: Record<string, {
1682
+ gasPrice: string;
1683
+ tokenExchangeRate: string;
1684
+ }>;
1685
+ ownerOverrides?: Record<string, string> | undefined;
1686
+ } | {
1687
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1688
+ owner: string;
1689
+ protocolFee: string;
1690
+ beneficiary: string;
1691
+ maxProtocolFee: string;
1692
+ ownerOverrides?: Record<string, string> | undefined;
1693
+ } | {
1694
+ type: import("../index.js").HookType.PAUSABLE;
1695
+ owner: string;
1696
+ paused: boolean;
1697
+ ownerOverrides?: Record<string, string> | undefined;
1698
+ } | {
1699
+ type: import("../index.js").HookType.OP_STACK;
1700
+ owner: string;
1701
+ nativeBridge: string;
1702
+ destinationChain: string;
1703
+ ownerOverrides?: Record<string, string> | undefined;
1704
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1705
+ } & {
1706
+ type: import("../index.js").HookType.FALLBACK_ROUTING;
1707
+ fallback: string | {
1708
+ type: import("../index.js").HookType.MERKLE_TREE;
1709
+ } | {
1710
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1711
+ owner: string;
1712
+ beneficiary: string;
1713
+ oracleKey: string;
1714
+ overhead: Record<string, number>;
1715
+ oracleConfig: Record<string, {
1716
+ gasPrice: string;
1717
+ tokenExchangeRate: string;
1718
+ }>;
1719
+ ownerOverrides?: Record<string, string> | undefined;
1720
+ } | {
1721
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1722
+ owner: string;
1723
+ protocolFee: string;
1724
+ beneficiary: string;
1725
+ maxProtocolFee: string;
1726
+ ownerOverrides?: Record<string, string> | undefined;
1727
+ } | {
1728
+ type: import("../index.js").HookType.PAUSABLE;
1729
+ owner: string;
1730
+ paused: boolean;
1731
+ ownerOverrides?: Record<string, string> | undefined;
1732
+ } | {
1733
+ type: import("../index.js").HookType.OP_STACK;
1734
+ owner: string;
1735
+ nativeBridge: string;
1736
+ destinationChain: string;
1737
+ ownerOverrides?: Record<string, string> | undefined;
1738
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
1739
+ }) | (import("../index.js").AggregationHookConfig & string) | (string & {
1740
+ type: import("../index.js").HookType.MERKLE_TREE;
1741
+ }) | (string & {
1742
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1743
+ owner: string;
1744
+ beneficiary: string;
1745
+ oracleKey: string;
1746
+ overhead: Record<string, number>;
1747
+ oracleConfig: Record<string, {
1748
+ gasPrice: string;
1749
+ tokenExchangeRate: string;
1750
+ }>;
1751
+ ownerOverrides?: Record<string, string> | undefined;
1752
+ }) | (string & {
1753
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1754
+ owner: string;
1755
+ protocolFee: string;
1756
+ beneficiary: string;
1757
+ maxProtocolFee: string;
1758
+ ownerOverrides?: Record<string, string> | undefined;
1759
+ }) | (string & {
1760
+ type: import("../index.js").HookType.PAUSABLE;
1761
+ owner: string;
1762
+ paused: boolean;
1763
+ ownerOverrides?: Record<string, string> | undefined;
1764
+ }) | (string & {
1765
+ type: import("../index.js").HookType.OP_STACK;
1766
+ owner: string;
1767
+ nativeBridge: string;
1768
+ destinationChain: string;
1769
+ ownerOverrides?: Record<string, string> | undefined;
1770
+ }) | ({
1771
+ type: import("../index.js").HookType.MERKLE_TREE;
1772
+ } & string) | ({
1773
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1774
+ owner: string;
1775
+ beneficiary: string;
1776
+ oracleKey: string;
1777
+ overhead: Record<string, number>;
1778
+ oracleConfig: Record<string, {
1779
+ gasPrice: string;
1780
+ tokenExchangeRate: string;
1781
+ }>;
1782
+ ownerOverrides?: Record<string, string> | undefined;
1783
+ } & string) | ({
1784
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1785
+ owner: string;
1786
+ protocolFee: string;
1787
+ beneficiary: string;
1788
+ maxProtocolFee: string;
1789
+ ownerOverrides?: Record<string, string> | undefined;
1790
+ } & string) | ({
1791
+ type: import("../index.js").HookType.PAUSABLE;
1792
+ owner: string;
1793
+ paused: boolean;
1794
+ ownerOverrides?: Record<string, string> | undefined;
1795
+ } & string) | ({
1796
+ type: import("../index.js").HookType.OP_STACK;
1797
+ owner: string;
1798
+ nativeBridge: string;
1799
+ destinationChain: string;
1800
+ ownerOverrides?: Record<string, string> | undefined;
1801
+ } & string);
1802
+ requiredHook: string | {
1803
+ type: import("../index.js").HookType.MERKLE_TREE;
1804
+ } | {
1805
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1806
+ owner: string;
1807
+ beneficiary: string;
1808
+ oracleKey: string;
1809
+ overhead: Record<string, number>;
1810
+ oracleConfig: Record<string, {
1811
+ gasPrice: string;
1812
+ tokenExchangeRate: string;
1813
+ }>;
1814
+ ownerOverrides?: Record<string, string> | undefined;
1815
+ } | {
1816
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1817
+ owner: string;
1818
+ protocolFee: string;
1819
+ beneficiary: string;
1820
+ maxProtocolFee: string;
1821
+ ownerOverrides?: Record<string, string> | undefined;
1822
+ } | {
1823
+ type: import("../index.js").HookType.PAUSABLE;
1824
+ owner: string;
1825
+ paused: boolean;
1826
+ ownerOverrides?: Record<string, string> | undefined;
1827
+ } | {
1828
+ type: import("../index.js").HookType.OP_STACK;
1829
+ owner: string;
1830
+ nativeBridge: string;
1831
+ destinationChain: string;
1832
+ ownerOverrides?: Record<string, string> | undefined;
1833
+ } | import("../index.js").AggregationHookConfig | (string & {
1834
+ owner: string;
1835
+ ownerOverrides?: Record<string, string> | undefined;
1836
+ } & {
1837
+ domains: import("../types.js").ChainMap<string | {
1838
+ type: import("../index.js").HookType.MERKLE_TREE;
1839
+ } | {
1840
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1841
+ owner: string;
1842
+ beneficiary: string;
1843
+ oracleKey: string;
1844
+ overhead: Record<string, number>;
1845
+ oracleConfig: Record<string, {
1846
+ gasPrice: string;
1847
+ tokenExchangeRate: string;
1848
+ }>;
1849
+ ownerOverrides?: Record<string, string> | undefined;
1850
+ } | {
1851
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1852
+ owner: string;
1853
+ protocolFee: string;
1854
+ beneficiary: string;
1855
+ maxProtocolFee: string;
1856
+ ownerOverrides?: Record<string, string> | undefined;
1857
+ } | {
1858
+ type: import("../index.js").HookType.PAUSABLE;
1859
+ owner: string;
1860
+ paused: boolean;
1861
+ ownerOverrides?: Record<string, string> | undefined;
1862
+ } | {
1863
+ type: import("../index.js").HookType.OP_STACK;
1864
+ owner: string;
1865
+ nativeBridge: string;
1866
+ destinationChain: string;
1867
+ ownerOverrides?: Record<string, string> | undefined;
1868
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1869
+ } & {
1870
+ type: import("../index.js").HookType.ROUTING;
1871
+ }) | (string & {
1872
+ owner: string;
1873
+ ownerOverrides?: Record<string, string> | undefined;
1874
+ } & {
1875
+ domains: import("../types.js").ChainMap<string | {
1876
+ type: import("../index.js").HookType.MERKLE_TREE;
1877
+ } | {
1878
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1879
+ owner: string;
1880
+ beneficiary: string;
1881
+ oracleKey: string;
1882
+ overhead: Record<string, number>;
1883
+ oracleConfig: Record<string, {
1884
+ gasPrice: string;
1885
+ tokenExchangeRate: string;
1886
+ }>;
1887
+ ownerOverrides?: Record<string, string> | undefined;
1888
+ } | {
1889
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1890
+ owner: string;
1891
+ protocolFee: string;
1892
+ beneficiary: string;
1893
+ maxProtocolFee: string;
1894
+ ownerOverrides?: Record<string, string> | undefined;
1895
+ } | {
1896
+ type: import("../index.js").HookType.PAUSABLE;
1897
+ owner: string;
1898
+ paused: boolean;
1899
+ ownerOverrides?: Record<string, string> | undefined;
1900
+ } | {
1901
+ type: import("../index.js").HookType.OP_STACK;
1902
+ owner: string;
1903
+ nativeBridge: string;
1904
+ destinationChain: string;
1905
+ ownerOverrides?: Record<string, string> | undefined;
1906
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1907
+ } & {
1908
+ type: import("../index.js").HookType.FALLBACK_ROUTING;
1909
+ fallback: string | {
1910
+ type: import("../index.js").HookType.MERKLE_TREE;
1911
+ } | {
1912
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1913
+ owner: string;
1914
+ beneficiary: string;
1915
+ oracleKey: string;
1916
+ overhead: Record<string, number>;
1917
+ oracleConfig: Record<string, {
1918
+ gasPrice: string;
1919
+ tokenExchangeRate: string;
1920
+ }>;
1921
+ ownerOverrides?: Record<string, string> | undefined;
1922
+ } | {
1923
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1924
+ owner: string;
1925
+ protocolFee: string;
1926
+ beneficiary: string;
1927
+ maxProtocolFee: string;
1928
+ ownerOverrides?: Record<string, string> | undefined;
1929
+ } | {
1930
+ type: import("../index.js").HookType.PAUSABLE;
1931
+ owner: string;
1932
+ paused: boolean;
1933
+ ownerOverrides?: Record<string, string> | undefined;
1934
+ } | {
1935
+ type: import("../index.js").HookType.OP_STACK;
1936
+ owner: string;
1937
+ nativeBridge: string;
1938
+ destinationChain: string;
1939
+ ownerOverrides?: Record<string, string> | undefined;
1940
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
1941
+ }) | (string & import("../index.js").AggregationHookConfig) | ({
1942
+ owner: string;
1943
+ ownerOverrides?: Record<string, string> | undefined;
1944
+ } & {
1945
+ domains: import("../types.js").ChainMap<string | {
1946
+ type: import("../index.js").HookType.MERKLE_TREE;
1947
+ } | {
1948
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1949
+ owner: string;
1950
+ beneficiary: string;
1951
+ oracleKey: string;
1952
+ overhead: Record<string, number>;
1953
+ oracleConfig: Record<string, {
1954
+ gasPrice: string;
1955
+ tokenExchangeRate: string;
1956
+ }>;
1957
+ ownerOverrides?: Record<string, string> | undefined;
1958
+ } | {
1959
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1960
+ owner: string;
1961
+ protocolFee: string;
1962
+ beneficiary: string;
1963
+ maxProtocolFee: string;
1964
+ ownerOverrides?: Record<string, string> | undefined;
1965
+ } | {
1966
+ type: import("../index.js").HookType.PAUSABLE;
1967
+ owner: string;
1968
+ paused: boolean;
1969
+ ownerOverrides?: Record<string, string> | undefined;
1970
+ } | {
1971
+ type: import("../index.js").HookType.OP_STACK;
1972
+ owner: string;
1973
+ nativeBridge: string;
1974
+ destinationChain: string;
1975
+ ownerOverrides?: Record<string, string> | undefined;
1976
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
1977
+ } & {
1978
+ type: import("../index.js").HookType.ROUTING;
1979
+ } & string) | ({
1980
+ owner: string;
1981
+ ownerOverrides?: Record<string, string> | undefined;
1982
+ } & {
1983
+ domains: import("../types.js").ChainMap<string | {
1984
+ type: import("../index.js").HookType.MERKLE_TREE;
1985
+ } | {
1986
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1987
+ owner: string;
1988
+ beneficiary: string;
1989
+ oracleKey: string;
1990
+ overhead: Record<string, number>;
1991
+ oracleConfig: Record<string, {
1992
+ gasPrice: string;
1993
+ tokenExchangeRate: string;
1994
+ }>;
1995
+ ownerOverrides?: Record<string, string> | undefined;
1996
+ } | {
1997
+ type: import("../index.js").HookType.PROTOCOL_FEE;
1998
+ owner: string;
1999
+ protocolFee: string;
2000
+ beneficiary: string;
2001
+ maxProtocolFee: string;
2002
+ ownerOverrides?: Record<string, string> | undefined;
2003
+ } | {
2004
+ type: import("../index.js").HookType.PAUSABLE;
2005
+ owner: string;
2006
+ paused: boolean;
2007
+ ownerOverrides?: Record<string, string> | undefined;
2008
+ } | {
2009
+ type: import("../index.js").HookType.OP_STACK;
2010
+ owner: string;
2011
+ nativeBridge: string;
2012
+ destinationChain: string;
2013
+ ownerOverrides?: Record<string, string> | undefined;
2014
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
2015
+ } & {
2016
+ type: import("../index.js").HookType.ROUTING;
2017
+ }) | ({
2018
+ owner: string;
2019
+ ownerOverrides?: Record<string, string> | undefined;
2020
+ } & {
2021
+ domains: import("../types.js").ChainMap<string | {
2022
+ type: import("../index.js").HookType.MERKLE_TREE;
2023
+ } | {
2024
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2025
+ owner: string;
2026
+ beneficiary: string;
2027
+ oracleKey: string;
2028
+ overhead: Record<string, number>;
2029
+ oracleConfig: Record<string, {
2030
+ gasPrice: string;
2031
+ tokenExchangeRate: string;
2032
+ }>;
2033
+ ownerOverrides?: Record<string, string> | undefined;
2034
+ } | {
2035
+ type: import("../index.js").HookType.PROTOCOL_FEE;
2036
+ owner: string;
2037
+ protocolFee: string;
2038
+ beneficiary: string;
2039
+ maxProtocolFee: string;
2040
+ ownerOverrides?: Record<string, string> | undefined;
2041
+ } | {
2042
+ type: import("../index.js").HookType.PAUSABLE;
2043
+ owner: string;
2044
+ paused: boolean;
2045
+ ownerOverrides?: Record<string, string> | undefined;
2046
+ } | {
2047
+ type: import("../index.js").HookType.OP_STACK;
2048
+ owner: string;
2049
+ nativeBridge: string;
2050
+ destinationChain: string;
2051
+ ownerOverrides?: Record<string, string> | undefined;
2052
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
2053
+ } & {
2054
+ type: import("../index.js").HookType.FALLBACK_ROUTING;
2055
+ fallback: string | {
2056
+ type: import("../index.js").HookType.MERKLE_TREE;
2057
+ } | {
2058
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2059
+ owner: string;
2060
+ beneficiary: string;
2061
+ oracleKey: string;
2062
+ overhead: Record<string, number>;
2063
+ oracleConfig: Record<string, {
2064
+ gasPrice: string;
2065
+ tokenExchangeRate: string;
2066
+ }>;
2067
+ ownerOverrides?: Record<string, string> | undefined;
2068
+ } | {
2069
+ type: import("../index.js").HookType.PROTOCOL_FEE;
2070
+ owner: string;
2071
+ protocolFee: string;
2072
+ beneficiary: string;
2073
+ maxProtocolFee: string;
2074
+ ownerOverrides?: Record<string, string> | undefined;
2075
+ } | {
2076
+ type: import("../index.js").HookType.PAUSABLE;
2077
+ owner: string;
2078
+ paused: boolean;
2079
+ ownerOverrides?: Record<string, string> | undefined;
2080
+ } | {
2081
+ type: import("../index.js").HookType.OP_STACK;
2082
+ owner: string;
2083
+ nativeBridge: string;
2084
+ destinationChain: string;
2085
+ ownerOverrides?: Record<string, string> | undefined;
2086
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
2087
+ } & string) | ({
2088
+ owner: string;
2089
+ ownerOverrides?: Record<string, string> | undefined;
2090
+ } & {
2091
+ domains: import("../types.js").ChainMap<string | {
2092
+ type: import("../index.js").HookType.MERKLE_TREE;
2093
+ } | {
2094
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2095
+ owner: string;
2096
+ beneficiary: string;
2097
+ oracleKey: string;
2098
+ overhead: Record<string, number>;
2099
+ oracleConfig: Record<string, {
2100
+ gasPrice: string;
2101
+ tokenExchangeRate: string;
2102
+ }>;
2103
+ ownerOverrides?: Record<string, string> | undefined;
2104
+ } | {
2105
+ type: import("../index.js").HookType.PROTOCOL_FEE;
2106
+ owner: string;
2107
+ protocolFee: string;
2108
+ beneficiary: string;
2109
+ maxProtocolFee: string;
2110
+ ownerOverrides?: Record<string, string> | undefined;
2111
+ } | {
2112
+ type: import("../index.js").HookType.PAUSABLE;
2113
+ owner: string;
2114
+ paused: boolean;
2115
+ ownerOverrides?: Record<string, string> | undefined;
2116
+ } | {
2117
+ type: import("../index.js").HookType.OP_STACK;
2118
+ owner: string;
2119
+ nativeBridge: string;
2120
+ destinationChain: string;
2121
+ ownerOverrides?: Record<string, string> | undefined;
2122
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig>;
2123
+ } & {
2124
+ type: import("../index.js").HookType.FALLBACK_ROUTING;
2125
+ fallback: string | {
2126
+ type: import("../index.js").HookType.MERKLE_TREE;
2127
+ } | {
2128
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2129
+ owner: string;
2130
+ beneficiary: string;
2131
+ oracleKey: string;
2132
+ overhead: Record<string, number>;
2133
+ oracleConfig: Record<string, {
2134
+ gasPrice: string;
2135
+ tokenExchangeRate: string;
2136
+ }>;
2137
+ ownerOverrides?: Record<string, string> | undefined;
2138
+ } | {
2139
+ type: import("../index.js").HookType.PROTOCOL_FEE;
2140
+ owner: string;
2141
+ protocolFee: string;
2142
+ beneficiary: string;
2143
+ maxProtocolFee: string;
2144
+ ownerOverrides?: Record<string, string> | undefined;
2145
+ } | {
2146
+ type: import("../index.js").HookType.PAUSABLE;
2147
+ owner: string;
2148
+ paused: boolean;
2149
+ ownerOverrides?: Record<string, string> | undefined;
2150
+ } | {
2151
+ type: import("../index.js").HookType.OP_STACK;
2152
+ owner: string;
2153
+ nativeBridge: string;
2154
+ destinationChain: string;
2155
+ ownerOverrides?: Record<string, string> | undefined;
2156
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig;
2157
+ }) | (import("../index.js").AggregationHookConfig & string) | (string & {
2158
+ type: import("../index.js").HookType.MERKLE_TREE;
2159
+ }) | (string & {
2160
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2161
+ owner: string;
2162
+ beneficiary: string;
2163
+ oracleKey: string;
2164
+ overhead: Record<string, number>;
2165
+ oracleConfig: Record<string, {
2166
+ gasPrice: string;
2167
+ tokenExchangeRate: string;
2168
+ }>;
2169
+ ownerOverrides?: Record<string, string> | undefined;
2170
+ }) | (string & {
2171
+ type: import("../index.js").HookType.PROTOCOL_FEE;
2172
+ owner: string;
2173
+ protocolFee: string;
2174
+ beneficiary: string;
2175
+ maxProtocolFee: string;
2176
+ ownerOverrides?: Record<string, string> | undefined;
2177
+ }) | (string & {
2178
+ type: import("../index.js").HookType.PAUSABLE;
2179
+ owner: string;
2180
+ paused: boolean;
2181
+ ownerOverrides?: Record<string, string> | undefined;
2182
+ }) | (string & {
2183
+ type: import("../index.js").HookType.OP_STACK;
2184
+ owner: string;
2185
+ nativeBridge: string;
2186
+ destinationChain: string;
2187
+ ownerOverrides?: Record<string, string> | undefined;
2188
+ }) | ({
2189
+ type: import("../index.js").HookType.MERKLE_TREE;
2190
+ } & string) | ({
2191
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2192
+ owner: string;
2193
+ beneficiary: string;
2194
+ oracleKey: string;
2195
+ overhead: Record<string, number>;
2196
+ oracleConfig: Record<string, {
2197
+ gasPrice: string;
2198
+ tokenExchangeRate: string;
2199
+ }>;
2200
+ ownerOverrides?: Record<string, string> | undefined;
2201
+ } & string) | ({
2202
+ type: import("../index.js").HookType.PROTOCOL_FEE;
2203
+ owner: string;
2204
+ protocolFee: string;
2205
+ beneficiary: string;
2206
+ maxProtocolFee: string;
2207
+ ownerOverrides?: Record<string, string> | undefined;
2208
+ } & string) | ({
2209
+ type: import("../index.js").HookType.PAUSABLE;
2210
+ owner: string;
2211
+ paused: boolean;
2212
+ ownerOverrides?: Record<string, string> | undefined;
2213
+ } & string) | ({
2214
+ type: import("../index.js").HookType.OP_STACK;
2215
+ owner: string;
2216
+ nativeBridge: string;
2217
+ destinationChain: string;
2218
+ ownerOverrides?: Record<string, string> | undefined;
2219
+ } & string);
2220
+ ownerOverrides?: Record<string, string> | undefined;
2221
+ }>;
2222
+ //# sourceMappingURL=schemas.d.ts.map