@hyperlane-xyz/sdk 3.0.0-beta0 → 3.1.0-beta1

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 (177) hide show
  1. package/dist/app/MultiProtocolApp.d.ts +9 -1
  2. package/dist/app/MultiProtocolApp.d.ts.map +1 -1
  3. package/dist/app/MultiProtocolApp.js +21 -1
  4. package/dist/app/MultiProtocolApp.js.map +1 -1
  5. package/dist/app/MultiProtocolApp.test.js +2 -0
  6. package/dist/app/MultiProtocolApp.test.js.map +1 -1
  7. package/dist/consts/chainMetadata.d.ts +2 -0
  8. package/dist/consts/chainMetadata.d.ts.map +1 -1
  9. package/dist/consts/chainMetadata.js +63 -1
  10. package/dist/consts/chainMetadata.js.map +1 -1
  11. package/dist/consts/chains.d.ts +2 -0
  12. package/dist/consts/chains.d.ts.map +1 -1
  13. package/dist/consts/chains.js +4 -0
  14. package/dist/consts/chains.js.map +1 -1
  15. package/dist/consts/environments/index.d.ts +5 -1080
  16. package/dist/consts/environments/index.d.ts.map +1 -1
  17. package/dist/consts/environments/mainnet.json +0 -671
  18. package/dist/consts/environments/testnet.json +16 -359
  19. package/dist/core/HyperlaneCore.d.ts.map +1 -1
  20. package/dist/core/HyperlaneCore.js +0 -1
  21. package/dist/core/HyperlaneCore.js.map +1 -1
  22. package/dist/core/MultiProtocolCore.d.ts.map +1 -1
  23. package/dist/core/MultiProtocolCore.js +3 -0
  24. package/dist/core/MultiProtocolCore.js.map +1 -1
  25. package/dist/core/MultiProtocolCore.test.js +2 -1
  26. package/dist/core/MultiProtocolCore.test.js.map +1 -1
  27. package/dist/core/adapters/CosmWasmCoreAdapter.d.ts +39 -0
  28. package/dist/core/adapters/CosmWasmCoreAdapter.d.ts.map +1 -0
  29. package/dist/core/adapters/CosmWasmCoreAdapter.js +125 -0
  30. package/dist/core/adapters/CosmWasmCoreAdapter.js.map +1 -0
  31. package/dist/core/adapters/CosmWasmIgpAdapter.d.ts +27 -0
  32. package/dist/core/adapters/CosmWasmIgpAdapter.d.ts.map +1 -0
  33. package/dist/core/adapters/CosmWasmIgpAdapter.js +93 -0
  34. package/dist/core/adapters/CosmWasmIgpAdapter.js.map +1 -0
  35. package/dist/core/adapters/CosmWasmIgpAdapter.test.d.ts +10 -0
  36. package/dist/core/adapters/CosmWasmIgpAdapter.test.d.ts.map +1 -0
  37. package/dist/core/adapters/CosmWasmIgpAdapter.test.js +71 -0
  38. package/dist/core/adapters/CosmWasmIgpAdapter.test.js.map +1 -0
  39. package/dist/cw-types/Cw20Base.types.d.ts +198 -0
  40. package/dist/cw-types/Cw20Base.types.d.ts.map +1 -0
  41. package/dist/cw-types/Cw20Base.types.js +8 -0
  42. package/dist/cw-types/Cw20Base.types.js.map +1 -0
  43. package/dist/cw-types/HookAggregate.types.d.ts +79 -0
  44. package/dist/cw-types/HookAggregate.types.d.ts.map +1 -0
  45. package/dist/cw-types/HookAggregate.types.js +8 -0
  46. package/dist/cw-types/HookAggregate.types.js.map +1 -0
  47. package/dist/cw-types/HookMerkle.types.d.ts +163 -0
  48. package/dist/cw-types/HookMerkle.types.d.ts.map +1 -0
  49. package/dist/cw-types/HookMerkle.types.js +8 -0
  50. package/dist/cw-types/HookMerkle.types.js.map +1 -0
  51. package/dist/cw-types/HookPausable.types.d.ts +82 -0
  52. package/dist/cw-types/HookPausable.types.d.ts.map +1 -0
  53. package/dist/cw-types/HookPausable.types.js +8 -0
  54. package/dist/cw-types/HookPausable.types.js.map +1 -0
  55. package/dist/cw-types/HookRouting.types.d.ts +109 -0
  56. package/dist/cw-types/HookRouting.types.d.ts.map +1 -0
  57. package/dist/cw-types/HookRouting.types.js +8 -0
  58. package/dist/cw-types/HookRouting.types.js.map +1 -0
  59. package/dist/cw-types/HookRoutingCustom.types.d.ts +149 -0
  60. package/dist/cw-types/HookRoutingCustom.types.d.ts.map +1 -0
  61. package/dist/cw-types/HookRoutingCustom.types.js +8 -0
  62. package/dist/cw-types/HookRoutingCustom.types.js.map +1 -0
  63. package/dist/cw-types/HookRoutingFallback.types.d.ts +113 -0
  64. package/dist/cw-types/HookRoutingFallback.types.d.ts.map +1 -0
  65. package/dist/cw-types/HookRoutingFallback.types.js +8 -0
  66. package/dist/cw-types/HookRoutingFallback.types.js.map +1 -0
  67. package/dist/cw-types/Igp.types.d.ts +184 -0
  68. package/dist/cw-types/Igp.types.d.ts.map +1 -0
  69. package/dist/cw-types/Igp.types.js +8 -0
  70. package/dist/cw-types/Igp.types.js.map +1 -0
  71. package/dist/cw-types/IgpOracle.types.d.ts +61 -0
  72. package/dist/cw-types/IgpOracle.types.d.ts.map +1 -0
  73. package/dist/cw-types/IgpOracle.types.js +8 -0
  74. package/dist/cw-types/IgpOracle.types.js.map +1 -0
  75. package/dist/cw-types/IsmAggregate.types.d.ts +76 -0
  76. package/dist/cw-types/IsmAggregate.types.d.ts.map +1 -0
  77. package/dist/cw-types/IsmAggregate.types.js +8 -0
  78. package/dist/cw-types/IsmAggregate.types.js.map +1 -0
  79. package/dist/cw-types/IsmMultisig.types.d.ts +102 -0
  80. package/dist/cw-types/IsmMultisig.types.d.ts.map +1 -0
  81. package/dist/cw-types/IsmMultisig.types.js +8 -0
  82. package/dist/cw-types/IsmMultisig.types.js.map +1 -0
  83. package/dist/cw-types/IsmRouting.types.d.ts +81 -0
  84. package/dist/cw-types/IsmRouting.types.d.ts.map +1 -0
  85. package/dist/cw-types/IsmRouting.types.js +8 -0
  86. package/dist/cw-types/IsmRouting.types.js.map +1 -0
  87. package/dist/cw-types/Mailbox.types.d.ts +131 -0
  88. package/dist/cw-types/Mailbox.types.d.ts.map +1 -0
  89. package/dist/cw-types/Mailbox.types.js +8 -0
  90. package/dist/cw-types/Mailbox.types.js.map +1 -0
  91. package/dist/cw-types/ValidatorAnnounce.types.d.ts +31 -0
  92. package/dist/cw-types/ValidatorAnnounce.types.d.ts.map +1 -0
  93. package/dist/cw-types/ValidatorAnnounce.types.js +8 -0
  94. package/dist/cw-types/ValidatorAnnounce.types.js.map +1 -0
  95. package/dist/cw-types/WarpCw20.types.d.ts +217 -0
  96. package/dist/cw-types/WarpCw20.types.d.ts.map +1 -0
  97. package/dist/cw-types/WarpCw20.types.js +8 -0
  98. package/dist/cw-types/WarpCw20.types.js.map +1 -0
  99. package/dist/cw-types/WarpNative.types.d.ts +197 -0
  100. package/dist/cw-types/WarpNative.types.d.ts.map +1 -0
  101. package/dist/cw-types/WarpNative.types.js +8 -0
  102. package/dist/cw-types/WarpNative.types.js.map +1 -0
  103. package/dist/hook/HyperlaneHookDeployer.d.ts +2 -2
  104. package/dist/hook/HyperlaneHookDeployer.d.ts.map +1 -1
  105. package/dist/hook/HyperlaneHookDeployer.js +19 -4
  106. package/dist/hook/HyperlaneHookDeployer.js.map +1 -1
  107. package/dist/hook/types.d.ts +7 -8
  108. package/dist/hook/types.d.ts.map +1 -1
  109. package/dist/index.d.ts +7 -5
  110. package/dist/index.d.ts.map +1 -1
  111. package/dist/index.js +15 -3
  112. package/dist/index.js.map +1 -1
  113. package/dist/ism/HyperlaneIsmFactory.d.ts +2 -1
  114. package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
  115. package/dist/ism/HyperlaneIsmFactory.js +59 -37
  116. package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
  117. package/dist/ism/adapters/CosmWasmMultisigAdapter.d.ts +24 -0
  118. package/dist/ism/adapters/CosmWasmMultisigAdapter.d.ts.map +1 -0
  119. package/dist/ism/adapters/CosmWasmMultisigAdapter.js +75 -0
  120. package/dist/ism/adapters/CosmWasmMultisigAdapter.js.map +1 -0
  121. package/dist/ism/types.d.ts +12 -3
  122. package/dist/ism/types.d.ts.map +1 -1
  123. package/dist/ism/types.js.map +1 -1
  124. package/dist/metadata/ChainMetadataManager.d.ts +3 -3
  125. package/dist/metadata/ChainMetadataManager.d.ts.map +1 -1
  126. package/dist/metadata/ChainMetadataManager.js +14 -13
  127. package/dist/metadata/ChainMetadataManager.js.map +1 -1
  128. package/dist/metadata/agentConfig.d.ts +195 -133
  129. package/dist/metadata/agentConfig.d.ts.map +1 -1
  130. package/dist/metadata/agentConfig.js +1 -1
  131. package/dist/metadata/agentConfig.js.map +1 -1
  132. package/dist/metadata/chainMetadata.test.js +16 -0
  133. package/dist/metadata/chainMetadata.test.js.map +1 -1
  134. package/dist/metadata/chainMetadataTypes.d.ts +570 -4
  135. package/dist/metadata/chainMetadataTypes.d.ts.map +1 -1
  136. package/dist/metadata/chainMetadataTypes.js +50 -4
  137. package/dist/metadata/chainMetadataTypes.js.map +1 -1
  138. package/dist/providers/MultiProtocolProvider.d.ts +4 -1
  139. package/dist/providers/MultiProtocolProvider.d.ts.map +1 -1
  140. package/dist/providers/MultiProtocolProvider.js +16 -20
  141. package/dist/providers/MultiProtocolProvider.js.map +1 -1
  142. package/dist/providers/ProviderType.d.ts +45 -8
  143. package/dist/providers/ProviderType.d.ts.map +1 -1
  144. package/dist/providers/ProviderType.js +2 -0
  145. package/dist/providers/ProviderType.js.map +1 -1
  146. package/dist/providers/providerBuilders.d.ts +3 -1
  147. package/dist/providers/providerBuilders.d.ts.map +1 -1
  148. package/dist/providers/providerBuilders.js +24 -1
  149. package/dist/providers/providerBuilders.js.map +1 -1
  150. package/dist/router/MultiProtocolRouterApps.d.ts.map +1 -1
  151. package/dist/router/MultiProtocolRouterApps.js +1 -0
  152. package/dist/router/MultiProtocolRouterApps.js.map +1 -1
  153. package/dist/token/adapters/CosmWasmTokenAdapter.d.ts +107 -0
  154. package/dist/token/adapters/CosmWasmTokenAdapter.d.ts.map +1 -0
  155. package/dist/token/adapters/CosmWasmTokenAdapter.js +285 -0
  156. package/dist/token/adapters/CosmWasmTokenAdapter.js.map +1 -0
  157. package/dist/token/adapters/CosmWasmTokenAdapter.test.d.ts +14 -0
  158. package/dist/token/adapters/CosmWasmTokenAdapter.test.d.ts.map +1 -0
  159. package/dist/token/adapters/CosmWasmTokenAdapter.test.js +283 -0
  160. package/dist/token/adapters/CosmWasmTokenAdapter.test.js.map +1 -0
  161. package/dist/token/adapters/CosmosTokenAdapter.d.ts +67 -0
  162. package/dist/token/adapters/CosmosTokenAdapter.d.ts.map +1 -0
  163. package/dist/token/adapters/CosmosTokenAdapter.js +113 -0
  164. package/dist/token/adapters/CosmosTokenAdapter.js.map +1 -0
  165. package/dist/token/adapters/SealevelTokenAdapter.d.ts +1 -1
  166. package/dist/token/adapters/SealevelTokenAdapter.d.ts.map +1 -1
  167. package/dist/token/adapters/SealevelTokenAdapter.js +1 -2
  168. package/dist/token/adapters/SealevelTokenAdapter.js.map +1 -1
  169. package/dist/token/deploy.hardhat-test.d.ts +2 -0
  170. package/dist/token/deploy.hardhat-test.d.ts.map +1 -0
  171. package/dist/token/deploy.hardhat-test.js +41 -0
  172. package/dist/token/deploy.hardhat-test.js.map +1 -0
  173. package/dist/utils/wagmi.d.ts +1 -1
  174. package/dist/utils/wagmi.d.ts.map +1 -1
  175. package/dist/utils/wagmi.js +3 -2
  176. package/dist/utils/wagmi.js.map +1 -1
  177. package/package.json +7 -3
