@hyperlane-xyz/sdk 7.1.0 → 7.2.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 (164) hide show
  1. package/dist/consts/multisigIsm.d.ts +1 -0
  2. package/dist/consts/multisigIsm.d.ts.map +1 -1
  3. package/dist/consts/multisigIsm.js +1057 -356
  4. package/dist/consts/multisigIsm.js.map +1 -1
  5. package/dist/consts/multisigIsm.test.js +16 -2
  6. package/dist/consts/multisigIsm.test.js.map +1 -1
  7. package/dist/consts/multisigIsmVerifyCosts.d.ts.map +1 -1
  8. package/dist/consts/multisigIsmVerifyCosts.js +0 -1
  9. package/dist/consts/multisigIsmVerifyCosts.js.map +1 -1
  10. package/dist/core/CoreDeployer.hardhat-test.js +2 -2
  11. package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
  12. package/dist/core/EvmCoreModule.d.ts +2 -2
  13. package/dist/core/EvmCoreModule.d.ts.map +1 -1
  14. package/dist/core/EvmCoreModule.js.map +1 -1
  15. package/dist/core/HyperlaneRelayer.d.ts +40 -40
  16. package/dist/core/HyperlaneRelayer.d.ts.map +1 -1
  17. package/dist/core/HyperlaneRelayer.js +3 -3
  18. package/dist/core/HyperlaneRelayer.js.map +1 -1
  19. package/dist/core/schemas.d.ts +676 -676
  20. package/dist/core/schemas.js +2 -2
  21. package/dist/core/schemas.js.map +1 -1
  22. package/dist/deploy/HyperlaneDeployer.d.ts +1 -1
  23. package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
  24. package/dist/deploy/verify/ContractVerifier.js +1 -1
  25. package/dist/deploy/verify/ContractVerifier.js.map +1 -1
  26. package/dist/gas/adapters/serialization.d.ts.map +1 -1
  27. package/dist/gas/adapters/serialization.js +0 -1
  28. package/dist/gas/adapters/serialization.js.map +1 -1
  29. package/dist/gas/types.d.ts +1 -1
  30. package/dist/gas/types.d.ts.map +1 -1
  31. package/dist/hook/EvmHookModule.d.ts.map +1 -1
  32. package/dist/hook/EvmHookModule.hardhat-test.js +0 -1
  33. package/dist/hook/EvmHookModule.hardhat-test.js.map +1 -1
  34. package/dist/hook/EvmHookModule.js +1 -2
  35. package/dist/hook/EvmHookModule.js.map +1 -1
  36. package/dist/hook/EvmHookReader.js +2 -2
  37. package/dist/hook/EvmHookReader.js.map +1 -1
  38. package/dist/hook/EvmHookReader.test.js +0 -1
  39. package/dist/hook/EvmHookReader.test.js.map +1 -1
  40. package/dist/hook/types.d.ts +244 -1
  41. package/dist/hook/types.d.ts.map +1 -1
  42. package/dist/hook/types.js +65 -0
  43. package/dist/hook/types.js.map +1 -1
  44. package/dist/index.d.ts +8 -7
  45. package/dist/index.d.ts.map +1 -1
  46. package/dist/index.js +7 -6
  47. package/dist/index.js.map +1 -1
  48. package/dist/ism/EvmIsmModule.d.ts.map +1 -1
  49. package/dist/ism/EvmIsmModule.hardhat-test.js +0 -1
  50. package/dist/ism/EvmIsmModule.hardhat-test.js.map +1 -1
  51. package/dist/ism/EvmIsmModule.js +1 -2
  52. package/dist/ism/EvmIsmModule.js.map +1 -1
  53. package/dist/ism/EvmIsmReader.js +4 -4
  54. package/dist/ism/EvmIsmReader.js.map +1 -1
  55. package/dist/ism/HyperlaneIsmFactory.js +1 -1
  56. package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
  57. package/dist/ism/adapters/CosmWasmMultisigAdapter.d.ts +2 -2
  58. package/dist/ism/adapters/CosmWasmMultisigAdapter.d.ts.map +1 -1
  59. package/dist/ism/adapters/CosmWasmMultisigAdapter.js +1 -1
  60. package/dist/ism/adapters/CosmWasmMultisigAdapter.js.map +1 -1
  61. package/dist/ism/metadata/aggregation.d.ts +2 -1
  62. package/dist/ism/metadata/aggregation.d.ts.map +1 -1
  63. package/dist/ism/metadata/aggregation.js +2 -2
  64. package/dist/ism/metadata/aggregation.js.map +1 -1
  65. package/dist/ism/metadata/arbL2ToL1.d.ts +1 -1
  66. package/dist/ism/metadata/arbL2ToL1.d.ts.map +1 -1
  67. package/dist/ism/metadata/arbL2ToL1.hardhat-test.js +1 -2
  68. package/dist/ism/metadata/arbL2ToL1.hardhat-test.js.map +1 -1
  69. package/dist/ism/metadata/builder.d.ts +6 -19
  70. package/dist/ism/metadata/builder.d.ts.map +1 -1
  71. package/dist/ism/metadata/builder.hardhat-test.js +2 -1
  72. package/dist/ism/metadata/builder.hardhat-test.js.map +1 -1
  73. package/dist/ism/metadata/builder.js +6 -26
  74. package/dist/ism/metadata/builder.js.map +1 -1
  75. package/dist/ism/metadata/decode.d.ts +3 -0
  76. package/dist/ism/metadata/decode.d.ts.map +1 -0
  77. package/dist/ism/metadata/decode.js +31 -0
  78. package/dist/ism/metadata/decode.js.map +1 -0
  79. package/dist/ism/metadata/multisig.d.ts +1 -1
  80. package/dist/ism/metadata/multisig.d.ts.map +1 -1
  81. package/dist/ism/metadata/null.d.ts +1 -1
  82. package/dist/ism/metadata/null.d.ts.map +1 -1
  83. package/dist/ism/metadata/routing.d.ts +2 -1
  84. package/dist/ism/metadata/routing.d.ts.map +1 -1
  85. package/dist/ism/metadata/routing.js +2 -2
  86. package/dist/ism/metadata/routing.js.map +1 -1
  87. package/dist/ism/metadata/types.d.ts +20 -0
  88. package/dist/ism/metadata/types.d.ts.map +1 -0
  89. package/dist/ism/metadata/types.js +2 -0
  90. package/dist/ism/metadata/types.js.map +1 -0
  91. package/dist/ism/multisig.d.ts +1 -0
  92. package/dist/ism/multisig.d.ts.map +1 -1
  93. package/dist/ism/multisig.js +9 -12
  94. package/dist/ism/multisig.js.map +1 -1
  95. package/dist/ism/types.d.ts +248 -2
  96. package/dist/ism/types.d.ts.map +1 -1
  97. package/dist/ism/types.js +76 -0
  98. package/dist/ism/types.js.map +1 -1
  99. package/dist/ism/types.test.d.ts +2 -0
  100. package/dist/ism/types.test.d.ts.map +1 -0
  101. package/dist/ism/{schemas.test.js → types.test.js} +2 -3
  102. package/dist/ism/types.test.js.map +1 -0
  103. package/dist/ism/utils.js +1 -1
  104. package/dist/ism/utils.js.map +1 -1
  105. package/dist/middleware/liquidity-layer/LiquidityLayerApp.d.ts.map +1 -1
  106. package/dist/middleware/liquidity-layer/LiquidityLayerApp.js +14 -13
  107. package/dist/middleware/liquidity-layer/LiquidityLayerApp.js.map +1 -1
  108. package/dist/providers/SmartProvider/SmartProvider.d.ts +1 -1
  109. package/dist/providers/SmartProvider/SmartProvider.d.ts.map +1 -1
  110. package/dist/providers/SmartProvider/SmartProvider.js +1 -1
  111. package/dist/providers/SmartProvider/SmartProvider.js.map +1 -1
  112. package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.d.ts +1 -2
  113. package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.d.ts.map +1 -1
  114. package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.js.map +1 -1
  115. package/dist/router/types.d.ts +1186 -1
  116. package/dist/router/types.d.ts.map +1 -1
  117. package/dist/router/types.js +27 -0
  118. package/dist/router/types.js.map +1 -1
  119. package/dist/token/EvmERC20WarpModule.d.ts +5 -3
  120. package/dist/token/EvmERC20WarpModule.d.ts.map +1 -1
  121. package/dist/token/EvmERC20WarpModule.hardhat-test.js +13 -5
  122. package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +1 -1
  123. package/dist/token/EvmERC20WarpModule.js +18 -20
  124. package/dist/token/EvmERC20WarpModule.js.map +1 -1
  125. package/dist/token/EvmERC20WarpRouteReader.js +1 -1
  126. package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
  127. package/dist/token/IToken.d.ts +2 -2
  128. package/dist/token/adapters/CosmWasmTokenAdapter.test.d.ts.map +1 -1
  129. package/dist/token/adapters/CosmWasmTokenAdapter.test.js +19 -8
  130. package/dist/token/adapters/CosmWasmTokenAdapter.test.js.map +1 -1
  131. package/dist/token/checker.js +1 -1
  132. package/dist/token/checker.js.map +1 -1
  133. package/dist/token/deploy.d.ts.map +1 -1
  134. package/dist/token/deploy.js +0 -1
  135. package/dist/token/deploy.js.map +1 -1
  136. package/dist/token/schemas.d.ts +160 -282
  137. package/dist/token/schemas.d.ts.map +1 -1
  138. package/dist/token/schemas.js +1 -1
  139. package/dist/token/schemas.js.map +1 -1
  140. package/dist/utils/gnosisSafe.js +1 -1
  141. package/dist/utils/ism.js +1 -1
  142. package/dist/utils/ism.js.map +1 -1
  143. package/dist/utils/logUtils.js +1 -1
  144. package/dist/utils/logUtils.js.map +1 -1
  145. package/dist/utils/sealevelSerialization.d.ts.map +1 -1
  146. package/dist/utils/sealevelSerialization.js +0 -1
  147. package/dist/utils/sealevelSerialization.js.map +1 -1
  148. package/dist/warp/types.d.ts +4 -4
  149. package/package.json +15 -9
  150. package/dist/hook/schemas.d.ts +0 -247
  151. package/dist/hook/schemas.d.ts.map +0 -1
  152. package/dist/hook/schemas.js +0 -67
  153. package/dist/hook/schemas.js.map +0 -1
  154. package/dist/ism/schemas.d.ts +0 -246
  155. package/dist/ism/schemas.d.ts.map +0 -1
  156. package/dist/ism/schemas.js +0 -78
  157. package/dist/ism/schemas.js.map +0 -1
  158. package/dist/ism/schemas.test.d.ts +0 -2
  159. package/dist/ism/schemas.test.d.ts.map +0 -1
  160. package/dist/ism/schemas.test.js.map +0 -1
  161. package/dist/router/schemas.d.ts +0 -1317
  162. package/dist/router/schemas.d.ts.map +0 -1
  163. package/dist/router/schemas.js +0 -30
  164. 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,1190 @@ 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 RemoteRoutersSchema: z.ZodRecord<z.ZodString, z.ZodString>;
