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