@hyperlane-xyz/sdk 0.5.4-2 → 0.5.5

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