@hyperlane-xyz/sdk 3.0.0-beta0 → 3.1.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.
Files changed (134) hide show
  1. package/dist/app/MultiProtocolApp.d.ts +5 -1
  2. package/dist/app/MultiProtocolApp.d.ts.map +1 -1
  3. package/dist/app/MultiProtocolApp.js +11 -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 +0 -3
  8. package/dist/consts/chainMetadata.d.ts.map +1 -1
  9. package/dist/consts/chainMetadata.js +5 -83
  10. package/dist/consts/chainMetadata.js.map +1 -1
  11. package/dist/consts/chains.d.ts +0 -3
  12. package/dist/consts/chains.d.ts.map +1 -1
  13. package/dist/consts/chains.js +1 -7
  14. package/dist/consts/chains.js.map +1 -1
  15. package/dist/consts/environments/index.d.ts +130 -1211
  16. package/dist/consts/environments/index.d.ts.map +1 -1
  17. package/dist/consts/environments/mainnet.json +147 -826
  18. package/dist/consts/environments/testnet.json +8 -351
  19. package/dist/consts/multisigIsm.d.ts.map +1 -1
  20. package/dist/consts/multisigIsm.js +63 -61
  21. package/dist/consts/multisigIsm.js.map +1 -1
  22. package/dist/core/CoreDeployer.hardhat-test.js +1 -1
  23. package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
  24. package/dist/core/HyperlaneCore.d.ts.map +1 -1
  25. package/dist/core/HyperlaneCore.js +0 -1
  26. package/dist/core/HyperlaneCore.js.map +1 -1
  27. package/dist/core/HyperlaneCoreDeployer.d.ts.map +1 -1
  28. package/dist/core/HyperlaneCoreDeployer.js +2 -3
  29. package/dist/core/HyperlaneCoreDeployer.js.map +1 -1
  30. package/dist/core/MultiProtocolCore.d.ts.map +1 -1
  31. package/dist/core/MultiProtocolCore.js +1 -0
  32. package/dist/core/MultiProtocolCore.js.map +1 -1
  33. package/dist/core/adapters/CosmWasmCoreAdapter.d.ts +26 -0
  34. package/dist/core/adapters/CosmWasmCoreAdapter.d.ts.map +1 -0
  35. package/dist/core/adapters/CosmWasmCoreAdapter.js +33 -0
  36. package/dist/core/adapters/CosmWasmCoreAdapter.js.map +1 -0
  37. package/dist/cw-types/Cw20Base.types.d.ts +198 -0
  38. package/dist/cw-types/Cw20Base.types.d.ts.map +1 -0
  39. package/dist/cw-types/Cw20Base.types.js +8 -0
  40. package/dist/cw-types/Cw20Base.types.js.map +1 -0
  41. package/dist/cw-types/Mailbox.types.d.ts +131 -0
  42. package/dist/cw-types/Mailbox.types.d.ts.map +1 -0
  43. package/dist/cw-types/Mailbox.types.js +8 -0
  44. package/dist/cw-types/Mailbox.types.js.map +1 -0
  45. package/dist/cw-types/WarpCw20.types.d.ts +192 -0
  46. package/dist/cw-types/WarpCw20.types.d.ts.map +1 -0
  47. package/dist/cw-types/WarpCw20.types.js +8 -0
  48. package/dist/cw-types/WarpCw20.types.js.map +1 -0
  49. package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
  50. package/dist/deploy/HyperlaneDeployer.js +4 -5
  51. package/dist/deploy/HyperlaneDeployer.js.map +1 -1
  52. package/dist/gas/HyperlaneIgp.d.ts.map +1 -1
  53. package/dist/gas/HyperlaneIgp.js +0 -1
  54. package/dist/gas/HyperlaneIgp.js.map +1 -1
  55. package/dist/gas/HyperlaneIgpDeployer.d.ts.map +1 -1
  56. package/dist/gas/HyperlaneIgpDeployer.js +1 -2
  57. package/dist/gas/HyperlaneIgpDeployer.js.map +1 -1
  58. package/dist/hook/HyperlaneHookDeployer.d.ts +2 -12
  59. package/dist/hook/HyperlaneHookDeployer.d.ts.map +1 -1
  60. package/dist/hook/HyperlaneHookDeployer.js +12 -97
  61. package/dist/hook/HyperlaneHookDeployer.js.map +1 -1
  62. package/dist/hook/contracts.d.ts +1 -4
  63. package/dist/hook/contracts.d.ts.map +1 -1
  64. package/dist/hook/contracts.js +1 -4
  65. package/dist/hook/contracts.js.map +1 -1
  66. package/dist/hook/types.d.ts +2 -24
  67. package/dist/hook/types.d.ts.map +1 -1
  68. package/dist/hook/types.js +0 -3
  69. package/dist/hook/types.js.map +1 -1
  70. package/dist/index.d.ts +6 -5
  71. package/dist/index.d.ts.map +1 -1
  72. package/dist/index.js +11 -4
  73. package/dist/index.js.map +1 -1
  74. package/dist/ism/HyperlaneIsmFactory.d.ts +0 -1
  75. package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
  76. package/dist/ism/HyperlaneIsmFactory.hardhat-test.js +3 -3
  77. package/dist/ism/HyperlaneIsmFactory.hardhat-test.js.map +1 -1
  78. package/dist/ism/HyperlaneIsmFactory.js +28 -43
  79. package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
  80. package/dist/ism/types.d.ts +7 -20
  81. package/dist/ism/types.d.ts.map +1 -1
  82. package/dist/ism/types.js +1 -32
  83. package/dist/ism/types.js.map +1 -1
  84. package/dist/metadata/ChainMetadataManager.d.ts +3 -3
  85. package/dist/metadata/ChainMetadataManager.d.ts.map +1 -1
  86. package/dist/metadata/ChainMetadataManager.js +14 -13
  87. package/dist/metadata/ChainMetadataManager.js.map +1 -1
  88. package/dist/metadata/agentConfig.d.ts +195 -133
  89. package/dist/metadata/agentConfig.d.ts.map +1 -1
  90. package/dist/metadata/agentConfig.js +1 -1
  91. package/dist/metadata/agentConfig.js.map +1 -1
  92. package/dist/metadata/chainMetadata.test.js +16 -0
  93. package/dist/metadata/chainMetadata.test.js.map +1 -1
  94. package/dist/metadata/chainMetadataTypes.d.ts +570 -4
  95. package/dist/metadata/chainMetadataTypes.d.ts.map +1 -1
  96. package/dist/metadata/chainMetadataTypes.js +50 -4
  97. package/dist/metadata/chainMetadataTypes.js.map +1 -1
  98. package/dist/middleware/query/InterchainQuery.d.ts.map +1 -1
  99. package/dist/middleware/query/InterchainQuery.js +0 -1
  100. package/dist/middleware/query/InterchainQuery.js.map +1 -1
  101. package/dist/providers/MultiProtocolProvider.d.ts +4 -1
  102. package/dist/providers/MultiProtocolProvider.d.ts.map +1 -1
  103. package/dist/providers/MultiProtocolProvider.js +16 -20
  104. package/dist/providers/MultiProtocolProvider.js.map +1 -1
  105. package/dist/providers/ProviderType.d.ts +45 -8
  106. package/dist/providers/ProviderType.d.ts.map +1 -1
  107. package/dist/providers/ProviderType.js +2 -0
  108. package/dist/providers/ProviderType.js.map +1 -1
  109. package/dist/providers/providerBuilders.d.ts +3 -1
  110. package/dist/providers/providerBuilders.d.ts.map +1 -1
  111. package/dist/providers/providerBuilders.js +24 -1
  112. package/dist/providers/providerBuilders.js.map +1 -1
  113. package/dist/router/MultiProtocolRouterApps.d.ts.map +1 -1
  114. package/dist/router/MultiProtocolRouterApps.js +1 -0
  115. package/dist/router/MultiProtocolRouterApps.js.map +1 -1
  116. package/dist/test/testUtils.js +1 -1
  117. package/dist/test/testUtils.js.map +1 -1
  118. package/dist/token/adapters/CosmWasmTokenAdapter.d.ts +107 -0
  119. package/dist/token/adapters/CosmWasmTokenAdapter.d.ts.map +1 -0
  120. package/dist/token/adapters/CosmWasmTokenAdapter.js +273 -0
  121. package/dist/token/adapters/CosmWasmTokenAdapter.js.map +1 -0
  122. package/dist/token/adapters/CosmWasmTokenAdapter.test.d.ts +10 -0
  123. package/dist/token/adapters/CosmWasmTokenAdapter.test.d.ts.map +1 -0
  124. package/dist/token/adapters/CosmWasmTokenAdapter.test.js +74 -0
  125. package/dist/token/adapters/CosmWasmTokenAdapter.test.js.map +1 -0
  126. package/dist/token/adapters/SealevelTokenAdapter.d.ts +1 -1
  127. package/dist/token/adapters/SealevelTokenAdapter.d.ts.map +1 -1
  128. package/dist/token/adapters/SealevelTokenAdapter.js +1 -2
  129. package/dist/token/adapters/SealevelTokenAdapter.js.map +1 -1
  130. package/dist/utils/wagmi.d.ts +1 -1
  131. package/dist/utils/wagmi.d.ts.map +1 -1
  132. package/dist/utils/wagmi.js +2 -1
  133. package/dist/utils/wagmi.js.map +1 -1
  134. package/package.json +6 -3