423
+ export declare const RouterConfigSchema: z.ZodObject<{
424
+ owner: z.ZodString;
425
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
426
+ mailbox: z.ZodString;
427
+ hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
428
+ owner: z.ZodString;
429
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
430
+ type: z.ZodLiteral<import("../hook/types.js").HookType.PROTOCOL_FEE>;
431
+ beneficiary: z.ZodString;
432
+ maxProtocolFee: z.ZodString;
433
+ protocolFee: z.ZodString;
434
+ }, "strip", z.ZodTypeAny, {
435
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
436
+ owner: string;
437
+ protocolFee: string;
438
+ beneficiary: string;
439
+ maxProtocolFee: string;
440
+ ownerOverrides?: Record<string, string> | undefined;
441
+ }, {
442
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
443
+ owner: string;
444
+ protocolFee: string;
445
+ beneficiary: string;
446
+ maxProtocolFee: string;
447
+ ownerOverrides?: Record<string, string> | undefined;
448
+ }>, z.ZodObject<{
449
+ owner: z.ZodString;
450
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
451
+ paused: z.ZodBoolean;
452
+ type: z.ZodLiteral<import("../hook/types.js").HookType.PAUSABLE>;
453
+ }, "strip", z.ZodTypeAny, {
454
+ type: import("../hook/types.js").HookType.PAUSABLE;
455
+ owner: string;
456
+ paused: boolean;
457
+ ownerOverrides?: Record<string, string> | undefined;
458
+ }, {
459
+ type: import("../hook/types.js").HookType.PAUSABLE;
460
+ owner: string;
461
+ paused: boolean;
462
+ ownerOverrides?: Record<string, string> | undefined;
463
+ }>, z.ZodObject<{
464
+ owner: z.ZodString;
465
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
466
+ type: z.ZodLiteral<import("../hook/types.js").HookType.OP_STACK>;
467
+ nativeBridge: z.ZodString;
468
+ destinationChain: z.ZodString;
469
+ }, "strip", z.ZodTypeAny, {
470
+ type: import("../hook/types.js").HookType.OP_STACK;
471
+ owner: string;
472
+ nativeBridge: string;
473
+ destinationChain: string;
474
+ ownerOverrides?: Record<string, string> | undefined;
475
+ }, {
476
+ type: import("../hook/types.js").HookType.OP_STACK;
477
+ owner: string;
478
+ nativeBridge: string;
479
+ destinationChain: string;
480
+ ownerOverrides?: Record<string, string> | undefined;
481
+ }>, z.ZodObject<{
482
+ type: z.ZodLiteral<import("../hook/types.js").HookType.MERKLE_TREE>;
483
+ }, "strip", z.ZodTypeAny, {
484
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
485
+ }, {
486
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
487
+ }>, z.ZodObject<{
488
+ owner: z.ZodString;
489
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
490
+ type: z.ZodLiteral<import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
491
+ beneficiary: z.ZodString;
492
+ oracleKey: z.ZodString;
493
+ overhead: z.ZodRecord<z.ZodString, z.ZodNumber>;
494
+ oracleConfig: z.ZodRecord<z.ZodString, z.ZodObject<{
495
+ gasPrice: z.ZodString;
496
+ tokenExchangeRate: z.ZodString;
497
+ }, "strip", z.ZodTypeAny, {
498
+ gasPrice: string;
499
+ tokenExchangeRate: string;
500
+ }, {
501
+ gasPrice: string;
502
+ tokenExchangeRate: string;
503
+ }>>;
504
+ }, "strip", z.ZodTypeAny, {
505
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
506
+ owner: string;
507
+ beneficiary: string;
508
+ oracleKey: string;
509
+ overhead: Record<string, number>;
510
+ oracleConfig: Record<string, {
511
+ gasPrice: string;
512
+ tokenExchangeRate: string;
513
+ }>;
514
+ ownerOverrides?: Record<string, string> | undefined;
515
+ }, {
516
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
517
+ owner: string;
518
+ beneficiary: string;
519
+ oracleKey: string;
520
+ overhead: Record<string, number>;
521
+ oracleConfig: Record<string, {
522
+ gasPrice: string;
523
+ tokenExchangeRate: string;
524
+ }>;
525
+ ownerOverrides?: Record<string, string> | undefined;
526
+ }>, 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<{
527
+ type: z.ZodLiteral<import("../hook/types.js").HookType.ARB_L2_TO_L1>;
528
+ arbSys: z.ZodString;
529
+ bridge: z.ZodOptional<z.ZodString>;
530
+ destinationChain: z.ZodString;
531
+ childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
532
+ }, "strip", z.ZodTypeAny, {
533
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
534
+ destinationChain: string;
535
+ arbSys: string;
536
+ bridge?: string | undefined;
537
+ childHook?: any;
538
+ }, {
539
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
540
+ destinationChain: string;
541
+ arbSys: string;
542
+ bridge?: string | undefined;
543
+ childHook?: any;
544
+ }>]>>;
545
+ interchainSecurityModule: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
546
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.TEST_ISM>;
547
+ }, "strip", z.ZodTypeAny, {
548
+ type: import("../ism/types.js").IsmType.TEST_ISM;
549
+ }, {
550
+ type: import("../ism/types.js").IsmType.TEST_ISM;
551
+ }>, z.ZodObject<{
552
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.OP_STACK>;
553
+ origin: z.ZodString;
554
+ nativeBridge: z.ZodString;
555
+ }, "strip", z.ZodTypeAny, {
556
+ type: import("../ism/types.js").IsmType.OP_STACK;
557
+ origin: string;
558
+ nativeBridge: string;
559
+ }, {
560
+ type: import("../ism/types.js").IsmType.OP_STACK;
561
+ origin: string;
562
+ nativeBridge: string;
563
+ }>, z.ZodIntersection<z.ZodObject<{
564
+ owner: z.ZodString;
565
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
566
+ paused: z.ZodBoolean;
567
+ }, "strip", z.ZodTypeAny, {
568
+ owner: string;
569
+ paused: boolean;
570
+ ownerOverrides?: Record<string, string> | undefined;
571
+ }, {
572
+ owner: string;
573
+ paused: boolean;
574
+ ownerOverrides?: Record<string, string> | undefined;
575
+ }>, z.ZodObject<{
576
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.PAUSABLE>;
577
+ }, "strip", z.ZodTypeAny, {
578
+ type: import("../ism/types.js").IsmType.PAUSABLE;
579
+ }, {
580
+ type: import("../ism/types.js").IsmType.PAUSABLE;
581
+ }>>, z.ZodObject<{
582
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.TRUSTED_RELAYER>;
583
+ relayer: z.ZodString;
584
+ }, "strip", z.ZodTypeAny, {
585
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
586
+ relayer: string;
587
+ }, {
588
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
589
+ relayer: string;
590
+ }>, z.ZodIntersection<z.ZodObject<{
591
+ validators: z.ZodArray<z.ZodString, "many">;
592
+ threshold: z.ZodNumber;
593
+ }, "strip", z.ZodTypeAny, {
594
+ validators: string[];
595
+ threshold: number;
596
+ }, {
597
+ validators: string[];
598
+ threshold: number;
599
+ }>, z.ZodObject<{
600
+ 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>]>;
601
+ }, "strip", z.ZodTypeAny, {
602
+ 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;
603
+ }, {
604
+ 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;
605
+ }>>, z.ZodIntersection<z.ZodObject<{
606
+ validators: z.ZodArray<z.ZodObject<{
607
+ signingAddress: z.ZodString;
608
+ weight: z.ZodNumber;
609
+ }, "strip", z.ZodTypeAny, {
610
+ signingAddress: string;
611
+ weight: number;
612
+ }, {
613
+ signingAddress: string;
614
+ weight: number;
615
+ }>, "many">;
616
+ thresholdWeight: z.ZodNumber;
617
+ }, "strip", z.ZodTypeAny, {
618
+ validators: {
619
+ signingAddress: string;
620
+ weight: number;
621
+ }[];
622
+ thresholdWeight: number;
623
+ }, {
624
+ validators: {
625
+ signingAddress: string;
626
+ weight: number;
627
+ }[];
628
+ thresholdWeight: number;
629
+ }>, z.ZodObject<{
630
+ 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>]>;
631
+ }, "strip", z.ZodTypeAny, {
632
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
633
+ }, {
634
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
635
+ }>>, 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<{
636
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.ARB_L2_TO_L1>;
637
+ bridge: z.ZodString;
638
+ }, "strip", z.ZodTypeAny, {
639
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
640
+ bridge: string;
641
+ }, {
642
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
643
+ bridge: string;
644
+ }>]>>;
645
+ foreignDeployment: z.ZodOptional<z.ZodString>;
646
+ remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
647
+ proxyAdmin: z.ZodOptional<z.ZodObject<{
648
+ owner: z.ZodString;
649
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
650
+ address: z.ZodOptional<z.ZodString>;
651
+ }, "strip", z.ZodTypeAny, {
652
+ owner: string;
653
+ ownerOverrides?: Record<string, string> | undefined;
654
+ address?: string | undefined;
655
+ }, {
656
+ owner: string;
657
+ ownerOverrides?: Record<string, string> | undefined;
658
+ address?: string | undefined;
659
+ }>>;
660
+ }, "strip", z.ZodTypeAny, {
661
+ owner: string;
662
+ mailbox: string;
663
+ ownerOverrides?: Record<string, string> | undefined;
664
+ hook?: string | {
665
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
666
+ } | {
667
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
668
+ owner: string;
669
+ beneficiary: string;
670
+ oracleKey: string;
671
+ overhead: Record<string, number>;
672
+ oracleConfig: Record<string, {
673
+ gasPrice: string;
674
+ tokenExchangeRate: string;
675
+ }>;
676
+ ownerOverrides?: Record<string, string> | undefined;
677
+ } | {
678
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
679
+ owner: string;
680
+ protocolFee: string;
681
+ beneficiary: string;
682
+ maxProtocolFee: string;
683
+ ownerOverrides?: Record<string, string> | undefined;
684
+ } | {
685
+ type: import("../hook/types.js").HookType.PAUSABLE;
686
+ owner: string;
687
+ paused: boolean;
688
+ ownerOverrides?: Record<string, string> | undefined;
689
+ } | {
690
+ type: import("../hook/types.js").HookType.OP_STACK;
691
+ owner: string;
692
+ nativeBridge: string;
693
+ destinationChain: string;
694
+ ownerOverrides?: Record<string, string> | undefined;
695
+ } | {
696
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
697
+ destinationChain: string;
698
+ arbSys: string;
699
+ bridge?: string | undefined;
700
+ childHook?: any;
701
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
702
+ interchainSecurityModule?: string | ({
703
+ validators: string[];
704
+ threshold: number;
705
+ } & {
706
+ 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;
707
+ }) | ({
708
+ validators: {
709
+ signingAddress: string;
710
+ weight: number;
711
+ }[];
712
+ thresholdWeight: number;
713
+ } & {
714
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
715
+ }) | {
716
+ type: import("../ism/types.js").IsmType.TEST_ISM;
717
+ } | ({
718
+ owner: string;
719
+ paused: boolean;
720
+ ownerOverrides?: Record<string, string> | undefined;
721
+ } & {
722
+ type: import("../ism/types.js").IsmType.PAUSABLE;
723
+ }) | {
724
+ type: import("../ism/types.js").IsmType.OP_STACK;
725
+ origin: string;
726
+ nativeBridge: string;
727
+ } | {
728
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
729
+ relayer: string;
730
+ } | {
731
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
732
+ bridge: string;
733
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
734
+ foreignDeployment?: string | undefined;
735
+ remoteRouters?: Record<string, string> | undefined;
736
+ proxyAdmin?: {
737
+ owner: string;
738
+ ownerOverrides?: Record<string, string> | undefined;
739
+ address?: string | undefined;
740
+ } | undefined;
741
+ }, {
742
+ owner: string;
743
+ mailbox: string;
744
+ ownerOverrides?: Record<string, string> | undefined;
745
+ hook?: string | {
746
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
747
+ } | {
748
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
749
+ owner: string;
750
+ beneficiary: string;
751
+ oracleKey: string;
752
+ overhead: Record<string, number>;
753
+ oracleConfig: Record<string, {
754
+ gasPrice: string;
755
+ tokenExchangeRate: string;
756
+ }>;
757
+ ownerOverrides?: Record<string, string> | undefined;
758
+ } | {
759
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
760
+ owner: string;
761
+ protocolFee: string;
762
+ beneficiary: string;
763
+ maxProtocolFee: string;
764
+ ownerOverrides?: Record<string, string> | undefined;
765
+ } | {
766
+ type: import("../hook/types.js").HookType.PAUSABLE;
767
+ owner: string;
768
+ paused: boolean;
769
+ ownerOverrides?: Record<string, string> | undefined;
770
+ } | {
771
+ type: import("../hook/types.js").HookType.OP_STACK;
772
+ owner: string;
773
+ nativeBridge: string;
774
+ destinationChain: string;
775
+ ownerOverrides?: Record<string, string> | undefined;
776
+ } | {
777
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
778
+ destinationChain: string;
779
+ arbSys: string;
780
+ bridge?: string | undefined;
781
+ childHook?: any;
782
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
783
+ interchainSecurityModule?: string | ({
784
+ validators: string[];
785
+ threshold: number;
786
+ } & {
787
+ 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;
788
+ }) | ({
789
+ validators: {
790
+ signingAddress: string;
791
+ weight: number;
792
+ }[];
793
+ thresholdWeight: number;
794
+ } & {
795
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
796
+ }) | {
797
+ type: import("../ism/types.js").IsmType.TEST_ISM;
798
+ } | ({
799
+ owner: string;
800
+ paused: boolean;
801
+ ownerOverrides?: Record<string, string> | undefined;
802
+ } & {
803
+ type: import("../ism/types.js").IsmType.PAUSABLE;
804
+ }) | {
805
+ type: import("../ism/types.js").IsmType.OP_STACK;
806
+ origin: string;
807
+ nativeBridge: string;
808
+ } | {
809
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
810
+ relayer: string;
811
+ } | {
812
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
813
+ bridge: string;
814
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
815
+ foreignDeployment?: string | undefined;
816
+ remoteRouters?: Record<string, string> | undefined;
817
+ proxyAdmin?: {
818
+ owner: string;
819
+ ownerOverrides?: Record<string, string> | undefined;
820
+ address?: string | undefined;
821
+ } | undefined;
822
+ }>;
823
+ export declare const DestinationGasSchema: z.ZodRecord<z.ZodString, z.ZodString>;
824
+ export declare const GasRouterConfigSchema: z.ZodObject<{
825
+ owner: z.ZodString;
826
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
827
+ mailbox: z.ZodString;
828
+ proxyAdmin: z.ZodOptional<z.ZodObject<{
829
+ owner: z.ZodString;
830
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
831
+ address: z.ZodOptional<z.ZodString>;
832
+ }, "strip", z.ZodTypeAny, {
833
+ owner: string;
834
+ ownerOverrides?: Record<string, string> | undefined;
835
+ address?: string | undefined;
836
+ }, {
837
+ owner: string;
838
+ ownerOverrides?: Record<string, string> | undefined;
839
+ address?: string | undefined;
840
+ }>>;
841
+ hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
842
+ owner: z.ZodString;
843
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
844
+ type: z.ZodLiteral<import("../hook/types.js").HookType.PROTOCOL_FEE>;
845
+ beneficiary: z.ZodString;
846
+ maxProtocolFee: z.ZodString;
847
+ protocolFee: z.ZodString;
848
+ }, "strip", z.ZodTypeAny, {
849
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
850
+ owner: string;
851
+ protocolFee: string;
852
+ beneficiary: string;
853
+ maxProtocolFee: string;
854
+ ownerOverrides?: Record<string, string> | undefined;
855
+ }, {
856
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
857
+ owner: string;
858
+ protocolFee: string;
859
+ beneficiary: string;
860
+ maxProtocolFee: string;
861
+ ownerOverrides?: Record<string, string> | undefined;
862
+ }>, z.ZodObject<{
863
+ owner: z.ZodString;
864
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
865
+ paused: z.ZodBoolean;
866
+ type: z.ZodLiteral<import("../hook/types.js").HookType.PAUSABLE>;
867
+ }, "strip", z.ZodTypeAny, {
868
+ type: import("../hook/types.js").HookType.PAUSABLE;
869
+ owner: string;
870
+ paused: boolean;
871
+ ownerOverrides?: Record<string, string> | undefined;
872
+ }, {
873
+ type: import("../hook/types.js").HookType.PAUSABLE;
874
+ owner: string;
875
+ paused: boolean;
876
+ ownerOverrides?: Record<string, string> | undefined;
877
+ }>, z.ZodObject<{
878
+ owner: z.ZodString;
879
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
880
+ type: z.ZodLiteral<import("../hook/types.js").HookType.OP_STACK>;
881
+ nativeBridge: z.ZodString;
882
+ destinationChain: z.ZodString;
883
+ }, "strip", z.ZodTypeAny, {
884
+ type: import("../hook/types.js").HookType.OP_STACK;
885
+ owner: string;
886
+ nativeBridge: string;
887
+ destinationChain: string;
888
+ ownerOverrides?: Record<string, string> | undefined;
889
+ }, {
890
+ type: import("../hook/types.js").HookType.OP_STACK;
891
+ owner: string;
892
+ nativeBridge: string;
893
+ destinationChain: string;
894
+ ownerOverrides?: Record<string, string> | undefined;
895
+ }>, z.ZodObject<{
896
+ type: z.ZodLiteral<import("../hook/types.js").HookType.MERKLE_TREE>;
897
+ }, "strip", z.ZodTypeAny, {
898
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
899
+ }, {
900
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
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.INTERCHAIN_GAS_PAYMASTER>;
905
+ beneficiary: z.ZodString;
906
+ oracleKey: z.ZodString;
907
+ overhead: z.ZodRecord<z.ZodString, z.ZodNumber>;
908
+ oracleConfig: z.ZodRecord<z.ZodString, z.ZodObject<{
909
+ gasPrice: z.ZodString;
910
+ tokenExchangeRate: z.ZodString;
911
+ }, "strip", z.ZodTypeAny, {
912
+ gasPrice: string;
913
+ tokenExchangeRate: string;
914
+ }, {
915
+ gasPrice: string;
916
+ tokenExchangeRate: string;
917
+ }>>;
918
+ }, "strip", z.ZodTypeAny, {
919
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
920
+ owner: string;
921
+ beneficiary: string;
922
+ oracleKey: string;
923
+ overhead: Record<string, number>;
924
+ oracleConfig: Record<string, {
925
+ gasPrice: string;
926
+ tokenExchangeRate: string;
927
+ }>;
928
+ ownerOverrides?: Record<string, string> | undefined;
929
+ }, {
930
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
931
+ owner: string;
932
+ beneficiary: string;
933
+ oracleKey: string;
934
+ overhead: Record<string, number>;
935
+ oracleConfig: Record<string, {
936
+ gasPrice: string;
937
+ tokenExchangeRate: string;
938
+ }>;
939
+ ownerOverrides?: Record<string, string> | undefined;
940
+ }>, 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<{
941
+ type: z.ZodLiteral<import("../hook/types.js").HookType.ARB_L2_TO_L1>;
942
+ arbSys: z.ZodString;
943
+ bridge: z.ZodOptional<z.ZodString>;
944
+ destinationChain: z.ZodString;
945
+ childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
946
+ }, "strip", z.ZodTypeAny, {
947
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
948
+ destinationChain: string;
949
+ arbSys: string;
950
+ bridge?: string | undefined;
951
+ childHook?: any;
952
+ }, {
953
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
954
+ destinationChain: string;
955
+ arbSys: string;
956
+ bridge?: string | undefined;
957
+ childHook?: any;
958
+ }>]>>;
959
+ interchainSecurityModule: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
960
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.TEST_ISM>;
961
+ }, "strip", z.ZodTypeAny, {
962
+ type: import("../ism/types.js").IsmType.TEST_ISM;
963
+ }, {
964
+ type: import("../ism/types.js").IsmType.TEST_ISM;
965
+ }>, z.ZodObject<{
966
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.OP_STACK>;
967
+ origin: z.ZodString;
968
+ nativeBridge: z.ZodString;
969
+ }, "strip", z.ZodTypeAny, {
970
+ type: import("../ism/types.js").IsmType.OP_STACK;
971
+ origin: string;
972
+ nativeBridge: string;
973
+ }, {
974
+ type: import("../ism/types.js").IsmType.OP_STACK;
975
+ origin: string;
976
+ nativeBridge: string;
977
+ }>, z.ZodIntersection<z.ZodObject<{
978
+ owner: z.ZodString;
979
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
980
+ paused: z.ZodBoolean;
981
+ }, "strip", z.ZodTypeAny, {
982
+ owner: string;
983
+ paused: boolean;
984
+ ownerOverrides?: Record<string, string> | undefined;
985
+ }, {
986
+ owner: string;
987
+ paused: boolean;
988
+ ownerOverrides?: Record<string, string> | undefined;
989
+ }>, z.ZodObject<{
990
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.PAUSABLE>;
991
+ }, "strip", z.ZodTypeAny, {
992
+ type: import("../ism/types.js").IsmType.PAUSABLE;
993
+ }, {
994
+ type: import("../ism/types.js").IsmType.PAUSABLE;
995
+ }>>, z.ZodObject<{
996
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.TRUSTED_RELAYER>;
997
+ relayer: z.ZodString;
998
+ }, "strip", z.ZodTypeAny, {
999
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1000
+ relayer: string;
1001
+ }, {
1002
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1003
+ relayer: string;
1004
+ }>, z.ZodIntersection<z.ZodObject<{
1005
+ validators: z.ZodArray<z.ZodString, "many">;
1006
+ threshold: z.ZodNumber;
1007
+ }, "strip", z.ZodTypeAny, {
1008
+ validators: string[];
1009
+ threshold: number;
1010
+ }, {
1011
+ validators: string[];
1012
+ threshold: number;
1013
+ }>, z.ZodObject<{
1014
+ 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>]>;
1015
+ }, "strip", z.ZodTypeAny, {
1016
+ 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;
1017
+ }, {
1018
+ 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;
1019
+ }>>, z.ZodIntersection<z.ZodObject<{
1020
+ validators: z.ZodArray<z.ZodObject<{
1021
+ signingAddress: z.ZodString;
1022
+ weight: z.ZodNumber;
1023
+ }, "strip", z.ZodTypeAny, {
1024
+ signingAddress: string;
1025
+ weight: number;
1026
+ }, {
1027
+ signingAddress: string;
1028
+ weight: number;
1029
+ }>, "many">;
1030
+ thresholdWeight: z.ZodNumber;
1031
+ }, "strip", z.ZodTypeAny, {
1032
+ validators: {
1033
+ signingAddress: string;
1034
+ weight: number;
1035
+ }[];
1036
+ thresholdWeight: number;
1037
+ }, {
1038
+ validators: {
1039
+ signingAddress: string;
1040
+ weight: number;
1041
+ }[];
1042
+ thresholdWeight: number;
1043
+ }>, z.ZodObject<{
1044
+ 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>]>;
1045
+ }, "strip", z.ZodTypeAny, {
1046
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1047
+ }, {
1048
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1049
+ }>>, 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<{
1050
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.ARB_L2_TO_L1>;
1051
+ bridge: z.ZodString;
1052
+ }, "strip", z.ZodTypeAny, {
1053
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1054
+ bridge: string;
1055
+ }, {
1056
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1057
+ bridge: string;
1058
+ }>]>>;
1059
+ foreignDeployment: z.ZodOptional<z.ZodString>;
1060
+ remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1061
+ gas: z.ZodOptional<z.ZodNumber>;
1062
+ destinationGas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1063
+ }, "strip", z.ZodTypeAny, {
1064
+ owner: string;
1065
+ mailbox: string;
1066
+ ownerOverrides?: Record<string, string> | undefined;
1067
+ proxyAdmin?: {
1068
+ owner: string;
1069
+ ownerOverrides?: Record<string, string> | undefined;
1070
+ address?: string | undefined;
1071
+ } | undefined;
1072
+ hook?: string | {
1073
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1074
+ } | {
1075
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1076
+ owner: string;
1077
+ beneficiary: string;
1078
+ oracleKey: string;
1079
+ overhead: Record<string, number>;
1080
+ oracleConfig: Record<string, {
1081
+ gasPrice: string;
1082
+ tokenExchangeRate: string;
1083
+ }>;
1084
+ ownerOverrides?: Record<string, string> | undefined;
1085
+ } | {
1086
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1087
+ owner: string;
1088
+ protocolFee: string;
1089
+ beneficiary: string;
1090
+ maxProtocolFee: string;
1091
+ ownerOverrides?: Record<string, string> | undefined;
1092
+ } | {
1093
+ type: import("../hook/types.js").HookType.PAUSABLE;
1094
+ owner: string;
1095
+ paused: boolean;
1096
+ ownerOverrides?: Record<string, string> | undefined;
1097
+ } | {
1098
+ type: import("../hook/types.js").HookType.OP_STACK;
1099
+ owner: string;
1100
+ nativeBridge: string;
1101
+ destinationChain: string;
1102
+ ownerOverrides?: Record<string, string> | undefined;
1103
+ } | {
1104
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1105
+ destinationChain: string;
1106
+ arbSys: string;
1107
+ bridge?: string | undefined;
1108
+ childHook?: any;
1109
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
1110
+ interchainSecurityModule?: string | ({
1111
+ validators: string[];
1112
+ threshold: number;
1113
+ } & {
1114
+ 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;
1115
+ }) | ({
1116
+ validators: {
1117
+ signingAddress: string;
1118
+ weight: number;
1119
+ }[];
1120
+ thresholdWeight: number;
1121
+ } & {
1122
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1123
+ }) | {
1124
+ type: import("../ism/types.js").IsmType.TEST_ISM;
1125
+ } | ({
1126
+ owner: string;
1127
+ paused: boolean;
1128
+ ownerOverrides?: Record<string, string> | undefined;
1129
+ } & {
1130
+ type: import("../ism/types.js").IsmType.PAUSABLE;
1131
+ }) | {
1132
+ type: import("../ism/types.js").IsmType.OP_STACK;
1133
+ origin: string;
1134
+ nativeBridge: string;
1135
+ } | {
1136
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1137
+ relayer: string;
1138
+ } | {
1139
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1140
+ bridge: string;
1141
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
1142
+ foreignDeployment?: string | undefined;
1143
+ remoteRouters?: Record<string, string> | undefined;
1144
+ gas?: number | undefined;
1145
+ destinationGas?: Record<string, string> | undefined;
1146
+ }, {
1147
+ owner: string;
1148
+ mailbox: string;
1149
+ ownerOverrides?: Record<string, string> | undefined;
1150
+ proxyAdmin?: {
1151
+ owner: string;
1152
+ ownerOverrides?: Record<string, string> | undefined;
1153
+ address?: string | undefined;
1154
+ } | undefined;
1155
+ hook?: string | {
1156
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1157
+ } | {
1158
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1159
+ owner: string;
1160
+ beneficiary: string;
1161
+ oracleKey: string;
1162
+ overhead: Record<string, number>;
1163
+ oracleConfig: Record<string, {
1164
+ gasPrice: string;
1165
+ tokenExchangeRate: string;
1166
+ }>;
1167
+ ownerOverrides?: Record<string, string> | undefined;
1168
+ } | {
1169
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1170
+ owner: string;
1171
+ protocolFee: string;
1172
+ beneficiary: string;
1173
+ maxProtocolFee: string;
1174
+ ownerOverrides?: Record<string, string> | undefined;
1175
+ } | {
1176
+ type: import("../hook/types.js").HookType.PAUSABLE;
1177
+ owner: string;
1178
+ paused: boolean;
1179
+ ownerOverrides?: Record<string, string> | undefined;
1180
+ } | {
1181
+ type: import("../hook/types.js").HookType.OP_STACK;
1182
+ owner: string;
1183
+ nativeBridge: string;
1184
+ destinationChain: string;
1185
+ ownerOverrides?: Record<string, string> | undefined;
1186
+ } | {
1187
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1188
+ destinationChain: string;
1189
+ arbSys: string;
1190
+ bridge?: string | undefined;
1191
+ childHook?: any;
1192
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
1193
+ interchainSecurityModule?: string | ({
1194
+ validators: string[];
1195
+ threshold: number;
1196
+ } & {
1197
+ 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;
1198
+ }) | ({
1199
+ validators: {
1200
+ signingAddress: string;
1201
+ weight: number;
1202
+ }[];
1203
+ thresholdWeight: number;
1204
+ } & {
1205
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1206
+ }) | {
1207
+ type: import("../ism/types.js").IsmType.TEST_ISM;
1208
+ } | ({
1209
+ owner: string;
1210
+ paused: boolean;
1211
+ ownerOverrides?: Record<string, string> | undefined;
1212
+ } & {
1213
+ type: import("../ism/types.js").IsmType.PAUSABLE;
1214
+ }) | {
1215
+ type: import("../ism/types.js").IsmType.OP_STACK;
1216
+ origin: string;
1217
+ nativeBridge: string;
1218
+ } | {
1219
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1220
+ relayer: string;
1221
+ } | {
1222
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1223
+ bridge: string;
1224
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
1225
+ foreignDeployment?: string | undefined;
1226
+ remoteRouters?: Record<string, string> | undefined;
1227
+ gas?: number | undefined;
1228
+ destinationGas?: Record<string, string> | undefined;
1229
+ }>;
45
1230
  //# sourceMappingURL=types.d.ts.map