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