@hyperlane-xyz/sdk 13.2.1 → 13.4.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 (229) hide show
  1. package/dist/consts/multisigIsm.d.ts.map +1 -1
  2. package/dist/consts/multisigIsm.js +52 -90
  3. package/dist/consts/multisigIsm.js.map +1 -1
  4. package/dist/core/CoreDeployer.hardhat-test.js +5 -0
  5. package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
  6. package/dist/core/CosmosNativeCoreModule.d.ts.map +1 -1
  7. package/dist/core/CosmosNativeCoreModule.js +0 -1
  8. package/dist/core/CosmosNativeCoreModule.js.map +1 -1
  9. package/dist/core/CosmosNativeCoreReader.d.ts +3 -3
  10. package/dist/core/CosmosNativeCoreReader.d.ts.map +1 -1
  11. package/dist/core/CosmosNativeCoreReader.js +5 -5
  12. package/dist/core/CosmosNativeCoreReader.js.map +1 -1
  13. package/dist/core/EvmCoreModule.d.ts.map +1 -1
  14. package/dist/core/EvmCoreModule.hardhat-test.js +1 -2
  15. package/dist/core/EvmCoreModule.hardhat-test.js.map +1 -1
  16. package/dist/core/EvmCoreModule.js +7 -7
  17. package/dist/core/EvmCoreModule.js.map +1 -1
  18. package/dist/core/EvmCoreReader.d.ts.map +1 -1
  19. package/dist/core/EvmCoreReader.js +1 -1
  20. package/dist/core/EvmCoreReader.js.map +1 -1
  21. package/dist/core/EvmIcaModule.d.ts +3 -4
  22. package/dist/core/EvmIcaModule.d.ts.map +1 -1
  23. package/dist/core/EvmIcaModule.hardhat-test.js +25 -2
  24. package/dist/core/EvmIcaModule.hardhat-test.js.map +1 -1
  25. package/dist/core/EvmIcaModule.js +13 -11
  26. package/dist/core/EvmIcaModule.js.map +1 -1
  27. package/dist/core/HyperlaneRelayer.d.ts +40 -5
  28. package/dist/core/HyperlaneRelayer.d.ts.map +1 -1
  29. package/dist/core/types.d.ts +1794 -129
  30. package/dist/core/types.d.ts.map +1 -1
  31. package/dist/core/types.js +0 -1
  32. package/dist/core/types.js.map +1 -1
  33. package/dist/deploy/HyperlaneDeployer.d.ts +2 -1
  34. package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
  35. package/dist/deploy/HyperlaneDeployer.js +11 -8
  36. package/dist/deploy/HyperlaneDeployer.js.map +1 -1
  37. package/dist/deploy/HyperlaneProxyFactoryDeployer.d.ts.map +1 -1
  38. package/dist/deploy/HyperlaneProxyFactoryDeployer.js +10 -4
  39. package/dist/deploy/HyperlaneProxyFactoryDeployer.js.map +1 -1
  40. package/dist/deploy/contracts.js +1 -1
  41. package/dist/deploy/contracts.js.map +1 -1
  42. package/dist/deploy/proxy.d.ts +1 -1
  43. package/dist/deploy/proxy.d.ts.map +1 -1
  44. package/dist/deploy/proxy.js +4 -5
  45. package/dist/deploy/proxy.js.map +1 -1
  46. package/dist/deploy/verify/utils.d.ts +1 -0
  47. package/dist/deploy/verify/utils.d.ts.map +1 -1
  48. package/dist/deploy/verify/utils.js +8 -1
  49. package/dist/deploy/verify/utils.js.map +1 -1
  50. package/dist/fork/types.d.ts +2086 -0
  51. package/dist/fork/types.d.ts.map +1 -0
  52. package/dist/fork/types.js +142 -0
  53. package/dist/fork/types.js.map +1 -0
  54. package/dist/gas/token-prices.d.ts.map +1 -1
  55. package/dist/gas/token-prices.js +23 -4
  56. package/dist/gas/token-prices.js.map +1 -1
  57. package/dist/hook/CosmosNativeHookReader.d.ts +3 -3
  58. package/dist/hook/CosmosNativeHookReader.d.ts.map +1 -1
  59. package/dist/hook/CosmosNativeHookReader.js +4 -4
  60. package/dist/hook/CosmosNativeHookReader.js.map +1 -1
  61. package/dist/ica/EvmIcaReader.d.ts +2 -5
  62. package/dist/ica/EvmIcaReader.d.ts.map +1 -1
  63. package/dist/ica/EvmIcaReader.hardhat-test.js +2 -7
  64. package/dist/ica/EvmIcaReader.hardhat-test.js.map +1 -1
  65. package/dist/ica/EvmIcaReader.js +10 -44
  66. package/dist/ica/EvmIcaReader.js.map +1 -1
  67. package/dist/ica/types.d.ts +1005 -47
  68. package/dist/ica/types.d.ts.map +1 -1
  69. package/dist/ica/types.js +7 -22
  70. package/dist/ica/types.js.map +1 -1
  71. package/dist/index.d.ts +24 -18
  72. package/dist/index.d.ts.map +1 -1
  73. package/dist/index.js +21 -16
  74. package/dist/index.js.map +1 -1
  75. package/dist/ism/CosmosNativeIsmReader.d.ts +3 -3
  76. package/dist/ism/CosmosNativeIsmReader.d.ts.map +1 -1
  77. package/dist/ism/CosmosNativeIsmReader.js +4 -4
  78. package/dist/ism/CosmosNativeIsmReader.js.map +1 -1
  79. package/dist/ism/EvmIsmModule.hardhat-test.js +0 -5
  80. package/dist/ism/EvmIsmModule.hardhat-test.js.map +1 -1
  81. package/dist/ism/EvmIsmReader.d.ts +6 -3
  82. package/dist/ism/EvmIsmReader.d.ts.map +1 -1
  83. package/dist/ism/EvmIsmReader.js +87 -43
  84. package/dist/ism/EvmIsmReader.js.map +1 -1
  85. package/dist/ism/EvmIsmReader.test.js +36 -1
  86. package/dist/ism/EvmIsmReader.test.js.map +1 -1
  87. package/dist/ism/HyperlaneIsmFactory.d.ts +0 -1
  88. package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
  89. package/dist/ism/HyperlaneIsmFactory.js +6 -11
  90. package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
  91. package/dist/ism/metadata/arbL2ToL1.hardhat-test.js +0 -1
  92. package/dist/ism/metadata/arbL2ToL1.hardhat-test.js.map +1 -1
  93. package/dist/ism/metadata/builder.d.ts +4 -4
  94. package/dist/ism/metadata/builder.d.ts.map +1 -1
  95. package/dist/ism/metadata/builder.hardhat-test.js +0 -1
  96. package/dist/ism/metadata/builder.hardhat-test.js.map +1 -1
  97. package/dist/ism/metadata/builder.js +7 -7
  98. package/dist/ism/metadata/builder.js.map +1 -1
  99. package/dist/ism/metadata/ccipread.d.ts +5 -4
  100. package/dist/ism/metadata/ccipread.d.ts.map +1 -1
  101. package/dist/ism/metadata/ccipread.hardhat-test.js +7 -13
  102. package/dist/ism/metadata/ccipread.hardhat-test.js.map +1 -1
  103. package/dist/ism/metadata/ccipread.js +9 -8
  104. package/dist/ism/metadata/ccipread.js.map +1 -1
  105. package/dist/ism/metadata/decode.js +2 -2
  106. package/dist/ism/metadata/decode.js.map +1 -1
  107. package/dist/ism/metadata/routing.d.ts +4 -2
  108. package/dist/ism/metadata/routing.d.ts.map +1 -1
  109. package/dist/ism/metadata/routing.js +33 -39
  110. package/dist/ism/metadata/routing.js.map +1 -1
  111. package/dist/ism/types.d.ts +77 -19
  112. package/dist/ism/types.d.ts.map +1 -1
  113. package/dist/ism/types.js +26 -12
  114. package/dist/ism/types.js.map +1 -1
  115. package/dist/ism/utils.d.ts.map +1 -1
  116. package/dist/ism/utils.js +12 -10
  117. package/dist/ism/utils.js.map +1 -1
  118. package/dist/middleware/account/InterchainAccount.d.ts +52 -2
  119. package/dist/middleware/account/InterchainAccount.d.ts.map +1 -1
  120. package/dist/middleware/account/InterchainAccount.js +53 -10
  121. package/dist/middleware/account/InterchainAccount.js.map +1 -1
  122. package/dist/middleware/account/InterchainAccountChecker.d.ts +3 -6
  123. package/dist/middleware/account/InterchainAccountChecker.d.ts.map +1 -1
  124. package/dist/middleware/account/InterchainAccountChecker.js +2 -17
  125. package/dist/middleware/account/InterchainAccountChecker.js.map +1 -1
  126. package/dist/middleware/account/InterchainAccountDeployer.d.ts +3 -8
  127. package/dist/middleware/account/InterchainAccountDeployer.d.ts.map +1 -1
  128. package/dist/middleware/account/InterchainAccountDeployer.js +11 -31
  129. package/dist/middleware/account/InterchainAccountDeployer.js.map +1 -1
  130. package/dist/middleware/account/accounts.hardhat-test.js +10 -1
  131. package/dist/middleware/account/accounts.hardhat-test.js.map +1 -1
  132. package/dist/middleware/account/contracts.d.ts +1 -4
  133. package/dist/middleware/account/contracts.d.ts.map +1 -1
  134. package/dist/middleware/account/contracts.js +1 -4
  135. package/dist/middleware/account/contracts.js.map +1 -1
  136. package/dist/middleware/account/types.d.ts +2 -2
  137. package/dist/providers/SmartProvider/SmartProvider.d.ts.map +1 -1
  138. package/dist/providers/SmartProvider/SmartProvider.foundry-test.js +6 -0
  139. package/dist/providers/SmartProvider/SmartProvider.foundry-test.js.map +1 -1
  140. package/dist/providers/SmartProvider/SmartProvider.js +7 -3
  141. package/dist/providers/SmartProvider/SmartProvider.js.map +1 -1
  142. package/dist/providers/transactions/submitter/builder/types.d.ts +10 -10
  143. package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.d.ts +2 -3
  144. package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.d.ts.map +1 -1
  145. package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.js +20 -16
  146. package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.js.map +1 -1
  147. package/dist/providers/transactions/transformer/ethersV5/types.d.ts +3 -3
  148. package/dist/providers/transactions/transformer/types.d.ts +3 -3
  149. package/dist/rebalancer/types.d.ts +875 -0
  150. package/dist/rebalancer/types.d.ts.map +1 -0
  151. package/dist/rebalancer/types.js +119 -0
  152. package/dist/rebalancer/types.js.map +1 -0
  153. package/dist/router/EvmRouterReader.d.ts +18 -0
  154. package/dist/router/EvmRouterReader.d.ts.map +1 -0
  155. package/dist/router/EvmRouterReader.js +60 -0
  156. package/dist/router/EvmRouterReader.js.map +1 -0
  157. package/dist/router/HyperlaneRouterChecker.d.ts +3 -0
  158. package/dist/router/HyperlaneRouterChecker.d.ts.map +1 -1
  159. package/dist/router/HyperlaneRouterChecker.js +14 -4
  160. package/dist/router/HyperlaneRouterChecker.js.map +1 -1
  161. package/dist/router/types.d.ts +139 -31
  162. package/dist/router/types.d.ts.map +1 -1
  163. package/dist/router/types.js +13 -4
  164. package/dist/router/types.js.map +1 -1
  165. package/dist/token/CosmosNativeWarpRouteReader.d.ts +51 -0
  166. package/dist/token/CosmosNativeWarpRouteReader.d.ts.map +1 -0
  167. package/dist/token/CosmosNativeWarpRouteReader.js +123 -0
  168. package/dist/token/CosmosNativeWarpRouteReader.js.map +1 -0
  169. package/dist/token/EvmERC20WarpModule.d.ts +13 -0
  170. package/dist/token/EvmERC20WarpModule.d.ts.map +1 -1
  171. package/dist/token/EvmERC20WarpModule.hardhat-test.js +354 -9
  172. package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +1 -1
  173. package/dist/token/EvmERC20WarpModule.js +211 -9
  174. package/dist/token/EvmERC20WarpModule.js.map +1 -1
  175. package/dist/token/EvmERC20WarpRouteReader.d.ts +7 -11
  176. package/dist/token/EvmERC20WarpRouteReader.d.ts.map +1 -1
  177. package/dist/token/EvmERC20WarpRouteReader.js +97 -45
  178. package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
  179. package/dist/token/TokenMetadataMap.d.ts +1 -2
  180. package/dist/token/TokenMetadataMap.d.ts.map +1 -1
  181. package/dist/token/TokenMetadataMap.js +2 -20
  182. package/dist/token/TokenMetadataMap.js.map +1 -1
  183. package/dist/token/TokenStandard.d.ts +5 -1
  184. package/dist/token/TokenStandard.d.ts.map +1 -1
  185. package/dist/token/TokenStandard.js +29 -1
  186. package/dist/token/TokenStandard.js.map +1 -1
  187. package/dist/token/adapters/CosmosModuleTokenAdapter.d.ts +1 -1
  188. package/dist/token/adapters/CosmosModuleTokenAdapter.d.ts.map +1 -1
  189. package/dist/token/adapters/CosmosModuleTokenAdapter.js +7 -4
  190. package/dist/token/adapters/CosmosModuleTokenAdapter.js.map +1 -1
  191. package/dist/token/adapters/EvmTokenAdapter.d.ts +14 -2
  192. package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -1
  193. package/dist/token/adapters/EvmTokenAdapter.js +64 -3
  194. package/dist/token/adapters/EvmTokenAdapter.js.map +1 -1
  195. package/dist/token/adapters/ITokenAdapter.d.ts +9 -1
  196. package/dist/token/adapters/ITokenAdapter.d.ts.map +1 -1
  197. package/dist/token/config.d.ts +25 -0
  198. package/dist/token/config.d.ts.map +1 -1
  199. package/dist/token/config.js +25 -0
  200. package/dist/token/config.js.map +1 -1
  201. package/dist/token/configUtils.d.ts.map +1 -1
  202. package/dist/token/configUtils.js +13 -3
  203. package/dist/token/configUtils.js.map +1 -1
  204. package/dist/token/configUtils.test.js +2 -2
  205. package/dist/token/configUtils.test.js.map +1 -1
  206. package/dist/token/contracts.d.ts +37 -31
  207. package/dist/token/contracts.d.ts.map +1 -1
  208. package/dist/token/contracts.js +8 -1
  209. package/dist/token/contracts.js.map +1 -1
  210. package/dist/token/deploy.d.ts +12 -5
  211. package/dist/token/deploy.d.ts.map +1 -1
  212. package/dist/token/deploy.js +140 -5
  213. package/dist/token/deploy.js.map +1 -1
  214. package/dist/token/types.d.ts +2812 -83
  215. package/dist/token/types.d.ts.map +1 -1
  216. package/dist/token/types.js +76 -5
  217. package/dist/token/types.js.map +1 -1
  218. package/dist/utils/decimals.d.ts +3 -0
  219. package/dist/utils/decimals.d.ts.map +1 -0
  220. package/dist/utils/decimals.js +34 -0
  221. package/dist/utils/decimals.js.map +1 -0
  222. package/dist/utils/decimals.test.d.ts +2 -0
  223. package/dist/utils/decimals.test.d.ts.map +1 -0
  224. package/dist/utils/decimals.test.js +173 -0
  225. package/dist/utils/decimals.test.js.map +1 -0
  226. package/dist/warp/WarpCore.d.ts.map +1 -1
  227. package/dist/warp/WarpCore.js +2 -1
  228. package/dist/warp/WarpCore.js.map +1 -1
  229. package/package.json +12 -8