@@ -10,59 +10,11 @@ export declare const hyperlaneEnvironments: {
10
10
  proxyAdmin: string;
11
11
  mailbox: string;
12
12
  validatorAnnounce: string;
13
- defaultIsm: string;
14
13
  merkleTreeHook: string;
15
14
  storageGasOracle: string;
16
15
  interchainGasPaymaster: string;
17
16
  aggregationHook: string;
18
17
  protocolFee: string;
19
- alfajores: {
20
- MERKLE_ROOT_MULTISIG: string;
21
- LEGACY_MULTISIG: string;
22
- };
23
- fuji: {
24
- MERKLE_ROOT_MULTISIG: string;
25
- LEGACY_MULTISIG: string;
26
- };
27
- mumbai: {
28
- MERKLE_ROOT_MULTISIG: string;
29
- LEGACY_MULTISIG: string;
30
- };
31
- bsctestnet: {
32
- MERKLE_ROOT_MULTISIG: string;
33
- LEGACY_MULTISIG: string;
34
- };
35
- goerli: {
36
- MERKLE_ROOT_MULTISIG: string;
37
- LEGACY_MULTISIG: string;
38
- UNUSED: string;
39
- };
40
- scrollsepolia: {
41
- MERKLE_ROOT_MULTISIG: string;
42
- LEGACY_MULTISIG: string;
43
- };
44
- sepolia: {
45
- MERKLE_ROOT_MULTISIG: string;
46
- LEGACY_MULTISIG: string;
47
- };
48
- moonbasealpha: {
49
- MERKLE_ROOT_MULTISIG: string;
50
- LEGACY_MULTISIG: string;
51
- };
52
- optimismgoerli: {
53
- MERKLE_ROOT_MULTISIG: string;
54
- LEGACY_MULTISIG: string;
55
- };
56
- arbitrumgoerli: {
57
- MERKLE_ROOT_MULTISIG: string;
58
- LEGACY_MULTISIG: string;
59
- };
60
- polygonzkevmtestnet: {
61
- MERKLE_ROOT_MULTISIG: string;
62
- LEGACY_MULTISIG: string;
63
- };
64
- ROUTING: string;
65
- AGGREGATION: string;
66
18
  fallbackRoutingHook: string;
67
19
  };
