@hyperlane-xyz/sdk 1.5.7-beta1 → 3.0.0-beta0
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.
- package/dist/consts/chainMetadata.d.ts +3 -0
- package/dist/consts/chainMetadata.d.ts.map +1 -1
- package/dist/consts/chainMetadata.js +99 -11
- package/dist/consts/chainMetadata.js.map +1 -1
- package/dist/consts/chains.d.ts +3 -0
- package/dist/consts/chains.d.ts.map +1 -1
- package/dist/consts/chains.js +8 -0
- package/dist/consts/chains.js.map +1 -1
- package/dist/consts/environments/index.d.ts +1135 -407
- package/dist/consts/environments/index.d.ts.map +1 -1
- package/dist/consts/environments/index.js +1 -6
- package/dist/consts/environments/index.js.map +1 -1
- package/dist/consts/environments/mainnet.json +827 -131
- package/dist/consts/environments/testnet.json +362 -19
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +73 -59
- package/dist/consts/multisigIsm.js.map +1 -1
- package/dist/contracts/contracts.d.ts +8 -3
- package/dist/contracts/contracts.d.ts.map +1 -1
- package/dist/contracts/contracts.js +39 -9
- package/dist/contracts/contracts.js.map +1 -1
- package/dist/core/CoreDeployer.hardhat-test.js +62 -10
- package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
- package/dist/core/HyperlaneCore.d.ts.map +1 -1
- package/dist/core/HyperlaneCore.js +1 -0
- package/dist/core/HyperlaneCore.js.map +1 -1
- package/dist/core/HyperlaneCoreChecker.js +1 -1
- package/dist/core/HyperlaneCoreChecker.js.map +1 -1
- package/dist/core/HyperlaneCoreDeployer.d.ts.map +1 -1
- package/dist/core/HyperlaneCoreDeployer.js +19 -16
- package/dist/core/HyperlaneCoreDeployer.js.map +1 -1
- package/dist/core/MultiProtocolCore.test.js +53 -2
- package/dist/core/MultiProtocolCore.test.js.map +1 -1
- package/dist/core/TestCoreDeployer.d.ts +1 -5
- package/dist/core/TestCoreDeployer.d.ts.map +1 -1
- package/dist/core/TestCoreDeployer.js +0 -20
- package/dist/core/TestCoreDeployer.js.map +1 -1
- package/dist/core/adapters/SealevelCoreAdapter.d.ts +1 -1
- package/dist/core/adapters/SealevelCoreAdapter.d.ts.map +1 -1
- package/dist/core/adapters/SealevelCoreAdapter.js +9 -4
- package/dist/core/adapters/SealevelCoreAdapter.js.map +1 -1
- package/dist/core/testHyperlaneDeploy.hardhat-test.js +5 -1
- package/dist/core/testHyperlaneDeploy.hardhat-test.js.map +1 -1
- package/dist/core/types.d.ts +1 -1
- package/dist/core/types.d.ts.map +1 -1
- package/dist/deploy/HyperlaneAppChecker.d.ts +1 -0
- package/dist/deploy/HyperlaneAppChecker.d.ts.map +1 -1
- package/dist/deploy/HyperlaneAppChecker.js +25 -2
- package/dist/deploy/HyperlaneAppChecker.js.map +1 -1
- package/dist/deploy/HyperlaneDeployer.d.ts +9 -4
- package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
- package/dist/deploy/HyperlaneDeployer.js +85 -66
- package/dist/deploy/HyperlaneDeployer.js.map +1 -1
- package/dist/deploy/HyperlaneProxyFactoryDeployer.d.ts.map +1 -1
- package/dist/deploy/HyperlaneProxyFactoryDeployer.js +8 -4
- package/dist/deploy/HyperlaneProxyFactoryDeployer.js.map +1 -1
- package/dist/deploy/proxy.d.ts +1 -0
- package/dist/deploy/proxy.d.ts.map +1 -1
- package/dist/deploy/proxy.js +8 -1
- package/dist/deploy/proxy.js.map +1 -1
- package/dist/deploy/verify/ContractVerifier.d.ts.map +1 -1
- package/dist/deploy/verify/ContractVerifier.js +7 -2
- package/dist/deploy/verify/ContractVerifier.js.map +1 -1
- package/dist/gas/HyperlaneIgp.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgp.js +1 -0
- package/dist/gas/HyperlaneIgp.js.map +1 -1
- package/dist/gas/HyperlaneIgpChecker.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgpChecker.js +15 -5
- package/dist/gas/HyperlaneIgpChecker.js.map +1 -1
- package/dist/gas/HyperlaneIgpDeployer.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgpDeployer.js +2 -1
- package/dist/gas/HyperlaneIgpDeployer.js.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.d.ts +12 -2
- package/dist/hook/HyperlaneHookDeployer.d.ts.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.js +99 -13
- package/dist/hook/HyperlaneHookDeployer.js.map +1 -1
- package/dist/hook/contracts.d.ts +4 -1
- package/dist/hook/contracts.d.ts.map +1 -1
- package/dist/hook/contracts.js +4 -1
- package/dist/hook/contracts.js.map +1 -1
- package/dist/hook/types.d.ts +24 -2
- package/dist/hook/types.d.ts.map +1 -1
- package/dist/hook/types.js +3 -0
- package/dist/hook/types.js.map +1 -1
- package/dist/index.d.ts +6 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -5
- package/dist/index.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.d.ts +3 -1
- package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.js +3 -3
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.js +87 -26
- package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
- package/dist/ism/types.d.ts +24 -7
- package/dist/ism/types.d.ts.map +1 -1
- package/dist/ism/types.js +33 -1
- package/dist/ism/types.js.map +1 -1
- package/dist/metadata/agentConfig.d.ts +92 -92
- package/dist/metadata/matchingList.d.ts +12 -12
- package/dist/metadata/matchingList.d.ts.map +1 -1
- package/dist/metadata/matchingList.js +1 -5
- package/dist/metadata/matchingList.js.map +1 -1
- package/dist/middleware/account/InterchainAccount.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccount.js +4 -1
- package/dist/middleware/account/InterchainAccount.js.map +1 -1
- package/dist/middleware/account/accounts.hardhat-test.js +5 -1
- package/dist/middleware/account/accounts.hardhat-test.js.map +1 -1
- package/dist/middleware/liquidity-layer/liquidity-layer.hardhat-test.js +5 -1
- package/dist/middleware/liquidity-layer/liquidity-layer.hardhat-test.js.map +1 -1
- package/dist/middleware/query/InterchainQuery.d.ts.map +1 -1
- package/dist/middleware/query/InterchainQuery.js +1 -0
- package/dist/middleware/query/InterchainQuery.js.map +1 -1
- package/dist/middleware/query/queries.hardhat-test.js +5 -1
- package/dist/middleware/query/queries.hardhat-test.js.map +1 -1
- package/dist/providers/MultiProvider.d.ts +1 -1
- package/dist/providers/MultiProvider.d.ts.map +1 -1
- package/dist/providers/MultiProvider.js +1 -1
- package/dist/providers/MultiProvider.js.map +1 -1
- package/dist/router/HyperlaneRouterChecker.d.ts +5 -1
- package/dist/router/HyperlaneRouterChecker.d.ts.map +1 -1
- package/dist/router/HyperlaneRouterChecker.js +41 -6
- package/dist/router/HyperlaneRouterChecker.js.map +1 -1
- package/dist/router/RouterApps.d.ts +7 -1
- package/dist/router/RouterApps.d.ts.map +1 -1
- package/dist/router/RouterApps.js +17 -0
- package/dist/router/RouterApps.js.map +1 -1
- package/dist/router/types.d.ts +12 -1
- package/dist/router/types.d.ts.map +1 -1
- package/dist/router/types.js +5 -1
- package/dist/router/types.js.map +1 -1
- package/dist/test/testUtils.d.ts +1 -1
- package/dist/test/testUtils.d.ts.map +1 -1
- package/dist/test/testUtils.js +15 -37
- package/dist/test/testUtils.js.map +1 -1
- package/dist/token/adapters/SealevelTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/SealevelTokenAdapter.js +13 -1
- package/dist/token/adapters/SealevelTokenAdapter.js.map +1 -1
- package/dist/token/config.d.ts +6 -3
- package/dist/token/config.d.ts.map +1 -1
- package/dist/token/config.js +11 -3
- package/dist/token/config.js.map +1 -1
- package/dist/token/contracts.d.ts +2 -2
- package/dist/token/contracts.d.ts.map +1 -1
- package/dist/token/deploy.d.ts +1 -1
- package/dist/token/deploy.d.ts.map +1 -1
- package/dist/token/deploy.js +21 -2
- package/dist/token/deploy.js.map +1 -1
- package/package.json +3 -3
- package/dist/consts/environments/testnet-sealevel.json +0 -19
- package/logos/black/base.svg +0 -12
- package/logos/black/polygonzkevm.svg +0 -49
- package/logos/black/scroll.svg +0 -66
- package/logos/color/base.svg +0 -18
- package/logos/color/polygonzkevm.svg +0 -22
- package/logos/color/scroll.svg +0 -36
|
@@ -16,6 +16,54 @@ export declare const hyperlaneEnvironments: {
|
|
|
16
16
|
interchainGasPaymaster: string;
|
|
17
17
|
aggregationHook: string;
|
|
18
18
|
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
|
+
fallbackRoutingHook: string;
|
|
19
67
|
};
|
|
20
68
|
arbitrumgoerli: {
|
|
21
69
|
merkleRootMultisigIsmFactory: string;
|
|
@@ -64,6 +112,64 @@ export declare const hyperlaneEnvironments: {
|
|
|
64
112
|
interchainGasPaymaster: string;
|
|
65
113
|
aggregationHook: string;
|
|
66
114
|
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
|
+
fallbackRoutingHook: string;
|
|
67
173
|
};
|
|
68
174
|
alfajores: {
|
|
69
175
|
merkleRootMultisigIsmFactory: string;
|
|
@@ -80,6 +186,53 @@ export declare const hyperlaneEnvironments: {
|
|
|
80
186
|
aggregationHook: string;
|
|
81
187
|
protocolFee: string;
|
|
82
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
|
+
fallbackRoutingHook: string;
|
|
83
236
|
};
|
|
84
237
|
polygonzkevmtestnet: {
|
|
85
238
|
merkleRootMultisigIsmFactory: string;
|
|
@@ -104,14 +257,15 @@ export declare const hyperlaneEnvironments: {
|
|
|
104
257
|
aggregationHookFactory: string;
|
|
105
258
|
routingIsmFactory: string;
|
|
106
259
|
proxyAdmin: string;
|
|
107
|
-
mailbox: string;
|
|
108
|
-
validatorAnnounce: string;
|
|
109
260
|
defaultIsm: string;
|
|
110
|
-
merkleTreeHook: string;
|
|
111
261
|
storageGasOracle: string;
|
|
112
262
|
interchainGasPaymaster: string;
|
|
113
263
|
aggregationHook: string;
|
|
114
264
|
protocolFee: string;
|
|
265
|
+
mailbox: string;
|
|
266
|
+
merkleTreeHook: string;
|
|
267
|
+
validatorAnnounce: string;
|
|
268
|
+
fallbackRoutingHook: string;
|
|
115
269
|
};
|
|
116
270
|
fuji: {
|
|
117
271
|
merkleRootMultisigIsmFactory: string;
|
|
@@ -128,6 +282,53 @@ export declare const hyperlaneEnvironments: {
|
|
|
128
282
|
interchainGasPaymaster: string;
|
|
129
283
|
aggregationHook: string;
|
|
130
284
|
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
|
+
fallbackRoutingHook: string;
|
|
131
332
|
};
|
|
132
333
|
bsctestnet: {
|
|
133
334
|
merkleRootMultisigIsmFactory: string;
|
|
@@ -136,14 +337,61 @@ export declare const hyperlaneEnvironments: {
|
|
|
136
337
|
aggregationHookFactory: string;
|
|
137
338
|
routingIsmFactory: string;
|
|
138
339
|
proxyAdmin: string;
|
|
139
|
-
mailbox: string;
|
|
140
|
-
validatorAnnounce: string;
|
|
141
340
|
defaultIsm: string;
|
|
142
|
-
merkleTreeHook: string;
|
|
143
341
|
storageGasOracle: string;
|
|
144
342
|
interchainGasPaymaster: string;
|
|
145
343
|
aggregationHook: string;
|
|
146
344
|
protocolFee: string;
|
|
345
|
+
mailbox: string;
|
|
346
|
+
merkleTreeHook: string;
|
|
347
|
+
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
|
+
fallbackRoutingHook: string;
|
|
147
395
|
};
|
|
148
396
|
goerli: {
|
|
149
397
|
merkleRootMultisigIsmFactory: string;
|
|
@@ -152,14 +400,62 @@ export declare const hyperlaneEnvironments: {
|
|
|
152
400
|
aggregationHookFactory: string;
|
|
153
401
|
routingIsmFactory: string;
|
|
154
402
|
proxyAdmin: string;
|
|
155
|
-
mailbox: string;
|
|
156
|
-
validatorAnnounce: string;
|
|
157
403
|
defaultIsm: string;
|
|
158
|
-
merkleTreeHook: string;
|
|
159
404
|
storageGasOracle: string;
|
|
160
405
|
interchainGasPaymaster: string;
|
|
161
406
|
aggregationHook: string;
|
|
162
407
|
protocolFee: string;
|
|
408
|
+
merkleTreeHook: string;
|
|
409
|
+
mailbox: string;
|
|
410
|
+
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
|
+
fallbackRoutingHook: string;
|
|
458
|
+
opStackHook: string;
|
|
163
459
|
};
|
|
164
460
|
moonbasealpha: {
|
|
165
461
|
merkleRootMultisigIsmFactory: string;
|
|
@@ -192,282 +488,452 @@ export declare const hyperlaneEnvironments: {
|
|
|
192
488
|
protocolFee: string;
|
|
193
489
|
mailbox: string;
|
|
194
490
|
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
|
+
fallbackRoutingHook: string;
|
|
195
538
|
};
|
|
196
539
|
};
|
|
197
540
|
mainnet: {
|
|
198
|
-
|
|
541
|
+
polygon: {
|
|
199
542
|
storageGasOracle: string;
|
|
200
|
-
validatorAnnounce: string;
|
|
201
543
|
proxyAdmin: string;
|
|
202
|
-
mailbox: string;
|
|
203
|
-
interchainGasPaymaster: string;
|
|
204
|
-
defaultIsmInterchainGasPaymaster: string;
|
|
205
|
-
multisigIsm: string;
|
|
206
|
-
testRecipient: string;
|
|
207
|
-
interchainAccountIsm: string;
|
|
208
|
-
aggregationIsmFactory: string;
|
|
209
|
-
routingIsmFactory: string;
|
|
210
|
-
interchainQueryRouter: string;
|
|
211
|
-
interchainAccountRouter: string;
|
|
212
544
|
merkleRootMultisigIsmFactory: string;
|
|
213
545
|
messageIdMultisigIsmFactory: string;
|
|
214
|
-
};
|
|
215
|
-
ethereum: {
|
|
216
|
-
storageGasOracle: string;
|
|
217
|
-
validatorAnnounce: string;
|
|
218
|
-
proxyAdmin: string;
|
|
219
|
-
mailbox: string;
|
|
220
|
-
interchainGasPaymaster: string;
|
|
221
|
-
defaultIsmInterchainGasPaymaster: string;
|
|
222
|
-
multisigIsm: string;
|
|
223
|
-
testRecipient: string;
|
|
224
|
-
interchainAccountIsm: string;
|
|
225
546
|
aggregationIsmFactory: string;
|
|
547
|
+
aggregationHookFactory: string;
|
|
226
548
|
routingIsmFactory: string;
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
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;
|
|
236
610
|
mailbox: string;
|
|
611
|
+
merkleTreeHook: string;
|
|
237
612
|
interchainGasPaymaster: string;
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
testRecipient: string;
|
|
241
|
-
interchainAccountIsm: string;
|
|
242
|
-
aggregationIsmFactory: string;
|
|
243
|
-
routingIsmFactory: string;
|
|
244
|
-
interchainQueryRouter: string;
|
|
245
|
-
interchainAccountRouter: string;
|
|
246
|
-
merkleRootMultisigIsmFactory: string;
|
|
247
|
-
messageIdMultisigIsmFactory: string;
|
|
248
|
-
};
|
|
249
|
-
polygon: {
|
|
250
|
-
storageGasOracle: string;
|
|
613
|
+
aggregationHook: string;
|
|
614
|
+
protocolFee: string;
|
|
251
615
|
validatorAnnounce: string;
|
|
252
|
-
proxyAdmin: string;
|
|
253
|
-
mailbox: string;
|
|
254
|
-
interchainGasPaymaster: string;
|
|
255
|
-
defaultIsmInterchainGasPaymaster: string;
|
|
256
|
-
multisigIsm: string;
|
|
257
|
-
testRecipient: string;
|
|
258
|
-
interchainAccountIsm: string;
|
|
259
|
-
aggregationIsmFactory: string;
|
|
260
|
-
routingIsmFactory: string;
|
|
261
|
-
interchainQueryRouter: string;
|
|
262
|
-
interchainAccountRouter: string;
|
|
263
|
-
merkleRootMultisigIsmFactory: string;
|
|
264
|
-
messageIdMultisigIsmFactory: string;
|
|
265
616
|
};
|
|
266
617
|
bsc: {
|
|
267
618
|
storageGasOracle: string;
|
|
268
|
-
validatorAnnounce: string;
|
|
269
619
|
proxyAdmin: string;
|
|
270
|
-
mailbox: string;
|
|
271
|
-
interchainGasPaymaster: string;
|
|
272
|
-
defaultIsmInterchainGasPaymaster: string;
|
|
273
|
-
multisigIsm: string;
|
|
274
|
-
testRecipient: string;
|
|
275
|
-
interchainAccountIsm: string;
|
|
276
|
-
aggregationIsmFactory: string;
|
|
277
|
-
routingIsmFactory: string;
|
|
278
|
-
interchainQueryRouter: string;
|
|
279
|
-
interchainAccountRouter: string;
|
|
280
620
|
merkleRootMultisigIsmFactory: string;
|
|
281
621
|
messageIdMultisigIsmFactory: string;
|
|
282
|
-
};
|
|
283
|
-
arbitrum: {
|
|
284
|
-
storageGasOracle: string;
|
|
285
|
-
validatorAnnounce: string;
|
|
286
|
-
proxyAdmin: string;
|
|
287
|
-
mailbox: string;
|
|
288
|
-
interchainGasPaymaster: string;
|
|
289
|
-
defaultIsmInterchainGasPaymaster: string;
|
|
290
|
-
multisigIsm: string;
|
|
291
|
-
testRecipient: string;
|
|
292
|
-
interchainAccountIsm: string;
|
|
293
|
-
aggregationIsmFactory: string;
|
|
294
|
-
routingIsmFactory: string;
|
|
295
|
-
interchainQueryRouter: string;
|
|
296
|
-
interchainAccountRouter: string;
|
|
297
|
-
timelockController: string;
|
|
298
|
-
merkleRootMultisigIsmFactory: string;
|
|
299
|
-
messageIdMultisigIsmFactory: string;
|
|
300
|
-
};
|
|
301
|
-
optimism: {
|
|
302
|
-
storageGasOracle: string;
|
|
303
|
-
validatorAnnounce: string;
|
|
304
|
-
proxyAdmin: string;
|
|
305
|
-
mailbox: string;
|
|
306
|
-
interchainGasPaymaster: string;
|
|
307
|
-
defaultIsmInterchainGasPaymaster: string;
|
|
308
|
-
multisigIsm: string;
|
|
309
|
-
testRecipient: string;
|
|
310
|
-
interchainAccountIsm: string;
|
|
311
622
|
aggregationIsmFactory: string;
|
|
623
|
+
aggregationHookFactory: string;
|
|
312
624
|
routingIsmFactory: string;
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
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;
|
|
322
686
|
mailbox: string;
|
|
687
|
+
merkleTreeHook: string;
|
|
323
688
|
interchainGasPaymaster: string;
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
testRecipient: string;
|
|
327
|
-
interchainAccountIsm: string;
|
|
328
|
-
aggregationIsmFactory: string;
|
|
329
|
-
routingIsmFactory: string;
|
|
330
|
-
interchainQueryRouter: string;
|
|
331
|
-
interchainAccountRouter: string;
|
|
332
|
-
merkleRootMultisigIsmFactory: string;
|
|
333
|
-
messageIdMultisigIsmFactory: string;
|
|
334
|
-
};
|
|
335
|
-
gnosis: {
|
|
336
|
-
storageGasOracle: string;
|
|
689
|
+
aggregationHook: string;
|
|
690
|
+
protocolFee: string;
|
|
337
691
|
validatorAnnounce: string;
|
|
338
|
-
proxyAdmin: string;
|
|
339
|
-
mailbox: string;
|
|
340
|
-
interchainGasPaymaster: string;
|
|
341
|
-
defaultIsmInterchainGasPaymaster: string;
|
|
342
|
-
multisigIsm: string;
|
|
343
|
-
create2Factory: string;
|
|
344
|
-
testRecipient: string;
|
|
345
|
-
interchainAccountIsm: string;
|
|
346
|
-
aggregationIsmFactory: string;
|
|
347
|
-
routingIsmFactory: string;
|
|
348
|
-
interchainQueryRouter: string;
|
|
349
|
-
interchainAccountRouter: string;
|
|
350
|
-
merkleRootMultisigIsmFactory: string;
|
|
351
|
-
messageIdMultisigIsmFactory: string;
|
|
352
692
|
};
|
|
353
|
-
|
|
354
|
-
};
|
|
355
|
-
export declare const hyperlaneEnvironmentsWithSealevel: {
|
|
356
|
-
testnet: {
|
|
357
|
-
solanadevnet: {
|
|
693
|
+
arbitrum: {
|
|
358
694
|
storageGasOracle: string;
|
|
359
|
-
validatorAnnounce: string;
|
|
360
695
|
proxyAdmin: string;
|
|
361
|
-
mailbox: string;
|
|
362
|
-
interchainGasPaymaster: string;
|
|
363
|
-
defaultIsmInterchainGasPaymaster: string;
|
|
364
|
-
multisigIsm: string;
|
|
365
|
-
testRecipient: string;
|
|
366
|
-
interchainAccountIsm: string;
|
|
367
|
-
aggregationIsmFactory: string;
|
|
368
|
-
routingIsmFactory: string;
|
|
369
|
-
interchainQueryRouter: string;
|
|
370
|
-
interchainAccountRouter: string;
|
|
371
|
-
merkleRootMultisigIsmFactory: string;
|
|
372
|
-
messageIdMultisigIsmFactory: string;
|
|
373
|
-
};
|
|
374
|
-
basegoerli: {
|
|
375
696
|
merkleRootMultisigIsmFactory: string;
|
|
376
697
|
messageIdMultisigIsmFactory: string;
|
|
377
698
|
aggregationIsmFactory: string;
|
|
378
699
|
aggregationHookFactory: string;
|
|
379
700
|
routingIsmFactory: string;
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
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;
|
|
384
762
|
merkleTreeHook: string;
|
|
385
|
-
storageGasOracle: string;
|
|
386
763
|
interchainGasPaymaster: string;
|
|
387
764
|
aggregationHook: string;
|
|
388
765
|
protocolFee: string;
|
|
389
|
-
};
|
|
390
|
-
arbitrumgoerli: {
|
|
391
|
-
merkleRootMultisigIsmFactory: string;
|
|
392
|
-
messageIdMultisigIsmFactory: string;
|
|
393
|
-
aggregationIsmFactory: string;
|
|
394
|
-
aggregationHookFactory: string;
|
|
395
|
-
routingIsmFactory: string;
|
|
396
|
-
proxyAdmin: string;
|
|
397
766
|
mailbox: string;
|
|
398
767
|
validatorAnnounce: string;
|
|
399
|
-
defaultIsm: string;
|
|
400
|
-
merkleTreeHook: string;
|
|
401
|
-
storageGasOracle: string;
|
|
402
|
-
interchainGasPaymaster: string;
|
|
403
|
-
aggregationHook: string;
|
|
404
|
-
protocolFee: string;
|
|
405
768
|
};
|
|
406
|
-
|
|
769
|
+
optimism: {
|
|
770
|
+
storageGasOracle: string;
|
|
771
|
+
proxyAdmin: string;
|
|
407
772
|
merkleRootMultisigIsmFactory: string;
|
|
408
773
|
messageIdMultisigIsmFactory: string;
|
|
409
774
|
aggregationIsmFactory: string;
|
|
410
775
|
aggregationHookFactory: string;
|
|
411
776
|
routingIsmFactory: string;
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
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;
|
|
416
838
|
merkleTreeHook: string;
|
|
417
|
-
storageGasOracle: string;
|
|
418
839
|
interchainGasPaymaster: string;
|
|
419
840
|
aggregationHook: string;
|
|
420
841
|
protocolFee: string;
|
|
421
|
-
};
|
|
422
|
-
scrollsepolia: {
|
|
423
|
-
merkleRootMultisigIsmFactory: string;
|
|
424
|
-
messageIdMultisigIsmFactory: string;
|
|
425
|
-
aggregationIsmFactory: string;
|
|
426
|
-
aggregationHookFactory: string;
|
|
427
|
-
routingIsmFactory: string;
|
|
428
|
-
proxyAdmin: string;
|
|
429
842
|
mailbox: string;
|
|
430
843
|
validatorAnnounce: string;
|
|
431
|
-
defaultIsm: string;
|
|
432
|
-
merkleTreeHook: string;
|
|
433
|
-
storageGasOracle: string;
|
|
434
|
-
interchainGasPaymaster: string;
|
|
435
|
-
aggregationHook: string;
|
|
436
|
-
protocolFee: string;
|
|
437
844
|
};
|
|
438
|
-
|
|
845
|
+
moonbeam: {
|
|
846
|
+
storageGasOracle: string;
|
|
847
|
+
proxyAdmin: string;
|
|
439
848
|
merkleRootMultisigIsmFactory: string;
|
|
440
849
|
messageIdMultisigIsmFactory: string;
|
|
441
850
|
aggregationIsmFactory: string;
|
|
442
851
|
aggregationHookFactory: string;
|
|
443
852
|
routingIsmFactory: string;
|
|
444
|
-
proxyAdmin: string;
|
|
445
853
|
mailbox: string;
|
|
446
|
-
|
|
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;
|
|
447
915
|
merkleTreeHook: string;
|
|
448
|
-
storageGasOracle: string;
|
|
449
916
|
interchainGasPaymaster: string;
|
|
450
917
|
aggregationHook: string;
|
|
451
918
|
protocolFee: string;
|
|
452
|
-
|
|
919
|
+
validatorAnnounce: string;
|
|
453
920
|
};
|
|
454
|
-
|
|
921
|
+
gnosis: {
|
|
922
|
+
storageGasOracle: string;
|
|
923
|
+
proxyAdmin: string;
|
|
455
924
|
merkleRootMultisigIsmFactory: string;
|
|
456
925
|
messageIdMultisigIsmFactory: string;
|
|
457
926
|
aggregationIsmFactory: string;
|
|
458
927
|
aggregationHookFactory: string;
|
|
459
|
-
routingIsmFactory: string;
|
|
460
|
-
proxyAdmin: string;
|
|
461
928
|
mailbox: string;
|
|
462
|
-
|
|
463
|
-
defaultIsm: string;
|
|
929
|
+
routingIsmFactory: string;
|
|
464
930
|
merkleTreeHook: string;
|
|
465
|
-
storageGasOracle: string;
|
|
466
931
|
interchainGasPaymaster: string;
|
|
467
932
|
aggregationHook: string;
|
|
468
933
|
protocolFee: string;
|
|
934
|
+
validatorAnnounce: string;
|
|
469
935
|
};
|
|
470
|
-
|
|
936
|
+
base: {
|
|
471
937
|
merkleRootMultisigIsmFactory: string;
|
|
472
938
|
messageIdMultisigIsmFactory: string;
|
|
473
939
|
aggregationIsmFactory: string;
|
|
@@ -475,270 +941,532 @@ export declare const hyperlaneEnvironmentsWithSealevel: {
|
|
|
475
941
|
routingIsmFactory: string;
|
|
476
942
|
proxyAdmin: string;
|
|
477
943
|
mailbox: string;
|
|
478
|
-
|
|
479
|
-
|
|
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;
|
|
480
1005
|
merkleTreeHook: string;
|
|
481
1006
|
storageGasOracle: string;
|
|
482
1007
|
interchainGasPaymaster: string;
|
|
483
1008
|
aggregationHook: string;
|
|
484
1009
|
protocolFee: string;
|
|
1010
|
+
validatorAnnounce: string;
|
|
485
1011
|
};
|
|
486
|
-
|
|
1012
|
+
scroll: {
|
|
487
1013
|
merkleRootMultisigIsmFactory: string;
|
|
488
1014
|
messageIdMultisigIsmFactory: string;
|
|
489
1015
|
aggregationIsmFactory: string;
|
|
490
1016
|
aggregationHookFactory: string;
|
|
491
1017
|
routingIsmFactory: string;
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
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;
|
|
496
1079
|
merkleTreeHook: string;
|
|
1080
|
+
proxyAdmin: string;
|
|
497
1081
|
storageGasOracle: string;
|
|
498
1082
|
interchainGasPaymaster: string;
|
|
499
1083
|
aggregationHook: string;
|
|
500
1084
|
protocolFee: string;
|
|
501
|
-
};
|
|
502
|
-
bsctestnet: {
|
|
503
|
-
merkleRootMultisigIsmFactory: string;
|
|
504
|
-
messageIdMultisigIsmFactory: string;
|
|
505
|
-
aggregationIsmFactory: string;
|
|
506
|
-
aggregationHookFactory: string;
|
|
507
|
-
routingIsmFactory: string;
|
|
508
|
-
proxyAdmin: string;
|
|
509
1085
|
mailbox: string;
|
|
510
1086
|
validatorAnnounce: string;
|
|
511
|
-
defaultIsm: string;
|
|
512
|
-
merkleTreeHook: string;
|
|
513
|
-
storageGasOracle: string;
|
|
514
|
-
interchainGasPaymaster: string;
|
|
515
|
-
aggregationHook: string;
|
|
516
|
-
protocolFee: string;
|
|
517
1087
|
};
|
|
518
|
-
|
|
1088
|
+
polygonzkevm: {
|
|
519
1089
|
merkleRootMultisigIsmFactory: string;
|
|
520
1090
|
messageIdMultisigIsmFactory: string;
|
|
521
1091
|
aggregationIsmFactory: string;
|
|
522
1092
|
aggregationHookFactory: string;
|
|
523
1093
|
routingIsmFactory: string;
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
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;
|
|
528
1155
|
merkleTreeHook: string;
|
|
1156
|
+
proxyAdmin: string;
|
|
529
1157
|
storageGasOracle: string;
|
|
530
1158
|
interchainGasPaymaster: string;
|
|
531
1159
|
aggregationHook: string;
|
|
532
1160
|
protocolFee: string;
|
|
1161
|
+
mailbox: string;
|
|
1162
|
+
validatorAnnounce: string;
|
|
533
1163
|
};
|
|
534
|
-
|
|
1164
|
+
celo: {
|
|
1165
|
+
storageGasOracle: string;
|
|
1166
|
+
proxyAdmin: string;
|
|
535
1167
|
merkleRootMultisigIsmFactory: string;
|
|
536
1168
|
messageIdMultisigIsmFactory: string;
|
|
537
1169
|
aggregationIsmFactory: string;
|
|
538
1170
|
aggregationHookFactory: string;
|
|
539
1171
|
routingIsmFactory: string;
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
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;
|
|
543
1233
|
merkleTreeHook: string;
|
|
544
|
-
storageGasOracle: string;
|
|
545
1234
|
interchainGasPaymaster: string;
|
|
546
1235
|
aggregationHook: string;
|
|
547
1236
|
protocolFee: string;
|
|
1237
|
+
mailbox: string;
|
|
548
1238
|
validatorAnnounce: string;
|
|
549
1239
|
};
|
|
550
|
-
|
|
1240
|
+
ethereum: {
|
|
1241
|
+
storageGasOracle: string;
|
|
1242
|
+
proxyAdmin: string;
|
|
551
1243
|
merkleRootMultisigIsmFactory: string;
|
|
552
1244
|
messageIdMultisigIsmFactory: string;
|
|
553
1245
|
aggregationIsmFactory: string;
|
|
554
1246
|
aggregationHookFactory: string;
|
|
555
1247
|
routingIsmFactory: string;
|
|
556
|
-
|
|
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;
|
|
557
1309
|
merkleTreeHook: string;
|
|
558
|
-
proxyAdmin: string;
|
|
559
|
-
storageGasOracle: string;
|
|
560
1310
|
interchainGasPaymaster: string;
|
|
561
1311
|
aggregationHook: string;
|
|
562
1312
|
protocolFee: string;
|
|
563
1313
|
mailbox: string;
|
|
564
1314
|
validatorAnnounce: string;
|
|
565
1315
|
};
|
|
566
|
-
};
|
|
567
|
-
mainnet: {
|
|
568
|
-
celo: {
|
|
569
|
-
storageGasOracle: string;
|
|
570
|
-
validatorAnnounce: string;
|
|
571
|
-
proxyAdmin: string;
|
|
572
|
-
mailbox: string;
|
|
573
|
-
interchainGasPaymaster: string;
|
|
574
|
-
defaultIsmInterchainGasPaymaster: string;
|
|
575
|
-
multisigIsm: string;
|
|
576
|
-
testRecipient: string;
|
|
577
|
-
interchainAccountIsm: string;
|
|
578
|
-
aggregationIsmFactory: string;
|
|
579
|
-
routingIsmFactory: string;
|
|
580
|
-
interchainQueryRouter: string;
|
|
581
|
-
interchainAccountRouter: string;
|
|
582
|
-
merkleRootMultisigIsmFactory: string;
|
|
583
|
-
messageIdMultisigIsmFactory: string;
|
|
584
|
-
};
|
|
585
|
-
ethereum: {
|
|
586
|
-
storageGasOracle: string;
|
|
587
|
-
validatorAnnounce: string;
|
|
588
|
-
proxyAdmin: string;
|
|
589
|
-
mailbox: string;
|
|
590
|
-
interchainGasPaymaster: string;
|
|
591
|
-
defaultIsmInterchainGasPaymaster: string;
|
|
592
|
-
multisigIsm: string;
|
|
593
|
-
testRecipient: string;
|
|
594
|
-
interchainAccountIsm: string;
|
|
595
|
-
aggregationIsmFactory: string;
|
|
596
|
-
routingIsmFactory: string;
|
|
597
|
-
interchainQueryRouter: string;
|
|
598
|
-
interchainAccountRouter: string;
|
|
599
|
-
merkleRootMultisigIsmFactory: string;
|
|
600
|
-
messageIdMultisigIsmFactory: string;
|
|
601
|
-
};
|
|
602
1316
|
avalanche: {
|
|
603
1317
|
storageGasOracle: string;
|
|
604
|
-
validatorAnnounce: string;
|
|
605
|
-
proxyAdmin: string;
|
|
606
|
-
mailbox: string;
|
|
607
|
-
interchainGasPaymaster: string;
|
|
608
|
-
defaultIsmInterchainGasPaymaster: string;
|
|
609
|
-
multisigIsm: string;
|
|
610
|
-
testRecipient: string;
|
|
611
|
-
interchainAccountIsm: string;
|
|
612
|
-
aggregationIsmFactory: string;
|
|
613
|
-
routingIsmFactory: string;
|
|
614
|
-
interchainQueryRouter: string;
|
|
615
|
-
interchainAccountRouter: string;
|
|
616
|
-
merkleRootMultisigIsmFactory: string;
|
|
617
|
-
messageIdMultisigIsmFactory: string;
|
|
618
|
-
};
|
|
619
|
-
polygon: {
|
|
620
|
-
storageGasOracle: string;
|
|
621
|
-
validatorAnnounce: string;
|
|
622
1318
|
proxyAdmin: string;
|
|
623
|
-
mailbox: string;
|
|
624
|
-
interchainGasPaymaster: string;
|
|
625
|
-
defaultIsmInterchainGasPaymaster: string;
|
|
626
|
-
multisigIsm: string;
|
|
627
|
-
testRecipient: string;
|
|
628
|
-
interchainAccountIsm: string;
|
|
629
|
-
aggregationIsmFactory: string;
|
|
630
|
-
routingIsmFactory: string;
|
|
631
|
-
interchainQueryRouter: string;
|
|
632
|
-
interchainAccountRouter: string;
|
|
633
1319
|
merkleRootMultisigIsmFactory: string;
|
|
634
1320
|
messageIdMultisigIsmFactory: string;
|
|
635
|
-
};
|
|
636
|
-
bsc: {
|
|
637
|
-
storageGasOracle: string;
|
|
638
|
-
validatorAnnounce: string;
|
|
639
|
-
proxyAdmin: string;
|
|
640
|
-
mailbox: string;
|
|
641
|
-
interchainGasPaymaster: string;
|
|
642
|
-
defaultIsmInterchainGasPaymaster: string;
|
|
643
|
-
multisigIsm: string;
|
|
644
|
-
testRecipient: string;
|
|
645
|
-
interchainAccountIsm: string;
|
|
646
|
-
aggregationIsmFactory: string;
|
|
647
|
-
routingIsmFactory: string;
|
|
648
|
-
interchainQueryRouter: string;
|
|
649
|
-
interchainAccountRouter: string;
|
|
650
|
-
merkleRootMultisigIsmFactory: string;
|
|
651
|
-
messageIdMultisigIsmFactory: string;
|
|
652
|
-
};
|
|
653
|
-
arbitrum: {
|
|
654
|
-
storageGasOracle: string;
|
|
655
|
-
validatorAnnounce: string;
|
|
656
|
-
proxyAdmin: string;
|
|
657
|
-
mailbox: string;
|
|
658
|
-
interchainGasPaymaster: string;
|
|
659
|
-
defaultIsmInterchainGasPaymaster: string;
|
|
660
|
-
multisigIsm: string;
|
|
661
|
-
testRecipient: string;
|
|
662
|
-
interchainAccountIsm: string;
|
|
663
1321
|
aggregationIsmFactory: string;
|
|
1322
|
+
aggregationHookFactory: string;
|
|
664
1323
|
routingIsmFactory: string;
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
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
|
+
merkleTreeHook: string;
|
|
676
1386
|
interchainGasPaymaster: string;
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
testRecipient: string;
|
|
680
|
-
interchainAccountIsm: string;
|
|
681
|
-
aggregationIsmFactory: string;
|
|
682
|
-
routingIsmFactory: string;
|
|
683
|
-
interchainQueryRouter: string;
|
|
684
|
-
interchainAccountRouter: string;
|
|
685
|
-
merkleRootMultisigIsmFactory: string;
|
|
686
|
-
messageIdMultisigIsmFactory: string;
|
|
687
|
-
};
|
|
688
|
-
moonbeam: {
|
|
689
|
-
storageGasOracle: string;
|
|
690
|
-
validatorAnnounce: string;
|
|
691
|
-
proxyAdmin: string;
|
|
1387
|
+
aggregationHook: string;
|
|
1388
|
+
protocolFee: string;
|
|
692
1389
|
mailbox: string;
|
|
693
|
-
interchainGasPaymaster: string;
|
|
694
|
-
defaultIsmInterchainGasPaymaster: string;
|
|
695
|
-
multisigIsm: string;
|
|
696
|
-
testRecipient: string;
|
|
697
|
-
interchainAccountIsm: string;
|
|
698
|
-
aggregationIsmFactory: string;
|
|
699
|
-
routingIsmFactory: string;
|
|
700
|
-
interchainQueryRouter: string;
|
|
701
|
-
interchainAccountRouter: string;
|
|
702
|
-
merkleRootMultisigIsmFactory: string;
|
|
703
|
-
messageIdMultisigIsmFactory: string;
|
|
704
|
-
};
|
|
705
|
-
gnosis: {
|
|
706
|
-
storageGasOracle: string;
|
|
707
1390
|
validatorAnnounce: string;
|
|
708
|
-
proxyAdmin: string;
|
|
709
|
-
mailbox: string;
|
|
710
|
-
interchainGasPaymaster: string;
|
|
711
|
-
defaultIsmInterchainGasPaymaster: string;
|
|
712
|
-
multisigIsm: string;
|
|
713
|
-
create2Factory: string;
|
|
714
|
-
testRecipient: string;
|
|
715
|
-
interchainAccountIsm: string;
|
|
716
|
-
aggregationIsmFactory: string;
|
|
717
|
-
routingIsmFactory: string;
|
|
718
|
-
interchainQueryRouter: string;
|
|
719
|
-
interchainAccountRouter: string;
|
|
720
|
-
merkleRootMultisigIsmFactory: string;
|
|
721
|
-
messageIdMultisigIsmFactory: string;
|
|
722
1391
|
};
|
|
723
1392
|
};
|
|
724
1393
|
};
|
|
725
1394
|
export type HyperlaneEnvironment = keyof typeof hyperlaneEnvironments;
|
|
726
1395
|
export type HyperlaneEnvironmentChain<E extends HyperlaneEnvironment> = Extract<keyof typeof hyperlaneEnvironments[E], ChainName>;
|
|
727
|
-
export declare const hyperlaneContractAddresses: Record<"polygon" | "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" | "polygonzkevmtestnet" | "proteustestnet" | "solana" | "solanadevnet", {
|
|
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", {
|
|
728
1397
|
storageGasOracle: string;
|
|
729
|
-
validatorAnnounce: string;
|
|
730
1398
|
proxyAdmin: string;
|
|
731
|
-
mailbox: string;
|
|
732
|
-
interchainGasPaymaster: string;
|
|
733
|
-
defaultIsmInterchainGasPaymaster: string;
|
|
734
|
-
multisigIsm: string;
|
|
735
|
-
testRecipient: string;
|
|
736
|
-
interchainAccountIsm: string;
|
|
737
|
-
aggregationIsmFactory: string;
|
|
738
|
-
routingIsmFactory: string;
|
|
739
|
-
interchainQueryRouter: string;
|
|
740
|
-
interchainAccountRouter: string;
|
|
741
1399
|
merkleRootMultisigIsmFactory: string;
|
|
742
1400
|
messageIdMultisigIsmFactory: string;
|
|
1401
|
+
aggregationIsmFactory: string;
|
|
1402
|
+
aggregationHookFactory: string;
|
|
1403
|
+
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
|
+
merkleTreeHook: string;
|
|
1466
|
+
interchainGasPaymaster: string;
|
|
1467
|
+
aggregationHook: string;
|
|
1468
|
+
protocolFee: string;
|
|
1469
|
+
mailbox: string;
|
|
1470
|
+
validatorAnnounce: string;
|
|
743
1471
|
}>;
|
|
744
1472
|
//# sourceMappingURL=index.d.ts.map
|