@@ -1,109 +1,1067 @@
1
1
  import { z } from 'zod';
2
- export declare const RemoteIcaRouterConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
3
- address: z.ZodString;
4
- interchainSecurityModule: z.ZodOptional<z.ZodString>;
5
- }, "strip", z.ZodTypeAny, {
6
- address: string;
7
- interchainSecurityModule?: string | undefined;
8
- }, {
9
- address: string;
10
- interchainSecurityModule?: string | undefined;
11
- }>>;
12
2
  export declare const IcaRouterConfigSchema: z.ZodObject<{
13
3
  owner: z.ZodString;
4
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
14
5
  mailbox: z.ZodString;
15
- proxyAdmin: z.ZodObject<{
16
- address: z.ZodOptional<z.ZodString>;
6
+ proxyAdmin: z.ZodOptional<z.ZodObject<{
17
7
  owner: z.ZodString;
8
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
9
+ address: z.ZodOptional<z.ZodString>;
18
10
  }, "strip", z.ZodTypeAny, {
19
11
  owner: string;
12
+ ownerOverrides?: Record<string, string> | undefined;
20
13
  address?: string | undefined;
21
14
  }, {
22
15
  owner: string;
16
+ ownerOverrides?: Record<string, string> | undefined;
23
17
  address?: string | undefined;
24
- }>;
25
- remoteIcaRouters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
18
+ }>>;
19
+ hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
20
+ owner: z.ZodString;
21
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
22
+ type: z.ZodLiteral<import("../index.js").HookType.PROTOCOL_FEE>;
23
+ beneficiary: z.ZodString;
24
+ maxProtocolFee: z.ZodString;
25
+ protocolFee: z.ZodString;
26
+ }, "strip", z.ZodTypeAny, {
27
+ type: import("../index.js").HookType.PROTOCOL_FEE;
28
+ owner: string;
29
+ protocolFee: string;
30
+ beneficiary: string;
31
+ maxProtocolFee: string;
32
+ ownerOverrides?: Record<string, string> | undefined;
33
+ }, {
34
+ type: import("../index.js").HookType.PROTOCOL_FEE;
35
+ owner: string;
36
+ protocolFee: string;
37
+ beneficiary: string;
38
+ maxProtocolFee: string;
39
+ ownerOverrides?: Record<string, string> | undefined;
40
+ }>, z.ZodObject<{
41
+ owner: z.ZodString;
42
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
43
+ paused: z.ZodBoolean;
44
+ type: z.ZodLiteral<import("../index.js").HookType.PAUSABLE>;
45
+ }, "strip", z.ZodTypeAny, {
46
+ type: import("../index.js").HookType.PAUSABLE;
47
+ owner: string;
48
+ paused: boolean;
49
+ ownerOverrides?: Record<string, string> | undefined;
50
+ }, {
51
+ type: import("../index.js").HookType.PAUSABLE;
52
+ owner: string;
53
+ paused: boolean;
54
+ ownerOverrides?: Record<string, string> | undefined;
55
+ }>, z.ZodObject<{
56
+ owner: z.ZodString;
57
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
58
+ type: z.ZodLiteral<import("../index.js").HookType.OP_STACK>;
59
+ nativeBridge: z.ZodString;
60
+ destinationChain: z.ZodString;
61
+ }, "strip", z.ZodTypeAny, {
62
+ type: import("../index.js").HookType.OP_STACK;
63
+ owner: string;
64
+ nativeBridge: string;
65
+ destinationChain: string;
66
+ ownerOverrides?: Record<string, string> | undefined;
67
+ }, {
68
+ type: import("../index.js").HookType.OP_STACK;
69
+ owner: string;
70
+ nativeBridge: string;
71
+ destinationChain: string;
72
+ ownerOverrides?: Record<string, string> | undefined;
73
+ }>, z.ZodObject<{
74
+ type: z.ZodLiteral<import("../index.js").HookType.MERKLE_TREE>;
75
+ }, "strip", z.ZodTypeAny, {
76
+ type: import("../index.js").HookType.MERKLE_TREE;
77
+ }, {
78
+ type: import("../index.js").HookType.MERKLE_TREE;
79
+ }>, z.ZodObject<{
80
+ owner: z.ZodString;
81
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
82
+ type: z.ZodLiteral<import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
83
+ beneficiary: z.ZodString;
84
+ oracleKey: z.ZodString;
85
+ overhead: z.ZodRecord<z.ZodString, z.ZodNumber>;
86
+ oracleConfig: z.ZodRecord<z.ZodString, z.ZodObject<{
87
+ gasPrice: z.ZodString;
88
+ tokenExchangeRate: z.ZodString;
89
+ tokenDecimals: z.ZodOptional<z.ZodNumber>;
90
+ }, "strip", z.ZodTypeAny, {
91
+ gasPrice: string;
92
+ tokenExchangeRate: string;
93
+ tokenDecimals?: number | undefined;
94
+ }, {
95
+ gasPrice: string;
96
+ tokenExchangeRate: string;
97
+ tokenDecimals?: number | undefined;
98
+ }>>;
99
+ }, "strip", z.ZodTypeAny, {
100
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
101
+ owner: string;
102
+ beneficiary: string;
103
+ oracleKey: string;
104
+ overhead: Record<string, number>;
105
+ oracleConfig: Record<string, {
106
+ gasPrice: string;
107
+ tokenExchangeRate: string;
108
+ tokenDecimals?: number | undefined;
109
+ }>;
110
+ ownerOverrides?: Record<string, string> | undefined;
111
+ }, {
112
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
113
+ owner: string;
114
+ beneficiary: string;
115
+ oracleKey: string;
116
+ overhead: Record<string, number>;
117
+ oracleConfig: Record<string, {
118
+ gasPrice: string;
119
+ tokenExchangeRate: string;
120
+ tokenDecimals?: number | undefined;
121
+ }>;
122
+ ownerOverrides?: Record<string, string> | undefined;
123
+ }>, 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("../hook/types.js").AmountRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").AmountRoutingHookConfig>, z.ZodType<import("../index.js").AggregationHookConfig, z.ZodTypeDef, import("../index.js").AggregationHookConfig>, z.ZodObject<{
124
+ type: z.ZodLiteral<import("../index.js").HookType.ARB_L2_TO_L1>;
125
+ arbSys: z.ZodString;
126
+ bridge: z.ZodOptional<z.ZodString>;
127
+ destinationChain: z.ZodString;
128
+ childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
129
+ }, "strip", z.ZodTypeAny, {
130
+ type: import("../index.js").HookType.ARB_L2_TO_L1;
131
+ destinationChain: string;
132
+ arbSys: string;
133
+ bridge?: string | undefined;
134
+ childHook?: any;
135
+ }, {
136
+ type: import("../index.js").HookType.ARB_L2_TO_L1;
137
+ destinationChain: string;
138
+ arbSys: string;
139
+ bridge?: string | undefined;
140
+ childHook?: any;
141
+ }>, z.ZodObject<{
142
+ type: z.ZodLiteral<import("../index.js").HookType.MAILBOX_DEFAULT>;
143
+ }, "strip", z.ZodTypeAny, {
144
+ type: import("../index.js").HookType.MAILBOX_DEFAULT;
145
+ }, {
146
+ type: import("../index.js").HookType.MAILBOX_DEFAULT;
147
+ }>, z.ZodObject<{
148
+ type: z.ZodLiteral<import("../index.js").HookType.CCIP>;
149
+ destinationChain: z.ZodString;
150
+ }, "strip", z.ZodTypeAny, {
151
+ type: import("../index.js").HookType.CCIP;
152
+ destinationChain: string;
153
+ }, {
154
+ type: import("../index.js").HookType.CCIP;
155
+ destinationChain: string;
156
+ }>]>>;
157
+ interchainSecurityModule: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
158
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.TEST_ISM>;
159
+ }, "strip", z.ZodTypeAny, {
160
+ type: import("../ism/types.js").IsmType.TEST_ISM;
161
+ }, {
162
+ type: import("../ism/types.js").IsmType.TEST_ISM;
163
+ }>, z.ZodObject<{
164
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.OP_STACK>;
165
+ origin: z.ZodString;
166
+ nativeBridge: z.ZodString;
167
+ }, "strip", z.ZodTypeAny, {
168
+ type: import("../ism/types.js").IsmType.OP_STACK;
169
+ origin: string;
170
+ nativeBridge: string;
171
+ }, {
172
+ type: import("../ism/types.js").IsmType.OP_STACK;
173
+ origin: string;
174
+ nativeBridge: string;
175
+ }>, z.ZodIntersection<z.ZodObject<{
176
+ owner: z.ZodString;
177
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
178
+ paused: z.ZodBoolean;
179
+ }, "strip", z.ZodTypeAny, {
180
+ owner: string;
181
+ paused: boolean;
182
+ ownerOverrides?: Record<string, string> | undefined;
183
+ }, {
184
+ owner: string;
185
+ paused: boolean;
186
+ ownerOverrides?: Record<string, string> | undefined;
187
+ }>, z.ZodObject<{
188
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.PAUSABLE>;
189
+ }, "strip", z.ZodTypeAny, {
190
+ type: import("../ism/types.js").IsmType.PAUSABLE;
191
+ }, {
192
+ type: import("../ism/types.js").IsmType.PAUSABLE;
193
+ }>>, z.ZodObject<{
194
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.TRUSTED_RELAYER>;
195
+ relayer: z.ZodString;
196
+ }, "strip", z.ZodTypeAny, {
197
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
198
+ relayer: string;
199
+ }, {
200
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
201
+ relayer: string;
202
+ }>, z.ZodObject<{
203
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.CCIP>;
204
+ originChain: z.ZodString;
205
+ }, "strip", z.ZodTypeAny, {
206
+ type: import("../ism/types.js").IsmType.CCIP;
207
+ originChain: string;
208
+ }, {
209
+ type: import("../ism/types.js").IsmType.CCIP;
210
+ originChain: 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
+ }>, z.ZodObject<{
266
+ owner: z.ZodString;
267
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
268
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP>;
269
+ urls: z.ZodArray<z.ZodString, "many">;
270
+ }, "strip", z.ZodTypeAny, {
271
+ type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
272
+ owner: string;
273
+ urls: string[];
274
+ ownerOverrides?: Record<string, string> | undefined;
275
+ }, {
276
+ type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
277
+ owner: string;
278
+ urls: string[];
279
+ ownerOverrides?: Record<string, string> | undefined;
280
+ }>, z.ZodObject<{
281
+ owner: z.ZodString;
282
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
283
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING>;
284
+ isms: z.ZodRecord<z.ZodString, z.ZodString>;
285
+ }, "strip", z.ZodTypeAny, {
286
+ type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
287
+ owner: string;
288
+ isms: Record<string, string>;
289
+ ownerOverrides?: Record<string, string> | undefined;
290
+ }, {
291
+ type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
292
+ owner: string;
293
+ isms: Record<string, string>;
294
+ ownerOverrides?: Record<string, string> | undefined;
295
+ }>]>>;
296
+ foreignDeployment: z.ZodOptional<z.ZodString>;
297
+ remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodObject<{
26
298
  address: z.ZodString;
27
- interchainSecurityModule: z.ZodOptional<z.ZodString>;
28
299
  }, "strip", z.ZodTypeAny, {
29
300
  address: string;
30
- interchainSecurityModule?: string | undefined;
31
301
  }, {
32
302
  address: string;
33
- interchainSecurityModule?: string | undefined;
34
303
  }>>>;