@@ -16,54 +16,6 @@ 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;
67
19
  };
68
20
  arbitrumgoerli: {
69
21
  merkleRootMultisigIsmFactory: string;
@@ -112,64 +64,6 @@ export declare const hyperlaneEnvironments: {
112
64
  interchainGasPaymaster: string;
113
65
  aggregationHook: string;
114
66
  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;
173
67
  };
174
68
  alfajores: {
175
69
  merkleRootMultisigIsmFactory: string;
@@ -186,53 +80,6 @@ export declare const hyperlaneEnvironments: {
186
80
  aggregationHook: string;
187
81
  protocolFee: string;
188
82
  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;
236
83
  };
237
84
  polygonzkevmtestnet: {
238
85
  merkleRootMultisigIsmFactory: string;
@@ -265,7 +112,6 @@ export declare const hyperlaneEnvironments: {
265
112
  mailbox: string;
266
113
  merkleTreeHook: string;
267
114
  validatorAnnounce: string;
268
- fallbackRoutingHook: string;
269
115
  };
270
116
  fuji: {
271
117
  merkleRootMultisigIsmFactory: string;
@@ -282,53 +128,6 @@ export declare const hyperlaneEnvironments: {
282
128
  interchainGasPaymaster: string;
283
129
  aggregationHook: string;
284
130
  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;
332
131
  };
333
132
  bsctestnet: {
334
133
  merkleRootMultisigIsmFactory: string;
@@ -345,53 +144,6 @@ export declare const hyperlaneEnvironments: {
345
144
  mailbox: string;
346
145
  merkleTreeHook: string;
347
146
  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;
395
147
  };
396
148
  goerli: {
397
149
  merkleRootMultisigIsmFactory: string;
@@ -408,54 +160,6 @@ export declare const hyperlaneEnvironments: {
408
160
  merkleTreeHook: string;
409
161
  mailbox: string;
410
162
  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;
459
163
  };
460
164
  moonbasealpha: {
461
165
  merkleRootMultisigIsmFactory: string;
@@ -488,985 +192,200 @@ export declare const hyperlaneEnvironments: {
488
192
  protocolFee: string;
489
193
  mailbox: string;
490
194
  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;
538
195
  };
539
196
  };
540
197
  mainnet: {
541
- polygon: {
198
+ celo: {
542
199
  storageGasOracle: string;
200
+ validatorAnnounce: string;
543
201
  proxyAdmin: string;
544
- merkleRootMultisigIsmFactory: string;
545
- messageIdMultisigIsmFactory: string;
546
- aggregationIsmFactory: string;
547
- aggregationHookFactory: string;
548
- 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
202
  mailbox: string;
611
- merkleTreeHook: string;
612
203
  interchainGasPaymaster: string;
613
- aggregationHook: string;
614
- protocolFee: string;
615
- validatorAnnounce: 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
+ merkleRootMultisigIsmFactory: string;
213
+ messageIdMultisigIsmFactory: string;
616
214
  };
617
- bsc: {
215
+ ethereum: {
618
216
  storageGasOracle: string;
217
+ validatorAnnounce: string;
619
218
  proxyAdmin: string;
620
- merkleRootMultisigIsmFactory: string;
621
- messageIdMultisigIsmFactory: string;
622
- aggregationIsmFactory: string;
623
- aggregationHookFactory: string;
624
- 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
219
  mailbox: string;
687
- merkleTreeHook: string;
688
220
  interchainGasPaymaster: string;
689
- aggregationHook: string;
690
- protocolFee: string;
691
- validatorAnnounce: string;
221
+ defaultIsmInterchainGasPaymaster: string;
222
+ multisigIsm: string;
223
+ testRecipient: string;
224
+ interchainAccountIsm: string;
225
+ aggregationIsmFactory: string;
226
+ routingIsmFactory: string;
227
+ interchainQueryRouter: string;
228
+ interchainAccountRouter: string;
229
+ merkleRootMultisigIsmFactory: string;
230
+ messageIdMultisigIsmFactory: string;
692
231
  };
693
- arbitrum: {
232
+ avalanche: {
694
233
  storageGasOracle: string;
234
+ validatorAnnounce: string;
695
235
  proxyAdmin: string;
696
- merkleRootMultisigIsmFactory: string;
697
- messageIdMultisigIsmFactory: string;
236
+ mailbox: string;
237
+ interchainGasPaymaster: string;
238
+ defaultIsmInterchainGasPaymaster: string;
239
+ multisigIsm: string;
240
+ testRecipient: string;
241
+ interchainAccountIsm: string;
698
242
  aggregationIsmFactory: string;
699
- aggregationHookFactory: string;
700
243
  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
- merkleTreeHook: string;
763
- interchainGasPaymaster: string;
764
- aggregationHook: string;
765
- protocolFee: string;
766
- mailbox: string;
767
- validatorAnnounce: string;
244
+ interchainQueryRouter: string;
245
+ interchainAccountRouter: string;
246
+ merkleRootMultisigIsmFactory: string;
247
+ messageIdMultisigIsmFactory: string;
768
248
  };
769
- optimism: {
249
+ polygon: {
770
250
  storageGasOracle: string;
251
+ validatorAnnounce: string;
771
252
  proxyAdmin: string;
772
- merkleRootMultisigIsmFactory: string;
773
- messageIdMultisigIsmFactory: string;
253
+ mailbox: string;
254
+ interchainGasPaymaster: string;
255
+ defaultIsmInterchainGasPaymaster: string;
256
+ multisigIsm: string;
257
+ testRecipient: string;
258
+ interchainAccountIsm: string;
774
259
  aggregationIsmFactory: string;
775
- aggregationHookFactory: string;
776
260
  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
- merkleTreeHook: string;
839
- interchainGasPaymaster: string;
840
- aggregationHook: string;
841
- protocolFee: string;
842
- mailbox: string;
843
- validatorAnnounce: string;
261
+ interchainQueryRouter: string;
262
+ interchainAccountRouter: string;
263
+ merkleRootMultisigIsmFactory: string;
264
+ messageIdMultisigIsmFactory: string;
844
265
  };
845
- moonbeam: {
266
+ bsc: {
846
267
  storageGasOracle: string;
268
+ validatorAnnounce: string;
847
269
  proxyAdmin: string;
848
- merkleRootMultisigIsmFactory: string;
849
- messageIdMultisigIsmFactory: string;
850
- aggregationIsmFactory: string;
851
- aggregationHookFactory: string;
852
- routingIsmFactory: string;
853
270
  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
- merkleTreeHook: string;
916
271
  interchainGasPaymaster: string;
917
- aggregationHook: string;
918
- protocolFee: string;
919
- validatorAnnounce: 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
+ merkleRootMultisigIsmFactory: string;
281
+ messageIdMultisigIsmFactory: string;
920
282
  };
921
- gnosis: {
283
+ arbitrum: {
922
284
  storageGasOracle: string;
285
+ validatorAnnounce: string;
923
286
  proxyAdmin: string;
924
- merkleRootMultisigIsmFactory: string;
925
- messageIdMultisigIsmFactory: string;
926
- aggregationIsmFactory: string;
927
- aggregationHookFactory: string;
928
287
  mailbox: string;
929
- routingIsmFactory: string;
930
- merkleTreeHook: string;
931
288
  interchainGasPaymaster: string;
932
- aggregationHook: string;
933
- protocolFee: string;
934
- validatorAnnounce: string;
935
- };
936
- base: {
937
- merkleRootMultisigIsmFactory: string;
938
- messageIdMultisigIsmFactory: string;
289
+ defaultIsmInterchainGasPaymaster: string;
290
+ multisigIsm: string;
291
+ testRecipient: string;
292
+ interchainAccountIsm: string;
939
293
  aggregationIsmFactory: string;
940
- aggregationHookFactory: string;
941
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;
942
304
  proxyAdmin: string;
943
305
  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
- merkleTreeHook: string;
1006
- storageGasOracle: string;
1007
306
  interchainGasPaymaster: string;
1008
- aggregationHook: string;
1009
- protocolFee: string;
1010
- validatorAnnounce: string;
1011
- };
1012
- scroll: {
1013
- merkleRootMultisigIsmFactory: string;
1014
- messageIdMultisigIsmFactory: string;
307
+ defaultIsmInterchainGasPaymaster: string;
308
+ multisigIsm: string;
309
+ testRecipient: string;
310
+ interchainAccountIsm: string;
1015
311
  aggregationIsmFactory: string;
1016
- aggregationHookFactory: string;
1017
312
  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
- merkleTreeHook: string;
1080
- proxyAdmin: string;
1081
- storageGasOracle: string;
1082
- interchainGasPaymaster: string;
1083
- aggregationHook: string;
1084
- protocolFee: string;
1085
- mailbox: string;
1086
- validatorAnnounce: string;
1087
- };
1088
- polygonzkevm: {
313
+ interchainQueryRouter: string;
314
+ interchainAccountRouter: string;
1089
315
  merkleRootMultisigIsmFactory: string;
1090
316
  messageIdMultisigIsmFactory: string;
1091
- aggregationIsmFactory: string;
1092
- aggregationHookFactory: string;
1093
- 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
- merkleTreeHook: string;
1156
- proxyAdmin: string;
1157
- storageGasOracle: string;
1158
- interchainGasPaymaster: string;
1159
- aggregationHook: string;
1160
- protocolFee: string;
1161
- mailbox: string;
1162
- validatorAnnounce: string;
1163
317
  };
1164
- celo: {
318
+ moonbeam: {
1165
319
  storageGasOracle: string;
320
+ validatorAnnounce: string;
1166
321
  proxyAdmin: string;
1167
- merkleRootMultisigIsmFactory: string;
1168
- messageIdMultisigIsmFactory: string;
322
+ mailbox: string;
323
+ interchainGasPaymaster: string;
324
+ defaultIsmInterchainGasPaymaster: string;
325
+ multisigIsm: string;
326
+ testRecipient: string;
327
+ interchainAccountIsm: string;
1169
328
  aggregationIsmFactory: string;
1170
- aggregationHookFactory: string;
1171
329
  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
- merkleTreeHook: string;
1234
- interchainGasPaymaster: string;
1235
- aggregationHook: string;
1236
- protocolFee: string;
1237
- mailbox: string;
1238
- validatorAnnounce: string;
330
+ interchainQueryRouter: string;
331
+ interchainAccountRouter: string;
332
+ merkleRootMultisigIsmFactory: string;
333
+ messageIdMultisigIsmFactory: string;
1239
334
  };
1240
- ethereum: {
335
+ gnosis: {
1241
336
  storageGasOracle: string;
337
+ validatorAnnounce: string;
1242
338
  proxyAdmin: string;
1243
- merkleRootMultisigIsmFactory: string;
1244
- messageIdMultisigIsmFactory: string;
339
+ mailbox: string;
340
+ interchainGasPaymaster: string;
341
+ defaultIsmInterchainGasPaymaster: string;
342
+ multisigIsm: string;
343
+ create2Factory: string;
344
+ testRecipient: string;
345
+ interchainAccountIsm: string;
1245
346
  aggregationIsmFactory: string;
1246
- aggregationHookFactory: string;
1247
347
  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
- merkleTreeHook: string;
1310
- interchainGasPaymaster: string;
1311
- aggregationHook: string;
1312
- protocolFee: string;
1313
- mailbox: string;
1314
- validatorAnnounce: string;
348
+ interchainQueryRouter: string;
349
+ interchainAccountRouter: string;
350
+ merkleRootMultisigIsmFactory: string;
351
+ messageIdMultisigIsmFactory: string;
1315
352
  };
1316
- avalanche: {
353
+ solana: {
1317
354
  storageGasOracle: string;
355
+ validatorAnnounce: string;
1318
356
  proxyAdmin: string;
1319
- merkleRootMultisigIsmFactory: string;
1320
- messageIdMultisigIsmFactory: string;
357
+ mailbox: string;
358
+ interchainGasPaymaster: string;
359
+ defaultIsmInterchainGasPaymaster: string;
360
+ multisigIsm: string;
361
+ testRecipient: string;
362
+ interchainAccountIsm: string;
1321
363
  aggregationIsmFactory: string;
1322
- aggregationHookFactory: string;
1323
364
  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
- merkleTreeHook: string;
1386
- interchainGasPaymaster: string;
1387
- aggregationHook: string;
1388
- protocolFee: string;
1389
- mailbox: string;
1390
- validatorAnnounce: string;
365
+ interchainQueryRouter: string;
366
+ interchainAccountRouter: string;
367
+ merkleRootMultisigIsmFactory: string;
368
+ messageIdMultisigIsmFactory: string;
1391
369
  };
1392
370
  };
1393
371
  };
1394
372
  export type HyperlaneEnvironment = keyof typeof hyperlaneEnvironments;
1395
373
  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", {
374
+ 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", {
1397
375
  storageGasOracle: string;
376
+ validatorAnnounce: string;
1398
377
  proxyAdmin: string;
1399
- merkleRootMultisigIsmFactory: string;
1400
- messageIdMultisigIsmFactory: string;
378
+ mailbox: string;
379
+ interchainGasPaymaster: string;
380
+ defaultIsmInterchainGasPaymaster: string;
381
+ multisigIsm: string;
382
+ testRecipient: string;
383
+ interchainAccountIsm: string;
1401
384
  aggregationIsmFactory: string;
1402
- aggregationHookFactory: string;
1403
385
  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;
386
+ interchainQueryRouter: string;
387
+ interchainAccountRouter: string;
388
+ merkleRootMultisigIsmFactory: string;
389
+ messageIdMultisigIsmFactory: string;
1471
390
  }>;
1472
391
  //# sourceMappingURL=index.d.ts.map