@hyperlane-xyz/sdk 7.1.0 → 7.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (269) hide show
  1. package/dist/aws/validator.d.ts +3 -1
  2. package/dist/aws/validator.d.ts.map +1 -1
  3. package/dist/aws/validator.js +12 -4
  4. package/dist/aws/validator.js.map +1 -1
  5. package/dist/consts/multisigIsm.d.ts +1 -0
  6. package/dist/consts/multisigIsm.d.ts.map +1 -1
  7. package/dist/consts/multisigIsm.js +1148 -358
  8. package/dist/consts/multisigIsm.js.map +1 -1
  9. package/dist/consts/multisigIsm.test.js +16 -2
  10. package/dist/consts/multisigIsm.test.js.map +1 -1
  11. package/dist/consts/multisigIsmVerifyCosts.d.ts.map +1 -1
  12. package/dist/consts/multisigIsmVerifyCosts.js +0 -1
  13. package/dist/consts/multisigIsmVerifyCosts.js.map +1 -1
  14. package/dist/core/CoreDeployer.hardhat-test.d.ts.map +1 -1
  15. package/dist/core/CoreDeployer.hardhat-test.js +27 -8
  16. package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
  17. package/dist/core/EvmCoreModule.d.ts +6 -4
  18. package/dist/core/EvmCoreModule.d.ts.map +1 -1
  19. package/dist/core/EvmCoreModule.js +23 -3
  20. package/dist/core/EvmCoreModule.js.map +1 -1
  21. package/dist/core/EvmCoreReader.d.ts +14 -6
  22. package/dist/core/EvmCoreReader.d.ts.map +1 -1
  23. package/dist/core/EvmCoreReader.js +14 -8
  24. package/dist/core/EvmCoreReader.js.map +1 -1
  25. package/dist/core/EvmIcaModule.d.ts +13 -5
  26. package/dist/core/EvmIcaModule.d.ts.map +1 -1
  27. package/dist/core/EvmIcaModule.js +81 -4
  28. package/dist/core/EvmIcaModule.js.map +1 -1
  29. package/dist/core/HyperlaneRelayer.d.ts +40 -40
  30. package/dist/core/HyperlaneRelayer.d.ts.map +1 -1
  31. package/dist/core/HyperlaneRelayer.js +3 -3
  32. package/dist/core/HyperlaneRelayer.js.map +1 -1
  33. package/dist/core/schemas.d.ts +3572 -676
  34. package/dist/core/schemas.d.ts.map +1 -1
  35. package/dist/core/schemas.js +9 -4
  36. package/dist/core/schemas.js.map +1 -1
  37. package/dist/core/types.d.ts +2 -1
  38. package/dist/core/types.d.ts.map +1 -1
  39. package/dist/core/types.js.map +1 -1
  40. package/dist/deploy/HyperlaneAppChecker.d.ts +1 -0
  41. package/dist/deploy/HyperlaneAppChecker.d.ts.map +1 -1
  42. package/dist/deploy/HyperlaneAppChecker.js +6 -3
  43. package/dist/deploy/HyperlaneAppChecker.js.map +1 -1
  44. package/dist/deploy/HyperlaneDeployer.d.ts +1 -1
  45. package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
  46. package/dist/deploy/verify/ContractVerifier.js +1 -1
  47. package/dist/deploy/verify/ContractVerifier.js.map +1 -1
  48. package/dist/gas/adapters/SealevelIgpAdapter.d.ts +40 -4
  49. package/dist/gas/adapters/SealevelIgpAdapter.d.ts.map +1 -1
  50. package/dist/gas/adapters/SealevelIgpAdapter.js +107 -12
  51. package/dist/gas/adapters/SealevelIgpAdapter.js.map +1 -1
  52. package/dist/gas/adapters/serialization.d.ts +29 -0
  53. package/dist/gas/adapters/serialization.d.ts.map +1 -1
  54. package/dist/gas/adapters/serialization.js +71 -2
  55. package/dist/gas/adapters/serialization.js.map +1 -1
  56. package/dist/gas/types.d.ts +1 -1
  57. package/dist/gas/types.d.ts.map +1 -1
  58. package/dist/gcp/storage.d.ts +24 -0
  59. package/dist/gcp/storage.d.ts.map +1 -0
  60. package/dist/gcp/storage.js +69 -0
  61. package/dist/gcp/storage.js.map +1 -0
  62. package/dist/gcp/validator.d.ts +21 -0
  63. package/dist/gcp/validator.d.ts.map +1 -0
  64. package/dist/gcp/validator.js +99 -0
  65. package/dist/gcp/validator.js.map +1 -0
  66. package/dist/hook/EvmHookModule.d.ts +2 -2
  67. package/dist/hook/EvmHookModule.d.ts.map +1 -1
  68. package/dist/hook/EvmHookModule.hardhat-test.js +0 -1
  69. package/dist/hook/EvmHookModule.hardhat-test.js.map +1 -1
  70. package/dist/hook/EvmHookModule.js +1 -2
  71. package/dist/hook/EvmHookModule.js.map +1 -1
  72. package/dist/hook/EvmHookReader.js +2 -2
  73. package/dist/hook/EvmHookReader.js.map +1 -1
  74. package/dist/hook/EvmHookReader.test.js +0 -1
  75. package/dist/hook/EvmHookReader.test.js.map +1 -1
  76. package/dist/hook/types.d.ts +244 -1
  77. package/dist/hook/types.d.ts.map +1 -1
  78. package/dist/hook/types.js +65 -0
  79. package/dist/hook/types.js.map +1 -1
  80. package/dist/ica/EvmIcaReader.d.ts +10 -0
  81. package/dist/ica/EvmIcaReader.d.ts.map +1 -0
  82. package/dist/ica/EvmIcaReader.hardhat-test.d.ts +2 -0
  83. package/dist/ica/EvmIcaReader.hardhat-test.d.ts.map +1 -0
  84. package/dist/ica/EvmIcaReader.hardhat-test.js +44 -0
  85. package/dist/ica/EvmIcaReader.hardhat-test.js.map +1 -0
  86. package/dist/ica/EvmIcaReader.js +52 -0
  87. package/dist/ica/EvmIcaReader.js.map +1 -0
  88. package/dist/ica/schemas.d.ts +107 -0
  89. package/dist/ica/schemas.d.ts.map +1 -0
  90. package/dist/ica/schemas.js +25 -0
  91. package/dist/ica/schemas.js.map +1 -0
  92. package/dist/ica/types.d.ts +5 -0
  93. package/dist/ica/types.d.ts.map +1 -0
  94. package/dist/ica/types.js +2 -0
  95. package/dist/ica/types.js.map +1 -0
  96. package/dist/index.d.ts +14 -10
  97. package/dist/index.d.ts.map +1 -1
  98. package/dist/index.js +11 -8
  99. package/dist/index.js.map +1 -1
  100. package/dist/ism/EvmIsmModule.d.ts +3 -3
  101. package/dist/ism/EvmIsmModule.d.ts.map +1 -1
  102. package/dist/ism/EvmIsmModule.hardhat-test.js +5 -1
  103. package/dist/ism/EvmIsmModule.hardhat-test.js.map +1 -1
  104. package/dist/ism/EvmIsmModule.js +1 -2
  105. package/dist/ism/EvmIsmModule.js.map +1 -1
  106. package/dist/ism/EvmIsmReader.d.ts.map +1 -1
  107. package/dist/ism/EvmIsmReader.js +25 -11
  108. package/dist/ism/EvmIsmReader.js.map +1 -1
  109. package/dist/ism/HyperlaneIsmFactory.d.ts +2 -0
  110. package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
  111. package/dist/ism/HyperlaneIsmFactory.hardhat-test.d.ts.map +1 -1
  112. package/dist/ism/HyperlaneIsmFactory.hardhat-test.js.map +1 -1
  113. package/dist/ism/HyperlaneIsmFactory.js +20 -2
  114. package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
  115. package/dist/ism/adapters/CosmWasmMultisigAdapter.d.ts +2 -2
  116. package/dist/ism/adapters/CosmWasmMultisigAdapter.d.ts.map +1 -1
  117. package/dist/ism/adapters/CosmWasmMultisigAdapter.js +1 -1
  118. package/dist/ism/adapters/CosmWasmMultisigAdapter.js.map +1 -1
  119. package/dist/ism/metadata/aggregation.d.ts +2 -1
  120. package/dist/ism/metadata/aggregation.d.ts.map +1 -1
  121. package/dist/ism/metadata/aggregation.js +2 -2
  122. package/dist/ism/metadata/aggregation.js.map +1 -1
  123. package/dist/ism/metadata/arbL2ToL1.d.ts +1 -1
  124. package/dist/ism/metadata/arbL2ToL1.d.ts.map +1 -1
  125. package/dist/ism/metadata/arbL2ToL1.hardhat-test.js +1 -2
  126. package/dist/ism/metadata/arbL2ToL1.hardhat-test.js.map +1 -1
  127. package/dist/ism/metadata/builder.d.ts +6 -19
  128. package/dist/ism/metadata/builder.d.ts.map +1 -1
  129. package/dist/ism/metadata/builder.hardhat-test.js +2 -1
  130. package/dist/ism/metadata/builder.hardhat-test.js.map +1 -1
  131. package/dist/ism/metadata/builder.js +7 -26
  132. package/dist/ism/metadata/builder.js.map +1 -1
  133. package/dist/ism/metadata/decode.d.ts +3 -0
  134. package/dist/ism/metadata/decode.d.ts.map +1 -0
  135. package/dist/ism/metadata/decode.js +31 -0
  136. package/dist/ism/metadata/decode.js.map +1 -0
  137. package/dist/ism/metadata/multisig.d.ts +1 -1
  138. package/dist/ism/metadata/multisig.d.ts.map +1 -1
  139. package/dist/ism/metadata/null.d.ts +1 -1
  140. package/dist/ism/metadata/null.d.ts.map +1 -1
  141. package/dist/ism/metadata/routing.d.ts +5 -4
  142. package/dist/ism/metadata/routing.d.ts.map +1 -1
  143. package/dist/ism/metadata/routing.js +24 -10
  144. package/dist/ism/metadata/routing.js.map +1 -1
  145. package/dist/ism/metadata/types.d.ts +20 -0
  146. package/dist/ism/metadata/types.d.ts.map +1 -0
  147. package/dist/ism/metadata/types.js +2 -0
  148. package/dist/ism/metadata/types.js.map +1 -0
  149. package/dist/ism/multisig.d.ts +1 -0
  150. package/dist/ism/multisig.d.ts.map +1 -1
  151. package/dist/ism/multisig.js +9 -12
  152. package/dist/ism/multisig.js.map +1 -1
  153. package/dist/ism/types.d.ts +257 -4
  154. package/dist/ism/types.d.ts.map +1 -1
  155. package/dist/ism/types.js +84 -1
  156. package/dist/ism/types.js.map +1 -1
  157. package/dist/ism/types.test.d.ts +2 -0
  158. package/dist/ism/types.test.d.ts.map +1 -0
  159. package/dist/ism/{schemas.test.js → types.test.js} +2 -3
  160. package/dist/ism/types.test.js.map +1 -0
  161. package/dist/ism/utils.d.ts +2 -2
  162. package/dist/ism/utils.d.ts.map +1 -1
  163. package/dist/ism/utils.js +15 -6
  164. package/dist/ism/utils.js.map +1 -1
  165. package/dist/metadata/agentConfig.d.ts +5 -5
  166. package/dist/middleware/liquidity-layer/LiquidityLayerApp.d.ts.map +1 -1
  167. package/dist/middleware/liquidity-layer/LiquidityLayerApp.js +14 -13
  168. package/dist/middleware/liquidity-layer/LiquidityLayerApp.js.map +1 -1
  169. package/dist/providers/SmartProvider/SmartProvider.d.ts +1 -1
  170. package/dist/providers/SmartProvider/SmartProvider.d.ts.map +1 -1
  171. package/dist/providers/SmartProvider/SmartProvider.js +1 -1
  172. package/dist/providers/SmartProvider/SmartProvider.js.map +1 -1
  173. package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.d.ts +1 -2
  174. package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.d.ts.map +1 -1
  175. package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.js.map +1 -1
  176. package/dist/router/HyperlaneRouterChecker.d.ts.map +1 -1
  177. package/dist/router/HyperlaneRouterChecker.js +3 -2
  178. package/dist/router/HyperlaneRouterChecker.js.map +1 -1
  179. package/dist/router/HyperlaneRouterDeployer.d.ts.map +1 -1
  180. package/dist/router/HyperlaneRouterDeployer.js +3 -3
  181. package/dist/router/HyperlaneRouterDeployer.js.map +1 -1
  182. package/dist/router/types.d.ts +1220 -1
  183. package/dist/router/types.d.ts.map +1 -1
  184. package/dist/router/types.js +29 -0
  185. package/dist/router/types.js.map +1 -1
  186. package/dist/schemas.d.ts +10 -0
  187. package/dist/schemas.d.ts.map +1 -1
  188. package/dist/schemas.js +3 -0
  189. package/dist/schemas.js.map +1 -1
  190. package/dist/token/EvmERC20WarpModule.d.ts +28 -7
  191. package/dist/token/EvmERC20WarpModule.d.ts.map +1 -1
  192. package/dist/token/EvmERC20WarpModule.hardhat-test.js +158 -39
  193. package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +1 -1
  194. package/dist/token/EvmERC20WarpModule.js +147 -39
  195. package/dist/token/EvmERC20WarpModule.js.map +1 -1
  196. package/dist/token/EvmERC20WarpRouteReader.d.ts.map +1 -1
  197. package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js +1 -1
  198. package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js.map +1 -1
  199. package/dist/token/EvmERC20WarpRouteReader.js +8 -3
  200. package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
  201. package/dist/token/IToken.d.ts +2 -2
  202. package/dist/token/adapters/CosmWasmTokenAdapter.d.ts +2 -0
  203. package/dist/token/adapters/CosmWasmTokenAdapter.d.ts.map +1 -1
  204. package/dist/token/adapters/CosmWasmTokenAdapter.js +6 -0
  205. package/dist/token/adapters/CosmWasmTokenAdapter.js.map +1 -1
  206. package/dist/token/adapters/CosmWasmTokenAdapter.test.d.ts.map +1 -1
  207. package/dist/token/adapters/CosmWasmTokenAdapter.test.js +19 -8
  208. package/dist/token/adapters/CosmWasmTokenAdapter.test.js.map +1 -1
  209. package/dist/token/adapters/CosmosTokenAdapter.d.ts +1 -0
  210. package/dist/token/adapters/CosmosTokenAdapter.d.ts.map +1 -1
  211. package/dist/token/adapters/CosmosTokenAdapter.js +3 -0
  212. package/dist/token/adapters/CosmosTokenAdapter.js.map +1 -1
  213. package/dist/token/adapters/EvmTokenAdapter.d.ts +1 -0
  214. package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -1
  215. package/dist/token/adapters/EvmTokenAdapter.js +3 -0
  216. package/dist/token/adapters/EvmTokenAdapter.js.map +1 -1
  217. package/dist/token/adapters/ITokenAdapter.d.ts +2 -1
  218. package/dist/token/adapters/ITokenAdapter.d.ts.map +1 -1
  219. package/dist/token/adapters/SealevelTokenAdapter.d.ts +10 -7
  220. package/dist/token/adapters/SealevelTokenAdapter.d.ts.map +1 -1
  221. package/dist/token/adapters/SealevelTokenAdapter.js +78 -47
  222. package/dist/token/adapters/SealevelTokenAdapter.js.map +1 -1
  223. package/dist/token/checker.d.ts +6 -0
  224. package/dist/token/checker.d.ts.map +1 -1
  225. package/dist/token/checker.js +72 -11
  226. package/dist/token/checker.js.map +1 -1
  227. package/dist/token/deploy.d.ts.map +1 -1
  228. package/dist/token/deploy.js +0 -1
  229. package/dist/token/deploy.js.map +1 -1
  230. package/dist/token/schemas.d.ts +196 -290
  231. package/dist/token/schemas.d.ts.map +1 -1
  232. package/dist/token/schemas.js +1 -1
  233. package/dist/token/schemas.js.map +1 -1
  234. package/dist/utils/gnosisSafe.js +1 -1
  235. package/dist/utils/ism.js +1 -1
  236. package/dist/utils/ism.js.map +1 -1
  237. package/dist/utils/logUtils.js +1 -1
  238. package/dist/utils/logUtils.js.map +1 -1
  239. package/dist/utils/sealevelSerialization.d.ts +10 -0
  240. package/dist/utils/sealevelSerialization.d.ts.map +1 -1
  241. package/dist/utils/sealevelSerialization.js +21 -1
  242. package/dist/utils/sealevelSerialization.js.map +1 -1
  243. package/dist/utils/validator.d.ts +4 -0
  244. package/dist/utils/validator.d.ts.map +1 -0
  245. package/dist/utils/validator.js +14 -0
  246. package/dist/utils/validator.js.map +1 -0
  247. package/dist/warp/WarpCore.d.ts +5 -3
  248. package/dist/warp/WarpCore.d.ts.map +1 -1
  249. package/dist/warp/WarpCore.js +24 -5
  250. package/dist/warp/WarpCore.js.map +1 -1
  251. package/dist/warp/WarpCore.test.js +9 -0
  252. package/dist/warp/WarpCore.test.js.map +1 -1
  253. package/dist/warp/types.d.ts +4 -4
  254. package/package.json +16 -9
  255. package/dist/hook/schemas.d.ts +0 -247
  256. package/dist/hook/schemas.d.ts.map +0 -1
  257. package/dist/hook/schemas.js +0 -67
  258. package/dist/hook/schemas.js.map +0 -1
  259. package/dist/ism/schemas.d.ts +0 -246
  260. package/dist/ism/schemas.d.ts.map +0 -1
  261. package/dist/ism/schemas.js +0 -78
  262. package/dist/ism/schemas.js.map +0 -1
  263. package/dist/ism/schemas.test.d.ts +0 -2
  264. package/dist/ism/schemas.test.d.ts.map +0 -1
  265. package/dist/ism/schemas.test.js.map +0 -1
  266. package/dist/router/schemas.d.ts +0 -1317
  267. package/dist/router/schemas.d.ts.map +0 -1
  268. package/dist/router/schemas.js +0 -30
  269. package/dist/router/schemas.js.map +0 -1