304
+ commitmentIsm: z.ZodObject<{
305
+ owner: z.ZodString;
306
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
307
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP>;
308
+ urls: z.ZodArray<z.ZodString, "many">;
309
+ }, "strip", z.ZodTypeAny, {
310
+ type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
311
+ owner: string;
312
+ urls: string[];
313
+ ownerOverrides?: Record<string, string> | undefined;
314
+ }, {
315
+ type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
316
+ owner: string;
317
+ urls: string[];
318
+ ownerOverrides?: Record<string, string> | undefined;
319
+ }>;
35
320
  }, "strip", z.ZodTypeAny, {
36
321
  owner: string;
37
322
  mailbox: string;
38
- proxyAdmin: {
323
+ commitmentIsm: {
324
+ type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
39
325
  owner: string;
40
- address?: string | undefined;
326
+ urls: string[];
327
+ ownerOverrides?: Record<string, string> | undefined;
41
328
  };
42
- remoteIcaRouters?: Record<string, {
329
+ ownerOverrides?: Record<string, string> | undefined;
330
+ proxyAdmin?: {
331
+ owner: string;
332
+ ownerOverrides?: Record<string, string> | undefined;
333
+ address?: string | undefined;
334
+ } | undefined;
335
+ hook?: string | {
336
+ type: import("../index.js").HookType.MERKLE_TREE;
337
+ } | {
338
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
339
+ owner: string;
340
+ beneficiary: string;
341
+ oracleKey: string;
342
+ overhead: Record<string, number>;
343
+ oracleConfig: Record<string, {
344
+ gasPrice: string;
345
+ tokenExchangeRate: string;
346
+ tokenDecimals?: number | undefined;
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
+ } | {
374
+ type: import("../index.js").HookType.MAILBOX_DEFAULT;
375
+ } | {
376
+ type: import("../index.js").HookType.CCIP;
377
+ destinationChain: string;
378
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
379
+ interchainSecurityModule?: string | ({
380
+ validators: string[];
381
+ threshold: number;
382
+ } & {
383
+ 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;
384
+ }) | ({
385
+ validators: {
386
+ signingAddress: string;
387
+ weight: number;
388
+ }[];
389
+ thresholdWeight: number;
390
+ } & {
391
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
392
+ }) | {
393
+ type: import("../ism/types.js").IsmType.TEST_ISM;
394
+ } | ({
395
+ owner: string;
396
+ paused: boolean;
397
+ ownerOverrides?: Record<string, string> | undefined;
398
+ } & {
399
+ type: import("../ism/types.js").IsmType.PAUSABLE;
400
+ }) | {
401
+ type: import("../ism/types.js").IsmType.OP_STACK;
402
+ origin: string;
403
+ nativeBridge: string;
404
+ } | {
405
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
406
+ relayer: string;
407
+ } | {
408
+ type: import("../ism/types.js").IsmType.CCIP;
409
+ originChain: string;
410
+ } | {
411
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
412
+ bridge: string;
413
+ } | {
414
+ type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
415
+ owner: string;
416
+ urls: string[];
417
+ ownerOverrides?: Record<string, string> | undefined;
418
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
419
+ foreignDeployment?: string | undefined;
420
+ remoteRouters?: Record<string | number, {
43
421
  address: string;
44
- interchainSecurityModule?: string | undefined;
45
422
  }> | undefined;
46
423
  }, {
47
424
  owner: string;
48
425
  mailbox: string;
49
- proxyAdmin: {
426
+ commitmentIsm: {
427
+ type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
50
428
  owner: string;
51
- address?: string | undefined;
429
+ urls: string[];
430
+ ownerOverrides?: Record<string, string> | undefined;
52
431
  };
53
- remoteIcaRouters?: Record<string, {
432
+ ownerOverrides?: Record<string, string> | undefined;
433
+ proxyAdmin?: {
434
+ owner: string;
435
+ ownerOverrides?: Record<string, string> | undefined;
436
+ address?: string | undefined;
437
+ } | undefined;
438
+ hook?: string | {
439
+ type: import("../index.js").HookType.MERKLE_TREE;
440
+ } | {
441
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
442
+ owner: string;
443
+ beneficiary: string;
444
+ oracleKey: string;
445
+ overhead: Record<string, number>;
446
+ oracleConfig: Record<string, {
447
+ gasPrice: string;
448
+ tokenExchangeRate: string;
449
+ tokenDecimals?: number | undefined;
450
+ }>;
451
+ ownerOverrides?: Record<string, string> | undefined;
452
+ } | {
453
+ type: import("../index.js").HookType.PROTOCOL_FEE;
454
+ owner: string;
455
+ protocolFee: string;
456
+ beneficiary: string;
457
+ maxProtocolFee: string;
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
+ } | {
465
+ type: import("../index.js").HookType.OP_STACK;
466
+ owner: string;
467
+ nativeBridge: string;
468
+ destinationChain: string;
469
+ ownerOverrides?: Record<string, string> | undefined;
470
+ } | {
471
+ type: import("../index.js").HookType.ARB_L2_TO_L1;
472
+ destinationChain: string;
473
+ arbSys: string;
474
+ bridge?: string | undefined;
475
+ childHook?: any;
476
+ } | {
477
+ type: import("../index.js").HookType.MAILBOX_DEFAULT;
478
+ } | {
479
+ type: import("../index.js").HookType.CCIP;
480
+ destinationChain: string;
481
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
482
+ interchainSecurityModule?: string | ({
483
+ validators: string[];
484
+ threshold: number;
485
+ } & {
486
+ 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;
487
+ }) | ({
488
+ validators: {
489
+ signingAddress: string;
490
+ weight: number;
491
+ }[];
492
+ thresholdWeight: number;
493
+ } & {
494
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
495
+ }) | {
496
+ type: import("../ism/types.js").IsmType.TEST_ISM;
497
+ } | ({
498
+ owner: string;
499
+ paused: boolean;
500
+ ownerOverrides?: Record<string, string> | undefined;
501
+ } & {
502
+ type: import("../ism/types.js").IsmType.PAUSABLE;
503
+ }) | {
504
+ type: import("../ism/types.js").IsmType.OP_STACK;
505
+ origin: string;
506
+ nativeBridge: string;
507
+ } | {
508
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
509
+ relayer: string;
510
+ } | {
511
+ type: import("../ism/types.js").IsmType.CCIP;
512
+ originChain: string;
513
+ } | {
514
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
515
+ bridge: string;
516
+ } | {
517
+ type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
518
+ owner: string;
519
+ urls: string[];
520
+ ownerOverrides?: Record<string, string> | undefined;
521
+ } | {
522
+ type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
523
+ owner: string;
524
+ isms: Record<string, string>;
525
+ ownerOverrides?: Record<string, string> | undefined;
526
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
527
+ foreignDeployment?: string | undefined;
528
+ remoteRouters?: Record<string | number, {
54
529
  address: string;
55
- interchainSecurityModule?: string | undefined;
56
530
  }> | undefined;
57
531
  }>;
58
532
  export type IcaRouterConfig = z.infer<typeof IcaRouterConfigSchema>;
59
533
  export declare const DerivedIcaRouterConfigSchema: z.ZodObject<{
60
- address: z.ZodString;
61
534
  owner: z.ZodString;
535
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
62
536
  mailbox: z.ZodString;
63
- proxyAdmin: z.ZodObject<{
537
+ proxyAdmin: z.ZodOptional<z.ZodObject<{
64
538
  owner: z.ZodString;
65
- address: z.ZodString;
539
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
540
+ address: z.ZodOptional<z.ZodString>;
66
541
  }, "strip", z.ZodTypeAny, {
67
542
  owner: string;
68
- address: string;
543
+ ownerOverrides?: Record<string, string> | undefined;
544
+ address?: string | undefined;
69
545
  }, {
70
546
  owner: string;
71
- address: string;
72
- }>;
73
- remoteIcaRouters: z.ZodRecord<z.ZodString, z.ZodObject<{
547
+ ownerOverrides?: Record<string, string> | undefined;
548
+ address?: string | undefined;
549
+ }>>;
550
+ hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
551
+ owner: z.ZodString;
552
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
553
+ type: z.ZodLiteral<import("../index.js").HookType.PROTOCOL_FEE>;
554
+ beneficiary: z.ZodString;
555
+ maxProtocolFee: z.ZodString;
556
+ protocolFee: z.ZodString;
557
+ }, "strip", z.ZodTypeAny, {
558
+ type: import("../index.js").HookType.PROTOCOL_FEE;
559
+ owner: string;
560
+ protocolFee: string;
561
+ beneficiary: string;
562
+ maxProtocolFee: string;
563
+ ownerOverrides?: Record<string, string> | undefined;
564
+ }, {
565
+ type: import("../index.js").HookType.PROTOCOL_FEE;
566
+ owner: string;
567
+ protocolFee: string;
568
+ beneficiary: string;
569
+ maxProtocolFee: string;
570
+ ownerOverrides?: Record<string, string> | undefined;
571
+ }>, z.ZodObject<{
572
+ owner: z.ZodString;
573
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
574
+ paused: z.ZodBoolean;
575
+ type: z.ZodLiteral<import("../index.js").HookType.PAUSABLE>;
576
+ }, "strip", z.ZodTypeAny, {
577
+ type: import("../index.js").HookType.PAUSABLE;
578
+ owner: string;
579
+ paused: boolean;
580
+ ownerOverrides?: Record<string, string> | undefined;
581
+ }, {
582
+ type: import("../index.js").HookType.PAUSABLE;
583
+ owner: string;
584
+ paused: boolean;
585
+ ownerOverrides?: Record<string, string> | undefined;
586
+ }>, z.ZodObject<{
587
+ owner: z.ZodString;
588
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
589
+ type: z.ZodLiteral<import("../index.js").HookType.OP_STACK>;
590
+ nativeBridge: z.ZodString;
591
+ destinationChain: z.ZodString;
592
+ }, "strip", z.ZodTypeAny, {
593
+ type: import("../index.js").HookType.OP_STACK;
594
+ owner: string;
595
+ nativeBridge: string;
596
+ destinationChain: string;
597
+ ownerOverrides?: Record<string, string> | undefined;
598
+ }, {
599
+ type: import("../index.js").HookType.OP_STACK;
600
+ owner: string;
601
+ nativeBridge: string;
602
+ destinationChain: string;
603
+ ownerOverrides?: Record<string, string> | undefined;
604
+ }>, z.ZodObject<{
605
+ type: z.ZodLiteral<import("../index.js").HookType.MERKLE_TREE>;
606
+ }, "strip", z.ZodTypeAny, {
607
+ type: import("../index.js").HookType.MERKLE_TREE;
608
+ }, {
609
+ type: import("../index.js").HookType.MERKLE_TREE;
610
+ }>, z.ZodObject<{
611
+ owner: z.ZodString;
612
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
613
+ type: z.ZodLiteral<import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
614
+ beneficiary: z.ZodString;
615
+ oracleKey: z.ZodString;
616
+ overhead: z.ZodRecord<z.ZodString, z.ZodNumber>;
617
+ oracleConfig: z.ZodRecord<z.ZodString, z.ZodObject<{
618
+ gasPrice: z.ZodString;
619
+ tokenExchangeRate: z.ZodString;
620
+ tokenDecimals: z.ZodOptional<z.ZodNumber>;
621
+ }, "strip", z.ZodTypeAny, {
622
+ gasPrice: string;
623
+ tokenExchangeRate: string;
624
+ tokenDecimals?: number | undefined;
625
+ }, {
626
+ gasPrice: string;
627
+ tokenExchangeRate: string;
628
+ tokenDecimals?: number | undefined;
629
+ }>>;
630
+ }, "strip", z.ZodTypeAny, {
631
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
632
+ owner: string;
633
+ beneficiary: string;
634
+ oracleKey: string;
635
+ overhead: Record<string, number>;
636
+ oracleConfig: Record<string, {
637
+ gasPrice: string;
638
+ tokenExchangeRate: string;
639
+ tokenDecimals?: number | undefined;
640
+ }>;
641
+ ownerOverrides?: Record<string, string> | undefined;
642
+ }, {
643
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
644
+ owner: string;
645
+ beneficiary: string;
646
+ oracleKey: string;
647
+ overhead: Record<string, number>;
648
+ oracleConfig: Record<string, {
649
+ gasPrice: string;
650
+ tokenExchangeRate: string;
651
+ tokenDecimals?: number | undefined;
652
+ }>;
653
+ ownerOverrides?: Record<string, string> | undefined;
654
+ }>, 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("../hook/types.js").AmountRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").AmountRoutingHookConfig>, z.ZodType<import("../index.js").AggregationHookConfig, z.ZodTypeDef, import("../index.js").AggregationHookConfig>, z.ZodObject<{
655
+ type: z.ZodLiteral<import("../index.js").HookType.ARB_L2_TO_L1>;
656
+ arbSys: z.ZodString;
657
+ bridge: z.ZodOptional<z.ZodString>;
658
+ destinationChain: z.ZodString;
659
+ childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
660
+ }, "strip", z.ZodTypeAny, {
661
+ type: import("../index.js").HookType.ARB_L2_TO_L1;
662
+ destinationChain: string;
663
+ arbSys: string;
664
+ bridge?: string | undefined;
665
+ childHook?: any;
666
+ }, {
667
+ type: import("../index.js").HookType.ARB_L2_TO_L1;
668
+ destinationChain: string;
669
+ arbSys: string;
670
+ bridge?: string | undefined;
671
+ childHook?: any;
672
+ }>, z.ZodObject<{
673
+ type: z.ZodLiteral<import("../index.js").HookType.MAILBOX_DEFAULT>;
674
+ }, "strip", z.ZodTypeAny, {
675
+ type: import("../index.js").HookType.MAILBOX_DEFAULT;
676
+ }, {
677
+ type: import("../index.js").HookType.MAILBOX_DEFAULT;
678
+ }>, z.ZodObject<{
679
+ type: z.ZodLiteral<import("../index.js").HookType.CCIP>;
680
+ destinationChain: z.ZodString;
681
+ }, "strip", z.ZodTypeAny, {
682
+ type: import("../index.js").HookType.CCIP;
683
+ destinationChain: string;
684
+ }, {
685
+ type: import("../index.js").HookType.CCIP;
686
+ destinationChain: string;
687
+ }>]>>;
688
+ interchainSecurityModule: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
689
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.TEST_ISM>;
690
+ }, "strip", z.ZodTypeAny, {
691
+ type: import("../ism/types.js").IsmType.TEST_ISM;
692
+ }, {
693
+ type: import("../ism/types.js").IsmType.TEST_ISM;
694
+ }>, z.ZodObject<{
695
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.OP_STACK>;
696
+ origin: z.ZodString;
697
+ nativeBridge: z.ZodString;
698
+ }, "strip", z.ZodTypeAny, {
699
+ type: import("../ism/types.js").IsmType.OP_STACK;
700
+ origin: string;
701
+ nativeBridge: string;
702
+ }, {
703
+ type: import("../ism/types.js").IsmType.OP_STACK;
704
+ origin: string;
705
+ nativeBridge: string;
706
+ }>, z.ZodIntersection<z.ZodObject<{
707
+ owner: z.ZodString;
708
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
709
+ paused: z.ZodBoolean;
710
+ }, "strip", z.ZodTypeAny, {
711
+ owner: string;
712
+ paused: boolean;
713
+ ownerOverrides?: Record<string, string> | undefined;
714
+ }, {
715
+ owner: string;
716
+ paused: boolean;
717
+ ownerOverrides?: Record<string, string> | undefined;
718
+ }>, z.ZodObject<{
719
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.PAUSABLE>;
720
+ }, "strip", z.ZodTypeAny, {
721
+ type: import("../ism/types.js").IsmType.PAUSABLE;
722
+ }, {
723
+ type: import("../ism/types.js").IsmType.PAUSABLE;
724
+ }>>, z.ZodObject<{
725
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.TRUSTED_RELAYER>;
726
+ relayer: z.ZodString;
727
+ }, "strip", z.ZodTypeAny, {
728
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
729
+ relayer: string;
730
+ }, {
731
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
732
+ relayer: string;
733
+ }>, z.ZodObject<{
734
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.CCIP>;
735
+ originChain: z.ZodString;
736
+ }, "strip", z.ZodTypeAny, {
737
+ type: import("../ism/types.js").IsmType.CCIP;
738
+ originChain: string;
739
+ }, {
740
+ type: import("../ism/types.js").IsmType.CCIP;
741
+ originChain: string;
742
+ }>, z.ZodIntersection<z.ZodObject<{
743
+ validators: z.ZodArray<z.ZodString, "many">;
744
+ threshold: z.ZodNumber;
745
+ }, "strip", z.ZodTypeAny, {
746
+ validators: string[];
747
+ threshold: number;
748
+ }, {
749
+ validators: string[];
750
+ threshold: number;
751
+ }>, z.ZodObject<{
752
+ 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>]>;
753
+ }, "strip", z.ZodTypeAny, {
754
+ 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;
755
+ }, {
756
+ 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;
757
+ }>>, z.ZodIntersection<z.ZodObject<{
758
+ validators: z.ZodArray<z.ZodObject<{
759
+ signingAddress: z.ZodString;
760
+ weight: z.ZodNumber;
761
+ }, "strip", z.ZodTypeAny, {
762
+ signingAddress: string;
763
+ weight: number;
764
+ }, {
765
+ signingAddress: string;
766
+ weight: number;
767
+ }>, "many">;
768
+ thresholdWeight: z.ZodNumber;
769
+ }, "strip", z.ZodTypeAny, {
770
+ validators: {
771
+ signingAddress: string;
772
+ weight: number;
773
+ }[];
774
+ thresholdWeight: number;
775
+ }, {
776
+ validators: {
777
+ signingAddress: string;
778
+ weight: number;
779
+ }[];
780
+ thresholdWeight: number;
781
+ }>, z.ZodObject<{
782
+ 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>]>;
783
+ }, "strip", z.ZodTypeAny, {
784
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
785
+ }, {
786
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
787
+ }>>, 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<{
788
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.ARB_L2_TO_L1>;
789
+ bridge: z.ZodString;
790
+ }, "strip", z.ZodTypeAny, {
791
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
792
+ bridge: string;
793
+ }, {
794
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
795
+ bridge: string;
796
+ }>, z.ZodObject<{
797
+ owner: z.ZodString;
798
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
799
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP>;
800
+ urls: z.ZodArray<z.ZodString, "many">;
801
+ }, "strip", z.ZodTypeAny, {
802
+ type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
803
+ owner: string;
804
+ urls: string[];
805
+ ownerOverrides?: Record<string, string> | undefined;
806
+ }, {
807
+ type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
808
+ owner: string;
809
+ urls: string[];
810
+ ownerOverrides?: Record<string, string> | undefined;
811
+ }>, z.ZodObject<{
812
+ owner: z.ZodString;
813
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
814
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING>;
815
+ isms: z.ZodRecord<z.ZodString, z.ZodString>;
816
+ }, "strip", z.ZodTypeAny, {
817
+ type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
818
+ owner: string;
819
+ isms: Record<string, string>;
820
+ ownerOverrides?: Record<string, string> | undefined;
821
+ }, {
822
+ type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
823
+ owner: string;
824
+ isms: Record<string, string>;
825
+ ownerOverrides?: Record<string, string> | undefined;
826
+ }>]>>;
827
+ foreignDeployment: z.ZodOptional<z.ZodString>;
828
+ remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodObject<{
74
829
  address: z.ZodString;
75
- interchainSecurityModule: z.ZodOptional<z.ZodString>;
76
830
  }, "strip", z.ZodTypeAny, {
77
831
  address: string;
78
- interchainSecurityModule?: string | undefined;
79
832
  }, {
80
833
  address: string;
81
- interchainSecurityModule?: string | undefined;
82
- }>>;
83
- }, "strict", z.ZodTypeAny, {
834
+ }>>>;
835
+ commitmentIsm: z.ZodObject<{
836
+ owner: z.ZodString;
837
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
838
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP>;
839
+ urls: z.ZodArray<z.ZodString, "many">;
840
+ }, "strip", z.ZodTypeAny, {
841
+ type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
842
+ owner: string;
843
+ urls: string[];
844
+ ownerOverrides?: Record<string, string> | undefined;
845
+ }, {
846
+ type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
847
+ owner: string;
848
+ urls: string[];
849
+ ownerOverrides?: Record<string, string> | undefined;
850
+ }>;
851
+ address: z.ZodString;
852
+ }, "strip", z.ZodTypeAny, {
84
853
  owner: string;
85
854
  address: string;
86
855
  mailbox: string;
87
- proxyAdmin: {
856
+ commitmentIsm: {
857
+ type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
88
858
  owner: string;
89
- address: string;
859
+ urls: string[];
860
+ ownerOverrides?: Record<string, string> | undefined;
90
861
  };
91
- remoteIcaRouters: Record<string, {
862
+ ownerOverrides?: Record<string, string> | undefined;
863
+ proxyAdmin?: {
864
+ owner: string;
865
+ ownerOverrides?: Record<string, string> | undefined;
866
+ address?: string | undefined;
867
+ } | undefined;
868
+ hook?: string | {
869
+ type: import("../index.js").HookType.MERKLE_TREE;
870
+ } | {
871
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
872
+ owner: string;
873
+ beneficiary: string;
874
+ oracleKey: string;
875
+ overhead: Record<string, number>;
876
+ oracleConfig: Record<string, {
877
+ gasPrice: string;
878
+ tokenExchangeRate: string;
879
+ tokenDecimals?: number | undefined;
880
+ }>;
881
+ ownerOverrides?: Record<string, string> | undefined;
882
+ } | {
883
+ type: import("../index.js").HookType.PROTOCOL_FEE;
884
+ owner: string;
885
+ protocolFee: string;
886
+ beneficiary: string;
887
+ maxProtocolFee: string;
888
+ ownerOverrides?: Record<string, string> | undefined;
889
+ } | {
890
+ type: import("../index.js").HookType.PAUSABLE;
891
+ owner: string;
892
+ paused: boolean;
893
+ ownerOverrides?: Record<string, string> | undefined;
894
+ } | {
895
+ type: import("../index.js").HookType.OP_STACK;
896
+ owner: string;
897
+ nativeBridge: string;
898
+ destinationChain: string;
899
+ ownerOverrides?: Record<string, string> | undefined;
900
+ } | {
901
+ type: import("../index.js").HookType.ARB_L2_TO_L1;
902
+ destinationChain: string;
903
+ arbSys: string;
904
+ bridge?: string | undefined;
905
+ childHook?: any;
906
+ } | {
907
+ type: import("../index.js").HookType.MAILBOX_DEFAULT;
908
+ } | {
909
+ type: import("../index.js").HookType.CCIP;
910
+ destinationChain: string;
911
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
912
+ interchainSecurityModule?: string | ({
913
+ validators: string[];
914
+ threshold: number;
915
+ } & {
916
+ 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;
917
+ }) | ({
918
+ validators: {
919
+ signingAddress: string;
920
+ weight: number;
921
+ }[];
922
+ thresholdWeight: number;
923
+ } & {
924
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
925
+ }) | {
926
+ type: import("../ism/types.js").IsmType.TEST_ISM;
927
+ } | ({
928
+ owner: string;
929
+ paused: boolean;
930
+ ownerOverrides?: Record<string, string> | undefined;
931
+ } & {
932
+ type: import("../ism/types.js").IsmType.PAUSABLE;
933
+ }) | {
934
+ type: import("../ism/types.js").IsmType.OP_STACK;
935
+ origin: string;
936
+ nativeBridge: string;
937
+ } | {
938
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
939
+ relayer: string;
940
+ } | {
941
+ type: import("../ism/types.js").IsmType.CCIP;
942
+ originChain: string;
943
+ } | {
944
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
945
+ bridge: string;
946
+ } | {
947
+ type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
948
+ owner: string;
949
+ urls: string[];
950
+ ownerOverrides?: Record<string, string> | undefined;
951
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
952
+ foreignDeployment?: string | undefined;
953
+ remoteRouters?: Record<string | number, {
92
954
  address: string;
93
- interchainSecurityModule?: string | undefined;
94
- }>;
955
+ }> | undefined;
95
956
  }, {
96
957
  owner: string;
97
958
  address: string;
98
959
  mailbox: string;
99
- proxyAdmin: {
960
+ commitmentIsm: {
961
+ type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
100
962
  owner: string;
101
- address: string;
963
+ urls: string[];
964
+ ownerOverrides?: Record<string, string> | undefined;
102
965
  };
103
- remoteIcaRouters: Record<string, {
966
+ ownerOverrides?: Record<string, string> | undefined;
967
+ proxyAdmin?: {
968
+ owner: string;
969
+ ownerOverrides?: Record<string, string> | undefined;
970
+ address?: string | undefined;
971
+ } | undefined;
972
+ hook?: string | {
973
+ type: import("../index.js").HookType.MERKLE_TREE;
974
+ } | {
975
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
976
+ owner: string;
977
+ beneficiary: string;
978
+ oracleKey: string;
979
+ overhead: Record<string, number>;
980
+ oracleConfig: Record<string, {
981
+ gasPrice: string;
982
+ tokenExchangeRate: string;
983
+ tokenDecimals?: number | undefined;
984
+ }>;
985
+ ownerOverrides?: Record<string, string> | undefined;
986
+ } | {
987
+ type: import("../index.js").HookType.PROTOCOL_FEE;
988
+ owner: string;
989
+ protocolFee: string;
990
+ beneficiary: string;
991
+ maxProtocolFee: string;
992
+ ownerOverrides?: Record<string, string> | undefined;
993
+ } | {
994
+ type: import("../index.js").HookType.PAUSABLE;
995
+ owner: string;
996
+ paused: boolean;
997
+ ownerOverrides?: Record<string, string> | undefined;
998
+ } | {
999
+ type: import("../index.js").HookType.OP_STACK;
1000
+ owner: string;
1001
+ nativeBridge: string;
1002
+ destinationChain: string;
1003
+ ownerOverrides?: Record<string, string> | undefined;
1004
+ } | {
1005
+ type: import("../index.js").HookType.ARB_L2_TO_L1;
1006
+ destinationChain: string;
1007
+ arbSys: string;
1008
+ bridge?: string | undefined;
1009
+ childHook?: any;
1010
+ } | {
1011
+ type: import("../index.js").HookType.MAILBOX_DEFAULT;
1012
+ } | {
1013
+ type: import("../index.js").HookType.CCIP;
1014
+ destinationChain: string;
1015
+ } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
1016
+ interchainSecurityModule?: string | ({
1017
+ validators: string[];
1018
+ threshold: number;
1019
+ } & {
1020
+ 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;
1021
+ }) | ({
1022
+ validators: {
1023
+ signingAddress: string;
1024
+ weight: number;
1025
+ }[];
1026
+ thresholdWeight: number;
1027
+ } & {
1028
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1029
+ }) | {
1030
+ type: import("../ism/types.js").IsmType.TEST_ISM;
1031
+ } | ({
1032
+ owner: string;
1033
+ paused: boolean;
1034
+ ownerOverrides?: Record<string, string> | undefined;
1035
+ } & {
1036
+ type: import("../ism/types.js").IsmType.PAUSABLE;
1037
+ }) | {
1038
+ type: import("../ism/types.js").IsmType.OP_STACK;
1039
+ origin: string;
1040
+ nativeBridge: string;
1041
+ } | {
1042
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1043
+ relayer: string;
1044
+ } | {
1045
+ type: import("../ism/types.js").IsmType.CCIP;
1046
+ originChain: string;
1047
+ } | {
1048
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1049
+ bridge: string;
1050
+ } | {
1051
+ type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
1052
+ owner: string;
1053
+ urls: string[];
1054
+ ownerOverrides?: Record<string, string> | undefined;
1055
+ } | {
1056
+ type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
1057
+ owner: string;
1058
+ isms: Record<string, string>;
1059
+ ownerOverrides?: Record<string, string> | undefined;
1060
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
1061
+ foreignDeployment?: string | undefined;
1062
+ remoteRouters?: Record<string | number, {
104
1063
  address: string;
105
- interchainSecurityModule?: string | undefined;
106
- }>;
1064
+ }> | undefined;
107
1065
  }>;
108
1066
  export type DerivedIcaRouterConfig = z.infer<typeof DerivedIcaRouterConfigSchema>;
109
1067
  //# sourceMappingURL=types.d.ts.map