68
20
  arbitrumgoerli: {
@@ -74,12 +26,12 @@ export declare const hyperlaneEnvironments: {
74
26
  proxyAdmin: string;
75
27
  mailbox: string;
76
28
  validatorAnnounce: string;
77
- defaultIsm: string;
78
29
  merkleTreeHook: string;
79
30
  storageGasOracle: string;
80
31
  interchainGasPaymaster: string;
81
32
  aggregationHook: string;
82
33
  protocolFee: string;
34
+ fallbackRoutingHook: string;
83
35
  };
84
36
  optimismgoerli: {
85
37
  merkleRootMultisigIsmFactory: string;
@@ -90,12 +42,12 @@ export declare const hyperlaneEnvironments: {
90
42
  proxyAdmin: string;
91
43
  mailbox: string;
92
44
  validatorAnnounce: string;
93
- defaultIsm: string;
94
45
  merkleTreeHook: string;
95
46
  storageGasOracle: string;
96
47
  interchainGasPaymaster: string;
97
48
  aggregationHook: string;
98
49
  protocolFee: string;
50
+ fallbackRoutingHook: string;
99
51
  };
100
52
  scrollsepolia: {
101
53
  merkleRootMultisigIsmFactory: string;
@@ -106,69 +58,11 @@ export declare const hyperlaneEnvironments: {
106
58
  proxyAdmin: string;
107
59
  mailbox: string;
108
60
  validatorAnnounce: string;
109
- defaultIsm: string;
110
61
  merkleTreeHook: string;
111
62
  storageGasOracle: string;
112
63
  interchainGasPaymaster: string;
113
64
  aggregationHook: string;
114
65
  protocolFee: string;
115
- alfajores: {
116
- MERKLE_ROOT_MULTISIG: string;
117
- LEGACY_MULTISIG: string;
118
- MESSAGE_ID_MULTISIG: string;
119
- };
120
- basegoerli: {
121
- MERKLE_ROOT_MULTISIG: string;
122
- LEGACY_MULTISIG: string;
123
- MESSAGE_ID_MULTISIG: string;
124
- };
125
- fuji: {
126
- MERKLE_ROOT_MULTISIG: string;
127
- LEGACY_MULTISIG: string;
128
- MESSAGE_ID_MULTISIG: string;
129
- };
130
- mumbai: {
131
- MERKLE_ROOT_MULTISIG: string;
132
- LEGACY_MULTISIG: string;
133
- MESSAGE_ID_MULTISIG: string;
134
- };
135
- bsctestnet: {
136
- MERKLE_ROOT_MULTISIG: string;
137
- LEGACY_MULTISIG: string;
138
- MESSAGE_ID_MULTISIG: string;
139
- };
140
- goerli: {
141
- MERKLE_ROOT_MULTISIG: string;
142
- LEGACY_MULTISIG: string;
143
- MESSAGE_ID_MULTISIG: string;
144
- };
145
- sepolia: {
146
- MERKLE_ROOT_MULTISIG: string;
147
- LEGACY_MULTISIG: string;
148
- MESSAGE_ID_MULTISIG: string;
149
- };
150
- moonbasealpha: {
151
- MERKLE_ROOT_MULTISIG: string;
152
- LEGACY_MULTISIG: string;
153
- MESSAGE_ID_MULTISIG: string;
154
- };
155
- optimismgoerli: {
156
- MERKLE_ROOT_MULTISIG: string;
157
- LEGACY_MULTISIG: string;
158
- MESSAGE_ID_MULTISIG: string;
159
- };
160
- arbitrumgoerli: {
161
- MERKLE_ROOT_MULTISIG: string;
162
- LEGACY_MULTISIG: string;
163
- MESSAGE_ID_MULTISIG: string;
164
- };
165
- polygonzkevmtestnet: {
166
- MERKLE_ROOT_MULTISIG: string;
167
- LEGACY_MULTISIG: string;
168
- MESSAGE_ID_MULTISIG: string;
169
- };
170
- ROUTING: string;
171
- AGGREGATION: string;
172
66
  fallbackRoutingHook: string;
173
67
  };
174
68
  alfajores: {
@@ -185,53 +79,6 @@ export declare const hyperlaneEnvironments: {
185
79
  interchainGasPaymaster: string;
186
80
  aggregationHook: string;
187
81
  protocolFee: string;
188
- defaultIsm: string;
189
- basegoerli: {
190
- MERKLE_ROOT_MULTISIG: string;
191
- LEGACY_MULTISIG: string;
192
- };
193
- fuji: {
194
- MERKLE_ROOT_MULTISIG: string;
195
- LEGACY_MULTISIG: string;
196
- };
197
- mumbai: {
198
- MERKLE_ROOT_MULTISIG: string;
199
- LEGACY_MULTISIG: string;
200
- };
201
- bsctestnet: {
202
- MERKLE_ROOT_MULTISIG: string;
203
- LEGACY_MULTISIG: string;
204
- };
205
- goerli: {
206
- MERKLE_ROOT_MULTISIG: string;
207
- LEGACY_MULTISIG: string;
208
- };
209
- scrollsepolia: {
210
- MERKLE_ROOT_MULTISIG: string;
211
- LEGACY_MULTISIG: string;
212
- };
213
- sepolia: {
214
- MERKLE_ROOT_MULTISIG: string;
215
- LEGACY_MULTISIG: string;
216
- };
217
- moonbasealpha: {
218
- MERKLE_ROOT_MULTISIG: string;
219
- LEGACY_MULTISIG: string;
220
- };
221
- optimismgoerli: {
222
- MERKLE_ROOT_MULTISIG: string;
223
- LEGACY_MULTISIG: string;
224
- };
225
- arbitrumgoerli: {
226
- MERKLE_ROOT_MULTISIG: string;
227
- LEGACY_MULTISIG: string;
228
- };
229
- polygonzkevmtestnet: {
230
- MERKLE_ROOT_MULTISIG: string;
231
- LEGACY_MULTISIG: string;
232
- };
233
- ROUTING: string;
234
- AGGREGATION: string;
235
82
  fallbackRoutingHook: string;
236
83
  };
237
84
  polygonzkevmtestnet: {
@@ -243,12 +90,12 @@ export declare const hyperlaneEnvironments: {
243
90
  proxyAdmin: string;
244
91
  mailbox: string;
245
92
  validatorAnnounce: string;
246
- defaultIsm: string;
247
93
  merkleTreeHook: string;
248
94
  storageGasOracle: string;
249
95
  interchainGasPaymaster: string;
250
96
  aggregationHook: string;
251
97
  protocolFee: string;
98
+ fallbackRoutingHook: string;
252
99
  };
253
100
  sepolia: {
254
101
  merkleRootMultisigIsmFactory: string;
@@ -257,7 +104,6 @@ export declare const hyperlaneEnvironments: {
257
104
  aggregationHookFactory: string;
258
105
  routingIsmFactory: string;
259
106
  proxyAdmin: string;
260
- defaultIsm: string;
261
107
  storageGasOracle: string;
262
108
  interchainGasPaymaster: string;
263
109
  aggregationHook: string;
@@ -276,58 +122,11 @@ export declare const hyperlaneEnvironments: {
276
122
  proxyAdmin: string;
277
123
  mailbox: string;
278
124
  validatorAnnounce: string;
279
- defaultIsm: string;
280
125
  merkleTreeHook: string;
281
126
  storageGasOracle: string;
282
127
  interchainGasPaymaster: string;
283
128
  aggregationHook: string;
284
129
  protocolFee: string;
285
- alfajores: {
286
- MERKLE_ROOT_MULTISIG: string;
287
- LEGACY_MULTISIG: string;
288
- };
289
- basegoerli: {
290
- MERKLE_ROOT_MULTISIG: string;
291
- LEGACY_MULTISIG: string;
292
- };
293
- mumbai: {
294
- MERKLE_ROOT_MULTISIG: string;
295
- LEGACY_MULTISIG: string;
296
- };
297
- bsctestnet: {
298
- MERKLE_ROOT_MULTISIG: string;
299
- LEGACY_MULTISIG: string;
300
- };
301
- goerli: {
302
- MERKLE_ROOT_MULTISIG: string;
303
- LEGACY_MULTISIG: string;
304
- };
305
- scrollsepolia: {
306
- MERKLE_ROOT_MULTISIG: string;
307
- LEGACY_MULTISIG: string;
308
- };
309
- sepolia: {
310
- MERKLE_ROOT_MULTISIG: string;
311
- LEGACY_MULTISIG: string;
312
- };
313
- moonbasealpha: {
314
- MERKLE_ROOT_MULTISIG: string;
315
- LEGACY_MULTISIG: string;
316
- };
317
- optimismgoerli: {
318
- MERKLE_ROOT_MULTISIG: string;
319
- LEGACY_MULTISIG: string;
320
- };
321
- arbitrumgoerli: {
322
- MERKLE_ROOT_MULTISIG: string;
323
- LEGACY_MULTISIG: string;
324
- };
325
- polygonzkevmtestnet: {
326
- MERKLE_ROOT_MULTISIG: string;
327
- LEGACY_MULTISIG: string;
328
- };
329
- ROUTING: string;
330
- AGGREGATION: string;
331
130
  fallbackRoutingHook: string;
332
131
  };
333
132
  bsctestnet: {
@@ -337,7 +136,6 @@ export declare const hyperlaneEnvironments: {
337
136
  aggregationHookFactory: string;
338
137
  routingIsmFactory: string;
339
138
  proxyAdmin: string;
340
- defaultIsm: string;
341
139
  storageGasOracle: string;
342
140
  interchainGasPaymaster: string;
343
141
  aggregationHook: string;
@@ -345,52 +143,6 @@ export declare const hyperlaneEnvironments: {
345
143
  mailbox: string;
346
144
  merkleTreeHook: string;
347
145
  validatorAnnounce: string;
348
- alfajores: {
349
- MERKLE_ROOT_MULTISIG: string;
350
- LEGACY_MULTISIG: string;
351
- };
352
- basegoerli: {
353
- MERKLE_ROOT_MULTISIG: string;
354
- LEGACY_MULTISIG: string;
355
- };
356
- fuji: {
357
- MERKLE_ROOT_MULTISIG: string;
358
- LEGACY_MULTISIG: string;
359
- };
360
- mumbai: {
361
- MERKLE_ROOT_MULTISIG: string;
362
- LEGACY_MULTISIG: string;
363
- };
364
- goerli: {
365
- MERKLE_ROOT_MULTISIG: string;
366
- LEGACY_MULTISIG: string;
367
- };
368
- scrollsepolia: {
369
- MERKLE_ROOT_MULTISIG: string;
370
- LEGACY_MULTISIG: string;
371
- };
372
- sepolia: {
373
- MERKLE_ROOT_MULTISIG: string;
374
- LEGACY_MULTISIG: string;
375
- };
376
- moonbasealpha: {
377
- MERKLE_ROOT_MULTISIG: string;
378
- LEGACY_MULTISIG: string;
379
- };
380
- optimismgoerli: {
381
- MERKLE_ROOT_MULTISIG: string;
382
- LEGACY_MULTISIG: string;
383
- };
384
- arbitrumgoerli: {
385
- MERKLE_ROOT_MULTISIG: string;
386
- LEGACY_MULTISIG: string;
387
- };
388
- polygonzkevmtestnet: {
389
- MERKLE_ROOT_MULTISIG: string;
390
- LEGACY_MULTISIG: string;
391
- };
392
- ROUTING: string;
393
- AGGREGATION: string;
394
146
  fallbackRoutingHook: string;
395
147
  };
396
148
  goerli: {
@@ -400,7 +152,6 @@ export declare const hyperlaneEnvironments: {
400
152
  aggregationHookFactory: string;
401
153
  routingIsmFactory: string;
402
154
  proxyAdmin: string;
403
- defaultIsm: string;
404
155
  storageGasOracle: string;
405
156
  interchainGasPaymaster: string;
406
157
  aggregationHook: string;
@@ -408,54 +159,7 @@ export declare const hyperlaneEnvironments: {
408
159
  merkleTreeHook: string;
409
160
  mailbox: string;
410
161
  validatorAnnounce: string;
411
- alfajores: {
412
- MERKLE_ROOT_MULTISIG: string;
413
- LEGACY_MULTISIG: string;
414
- };
415
- basegoerli: {
416
- MERKLE_ROOT_MULTISIG: string;
417
- LEGACY_MULTISIG: string;
418
- };
419
- fuji: {
420
- MERKLE_ROOT_MULTISIG: string;
421
- LEGACY_MULTISIG: string;
422
- };
423
- mumbai: {
424
- MERKLE_ROOT_MULTISIG: string;
425
- LEGACY_MULTISIG: string;
426
- };
427
- bsctestnet: {
428
- MERKLE_ROOT_MULTISIG: string;
429
- LEGACY_MULTISIG: string;
430
- };
431
- scrollsepolia: {
432
- MERKLE_ROOT_MULTISIG: string;
433
- LEGACY_MULTISIG: string;
434
- };
435
- sepolia: {
436
- MERKLE_ROOT_MULTISIG: string;
437
- LEGACY_MULTISIG: string;
438
- };
439
- moonbasealpha: {
440
- MERKLE_ROOT_MULTISIG: string;
441
- LEGACY_MULTISIG: string;
442
- };
443
- optimismgoerli: {
444
- MERKLE_ROOT_MULTISIG: string;
445
- LEGACY_MULTISIG: string;
446
- };
447
- arbitrumgoerli: {
448
- MERKLE_ROOT_MULTISIG: string;
449
- LEGACY_MULTISIG: string;
450
- };
451
- polygonzkevmtestnet: {
452
- MERKLE_ROOT_MULTISIG: string;
453
- LEGACY_MULTISIG: string;
454
- };
455
- ROUTING: string;
456
- AGGREGATION: string;
457
162
  fallbackRoutingHook: string;
458
- opStackHook: string;
459
163
  };
460
164
  moonbasealpha: {
461
165
  merkleRootMultisigIsmFactory: string;
@@ -465,13 +169,13 @@ export declare const hyperlaneEnvironments: {
465
169
  routingIsmFactory: string;
466
170
  proxyAdmin: string;
467
171
  mailbox: string;
468
- defaultIsm: string;
469
172
  merkleTreeHook: string;
470
173
  storageGasOracle: string;
471
174
  interchainGasPaymaster: string;
472
175
  aggregationHook: string;
473
176
  protocolFee: string;
474
177
  validatorAnnounce: string;
178
+ fallbackRoutingHook: string;
475
179
  };
476
180
  mumbai: {
477
181
  merkleRootMultisigIsmFactory: string;
@@ -479,7 +183,6 @@ export declare const hyperlaneEnvironments: {
479
183
  aggregationIsmFactory: string;
480
184
  aggregationHookFactory: string;
481
185
  routingIsmFactory: string;
482
- defaultIsm: string;
483
186
  merkleTreeHook: string;
484
187
  proxyAdmin: string;
485
188
  storageGasOracle: string;
@@ -488,52 +191,6 @@ export declare const hyperlaneEnvironments: {
488
191
  protocolFee: string;
489
192
  mailbox: string;
490
193
  validatorAnnounce: string;
491
- alfajores: {
492
- MERKLE_ROOT_MULTISIG: string;
493
- LEGACY_MULTISIG: string;
494
- };
495
- basegoerli: {
496
- MERKLE_ROOT_MULTISIG: string;
497
- LEGACY_MULTISIG: string;
498
- };
499
- fuji: {
500
- MERKLE_ROOT_MULTISIG: string;
501
- LEGACY_MULTISIG: string;
502
- };
503
- bsctestnet: {
504
- MERKLE_ROOT_MULTISIG: string;
505
- LEGACY_MULTISIG: string;
506
- };
507
- goerli: {
508
- MERKLE_ROOT_MULTISIG: string;
509
- LEGACY_MULTISIG: string;
510
- };
511
- scrollsepolia: {
512
- MERKLE_ROOT_MULTISIG: string;
513
- LEGACY_MULTISIG: string;
514
- };
515
- sepolia: {
516
- MERKLE_ROOT_MULTISIG: string;
517
- LEGACY_MULTISIG: string;
518
- };
519
- moonbasealpha: {
520
- MERKLE_ROOT_MULTISIG: string;
521
- LEGACY_MULTISIG: string;
522
- };
523
- optimismgoerli: {
524
- MERKLE_ROOT_MULTISIG: string;
525
- LEGACY_MULTISIG: string;
526
- };
527
- arbitrumgoerli: {
528
- MERKLE_ROOT_MULTISIG: string;
529
- LEGACY_MULTISIG: string;
530
- };
531
- polygonzkevmtestnet: {
532
- MERKLE_ROOT_MULTISIG: string;
533
- LEGACY_MULTISIG: string;
534
- };
535
- ROUTING: string;
536
- AGGREGATION: string;
537
194
  fallbackRoutingHook: string;
538
195
  };
539
196
  };
@@ -546,67 +203,6 @@ export declare const hyperlaneEnvironments: {
546
203
  aggregationIsmFactory: string;
547
204
  aggregationHookFactory: string;
548
205
  routingIsmFactory: string;
549
- bsc: {
550
- MERKLE_ROOT_MULTISIG: string;
551
- MESSAGE_ID_MULTISIG: string;
552
- AGGREGATION: string;
553
- };
554
- avalanche: {
555
- MERKLE_ROOT_MULTISIG: string;
556
- MESSAGE_ID_MULTISIG: string;
557
- AGGREGATION: string;
558
- };
559
- base: {
560
- MERKLE_ROOT_MULTISIG: string;
561
- MESSAGE_ID_MULTISIG: string;
562
- AGGREGATION: string;
563
- };
564
- polygon: {
565
- MERKLE_ROOT_MULTISIG: string;
566
- MESSAGE_ID_MULTISIG: string;
567
- AGGREGATION: string;
568
- };
569
- polygonzkevm: {
570
- MERKLE_ROOT_MULTISIG: string;
571
- MESSAGE_ID_MULTISIG: string;
572
- AGGREGATION: string;
573
- };
574
- scroll: {
575
- MERKLE_ROOT_MULTISIG: string;
576
- MESSAGE_ID_MULTISIG: string;
577
- AGGREGATION: string;
578
- };
579
- celo: {
580
- MERKLE_ROOT_MULTISIG: string;
581
- MESSAGE_ID_MULTISIG: string;
582
- AGGREGATION: string;
583
- };
584
- arbitrum: {
585
- MERKLE_ROOT_MULTISIG: string;
586
- MESSAGE_ID_MULTISIG: string;
587
- AGGREGATION: string;
588
- };
589
- optimism: {
590
- MERKLE_ROOT_MULTISIG: string;
591
- MESSAGE_ID_MULTISIG: string;
592
- AGGREGATION: string;
593
- };
594
- ethereum: {
595
- MERKLE_ROOT_MULTISIG: string;
596
- MESSAGE_ID_MULTISIG: string;
597
- AGGREGATION: string;
598
- };
599
- moonbeam: {
600
- MERKLE_ROOT_MULTISIG: string;
601
- MESSAGE_ID_MULTISIG: string;
602
- AGGREGATION: string;
603
- };
604
- gnosis: {
605
- MERKLE_ROOT_MULTISIG: string;
606
- MESSAGE_ID_MULTISIG: string;
607
- AGGREGATION: string;
608
- };
609
- ROUTING: string;
610
206
  mailbox: string;
611
207
  merkleTreeHook: string;
612
208
  interchainGasPaymaster: string;
@@ -622,67 +218,6 @@ export declare const hyperlaneEnvironments: {
622
218
  aggregationIsmFactory: string;
623
219
  aggregationHookFactory: string;
624
220
  routingIsmFactory: string;
625
- bsc: {
626
- MERKLE_ROOT_MULTISIG: string;
627
- MESSAGE_ID_MULTISIG: string;
628
- AGGREGATION: string;
629
- };
630
- avalanche: {
631
- MERKLE_ROOT_MULTISIG: string;
632
- MESSAGE_ID_MULTISIG: string;
633
- AGGREGATION: string;
634
- };
635
- base: {
636
- MERKLE_ROOT_MULTISIG: string;
637
- MESSAGE_ID_MULTISIG: string;
638
- AGGREGATION: string;
639
- };
640
- polygon: {
641
- MERKLE_ROOT_MULTISIG: string;
642
- MESSAGE_ID_MULTISIG: string;
643
- AGGREGATION: string;
644
- };
645
- polygonzkevm: {
646
- MERKLE_ROOT_MULTISIG: string;
647
- MESSAGE_ID_MULTISIG: string;
648
- AGGREGATION: string;
649
- };
650
- scroll: {
651
- MERKLE_ROOT_MULTISIG: string;
652
- MESSAGE_ID_MULTISIG: string;
653
- AGGREGATION: string;
654
- };
655
- celo: {
656
- MERKLE_ROOT_MULTISIG: string;
657
- MESSAGE_ID_MULTISIG: string;
658
- AGGREGATION: string;
659
- };
660
- arbitrum: {
661
- MERKLE_ROOT_MULTISIG: string;
662
- MESSAGE_ID_MULTISIG: string;
663
- AGGREGATION: string;
664
- };
665
- optimism: {
666
- MERKLE_ROOT_MULTISIG: string;
667
- MESSAGE_ID_MULTISIG: string;
668
- AGGREGATION: string;
669
- };
670
- ethereum: {
671
- MERKLE_ROOT_MULTISIG: string;
672
- MESSAGE_ID_MULTISIG: string;
673
- AGGREGATION: string;
674
- };
675
- moonbeam: {
676
- MERKLE_ROOT_MULTISIG: string;
677
- MESSAGE_ID_MULTISIG: string;
678
- AGGREGATION: string;
679
- };
680
- gnosis: {
681
- MERKLE_ROOT_MULTISIG: string;
682
- MESSAGE_ID_MULTISIG: string;
683
- AGGREGATION: string;
684
- };
685
- ROUTING: string;
686
221
  mailbox: string;
687
222
  merkleTreeHook: string;
688
223
  interchainGasPaymaster: string;
@@ -698,67 +233,6 @@ export declare const hyperlaneEnvironments: {
698
233
  aggregationIsmFactory: string;
699
234
  aggregationHookFactory: string;
700
235
  routingIsmFactory: string;
701
- bsc: {
702
- MERKLE_ROOT_MULTISIG: string;
703
- MESSAGE_ID_MULTISIG: string;
704
- AGGREGATION: string;
705
- };
706
- avalanche: {
707
- MERKLE_ROOT_MULTISIG: string;
708
- MESSAGE_ID_MULTISIG: string;
709
- AGGREGATION: string;
710
- };
711
- base: {
712
- MERKLE_ROOT_MULTISIG: string;
713
- MESSAGE_ID_MULTISIG: string;
714
- AGGREGATION: string;
715
- };
716
- polygon: {
717
- MERKLE_ROOT_MULTISIG: string;
718
- MESSAGE_ID_MULTISIG: string;
719
- AGGREGATION: string;
720
- };
721
- polygonzkevm: {
722
- MERKLE_ROOT_MULTISIG: string;
723
- MESSAGE_ID_MULTISIG: string;
724
- AGGREGATION: string;
725
- };
726
- scroll: {
727
- MERKLE_ROOT_MULTISIG: string;
728
- MESSAGE_ID_MULTISIG: string;
729
- AGGREGATION: string;
730
- };
731
- celo: {
732
- MERKLE_ROOT_MULTISIG: string;
733
- MESSAGE_ID_MULTISIG: string;
734
- AGGREGATION: string;
735
- };
736
- arbitrum: {
737
- MERKLE_ROOT_MULTISIG: string;
738
- MESSAGE_ID_MULTISIG: string;
739
- AGGREGATION: string;
740
- };
741
- optimism: {
742
- MERKLE_ROOT_MULTISIG: string;
743
- MESSAGE_ID_MULTISIG: string;
744
- AGGREGATION: string;
745
- };
746
- ethereum: {
747
- MERKLE_ROOT_MULTISIG: string;
748
- MESSAGE_ID_MULTISIG: string;
749
- AGGREGATION: string;
750
- };
751
- moonbeam: {
752
- MERKLE_ROOT_MULTISIG: string;
753
- MESSAGE_ID_MULTISIG: string;
754
- AGGREGATION: string;
755
- };
756
- gnosis: {
757
- MERKLE_ROOT_MULTISIG: string;
758
- MESSAGE_ID_MULTISIG: string;
759
- AGGREGATION: string;
760
- };
761
- ROUTING: string;
762
236
  merkleTreeHook: string;
763
237
  interchainGasPaymaster: string;
764
238
  aggregationHook: string;
@@ -774,67 +248,6 @@ export declare const hyperlaneEnvironments: {
774
248
  aggregationIsmFactory: string;
775
249
  aggregationHookFactory: string;
776
250
  routingIsmFactory: string;
777
- bsc: {
778
- MERKLE_ROOT_MULTISIG: string;
779
- MESSAGE_ID_MULTISIG: string;
780
- AGGREGATION: string;
781
- };
782
- avalanche: {
783
- MERKLE_ROOT_MULTISIG: string;
784
- MESSAGE_ID_MULTISIG: string;
785
- AGGREGATION: string;
786
- };
787
- base: {
788
- MERKLE_ROOT_MULTISIG: string;
789
- MESSAGE_ID_MULTISIG: string;
790
- AGGREGATION: string;
791
- };
792
- polygon: {
793
- MERKLE_ROOT_MULTISIG: string;
794
- MESSAGE_ID_MULTISIG: string;
795
- AGGREGATION: string;
796
- };
797
- polygonzkevm: {
798
- MERKLE_ROOT_MULTISIG: string;
799
- MESSAGE_ID_MULTISIG: string;
800
- AGGREGATION: string;
801
- };
802
- scroll: {
803
- MERKLE_ROOT_MULTISIG: string;
804
- MESSAGE_ID_MULTISIG: string;
805
- AGGREGATION: string;
806
- };
807
- celo: {
808
- MERKLE_ROOT_MULTISIG: string;
809
- MESSAGE_ID_MULTISIG: string;
810
- AGGREGATION: string;
811
- };
812
- arbitrum: {
813
- MERKLE_ROOT_MULTISIG: string;
814
- MESSAGE_ID_MULTISIG: string;
815
- AGGREGATION: string;
816
- };
817
- optimism: {
818
- MERKLE_ROOT_MULTISIG: string;
819
- MESSAGE_ID_MULTISIG: string;
820
- AGGREGATION: string;
821
- };
822
- ethereum: {
823
- MERKLE_ROOT_MULTISIG: string;
824
- MESSAGE_ID_MULTISIG: string;
825
- AGGREGATION: string;
826
- };
827
- moonbeam: {
828
- MERKLE_ROOT_MULTISIG: string;
829
- MESSAGE_ID_MULTISIG: string;
830
- AGGREGATION: string;
831
- };
832
- gnosis: {
833
- MERKLE_ROOT_MULTISIG: string;
834
- MESSAGE_ID_MULTISIG: string;
835
- AGGREGATION: string;
836
- };
837
- ROUTING: string;
838
251
  merkleTreeHook: string;
839
252
  interchainGasPaymaster: string;
840
253
  aggregationHook: string;
@@ -851,67 +264,6 @@ export declare const hyperlaneEnvironments: {
851
264
  aggregationHookFactory: string;
852
265
  routingIsmFactory: string;
853
266
  mailbox: string;
854
- bsc: {
855
- MERKLE_ROOT_MULTISIG: string;
856
- MESSAGE_ID_MULTISIG: string;
857
- AGGREGATION: string;
858
- };
859
- avalanche: {
860
- MERKLE_ROOT_MULTISIG: string;
861
- MESSAGE_ID_MULTISIG: string;
862
- AGGREGATION: string;
863
- };
864
- base: {
865
- MERKLE_ROOT_MULTISIG: string;
866
- MESSAGE_ID_MULTISIG: string;
867
- AGGREGATION: string;
868
- };
869
- polygon: {
870
- MERKLE_ROOT_MULTISIG: string;
871
- MESSAGE_ID_MULTISIG: string;
872
- AGGREGATION: string;
873
- };
874
- polygonzkevm: {
875
- MERKLE_ROOT_MULTISIG: string;
876
- MESSAGE_ID_MULTISIG: string;
877
- AGGREGATION: string;
878
- };
879
- scroll: {
880
- MERKLE_ROOT_MULTISIG: string;
881
- MESSAGE_ID_MULTISIG: string;
882
- AGGREGATION: string;
883
- };
884
- celo: {
885
- MERKLE_ROOT_MULTISIG: string;
886
- MESSAGE_ID_MULTISIG: string;
887
- AGGREGATION: string;
888
- };
889
- arbitrum: {
890
- MERKLE_ROOT_MULTISIG: string;
891
- MESSAGE_ID_MULTISIG: string;
892
- AGGREGATION: string;
893
- };
894
- optimism: {
895
- MERKLE_ROOT_MULTISIG: string;
896
- MESSAGE_ID_MULTISIG: string;
897
- AGGREGATION: string;
898
- };
899
- ethereum: {
900
- MERKLE_ROOT_MULTISIG: string;
901
- MESSAGE_ID_MULTISIG: string;
902
- AGGREGATION: string;
903
- };
904
- moonbeam: {
905
- MERKLE_ROOT_MULTISIG: string;
906
- MESSAGE_ID_MULTISIG: string;
907
- AGGREGATION: string;
908
- };
909
- gnosis: {
910
- MERKLE_ROOT_MULTISIG: string;
911
- MESSAGE_ID_MULTISIG: string;
912
- AGGREGATION: string;
913
- };
914
- ROUTING: string;
915
267
  merkleTreeHook: string;
916
268
  interchainGasPaymaster: string;
917
269
  aggregationHook: string;
@@ -941,67 +293,6 @@ export declare const hyperlaneEnvironments: {
941
293
  routingIsmFactory: string;
942
294
  proxyAdmin: string;
943
295
  mailbox: string;
944
- bsc: {
945
- MERKLE_ROOT_MULTISIG: string;
946
- MESSAGE_ID_MULTISIG: string;
947
- AGGREGATION: string;
948
- };
949
- avalanche: {
950
- MERKLE_ROOT_MULTISIG: string;
951
- MESSAGE_ID_MULTISIG: string;
952
- AGGREGATION: string;
953
- };
954
- base: {
955
- MERKLE_ROOT_MULTISIG: string;
956
- MESSAGE_ID_MULTISIG: string;
957
- AGGREGATION: string;
958
- };
959
- polygon: {
960
- MERKLE_ROOT_MULTISIG: string;
961
- MESSAGE_ID_MULTISIG: string;
962
- AGGREGATION: string;
963
- };
964
- polygonzkevm: {
965
- MERKLE_ROOT_MULTISIG: string;
966
- MESSAGE_ID_MULTISIG: string;
967
- AGGREGATION: string;
968
- };
969
- scroll: {
970
- MERKLE_ROOT_MULTISIG: string;
971
- MESSAGE_ID_MULTISIG: string;
972
- AGGREGATION: string;
973
- };
974
- celo: {
975
- MERKLE_ROOT_MULTISIG: string;
976
- MESSAGE_ID_MULTISIG: string;
977
- AGGREGATION: string;
978
- };
979
- arbitrum: {
980
- MERKLE_ROOT_MULTISIG: string;
981
- MESSAGE_ID_MULTISIG: string;
982
- AGGREGATION: string;
983
- };
984
- optimism: {
985
- MERKLE_ROOT_MULTISIG: string;
986
- MESSAGE_ID_MULTISIG: string;
987
- AGGREGATION: string;
988
- };
989
- ethereum: {
990
- MERKLE_ROOT_MULTISIG: string;
991
- MESSAGE_ID_MULTISIG: string;
992
- AGGREGATION: string;
993
- };
994
- moonbeam: {
995
- MERKLE_ROOT_MULTISIG: string;
996
- MESSAGE_ID_MULTISIG: string;
997
- AGGREGATION: string;
998
- };
999
- gnosis: {
1000
- MERKLE_ROOT_MULTISIG: string;
1001
- MESSAGE_ID_MULTISIG: string;
1002
- AGGREGATION: string;
1003
- };
1004
- ROUTING: string;
1005
296
  merkleTreeHook: string;
1006
297
  storageGasOracle: string;
1007
298
  interchainGasPaymaster: string;
@@ -1015,67 +306,6 @@ export declare const hyperlaneEnvironments: {
1015
306
  aggregationIsmFactory: string;
1016
307
  aggregationHookFactory: string;
1017
308
  routingIsmFactory: string;
1018
- bsc: {
1019
- MERKLE_ROOT_MULTISIG: string;
1020
- MESSAGE_ID_MULTISIG: string;
1021
- AGGREGATION: string;
1022
- };
1023
- avalanche: {
1024
- MERKLE_ROOT_MULTISIG: string;
1025
- MESSAGE_ID_MULTISIG: string;
1026
- AGGREGATION: string;
1027
- };
1028
- base: {
1029
- MERKLE_ROOT_MULTISIG: string;
1030
- MESSAGE_ID_MULTISIG: string;
1031
- AGGREGATION: string;
1032
- };
1033
- polygon: {
1034
- MERKLE_ROOT_MULTISIG: string;
1035
- MESSAGE_ID_MULTISIG: string;
1036
- AGGREGATION: string;
1037
- };
1038
- polygonzkevm: {
1039
- MERKLE_ROOT_MULTISIG: string;
1040
- MESSAGE_ID_MULTISIG: string;
1041
- AGGREGATION: string;
1042
- };
1043
- scroll: {
1044
- MERKLE_ROOT_MULTISIG: string;
1045
- MESSAGE_ID_MULTISIG: string;
1046
- AGGREGATION: string;
1047
- };
1048
- celo: {
1049
- MERKLE_ROOT_MULTISIG: string;
1050
- MESSAGE_ID_MULTISIG: string;
1051
- AGGREGATION: string;
1052
- };
1053
- arbitrum: {
1054
- MERKLE_ROOT_MULTISIG: string;
1055
- MESSAGE_ID_MULTISIG: string;
1056
- AGGREGATION: string;
1057
- };
1058
- optimism: {
1059
- MERKLE_ROOT_MULTISIG: string;
1060
- MESSAGE_ID_MULTISIG: string;
1061
- AGGREGATION: string;
1062
- };
1063
- ethereum: {
1064
- MERKLE_ROOT_MULTISIG: string;
1065
- MESSAGE_ID_MULTISIG: string;
1066
- AGGREGATION: string;
1067
- };
1068
- moonbeam: {
1069
- MERKLE_ROOT_MULTISIG: string;
1070
- MESSAGE_ID_MULTISIG: string;
1071
- AGGREGATION: string;
1072
- };
1073
- gnosis: {
1074
- MERKLE_ROOT_MULTISIG: string;
1075
- MESSAGE_ID_MULTISIG: string;
1076
- AGGREGATION: string;
1077
- };
1078
- ROUTING: string;
1079
309
  merkleTreeHook: string;
1080
310
  proxyAdmin: string;
1081
311
  storageGasOracle: string;
@@ -1091,67 +321,6 @@ export declare const hyperlaneEnvironments: {
1091
321
  aggregationIsmFactory: string;
1092
322
  aggregationHookFactory: string;
1093
323
  routingIsmFactory: string;
1094
- bsc: {
1095
- MERKLE_ROOT_MULTISIG: string;
1096
- MESSAGE_ID_MULTISIG: string;
1097
- AGGREGATION: string;
1098
- };
1099
- avalanche: {
1100
- MERKLE_ROOT_MULTISIG: string;
1101
- MESSAGE_ID_MULTISIG: string;
1102
- AGGREGATION: string;
1103
- };
1104
- base: {
1105
- MERKLE_ROOT_MULTISIG: string;
1106
- MESSAGE_ID_MULTISIG: string;
1107
- AGGREGATION: string;
1108
- };
1109
- polygon: {
1110
- MERKLE_ROOT_MULTISIG: string;
1111
- MESSAGE_ID_MULTISIG: string;
1112
- AGGREGATION: string;
1113
- };
1114
- polygonzkevm: {
1115
- MERKLE_ROOT_MULTISIG: string;
1116
- MESSAGE_ID_MULTISIG: string;
1117
- AGGREGATION: string;
1118
- };
1119
- scroll: {
1120
- MERKLE_ROOT_MULTISIG: string;
1121
- MESSAGE_ID_MULTISIG: string;
1122
- AGGREGATION: string;
1123
- };
1124
- celo: {
1125
- MERKLE_ROOT_MULTISIG: string;
1126
- MESSAGE_ID_MULTISIG: string;
1127
- AGGREGATION: string;
1128
- };
1129
- arbitrum: {
1130
- MERKLE_ROOT_MULTISIG: string;
1131
- MESSAGE_ID_MULTISIG: string;
1132
- AGGREGATION: string;
1133
- };
1134
- optimism: {
1135
- MERKLE_ROOT_MULTISIG: string;
1136
- MESSAGE_ID_MULTISIG: string;
1137
- AGGREGATION: string;
1138
- };
1139
- ethereum: {
1140
- MERKLE_ROOT_MULTISIG: string;
1141
- MESSAGE_ID_MULTISIG: string;
1142
- AGGREGATION: string;
1143
- };
1144
- moonbeam: {
1145
- MERKLE_ROOT_MULTISIG: string;
1146
- MESSAGE_ID_MULTISIG: string;
1147
- AGGREGATION: string;
1148
- };
1149
- gnosis: {
1150
- MERKLE_ROOT_MULTISIG: string;
1151
- MESSAGE_ID_MULTISIG: string;
1152
- AGGREGATION: string;
1153
- };
1154
- ROUTING: string;
1155
324
  merkleTreeHook: string;
1156
325
  proxyAdmin: string;
1157
326
  storageGasOracle: string;
@@ -1169,67 +338,6 @@ export declare const hyperlaneEnvironments: {
1169
338
  aggregationIsmFactory: string;
1170
339
  aggregationHookFactory: string;
1171
340
  routingIsmFactory: string;
1172
- bsc: {
1173
- MERKLE_ROOT_MULTISIG: string;
1174
- MESSAGE_ID_MULTISIG: string;
1175
- AGGREGATION: string;
1176
- };
1177
- avalanche: {
1178
- MERKLE_ROOT_MULTISIG: string;
1179
- MESSAGE_ID_MULTISIG: string;
1180
- AGGREGATION: string;
1181
- };
1182
- base: {
1183
- MERKLE_ROOT_MULTISIG: string;
1184
- MESSAGE_ID_MULTISIG: string;
1185
- AGGREGATION: string;
1186
- };
1187
- polygon: {
1188
- MERKLE_ROOT_MULTISIG: string;
1189
- MESSAGE_ID_MULTISIG: string;
1190
- AGGREGATION: string;
1191
- };
1192
- polygonzkevm: {
1193
- MERKLE_ROOT_MULTISIG: string;
1194
- MESSAGE_ID_MULTISIG: string;
1195
- AGGREGATION: string;
1196
- };
1197
- scroll: {
1198
- MERKLE_ROOT_MULTISIG: string;
1199
- MESSAGE_ID_MULTISIG: string;
1200
- AGGREGATION: string;
1201
- };
1202
- celo: {
1203
- MERKLE_ROOT_MULTISIG: string;
1204
- MESSAGE_ID_MULTISIG: string;
1205
- AGGREGATION: string;
1206
- };
1207
- arbitrum: {
1208
- MERKLE_ROOT_MULTISIG: string;
1209
- MESSAGE_ID_MULTISIG: string;
1210
- AGGREGATION: string;
1211
- };
1212
- optimism: {
1213
- MERKLE_ROOT_MULTISIG: string;
1214
- MESSAGE_ID_MULTISIG: string;
1215
- AGGREGATION: string;
1216
- };
1217
- ethereum: {
1218
- MERKLE_ROOT_MULTISIG: string;
1219
- MESSAGE_ID_MULTISIG: string;
1220
- AGGREGATION: string;
1221
- };
1222
- moonbeam: {
1223
- MERKLE_ROOT_MULTISIG: string;
1224
- MESSAGE_ID_MULTISIG: string;
1225
- AGGREGATION: string;
1226
- };
1227
- gnosis: {
1228
- MERKLE_ROOT_MULTISIG: string;
1229
- MESSAGE_ID_MULTISIG: string;
1230
- AGGREGATION: string;
1231
- };
1232
- ROUTING: string;
1233
341
  merkleTreeHook: string;
1234
342
  interchainGasPaymaster: string;
1235
343
  aggregationHook: string;
@@ -1245,67 +353,6 @@ export declare const hyperlaneEnvironments: {
1245
353
  aggregationIsmFactory: string;
1246
354
  aggregationHookFactory: string;
1247
355
  routingIsmFactory: string;
1248
- bsc: {
1249
- MERKLE_ROOT_MULTISIG: string;
1250
- MESSAGE_ID_MULTISIG: string;
1251
- AGGREGATION: string;
1252
- };
1253
- avalanche: {
1254
- MERKLE_ROOT_MULTISIG: string;
1255
- MESSAGE_ID_MULTISIG: string;
1256
- AGGREGATION: string;
1257
- };
1258
- base: {
1259
- MERKLE_ROOT_MULTISIG: string;
1260
- MESSAGE_ID_MULTISIG: string;
1261
- AGGREGATION: string;
1262
- };
1263
- polygon: {
1264
- MERKLE_ROOT_MULTISIG: string;
1265
- MESSAGE_ID_MULTISIG: string;
1266
- AGGREGATION: string;
1267
- };
1268
- polygonzkevm: {
1269
- MERKLE_ROOT_MULTISIG: string;
1270
- MESSAGE_ID_MULTISIG: string;
1271
- AGGREGATION: string;
1272
- };
1273
- scroll: {
1274
- MERKLE_ROOT_MULTISIG: string;
1275
- MESSAGE_ID_MULTISIG: string;
1276
- AGGREGATION: string;
1277
- };
1278
- celo: {
1279
- MERKLE_ROOT_MULTISIG: string;
1280
- MESSAGE_ID_MULTISIG: string;
1281
- AGGREGATION: string;
1282
- };
1283
- arbitrum: {
1284
- MERKLE_ROOT_MULTISIG: string;
1285
- MESSAGE_ID_MULTISIG: string;
1286
- AGGREGATION: string;
1287
- };
1288
- optimism: {
1289
- MERKLE_ROOT_MULTISIG: string;
1290
- MESSAGE_ID_MULTISIG: string;
1291
- AGGREGATION: string;
1292
- };
1293
- ethereum: {
1294
- MERKLE_ROOT_MULTISIG: string;
1295
- MESSAGE_ID_MULTISIG: string;
1296
- AGGREGATION: string;
1297
- };
1298
- moonbeam: {
1299
- MERKLE_ROOT_MULTISIG: string;
1300
- MESSAGE_ID_MULTISIG: string;
1301
- AGGREGATION: string;
1302
- };
1303
- gnosis: {
1304
- MERKLE_ROOT_MULTISIG: string;
1305
- MESSAGE_ID_MULTISIG: string;
1306
- AGGREGATION: string;
1307
- };
1308
- ROUTING: string;
1309
356
  merkleTreeHook: string;
1310
357
  interchainGasPaymaster: string;
1311
358
  aggregationHook: string;
@@ -1321,67 +368,6 @@ export declare const hyperlaneEnvironments: {
1321
368
  aggregationIsmFactory: string;
1322
369
  aggregationHookFactory: string;
1323
370
  routingIsmFactory: string;
1324
- bsc: {
1325
- MERKLE_ROOT_MULTISIG: string;
1326
- MESSAGE_ID_MULTISIG: string;
1327
- AGGREGATION: string;
1328
- };
1329
- avalanche: {
1330
- MERKLE_ROOT_MULTISIG: string;
1331
- MESSAGE_ID_MULTISIG: string;
1332
- AGGREGATION: string;
1333
- };
1334
- base: {
1335
- MERKLE_ROOT_MULTISIG: string;
1336
- MESSAGE_ID_MULTISIG: string;
1337
- AGGREGATION: string;
1338
- };
1339
- polygon: {
1340
- MERKLE_ROOT_MULTISIG: string;
1341
- MESSAGE_ID_MULTISIG: string;
1342
- AGGREGATION: string;
1343
- };
1344
- polygonzkevm: {
1345
- MERKLE_ROOT_MULTISIG: string;
1346
- MESSAGE_ID_MULTISIG: string;
1347
- AGGREGATION: string;
1348
- };
1349
- scroll: {
1350
- MERKLE_ROOT_MULTISIG: string;
1351
- MESSAGE_ID_MULTISIG: string;
1352
- AGGREGATION: string;
1353
- };
1354
- celo: {
1355
- MERKLE_ROOT_MULTISIG: string;
1356
- MESSAGE_ID_MULTISIG: string;
1357
- AGGREGATION: string;
1358
- };
1359
- arbitrum: {
1360
- MERKLE_ROOT_MULTISIG: string;
1361
- MESSAGE_ID_MULTISIG: string;
1362
- AGGREGATION: string;
1363
- };
1364
- optimism: {
1365
- MERKLE_ROOT_MULTISIG: string;
1366
- MESSAGE_ID_MULTISIG: string;
1367
- AGGREGATION: string;
1368
- };
1369
- ethereum: {
1370
- MERKLE_ROOT_MULTISIG: string;
1371
- MESSAGE_ID_MULTISIG: string;
1372
- AGGREGATION: string;
1373
- };
1374
- moonbeam: {
1375
- MERKLE_ROOT_MULTISIG: string;
1376
- MESSAGE_ID_MULTISIG: string;
1377
- AGGREGATION: string;
1378
- };
1379
- gnosis: {
1380
- MERKLE_ROOT_MULTISIG: string;
1381
- MESSAGE_ID_MULTISIG: string;
1382
- AGGREGATION: string;
1383
- };
1384
- ROUTING: string;
1385
371
  merkleTreeHook: string;
1386
372
  interchainGasPaymaster: string;
1387
373
  aggregationHook: string;
@@ -1393,7 +379,7 @@ export declare const hyperlaneEnvironments: {
1393
379
  };
1394
380
  export type HyperlaneEnvironment = keyof typeof hyperlaneEnvironments;
1395
381
  export type HyperlaneEnvironmentChain<E extends HyperlaneEnvironment> = Extract<keyof typeof hyperlaneEnvironments[E], ChainName>;
1396
- export declare const hyperlaneContractAddresses: Record<"base" | "polygon" | "scroll" | "ethereum" | "test1" | "test2" | "test3" | "alfajores" | "arbitrum" | "arbitrumgoerli" | "avalanche" | "basegoerli" | "bsc" | "bsctestnet" | "celo" | "chiado" | "fuji" | "gnosis" | "goerli" | "lineagoerli" | "scrollsepolia" | "sepolia" | "moonbasealpha" | "moonbeam" | "mumbai" | "nautilus" | "optimism" | "optimismgoerli" | "polygonzkevm" | "polygonzkevmtestnet" | "proteustestnet" | "solana" | "solanadevnet", {
382
+ export declare const hyperlaneContractAddresses: Record<"base" | "polygon" | "scroll" | "ethereum" | "test1" | "test2" | "test3" | "alfajores" | "arbitrum" | "arbitrumgoerli" | "avalanche" | "basegoerli" | "bsc" | "bsctestnet" | "celo" | "chiado" | "fuji" | "gnosis" | "goerli" | "lineagoerli" | "scrollsepolia" | "sepolia" | "mantapacific" | "moonbasealpha" | "moonbeam" | "mumbai" | "nautilus" | "neutron" | "optimism" | "optimismgoerli" | "polygonzkevm" | "polygonzkevmtestnet" | "proteustestnet" | "solana" | "solanadevnet", {
1397
383
  storageGasOracle: string;
1398
384
  proxyAdmin: string;
1399
385
  merkleRootMultisigIsmFactory: string;
@@ -1401,67 +387,6 @@ export declare const hyperlaneContractAddresses: Record<"base" | "polygon" | "sc
1401
387
  aggregationIsmFactory: string;
1402
388
  aggregationHookFactory: string;
1403
389
  routingIsmFactory: string;
1404
- bsc: {
1405
- MERKLE_ROOT_MULTISIG: string;
1406
- MESSAGE_ID_MULTISIG: string;
1407
- AGGREGATION: string;
1408
- };
1409
- avalanche: {
1410
- MERKLE_ROOT_MULTISIG: string;
1411
- MESSAGE_ID_MULTISIG: string;
1412
- AGGREGATION: string;
1413
- };
1414
- base: {
1415
- MERKLE_ROOT_MULTISIG: string;
1416
- MESSAGE_ID_MULTISIG: string;
1417
- AGGREGATION: string;
1418
- };
1419
- polygon: {
1420
- MERKLE_ROOT_MULTISIG: string;
1421
- MESSAGE_ID_MULTISIG: string;
1422
- AGGREGATION: string;
1423
- };
1424
- polygonzkevm: {
1425
- MERKLE_ROOT_MULTISIG: string;
1426
- MESSAGE_ID_MULTISIG: string;
1427
- AGGREGATION: string;
1428
- };
1429
- scroll: {
1430
- MERKLE_ROOT_MULTISIG: string;
1431
- MESSAGE_ID_MULTISIG: string;
1432
- AGGREGATION: string;
1433
- };
1434
- celo: {
1435
- MERKLE_ROOT_MULTISIG: string;
1436
- MESSAGE_ID_MULTISIG: string;
1437
- AGGREGATION: string;
1438
- };
1439
- arbitrum: {
1440
- MERKLE_ROOT_MULTISIG: string;
1441
- MESSAGE_ID_MULTISIG: string;
1442
- AGGREGATION: string;
1443
- };
1444
- optimism: {
1445
- MERKLE_ROOT_MULTISIG: string;
1446
- MESSAGE_ID_MULTISIG: string;
1447
- AGGREGATION: string;
1448
- };
1449
- ethereum: {
1450
- MERKLE_ROOT_MULTISIG: string;
1451
- MESSAGE_ID_MULTISIG: string;
1452
- AGGREGATION: string;
1453
- };
1454
- moonbeam: {
1455
- MERKLE_ROOT_MULTISIG: string;
1456
- MESSAGE_ID_MULTISIG: string;
1457
- AGGREGATION: string;
1458
- };
1459
- gnosis: {
1460
- MERKLE_ROOT_MULTISIG: string;
1461
- MESSAGE_ID_MULTISIG: string;
1462
- AGGREGATION: string;
1463
- };
1464
- ROUTING: string;
1465
390
  merkleTreeHook: string;
1466
391
  interchainGasPaymaster: string;
1467
392
  aggregationHook: string;