@hyperlane-xyz/sdk 0.5.2 → 0.5.4-0

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