@@ -5,7 +5,6 @@ import { HyperlaneFactories } from '../contracts/types.js';
5
5
  import { UpgradeConfig } from '../deploy/proxy.js';
6
6
  import { CheckerViolation } from '../deploy/types.js';
7
7
  import { ChainMap } from '../types.js';
8
- import { DestinationGasSchema, GasRouterConfigSchema, MailboxClientConfigSchema, RemoteRoutersSchema, RouterConfigSchema } from './schemas.js';
9
8
  export type RouterAddress = {
10
9
  router: Address;
11
10
  };
@@ -42,4 +41,1224 @@ export interface RouterViolation extends CheckerViolation {
42
41
  }
43
42
  export type RemoteRouters = z.infer<typeof RemoteRoutersSchema>;
44
43
  export type DestinationGas = z.infer<typeof DestinationGasSchema>;
44
+ export declare const MailboxClientConfigSchema: z.ZodObject<{
45
+ owner: z.ZodString;
46
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
47
+ mailbox: z.ZodString;
48
+ hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
49
+ owner: z.ZodString;
50
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
51
+ type: z.ZodLiteral<import("../hook/types.js").HookType.PROTOCOL_FEE>;
52
+ beneficiary: z.ZodString;
53
+ maxProtocolFee: z.ZodString;
54
+ protocolFee: z.ZodString;
55
+ }, "strip", z.ZodTypeAny, {
56
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
57
+ owner: string;
58
+ protocolFee: string;
59
+ beneficiary: string;
60
+ maxProtocolFee: string;
61
+ ownerOverrides?: Record<string, string> | undefined;
62
+ }, {
63
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
64
+ owner: string;
65
+ protocolFee: string;
66
+ beneficiary: string;
67
+ maxProtocolFee: string;
68
+ ownerOverrides?: Record<string, string> | undefined;
69
+ }>, z.ZodObject<{
70
+ owner: z.ZodString;
71
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
72
+ paused: z.ZodBoolean;
73
+ type: z.ZodLiteral<import("../hook/types.js").HookType.PAUSABLE>;
74
+ }, "strip", z.ZodTypeAny, {
75
+ type: import("../hook/types.js").HookType.PAUSABLE;
76
+ owner: string;
77
+ paused: boolean;
78
+ ownerOverrides?: Record<string, string> | undefined;
79
+ }, {
80
+ type: import("../hook/types.js").HookType.PAUSABLE;
81
+ owner: string;
82
+ paused: boolean;
83
+ ownerOverrides?: Record<string, string> | undefined;
84
+ }>, z.ZodObject<{
85
+ owner: z.ZodString;
86
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
87
+ type: z.ZodLiteral<import("../hook/types.js").HookType.OP_STACK>;
88
+ nativeBridge: z.ZodString;
89
+ destinationChain: z.ZodString;
90
+ }, "strip", z.ZodTypeAny, {
91
+ type: import("../hook/types.js").HookType.OP_STACK;
92
+ owner: string;
93
+ nativeBridge: string;
94
+ destinationChain: string;
95
+ ownerOverrides?: Record<string, string> | undefined;
96
+ }, {
97
+ type: import("../hook/types.js").HookType.OP_STACK;
98
+ owner: string;
99
+ nativeBridge: string;
100
+ destinationChain: string;
101
+ ownerOverrides?: Record<string, string> | undefined;
102
+ }>, z.ZodObject<{
103
+ type: z.ZodLiteral<import("../hook/types.js").HookType.MERKLE_TREE>;
104
+ }, "strip", z.ZodTypeAny, {
105
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
106
+ }, {
107
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
108
+ }>, z.ZodObject<{
109
+ owner: z.ZodString;
110
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
111
+ type: z.ZodLiteral<import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
112
+ beneficiary: z.ZodString;
113
+ oracleKey: z.ZodString;
114
+ overhead: z.ZodRecord<z.ZodString, z.ZodNumber>;
115
+ oracleConfig: z.ZodRecord<z.ZodString, z.ZodObject<{
116
+ gasPrice: z.ZodString;
117
+ tokenExchangeRate: z.ZodString;
118
+ }, "strip", z.ZodTypeAny, {
119
+ gasPrice: string;
120
+ tokenExchangeRate: string;
121
+ }, {
122
+ gasPrice: string;
123
+ tokenExchangeRate: string;
124
+ }>>;
125
+ }, "strip", z.ZodTypeAny, {
126
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
127
+ owner: string;
128
+ beneficiary: string;
129
+ oracleKey: string;
130
+ overhead: Record<string, number>;
131
+ oracleConfig: Record<string, {
132
+ gasPrice: string;
133
+ tokenExchangeRate: string;
134
+ }>;
135
+ ownerOverrides?: Record<string, string> | undefined;
136
+ }, {
137
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
138
+ owner: string;
139
+ beneficiary: string;
140
+ oracleKey: string;
141
+ overhead: Record<string, number>;
142
+ oracleConfig: Record<string, {
143
+ gasPrice: string;
144
+ tokenExchangeRate: string;
145
+ }>;
146
+ ownerOverrides?: Record<string, string> | undefined;
147
+ }>, z.ZodType<import("../hook/types.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").DomainRoutingHookConfig>, z.ZodType<import("../hook/types.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").FallbackRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
148
+ type: z.ZodLiteral<import("../hook/types.js").HookType.ARB_L2_TO_L1>;
149
+ arbSys: z.ZodString;
150
+ bridge: z.ZodOptional<z.ZodString>;
151
+ destinationChain: z.ZodString;
152
+ childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
153
+ }, "strip", z.ZodTypeAny, {
154
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
155
+ destinationChain: string;
156
+ arbSys: string;
157
+ bridge?: string | undefined;
158
+ childHook?: any;
159
+ }, {
160
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
161
+ destinationChain: string;
162
+ arbSys: string;
163
+ bridge?: string | undefined;
164
+ childHook?: any;
165
+ }>]>>;
166
+ interchainSecurityModule: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
167
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.TEST_ISM>;
168
+ }, "strip", z.ZodTypeAny, {
169
+ type: import("../ism/types.js").IsmType.TEST_ISM;
170
+ }, {
171
+ type: import("../ism/types.js").IsmType.TEST_ISM;
172
+ }>, z.ZodObject<{
173
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.OP_STACK>;
174
+ origin: z.ZodString;
175
+ nativeBridge: z.ZodString;
176
+ }, "strip", z.ZodTypeAny, {
177
+ type: import("../ism/types.js").IsmType.OP_STACK;
178
+ origin: string;
179
+ nativeBridge: string;
180
+ }, {
181
+ type: import("../ism/types.js").IsmType.OP_STACK;
182
+ origin: string;
183
+ nativeBridge: string;
184
+ }>, z.ZodIntersection<z.ZodObject<{
185
+ owner: z.ZodString;
186
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
187
+ paused: z.ZodBoolean;
188
+ }, "strip", z.ZodTypeAny, {
189
+ owner: string;
190
+ paused: boolean;
191
+ ownerOverrides?: Record<string, string> | undefined;
192
+ }, {
193
+ owner: string;
194
+ paused: boolean;
195
+ ownerOverrides?: Record<string, string> | undefined;
196
+ }>, z.ZodObject<{
197
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.PAUSABLE>;
198
+ }, "strip", z.ZodTypeAny, {
199
+ type: import("../ism/types.js").IsmType.PAUSABLE;
200
+ }, {
201
+ type: import("../ism/types.js").IsmType.PAUSABLE;
202
+ }>>, z.ZodObject<{
203
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.TRUSTED_RELAYER>;
204
+ relayer: z.ZodString;
205
+ }, "strip", z.ZodTypeAny, {
206
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
207
+ relayer: string;
208
+ }, {
209
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
210
+ relayer: string;
211
+ }>, z.ZodIntersection<z.ZodObject<{
212
+ validators: z.ZodArray<z.ZodString, "many">;
213
+ threshold: z.ZodNumber;
214
+ }, "strip", z.ZodTypeAny, {
215
+ validators: string[];
216
+ threshold: number;
217
+ }, {
218
+ validators: string[];
219
+ threshold: number;
220
+ }>, z.ZodObject<{
221
+ type: z.ZodUnion<[z.ZodLiteral<import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG>]>;
222
+ }, "strip", z.ZodTypeAny, {
223
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
224
+ }, {
225
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
226
+ }>>, z.ZodIntersection<z.ZodObject<{
227
+ validators: z.ZodArray<z.ZodObject<{
228
+ signingAddress: z.ZodString;
229
+ weight: z.ZodNumber;
230
+ }, "strip", z.ZodTypeAny, {
231
+ signingAddress: string;
232
+ weight: number;
233
+ }, {
234
+ signingAddress: string;
235
+ weight: number;
236
+ }>, "many">;
237
+ thresholdWeight: z.ZodNumber;
238
+ }, "strip", z.ZodTypeAny, {
239
+ validators: {
240
+ signingAddress: string;
241
+ weight: number;
242
+ }[];
243
+ thresholdWeight: number;
244
+ }, {
245
+ validators: {
246
+ signingAddress: string;
247
+ weight: number;
248
+ }[];
249
+ thresholdWeight: number;
250
+ }>, z.ZodObject<{
251
+ type: z.ZodUnion<[z.ZodLiteral<import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG>]>;
252
+ }, "strip", z.ZodTypeAny, {
253
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
254
+ }, {
255
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
256
+ }>>, z.ZodType<import("../ism/types.js").RoutingIsmConfig, z.ZodTypeDef, import("../ism/types.js").RoutingIsmConfig>, z.ZodType<import("../ism/types.js").AggregationIsmConfig, z.ZodTypeDef, import("../ism/types.js").AggregationIsmConfig>, z.ZodObject<{
257
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.ARB_L2_TO_L1>;
258
+ bridge: z.ZodString;
259
+ }, "strip", z.ZodTypeAny, {
260
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
261
+ bridge: string;
262
+ }, {
263
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
264
+ bridge: string;
265
+ }>]>>;
266
+ }, "strip", z.ZodTypeAny, {
267
+ owner: string;
268
+ mailbox: string;
269
+ ownerOverrides?: Record<string, string> | undefined;
270
+ hook?: string | {
271
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
272
+ } | {
273
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
274
+ owner: string;
275
+ beneficiary: string;
276
+ oracleKey: string;
277
+ overhead: Record<string, number>;
278
+ oracleConfig: Record<string, {
279
+ gasPrice: string;
280
+ tokenExchangeRate: string;
281
+ }>;
282
+ ownerOverrides?: Record<string, string> | undefined;
283
+ } | {
284
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
285
+ owner: string;
286
+ protocolFee: string;
287
+ beneficiary: string;
288
+ maxProtocolFee: string;
289
+ ownerOverrides?: Record<string, string> | undefined;
290
+ } | {
291
+ type: import("../hook/types.js").HookType.PAUSABLE;
292
+ owner: string;
293
+ paused: boolean;
294
+ ownerOverrides?: Record<string, string> | undefined;
295
+ } | {
296
+ type: import("../hook/types.js").HookType.OP_STACK;
297
+ owner: string;
298
+ nativeBridge: string;
299
+ destinationChain: string;
300
+ ownerOverrides?: Record<string, string> | undefined;
301
+ } | {
302
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
303
+ destinationChain: string;
304
+ arbSys: string;
305
+ bridge?: string | undefined;
306
+ childHook?: any;
307
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
308
+ interchainSecurityModule?: string | ({
309
+ validators: string[];
310
+ threshold: number;
311
+ } & {
312
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
313
+ }) | ({
314
+ validators: {
315
+ signingAddress: string;
316
+ weight: number;
317
+ }[];
318
+ thresholdWeight: number;
319
+ } & {
320
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
321
+ }) | {
322
+ type: import("../ism/types.js").IsmType.TEST_ISM;
323
+ } | ({
324
+ owner: string;
325
+ paused: boolean;
326
+ ownerOverrides?: Record<string, string> | undefined;
327
+ } & {
328
+ type: import("../ism/types.js").IsmType.PAUSABLE;
329
+ }) | {
330
+ type: import("../ism/types.js").IsmType.OP_STACK;
331
+ origin: string;
332
+ nativeBridge: string;
333
+ } | {
334
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
335
+ relayer: string;
336
+ } | {
337
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
338
+ bridge: string;
339
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
340
+ }, {
341
+ owner: string;
342
+ mailbox: string;
343
+ ownerOverrides?: Record<string, string> | undefined;
344
+ hook?: string | {
345
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
346
+ } | {
347
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
348
+ owner: string;
349
+ beneficiary: string;
350
+ oracleKey: string;
351
+ overhead: Record<string, number>;
352
+ oracleConfig: Record<string, {
353
+ gasPrice: string;
354
+ tokenExchangeRate: string;
355
+ }>;
356
+ ownerOverrides?: Record<string, string> | undefined;
357
+ } | {
358
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
359
+ owner: string;
360
+ protocolFee: string;
361
+ beneficiary: string;
362
+ maxProtocolFee: string;
363
+ ownerOverrides?: Record<string, string> | undefined;
364
+ } | {
365
+ type: import("../hook/types.js").HookType.PAUSABLE;
366
+ owner: string;
367
+ paused: boolean;
368
+ ownerOverrides?: Record<string, string> | undefined;
369
+ } | {
370
+ type: import("../hook/types.js").HookType.OP_STACK;
371
+ owner: string;
372
+ nativeBridge: string;
373
+ destinationChain: string;
374
+ ownerOverrides?: Record<string, string> | undefined;
375
+ } | {
376
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
377
+ destinationChain: string;
378
+ arbSys: string;
379
+ bridge?: string | undefined;
380
+ childHook?: any;
381
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
382
+ interchainSecurityModule?: string | ({
383
+ validators: string[];
384
+ threshold: number;
385
+ } & {
386
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
387
+ }) | ({
388
+ validators: {
389
+ signingAddress: string;
390
+ weight: number;
391
+ }[];
392
+ thresholdWeight: number;
393
+ } & {
394
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
395
+ }) | {
396
+ type: import("../ism/types.js").IsmType.TEST_ISM;
397
+ } | ({
398
+ owner: string;
399
+ paused: boolean;
400
+ ownerOverrides?: Record<string, string> | undefined;
401
+ } & {
402
+ type: import("../ism/types.js").IsmType.PAUSABLE;
403
+ }) | {
404
+ type: import("../ism/types.js").IsmType.OP_STACK;
405
+ origin: string;
406
+ nativeBridge: string;
407
+ } | {
408
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
409
+ relayer: string;
410
+ } | {
411
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
412
+ bridge: string;
413
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
414
+ }>;
415
+ export declare const ForeignDeploymentConfigSchema: z.ZodObject<{
416
+ foreignDeployment: z.ZodOptional<z.ZodString>;
417
+ }, "strip", z.ZodTypeAny, {
418
+ foreignDeployment?: string | undefined;
419
+ }, {
420
+ foreignDeployment?: string | undefined;
421
+ }>;
422
+ export declare const RemoteRouterDomain: z.ZodString;
423
+ export declare const RemoteRouterRouter: z.ZodObject<{
424
+ address: z.ZodString;
425
+ }, "strip", z.ZodTypeAny, {
426
+ address: string;
427
+ }, {
428
+ address: string;
429
+ }>;
430
+ export declare const RemoteRoutersSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
431
+ address: z.ZodString;
432
+ }, "strip", z.ZodTypeAny, {
433
+ address: string;
434
+ }, {
435
+ address: string;
436
+ }>>;
437
+ export declare const RouterConfigSchema: z.ZodObject<{
438
+ owner: z.ZodString;
439
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
440
+ mailbox: z.ZodString;
441
+ hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
442
+ owner: z.ZodString;
443
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
444
+ type: z.ZodLiteral<import("../hook/types.js").HookType.PROTOCOL_FEE>;
445
+ beneficiary: z.ZodString;
446
+ maxProtocolFee: z.ZodString;
447
+ protocolFee: z.ZodString;
448
+ }, "strip", z.ZodTypeAny, {
449
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
450
+ owner: string;
451
+ protocolFee: string;
452
+ beneficiary: string;
453
+ maxProtocolFee: string;
454
+ ownerOverrides?: Record<string, string> | undefined;
455
+ }, {
456
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
457
+ owner: string;
458
+ protocolFee: string;
459
+ beneficiary: string;
460
+ maxProtocolFee: string;
461
+ ownerOverrides?: Record<string, string> | undefined;
462
+ }>, z.ZodObject<{
463
+ owner: z.ZodString;
464
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
465
+ paused: z.ZodBoolean;
466
+ type: z.ZodLiteral<import("../hook/types.js").HookType.PAUSABLE>;
467
+ }, "strip", z.ZodTypeAny, {
468
+ type: import("../hook/types.js").HookType.PAUSABLE;
469
+ owner: string;
470
+ paused: boolean;
471
+ ownerOverrides?: Record<string, string> | undefined;
472
+ }, {
473
+ type: import("../hook/types.js").HookType.PAUSABLE;
474
+ owner: string;
475
+ paused: boolean;
476
+ ownerOverrides?: Record<string, string> | undefined;
477
+ }>, z.ZodObject<{
478
+ owner: z.ZodString;
479
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
480
+ type: z.ZodLiteral<import("../hook/types.js").HookType.OP_STACK>;
481
+ nativeBridge: z.ZodString;
482
+ destinationChain: z.ZodString;
483
+ }, "strip", z.ZodTypeAny, {
484
+ type: import("../hook/types.js").HookType.OP_STACK;
485
+ owner: string;
486
+ nativeBridge: string;
487
+ destinationChain: string;
488
+ ownerOverrides?: Record<string, string> | undefined;
489
+ }, {
490
+ type: import("../hook/types.js").HookType.OP_STACK;
491
+ owner: string;
492
+ nativeBridge: string;
493
+ destinationChain: string;
494
+ ownerOverrides?: Record<string, string> | undefined;
495
+ }>, z.ZodObject<{
496
+ type: z.ZodLiteral<import("../hook/types.js").HookType.MERKLE_TREE>;
497
+ }, "strip", z.ZodTypeAny, {
498
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
499
+ }, {
500
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
501
+ }>, z.ZodObject<{
502
+ owner: z.ZodString;
503
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
504
+ type: z.ZodLiteral<import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
505
+ beneficiary: z.ZodString;
506
+ oracleKey: z.ZodString;
507
+ overhead: z.ZodRecord<z.ZodString, z.ZodNumber>;
508
+ oracleConfig: z.ZodRecord<z.ZodString, z.ZodObject<{
509
+ gasPrice: z.ZodString;
510
+ tokenExchangeRate: z.ZodString;
511
+ }, "strip", z.ZodTypeAny, {
512
+ gasPrice: string;
513
+ tokenExchangeRate: string;
514
+ }, {
515
+ gasPrice: string;
516
+ tokenExchangeRate: string;
517
+ }>>;
518
+ }, "strip", z.ZodTypeAny, {
519
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
520
+ owner: string;
521
+ beneficiary: string;
522
+ oracleKey: string;
523
+ overhead: Record<string, number>;
524
+ oracleConfig: Record<string, {
525
+ gasPrice: string;
526
+ tokenExchangeRate: string;
527
+ }>;
528
+ ownerOverrides?: Record<string, string> | undefined;
529
+ }, {
530
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
531
+ owner: string;
532
+ beneficiary: string;
533
+ oracleKey: string;
534
+ overhead: Record<string, number>;
535
+ oracleConfig: Record<string, {
536
+ gasPrice: string;
537
+ tokenExchangeRate: string;
538
+ }>;
539
+ ownerOverrides?: Record<string, string> | undefined;
540
+ }>, z.ZodType<import("../hook/types.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").DomainRoutingHookConfig>, z.ZodType<import("../hook/types.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").FallbackRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
541
+ type: z.ZodLiteral<import("../hook/types.js").HookType.ARB_L2_TO_L1>;
542
+ arbSys: z.ZodString;
543
+ bridge: z.ZodOptional<z.ZodString>;
544
+ destinationChain: z.ZodString;
545
+ childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
546
+ }, "strip", z.ZodTypeAny, {
547
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
548
+ destinationChain: string;
549
+ arbSys: string;
550
+ bridge?: string | undefined;
551
+ childHook?: any;
552
+ }, {
553
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
554
+ destinationChain: string;
555
+ arbSys: string;
556
+ bridge?: string | undefined;
557
+ childHook?: any;
558
+ }>]>>;
559
+ interchainSecurityModule: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
560
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.TEST_ISM>;
561
+ }, "strip", z.ZodTypeAny, {
562
+ type: import("../ism/types.js").IsmType.TEST_ISM;
563
+ }, {
564
+ type: import("../ism/types.js").IsmType.TEST_ISM;
565
+ }>, z.ZodObject<{
566
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.OP_STACK>;
567
+ origin: z.ZodString;
568
+ nativeBridge: z.ZodString;
569
+ }, "strip", z.ZodTypeAny, {
570
+ type: import("../ism/types.js").IsmType.OP_STACK;
571
+ origin: string;
572
+ nativeBridge: string;
573
+ }, {
574
+ type: import("../ism/types.js").IsmType.OP_STACK;
575
+ origin: string;
576
+ nativeBridge: string;
577
+ }>, z.ZodIntersection<z.ZodObject<{
578
+ owner: z.ZodString;
579
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
580
+ paused: z.ZodBoolean;
581
+ }, "strip", z.ZodTypeAny, {
582
+ owner: string;
583
+ paused: boolean;
584
+ ownerOverrides?: Record<string, string> | undefined;
585
+ }, {
586
+ owner: string;
587
+ paused: boolean;
588
+ ownerOverrides?: Record<string, string> | undefined;
589
+ }>, z.ZodObject<{
590
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.PAUSABLE>;
591
+ }, "strip", z.ZodTypeAny, {
592
+ type: import("../ism/types.js").IsmType.PAUSABLE;
593
+ }, {
594
+ type: import("../ism/types.js").IsmType.PAUSABLE;
595
+ }>>, z.ZodObject<{
596
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.TRUSTED_RELAYER>;
597
+ relayer: z.ZodString;
598
+ }, "strip", z.ZodTypeAny, {
599
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
600
+ relayer: string;
601
+ }, {
602
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
603
+ relayer: string;
604
+ }>, z.ZodIntersection<z.ZodObject<{
605
+ validators: z.ZodArray<z.ZodString, "many">;
606
+ threshold: z.ZodNumber;
607
+ }, "strip", z.ZodTypeAny, {
608
+ validators: string[];
609
+ threshold: number;
610
+ }, {
611
+ validators: string[];
612
+ threshold: number;
613
+ }>, z.ZodObject<{
614
+ type: z.ZodUnion<[z.ZodLiteral<import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG>]>;
615
+ }, "strip", z.ZodTypeAny, {
616
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
617
+ }, {
618
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
619
+ }>>, z.ZodIntersection<z.ZodObject<{
620
+ validators: z.ZodArray<z.ZodObject<{
621
+ signingAddress: z.ZodString;
622
+ weight: z.ZodNumber;
623
+ }, "strip", z.ZodTypeAny, {
624
+ signingAddress: string;
625
+ weight: number;
626
+ }, {
627
+ signingAddress: string;
628
+ weight: number;
629
+ }>, "many">;
630
+ thresholdWeight: z.ZodNumber;
631
+ }, "strip", z.ZodTypeAny, {
632
+ validators: {
633
+ signingAddress: string;
634
+ weight: number;
635
+ }[];
636
+ thresholdWeight: number;
637
+ }, {
638
+ validators: {
639
+ signingAddress: string;
640
+ weight: number;
641
+ }[];
642
+ thresholdWeight: number;
643
+ }>, z.ZodObject<{
644
+ type: z.ZodUnion<[z.ZodLiteral<import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG>]>;
645
+ }, "strip", z.ZodTypeAny, {
646
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
647
+ }, {
648
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
649
+ }>>, z.ZodType<import("../ism/types.js").RoutingIsmConfig, z.ZodTypeDef, import("../ism/types.js").RoutingIsmConfig>, z.ZodType<import("../ism/types.js").AggregationIsmConfig, z.ZodTypeDef, import("../ism/types.js").AggregationIsmConfig>, z.ZodObject<{
650
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.ARB_L2_TO_L1>;
651
+ bridge: z.ZodString;
652
+ }, "strip", z.ZodTypeAny, {
653
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
654
+ bridge: string;
655
+ }, {
656
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
657
+ bridge: string;
658
+ }>]>>;
659
+ foreignDeployment: z.ZodOptional<z.ZodString>;
660
+ remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
661
+ address: z.ZodString;
662
+ }, "strip", z.ZodTypeAny, {
663
+ address: string;
664
+ }, {
665
+ address: string;
666
+ }>>>;
667
+ proxyAdmin: z.ZodOptional<z.ZodObject<{
668
+ owner: z.ZodString;
669
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
670
+ address: z.ZodOptional<z.ZodString>;
671
+ }, "strip", z.ZodTypeAny, {
672
+ owner: string;
673
+ ownerOverrides?: Record<string, string> | undefined;
674
+ address?: string | undefined;
675
+ }, {
676
+ owner: string;
677
+ ownerOverrides?: Record<string, string> | undefined;
678
+ address?: string | undefined;
679
+ }>>;
680
+ }, "strip", z.ZodTypeAny, {
681
+ owner: string;
682
+ mailbox: string;
683
+ ownerOverrides?: Record<string, string> | undefined;
684
+ hook?: string | {
685
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
686
+ } | {
687
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
688
+ owner: string;
689
+ beneficiary: string;
690
+ oracleKey: string;
691
+ overhead: Record<string, number>;
692
+ oracleConfig: Record<string, {
693
+ gasPrice: string;
694
+ tokenExchangeRate: string;
695
+ }>;
696
+ ownerOverrides?: Record<string, string> | undefined;
697
+ } | {
698
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
699
+ owner: string;
700
+ protocolFee: string;
701
+ beneficiary: string;
702
+ maxProtocolFee: string;
703
+ ownerOverrides?: Record<string, string> | undefined;
704
+ } | {
705
+ type: import("../hook/types.js").HookType.PAUSABLE;
706
+ owner: string;
707
+ paused: boolean;
708
+ ownerOverrides?: Record<string, string> | undefined;
709
+ } | {
710
+ type: import("../hook/types.js").HookType.OP_STACK;
711
+ owner: string;
712
+ nativeBridge: string;
713
+ destinationChain: string;
714
+ ownerOverrides?: Record<string, string> | undefined;
715
+ } | {
716
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
717
+ destinationChain: string;
718
+ arbSys: string;
719
+ bridge?: string | undefined;
720
+ childHook?: any;
721
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
722
+ interchainSecurityModule?: string | ({
723
+ validators: string[];
724
+ threshold: number;
725
+ } & {
726
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
727
+ }) | ({
728
+ validators: {
729
+ signingAddress: string;
730
+ weight: number;
731
+ }[];
732
+ thresholdWeight: number;
733
+ } & {
734
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
735
+ }) | {
736
+ type: import("../ism/types.js").IsmType.TEST_ISM;
737
+ } | ({
738
+ owner: string;
739
+ paused: boolean;
740
+ ownerOverrides?: Record<string, string> | undefined;
741
+ } & {
742
+ type: import("../ism/types.js").IsmType.PAUSABLE;
743
+ }) | {
744
+ type: import("../ism/types.js").IsmType.OP_STACK;
745
+ origin: string;
746
+ nativeBridge: string;
747
+ } | {
748
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
749
+ relayer: string;
750
+ } | {
751
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
752
+ bridge: string;
753
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
754
+ foreignDeployment?: string | undefined;
755
+ remoteRouters?: Record<string, {
756
+ address: string;
757
+ }> | undefined;
758
+ proxyAdmin?: {
759
+ owner: string;
760
+ ownerOverrides?: Record<string, string> | undefined;
761
+ address?: string | undefined;
762
+ } | undefined;
763
+ }, {
764
+ owner: string;
765
+ mailbox: string;
766
+ ownerOverrides?: Record<string, string> | undefined;
767
+ hook?: string | {
768
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
769
+ } | {
770
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
771
+ owner: string;
772
+ beneficiary: string;
773
+ oracleKey: string;
774
+ overhead: Record<string, number>;
775
+ oracleConfig: Record<string, {
776
+ gasPrice: string;
777
+ tokenExchangeRate: string;
778
+ }>;
779
+ ownerOverrides?: Record<string, string> | undefined;
780
+ } | {
781
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
782
+ owner: string;
783
+ protocolFee: string;
784
+ beneficiary: string;
785
+ maxProtocolFee: string;
786
+ ownerOverrides?: Record<string, string> | undefined;
787
+ } | {
788
+ type: import("../hook/types.js").HookType.PAUSABLE;
789
+ owner: string;
790
+ paused: boolean;
791
+ ownerOverrides?: Record<string, string> | undefined;
792
+ } | {
793
+ type: import("../hook/types.js").HookType.OP_STACK;
794
+ owner: string;
795
+ nativeBridge: string;
796
+ destinationChain: string;
797
+ ownerOverrides?: Record<string, string> | undefined;
798
+ } | {
799
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
800
+ destinationChain: string;
801
+ arbSys: string;
802
+ bridge?: string | undefined;
803
+ childHook?: any;
804
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
805
+ interchainSecurityModule?: string | ({
806
+ validators: string[];
807
+ threshold: number;
808
+ } & {
809
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
810
+ }) | ({
811
+ validators: {
812
+ signingAddress: string;
813
+ weight: number;
814
+ }[];
815
+ thresholdWeight: number;
816
+ } & {
817
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
818
+ }) | {
819
+ type: import("../ism/types.js").IsmType.TEST_ISM;
820
+ } | ({
821
+ owner: string;
822
+ paused: boolean;
823
+ ownerOverrides?: Record<string, string> | undefined;
824
+ } & {
825
+ type: import("../ism/types.js").IsmType.PAUSABLE;
826
+ }) | {
827
+ type: import("../ism/types.js").IsmType.OP_STACK;
828
+ origin: string;
829
+ nativeBridge: string;
830
+ } | {
831
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
832
+ relayer: string;
833
+ } | {
834
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
835
+ bridge: string;
836
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
837
+ foreignDeployment?: string | undefined;
838
+ remoteRouters?: Record<string, {
839
+ address: string;
840
+ }> | undefined;
841
+ proxyAdmin?: {
842
+ owner: string;
843
+ ownerOverrides?: Record<string, string> | undefined;
844
+ address?: string | undefined;
845
+ } | undefined;
846
+ }>;
847
+ export declare const DestinationGasSchema: z.ZodRecord<z.ZodString, z.ZodString>;
848
+ export declare const GasRouterConfigSchema: z.ZodObject<{
849
+ owner: z.ZodString;
850
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
851
+ mailbox: z.ZodString;
852
+ proxyAdmin: z.ZodOptional<z.ZodObject<{
853
+ owner: z.ZodString;
854
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
855
+ address: z.ZodOptional<z.ZodString>;
856
+ }, "strip", z.ZodTypeAny, {
857
+ owner: string;
858
+ ownerOverrides?: Record<string, string> | undefined;
859
+ address?: string | undefined;
860
+ }, {
861
+ owner: string;
862
+ ownerOverrides?: Record<string, string> | undefined;
863
+ address?: string | undefined;
864
+ }>>;
865
+ hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
866
+ owner: z.ZodString;
867
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
868
+ type: z.ZodLiteral<import("../hook/types.js").HookType.PROTOCOL_FEE>;
869
+ beneficiary: z.ZodString;
870
+ maxProtocolFee: z.ZodString;
871
+ protocolFee: z.ZodString;
872
+ }, "strip", z.ZodTypeAny, {
873
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
874
+ owner: string;
875
+ protocolFee: string;
876
+ beneficiary: string;
877
+ maxProtocolFee: string;
878
+ ownerOverrides?: Record<string, string> | undefined;
879
+ }, {
880
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
881
+ owner: string;
882
+ protocolFee: string;
883
+ beneficiary: string;
884
+ maxProtocolFee: string;
885
+ ownerOverrides?: Record<string, string> | undefined;
886
+ }>, z.ZodObject<{
887
+ owner: z.ZodString;
888
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
889
+ paused: z.ZodBoolean;
890
+ type: z.ZodLiteral<import("../hook/types.js").HookType.PAUSABLE>;
891
+ }, "strip", z.ZodTypeAny, {
892
+ type: import("../hook/types.js").HookType.PAUSABLE;
893
+ owner: string;
894
+ paused: boolean;
895
+ ownerOverrides?: Record<string, string> | undefined;
896
+ }, {
897
+ type: import("../hook/types.js").HookType.PAUSABLE;
898
+ owner: string;
899
+ paused: boolean;
900
+ ownerOverrides?: Record<string, string> | undefined;
901
+ }>, z.ZodObject<{
902
+ owner: z.ZodString;
903
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
904
+ type: z.ZodLiteral<import("../hook/types.js").HookType.OP_STACK>;
905
+ nativeBridge: z.ZodString;
906
+ destinationChain: z.ZodString;
907
+ }, "strip", z.ZodTypeAny, {
908
+ type: import("../hook/types.js").HookType.OP_STACK;
909
+ owner: string;
910
+ nativeBridge: string;
911
+ destinationChain: string;
912
+ ownerOverrides?: Record<string, string> | undefined;
913
+ }, {
914
+ type: import("../hook/types.js").HookType.OP_STACK;
915
+ owner: string;
916
+ nativeBridge: string;
917
+ destinationChain: string;
918
+ ownerOverrides?: Record<string, string> | undefined;
919
+ }>, z.ZodObject<{
920
+ type: z.ZodLiteral<import("../hook/types.js").HookType.MERKLE_TREE>;
921
+ }, "strip", z.ZodTypeAny, {
922
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
923
+ }, {
924
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
925
+ }>, z.ZodObject<{
926
+ owner: z.ZodString;
927
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
928
+ type: z.ZodLiteral<import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
929
+ beneficiary: z.ZodString;
930
+ oracleKey: z.ZodString;
931
+ overhead: z.ZodRecord<z.ZodString, z.ZodNumber>;
932
+ oracleConfig: z.ZodRecord<z.ZodString, z.ZodObject<{
933
+ gasPrice: z.ZodString;
934
+ tokenExchangeRate: z.ZodString;
935
+ }, "strip", z.ZodTypeAny, {
936
+ gasPrice: string;
937
+ tokenExchangeRate: string;
938
+ }, {
939
+ gasPrice: string;
940
+ tokenExchangeRate: string;
941
+ }>>;
942
+ }, "strip", z.ZodTypeAny, {
943
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
944
+ owner: string;
945
+ beneficiary: string;
946
+ oracleKey: string;
947
+ overhead: Record<string, number>;
948
+ oracleConfig: Record<string, {
949
+ gasPrice: string;
950
+ tokenExchangeRate: string;
951
+ }>;
952
+ ownerOverrides?: Record<string, string> | undefined;
953
+ }, {
954
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
955
+ owner: string;
956
+ beneficiary: string;
957
+ oracleKey: string;
958
+ overhead: Record<string, number>;
959
+ oracleConfig: Record<string, {
960
+ gasPrice: string;
961
+ tokenExchangeRate: string;
962
+ }>;
963
+ ownerOverrides?: Record<string, string> | undefined;
964
+ }>, z.ZodType<import("../hook/types.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").DomainRoutingHookConfig>, z.ZodType<import("../hook/types.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").FallbackRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
965
+ type: z.ZodLiteral<import("../hook/types.js").HookType.ARB_L2_TO_L1>;
966
+ arbSys: z.ZodString;
967
+ bridge: z.ZodOptional<z.ZodString>;
968
+ destinationChain: z.ZodString;
969
+ childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
970
+ }, "strip", z.ZodTypeAny, {
971
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
972
+ destinationChain: string;
973
+ arbSys: string;
974
+ bridge?: string | undefined;
975
+ childHook?: any;
976
+ }, {
977
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
978
+ destinationChain: string;
979
+ arbSys: string;
980
+ bridge?: string | undefined;
981
+ childHook?: any;
982
+ }>]>>;
983
+ interchainSecurityModule: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
984
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.TEST_ISM>;
985
+ }, "strip", z.ZodTypeAny, {
986
+ type: import("../ism/types.js").IsmType.TEST_ISM;
987
+ }, {
988
+ type: import("../ism/types.js").IsmType.TEST_ISM;
989
+ }>, z.ZodObject<{
990
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.OP_STACK>;
991
+ origin: z.ZodString;
992
+ nativeBridge: z.ZodString;
993
+ }, "strip", z.ZodTypeAny, {
994
+ type: import("../ism/types.js").IsmType.OP_STACK;
995
+ origin: string;
996
+ nativeBridge: string;
997
+ }, {
998
+ type: import("../ism/types.js").IsmType.OP_STACK;
999
+ origin: string;
1000
+ nativeBridge: string;
1001
+ }>, z.ZodIntersection<z.ZodObject<{
1002
+ owner: z.ZodString;
1003
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1004
+ paused: z.ZodBoolean;
1005
+ }, "strip", z.ZodTypeAny, {
1006
+ owner: string;
1007
+ paused: boolean;
1008
+ ownerOverrides?: Record<string, string> | undefined;
1009
+ }, {
1010
+ owner: string;
1011
+ paused: boolean;
1012
+ ownerOverrides?: Record<string, string> | undefined;
1013
+ }>, z.ZodObject<{
1014
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.PAUSABLE>;
1015
+ }, "strip", z.ZodTypeAny, {
1016
+ type: import("../ism/types.js").IsmType.PAUSABLE;
1017
+ }, {
1018
+ type: import("../ism/types.js").IsmType.PAUSABLE;
1019
+ }>>, z.ZodObject<{
1020
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.TRUSTED_RELAYER>;
1021
+ relayer: z.ZodString;
1022
+ }, "strip", z.ZodTypeAny, {
1023
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1024
+ relayer: string;
1025
+ }, {
1026
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1027
+ relayer: string;
1028
+ }>, z.ZodIntersection<z.ZodObject<{
1029
+ validators: z.ZodArray<z.ZodString, "many">;
1030
+ threshold: z.ZodNumber;
1031
+ }, "strip", z.ZodTypeAny, {
1032
+ validators: string[];
1033
+ threshold: number;
1034
+ }, {
1035
+ validators: string[];
1036
+ threshold: number;
1037
+ }>, z.ZodObject<{
1038
+ type: z.ZodUnion<[z.ZodLiteral<import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG>]>;
1039
+ }, "strip", z.ZodTypeAny, {
1040
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1041
+ }, {
1042
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1043
+ }>>, z.ZodIntersection<z.ZodObject<{
1044
+ validators: z.ZodArray<z.ZodObject<{
1045
+ signingAddress: z.ZodString;
1046
+ weight: z.ZodNumber;
1047
+ }, "strip", z.ZodTypeAny, {
1048
+ signingAddress: string;
1049
+ weight: number;
1050
+ }, {
1051
+ signingAddress: string;
1052
+ weight: number;
1053
+ }>, "many">;
1054
+ thresholdWeight: z.ZodNumber;
1055
+ }, "strip", z.ZodTypeAny, {
1056
+ validators: {
1057
+ signingAddress: string;
1058
+ weight: number;
1059
+ }[];
1060
+ thresholdWeight: number;
1061
+ }, {
1062
+ validators: {
1063
+ signingAddress: string;
1064
+ weight: number;
1065
+ }[];
1066
+ thresholdWeight: number;
1067
+ }>, z.ZodObject<{
1068
+ type: z.ZodUnion<[z.ZodLiteral<import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG>]>;
1069
+ }, "strip", z.ZodTypeAny, {
1070
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1071
+ }, {
1072
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1073
+ }>>, z.ZodType<import("../ism/types.js").RoutingIsmConfig, z.ZodTypeDef, import("../ism/types.js").RoutingIsmConfig>, z.ZodType<import("../ism/types.js").AggregationIsmConfig, z.ZodTypeDef, import("../ism/types.js").AggregationIsmConfig>, z.ZodObject<{
1074
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.ARB_L2_TO_L1>;
1075
+ bridge: z.ZodString;
1076
+ }, "strip", z.ZodTypeAny, {
1077
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1078
+ bridge: string;
1079
+ }, {
1080
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1081
+ bridge: string;
1082
+ }>]>>;
1083
+ foreignDeployment: z.ZodOptional<z.ZodString>;
1084
+ remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1085
+ address: z.ZodString;
1086
+ }, "strip", z.ZodTypeAny, {
1087
+ address: string;
1088
+ }, {
1089
+ address: string;
1090
+ }>>>;
1091
+ gas: z.ZodOptional<z.ZodNumber>;
1092
+ destinationGas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1093
+ }, "strip", z.ZodTypeAny, {
1094
+ owner: string;
1095
+ mailbox: string;
1096
+ ownerOverrides?: Record<string, string> | undefined;
1097
+ proxyAdmin?: {
1098
+ owner: string;
1099
+ ownerOverrides?: Record<string, string> | undefined;
1100
+ address?: string | undefined;
1101
+ } | undefined;
1102
+ hook?: string | {
1103
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1104
+ } | {
1105
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1106
+ owner: string;
1107
+ beneficiary: string;
1108
+ oracleKey: string;
1109
+ overhead: Record<string, number>;
1110
+ oracleConfig: Record<string, {
1111
+ gasPrice: string;
1112
+ tokenExchangeRate: string;
1113
+ }>;
1114
+ ownerOverrides?: Record<string, string> | undefined;
1115
+ } | {
1116
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1117
+ owner: string;
1118
+ protocolFee: string;
1119
+ beneficiary: string;
1120
+ maxProtocolFee: string;
1121
+ ownerOverrides?: Record<string, string> | undefined;
1122
+ } | {
1123
+ type: import("../hook/types.js").HookType.PAUSABLE;
1124
+ owner: string;
1125
+ paused: boolean;
1126
+ ownerOverrides?: Record<string, string> | undefined;
1127
+ } | {
1128
+ type: import("../hook/types.js").HookType.OP_STACK;
1129
+ owner: string;
1130
+ nativeBridge: string;
1131
+ destinationChain: string;
1132
+ ownerOverrides?: Record<string, string> | undefined;
1133
+ } | {
1134
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1135
+ destinationChain: string;
1136
+ arbSys: string;
1137
+ bridge?: string | undefined;
1138
+ childHook?: any;
1139
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
1140
+ interchainSecurityModule?: string | ({
1141
+ validators: string[];
1142
+ threshold: number;
1143
+ } & {
1144
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1145
+ }) | ({
1146
+ validators: {
1147
+ signingAddress: string;
1148
+ weight: number;
1149
+ }[];
1150
+ thresholdWeight: number;
1151
+ } & {
1152
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1153
+ }) | {
1154
+ type: import("../ism/types.js").IsmType.TEST_ISM;
1155
+ } | ({
1156
+ owner: string;
1157
+ paused: boolean;
1158
+ ownerOverrides?: Record<string, string> | undefined;
1159
+ } & {
1160
+ type: import("../ism/types.js").IsmType.PAUSABLE;
1161
+ }) | {
1162
+ type: import("../ism/types.js").IsmType.OP_STACK;
1163
+ origin: string;
1164
+ nativeBridge: string;
1165
+ } | {
1166
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1167
+ relayer: string;
1168
+ } | {
1169
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1170
+ bridge: string;
1171
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
1172
+ foreignDeployment?: string | undefined;
1173
+ remoteRouters?: Record<string, {
1174
+ address: string;
1175
+ }> | undefined;
1176
+ gas?: number | undefined;
1177
+ destinationGas?: Record<string, string> | undefined;
1178
+ }, {
1179
+ owner: string;
1180
+ mailbox: string;
1181
+ ownerOverrides?: Record<string, string> | undefined;
1182
+ proxyAdmin?: {
1183
+ owner: string;
1184
+ ownerOverrides?: Record<string, string> | undefined;
1185
+ address?: string | undefined;
1186
+ } | undefined;
1187
+ hook?: string | {
1188
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1189
+ } | {
1190
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1191
+ owner: string;
1192
+ beneficiary: string;
1193
+ oracleKey: string;
1194
+ overhead: Record<string, number>;
1195
+ oracleConfig: Record<string, {
1196
+ gasPrice: string;
1197
+ tokenExchangeRate: string;
1198
+ }>;
1199
+ ownerOverrides?: Record<string, string> | undefined;
1200
+ } | {
1201
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1202
+ owner: string;
1203
+ protocolFee: string;
1204
+ beneficiary: string;
1205
+ maxProtocolFee: string;
1206
+ ownerOverrides?: Record<string, string> | undefined;
1207
+ } | {
1208
+ type: import("../hook/types.js").HookType.PAUSABLE;
1209
+ owner: string;
1210
+ paused: boolean;
1211
+ ownerOverrides?: Record<string, string> | undefined;
1212
+ } | {
1213
+ type: import("../hook/types.js").HookType.OP_STACK;
1214
+ owner: string;
1215
+ nativeBridge: string;
1216
+ destinationChain: string;
1217
+ ownerOverrides?: Record<string, string> | undefined;
1218
+ } | {
1219
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1220
+ destinationChain: string;
1221
+ arbSys: string;
1222
+ bridge?: string | undefined;
1223
+ childHook?: any;
1224
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
1225
+ interchainSecurityModule?: string | ({
1226
+ validators: string[];
1227
+ threshold: number;
1228
+ } & {
1229
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1230
+ }) | ({
1231
+ validators: {
1232
+ signingAddress: string;
1233
+ weight: number;
1234
+ }[];
1235
+ thresholdWeight: number;
1236
+ } & {
1237
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1238
+ }) | {
1239
+ type: import("../ism/types.js").IsmType.TEST_ISM;
1240
+ } | ({
1241
+ owner: string;
1242
+ paused: boolean;
1243
+ ownerOverrides?: Record<string, string> | undefined;
1244
+ } & {
1245
+ type: import("../ism/types.js").IsmType.PAUSABLE;
1246
+ }) | {
1247
+ type: import("../ism/types.js").IsmType.OP_STACK;
1248
+ origin: string;
1249
+ nativeBridge: string;
1250
+ } | {
1251
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1252
+ relayer: string;
1253
+ } | {
1254
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1255
+ bridge: string;
1256
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
1257
+ foreignDeployment?: string | undefined;
1258
+ remoteRouters?: Record<string, {
1259
+ address: string;
1260
+ }> | undefined;
1261
+ gas?: number | undefined;
1262
+ destinationGas?: Record<string, string> | undefined;
1263
+ }>;
45
1264
  //# sourceMappingURL=types.d.ts.map