@hyperlane-xyz/sdk 1.0.0-beta5 → 1.0.0-beta6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/consts/environments/index.d.ts +19 -275
- package/dist/consts/environments/index.d.ts.map +1 -1
- package/dist/consts/environments/index.js +5 -7
- package/dist/consts/environments/index.js.map +1 -1
- package/dist/consts/environments/mainnet.json +55 -71
- package/dist/consts/environments/{testnet3.json → testnet.json} +16 -8
- package/dist/core/HyperlaneCore.d.ts +17 -273
- package/dist/core/HyperlaneCore.d.ts.map +1 -1
- package/dist/core/HyperlaneCore.test.js +2 -2
- package/dist/core/HyperlaneCore.test.js.map +1 -1
- package/dist/deploy/router/HyperlaneRouterChecker.d.ts +1 -0
- package/dist/deploy/router/HyperlaneRouterChecker.d.ts.map +1 -1
- package/dist/deploy/router/HyperlaneRouterChecker.js +14 -0
- package/dist/deploy/router/HyperlaneRouterChecker.js.map +1 -1
- package/dist/test/envSubsetDeployer/check-single-chain.js +1 -1
- package/dist/test/envSubsetDeployer/check-single-chain.js.map +1 -1
- package/dist/test/envSubsetDeployer/deploy-single-chain.js +1 -1
- package/dist/test/envSubsetDeployer/deploy-single-chain.js.map +1 -1
- package/package.json +3 -3
- package/dist/consts/environments/mainnet2.json +0 -110
- package/dist/consts/environments/testnet2.json +0 -138
|
@@ -45,10 +45,9 @@ export declare const environments: {
|
|
|
45
45
|
multisigIsm: string;
|
|
46
46
|
};
|
|
47
47
|
};
|
|
48
|
-
|
|
48
|
+
testnet: {
|
|
49
49
|
alfajores: {
|
|
50
50
|
proxyAdmin: string;
|
|
51
|
-
multisigIsm: string;
|
|
52
51
|
interchainGasPaymaster: {
|
|
53
52
|
kind: string;
|
|
54
53
|
proxy: string;
|
|
@@ -59,13 +58,11 @@ export declare const environments: {
|
|
|
59
58
|
proxy: string;
|
|
60
59
|
implementation: string;
|
|
61
60
|
};
|
|
62
|
-
|
|
63
|
-
interchainQueryRouter: string;
|
|
61
|
+
multisigIsm: string;
|
|
64
62
|
create2Factory: string;
|
|
65
63
|
};
|
|
66
64
|
fuji: {
|
|
67
65
|
proxyAdmin: string;
|
|
68
|
-
multisigIsm: string;
|
|
69
66
|
interchainGasPaymaster: {
|
|
70
67
|
kind: string;
|
|
71
68
|
proxy: string;
|
|
@@ -76,13 +73,11 @@ export declare const environments: {
|
|
|
76
73
|
proxy: string;
|
|
77
74
|
implementation: string;
|
|
78
75
|
};
|
|
79
|
-
|
|
80
|
-
interchainQueryRouter: string;
|
|
76
|
+
multisigIsm: string;
|
|
81
77
|
create2Factory: string;
|
|
82
78
|
};
|
|
83
79
|
mumbai: {
|
|
84
80
|
proxyAdmin: string;
|
|
85
|
-
multisigIsm: string;
|
|
86
81
|
interchainGasPaymaster: {
|
|
87
82
|
kind: string;
|
|
88
83
|
proxy: string;
|
|
@@ -93,30 +88,11 @@ export declare const environments: {
|
|
|
93
88
|
proxy: string;
|
|
94
89
|
implementation: string;
|
|
95
90
|
};
|
|
96
|
-
interchainAccountRouter: string;
|
|
97
|
-
interchainQueryRouter: string;
|
|
98
|
-
create2Factory: string;
|
|
99
|
-
};
|
|
100
|
-
bsctestnet: {
|
|
101
|
-
proxyAdmin: string;
|
|
102
91
|
multisigIsm: string;
|
|
103
|
-
interchainGasPaymaster: {
|
|
104
|
-
kind: string;
|
|
105
|
-
proxy: string;
|
|
106
|
-
implementation: string;
|
|
107
|
-
};
|
|
108
|
-
mailbox: {
|
|
109
|
-
kind: string;
|
|
110
|
-
proxy: string;
|
|
111
|
-
implementation: string;
|
|
112
|
-
};
|
|
113
|
-
interchainAccountRouter: string;
|
|
114
|
-
interchainQueryRouter: string;
|
|
115
92
|
create2Factory: string;
|
|
116
93
|
};
|
|
117
|
-
|
|
94
|
+
bsctestnet: {
|
|
118
95
|
proxyAdmin: string;
|
|
119
|
-
multisigIsm: string;
|
|
120
96
|
interchainGasPaymaster: {
|
|
121
97
|
kind: string;
|
|
122
98
|
proxy: string;
|
|
@@ -127,30 +103,11 @@ export declare const environments: {
|
|
|
127
103
|
proxy: string;
|
|
128
104
|
implementation: string;
|
|
129
105
|
};
|
|
130
|
-
interchainAccountRouter: string;
|
|
131
|
-
interchainQueryRouter: string;
|
|
132
|
-
create2Factory: string;
|
|
133
|
-
};
|
|
134
|
-
optimismgoerli: {
|
|
135
|
-
proxyAdmin: string;
|
|
136
106
|
multisigIsm: string;
|
|
137
|
-
interchainGasPaymaster: {
|
|
138
|
-
kind: string;
|
|
139
|
-
proxy: string;
|
|
140
|
-
implementation: string;
|
|
141
|
-
};
|
|
142
|
-
mailbox: {
|
|
143
|
-
kind: string;
|
|
144
|
-
proxy: string;
|
|
145
|
-
implementation: string;
|
|
146
|
-
};
|
|
147
|
-
interchainAccountRouter: string;
|
|
148
|
-
interchainQueryRouter: string;
|
|
149
107
|
create2Factory: string;
|
|
150
108
|
};
|
|
151
109
|
goerli: {
|
|
152
110
|
proxyAdmin: string;
|
|
153
|
-
multisigIsm: string;
|
|
154
111
|
interchainGasPaymaster: {
|
|
155
112
|
kind: string;
|
|
156
113
|
proxy: string;
|
|
@@ -161,49 +118,11 @@ export declare const environments: {
|
|
|
161
118
|
proxy: string;
|
|
162
119
|
implementation: string;
|
|
163
120
|
};
|
|
164
|
-
interchainAccountRouter: string;
|
|
165
|
-
interchainQueryRouter: string;
|
|
166
|
-
create2Factory: string;
|
|
167
|
-
};
|
|
168
|
-
moonbasealpha: {
|
|
169
|
-
proxyAdmin: string;
|
|
170
121
|
multisigIsm: string;
|
|
171
|
-
interchainGasPaymaster: {
|
|
172
|
-
kind: string;
|
|
173
|
-
proxy: string;
|
|
174
|
-
implementation: string;
|
|
175
|
-
};
|
|
176
|
-
mailbox: {
|
|
177
|
-
kind: string;
|
|
178
|
-
proxy: string;
|
|
179
|
-
implementation: string;
|
|
180
|
-
};
|
|
181
|
-
interchainAccountRouter: string;
|
|
182
|
-
interchainQueryRouter: string;
|
|
183
122
|
create2Factory: string;
|
|
184
123
|
};
|
|
185
|
-
|
|
186
|
-
mainnet: {
|
|
187
|
-
avalanche: {
|
|
188
|
-
proxyAdmin: string;
|
|
189
|
-
multisigIsm: string;
|
|
190
|
-
interchainGasPaymaster: {
|
|
191
|
-
kind: string;
|
|
192
|
-
proxy: string;
|
|
193
|
-
implementation: string;
|
|
194
|
-
};
|
|
195
|
-
mailbox: {
|
|
196
|
-
kind: string;
|
|
197
|
-
proxy: string;
|
|
198
|
-
implementation: string;
|
|
199
|
-
};
|
|
200
|
-
interchainAccountRouter: string;
|
|
201
|
-
interchainQueryRouter: string;
|
|
202
|
-
create2Factory: string;
|
|
203
|
-
};
|
|
204
|
-
bsc: {
|
|
124
|
+
moonbasealpha: {
|
|
205
125
|
proxyAdmin: string;
|
|
206
|
-
multisigIsm: string;
|
|
207
126
|
interchainGasPaymaster: {
|
|
208
127
|
kind: string;
|
|
209
128
|
proxy: string;
|
|
@@ -214,30 +133,11 @@ export declare const environments: {
|
|
|
214
133
|
proxy: string;
|
|
215
134
|
implementation: string;
|
|
216
135
|
};
|
|
217
|
-
interchainAccountRouter: string;
|
|
218
|
-
interchainQueryRouter: string;
|
|
219
|
-
create2Factory: string;
|
|
220
|
-
};
|
|
221
|
-
polygon: {
|
|
222
|
-
proxyAdmin: string;
|
|
223
136
|
multisigIsm: string;
|
|
224
|
-
interchainGasPaymaster: {
|
|
225
|
-
kind: string;
|
|
226
|
-
proxy: string;
|
|
227
|
-
implementation: string;
|
|
228
|
-
};
|
|
229
|
-
mailbox: {
|
|
230
|
-
kind: string;
|
|
231
|
-
proxy: string;
|
|
232
|
-
implementation: string;
|
|
233
|
-
};
|
|
234
|
-
interchainAccountRouter: string;
|
|
235
|
-
interchainQueryRouter: string;
|
|
236
137
|
create2Factory: string;
|
|
237
138
|
};
|
|
238
|
-
|
|
139
|
+
optimismgoerli: {
|
|
239
140
|
proxyAdmin: string;
|
|
240
|
-
multisigIsm: string;
|
|
241
141
|
interchainGasPaymaster: {
|
|
242
142
|
kind: string;
|
|
243
143
|
proxy: string;
|
|
@@ -248,30 +148,11 @@ export declare const environments: {
|
|
|
248
148
|
proxy: string;
|
|
249
149
|
implementation: string;
|
|
250
150
|
};
|
|
251
|
-
interchainAccountRouter: string;
|
|
252
|
-
interchainQueryRouter: string;
|
|
253
|
-
create2Factory: string;
|
|
254
|
-
};
|
|
255
|
-
arbitrum: {
|
|
256
|
-
proxyAdmin: string;
|
|
257
151
|
multisigIsm: string;
|
|
258
|
-
interchainGasPaymaster: {
|
|
259
|
-
kind: string;
|
|
260
|
-
proxy: string;
|
|
261
|
-
implementation: string;
|
|
262
|
-
};
|
|
263
|
-
mailbox: {
|
|
264
|
-
kind: string;
|
|
265
|
-
proxy: string;
|
|
266
|
-
implementation: string;
|
|
267
|
-
};
|
|
268
|
-
interchainAccountRouter: string;
|
|
269
|
-
interchainQueryRouter: string;
|
|
270
152
|
create2Factory: string;
|
|
271
153
|
};
|
|
272
|
-
|
|
154
|
+
arbitrumgoerli: {
|
|
273
155
|
proxyAdmin: string;
|
|
274
|
-
multisigIsm: string;
|
|
275
156
|
interchainGasPaymaster: {
|
|
276
157
|
kind: string;
|
|
277
158
|
proxy: string;
|
|
@@ -282,145 +163,12 @@ export declare const environments: {
|
|
|
282
163
|
proxy: string;
|
|
283
164
|
implementation: string;
|
|
284
165
|
};
|
|
285
|
-
interchainAccountRouter: string;
|
|
286
|
-
interchainQueryRouter: string;
|
|
287
|
-
create2Factory: string;
|
|
288
|
-
};
|
|
289
|
-
ethereum: {
|
|
290
|
-
proxyAdmin: string;
|
|
291
166
|
multisigIsm: string;
|
|
292
|
-
interchainGasPaymaster: {
|
|
293
|
-
kind: string;
|
|
294
|
-
proxy: string;
|
|
295
|
-
implementation: string;
|
|
296
|
-
};
|
|
297
|
-
mailbox: {
|
|
298
|
-
kind: string;
|
|
299
|
-
proxy: string;
|
|
300
|
-
implementation: string;
|
|
301
|
-
};
|
|
302
|
-
interchainAccountRouter: string;
|
|
303
|
-
interchainQueryRouter: string;
|
|
304
|
-
create2Factory: string;
|
|
305
|
-
};
|
|
306
|
-
moonbeam: {
|
|
307
|
-
proxyAdmin: string;
|
|
308
|
-
multisigIsm: string;
|
|
309
|
-
interchainGasPaymaster: {
|
|
310
|
-
kind: string;
|
|
311
|
-
proxy: string;
|
|
312
|
-
implementation: string;
|
|
313
|
-
};
|
|
314
|
-
mailbox: {
|
|
315
|
-
kind: string;
|
|
316
|
-
proxy: string;
|
|
317
|
-
implementation: string;
|
|
318
|
-
};
|
|
319
|
-
interchainAccountRouter: string;
|
|
320
|
-
interchainQueryRouter: string;
|
|
321
167
|
create2Factory: string;
|
|
322
168
|
};
|
|
323
169
|
};
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
proxyAdmin: string;
|
|
327
|
-
interchainGasPaymaster: {
|
|
328
|
-
kind: string;
|
|
329
|
-
proxy: string;
|
|
330
|
-
implementation: string;
|
|
331
|
-
};
|
|
332
|
-
mailbox: {
|
|
333
|
-
kind: string;
|
|
334
|
-
proxy: string;
|
|
335
|
-
implementation: string;
|
|
336
|
-
};
|
|
337
|
-
multisigIsm: string;
|
|
338
|
-
};
|
|
339
|
-
fuji: {
|
|
340
|
-
proxyAdmin: string;
|
|
341
|
-
interchainGasPaymaster: {
|
|
342
|
-
kind: string;
|
|
343
|
-
proxy: string;
|
|
344
|
-
implementation: string;
|
|
345
|
-
};
|
|
346
|
-
mailbox: {
|
|
347
|
-
kind: string;
|
|
348
|
-
proxy: string;
|
|
349
|
-
implementation: string;
|
|
350
|
-
};
|
|
351
|
-
multisigIsm: string;
|
|
352
|
-
};
|
|
353
|
-
mumbai: {
|
|
354
|
-
proxyAdmin: string;
|
|
355
|
-
interchainGasPaymaster: {
|
|
356
|
-
kind: string;
|
|
357
|
-
proxy: string;
|
|
358
|
-
implementation: string;
|
|
359
|
-
};
|
|
360
|
-
mailbox: {
|
|
361
|
-
kind: string;
|
|
362
|
-
proxy: string;
|
|
363
|
-
implementation: string;
|
|
364
|
-
};
|
|
365
|
-
multisigIsm: string;
|
|
366
|
-
};
|
|
367
|
-
bsctestnet: {
|
|
368
|
-
proxyAdmin: string;
|
|
369
|
-
interchainGasPaymaster: {
|
|
370
|
-
kind: string;
|
|
371
|
-
proxy: string;
|
|
372
|
-
implementation: string;
|
|
373
|
-
};
|
|
374
|
-
mailbox: {
|
|
375
|
-
kind: string;
|
|
376
|
-
proxy: string;
|
|
377
|
-
implementation: string;
|
|
378
|
-
};
|
|
379
|
-
multisigIsm: string;
|
|
380
|
-
};
|
|
381
|
-
goerli: {
|
|
382
|
-
proxyAdmin: string;
|
|
383
|
-
interchainGasPaymaster: {
|
|
384
|
-
kind: string;
|
|
385
|
-
proxy: string;
|
|
386
|
-
implementation: string;
|
|
387
|
-
};
|
|
388
|
-
mailbox: {
|
|
389
|
-
kind: string;
|
|
390
|
-
proxy: string;
|
|
391
|
-
implementation: string;
|
|
392
|
-
};
|
|
393
|
-
multisigIsm: string;
|
|
394
|
-
};
|
|
395
|
-
moonbasealpha: {
|
|
396
|
-
proxyAdmin: string;
|
|
397
|
-
interchainGasPaymaster: {
|
|
398
|
-
kind: string;
|
|
399
|
-
proxy: string;
|
|
400
|
-
implementation: string;
|
|
401
|
-
};
|
|
402
|
-
mailbox: {
|
|
403
|
-
kind: string;
|
|
404
|
-
proxy: string;
|
|
405
|
-
implementation: string;
|
|
406
|
-
};
|
|
407
|
-
multisigIsm: string;
|
|
408
|
-
};
|
|
409
|
-
optimismgoerli: {
|
|
410
|
-
proxyAdmin: string;
|
|
411
|
-
interchainGasPaymaster: {
|
|
412
|
-
kind: string;
|
|
413
|
-
proxy: string;
|
|
414
|
-
implementation: string;
|
|
415
|
-
};
|
|
416
|
-
mailbox: {
|
|
417
|
-
kind: string;
|
|
418
|
-
proxy: string;
|
|
419
|
-
implementation: string;
|
|
420
|
-
};
|
|
421
|
-
multisigIsm: string;
|
|
422
|
-
};
|
|
423
|
-
arbitrumgoerli: {
|
|
170
|
+
mainnet: {
|
|
171
|
+
celo: {
|
|
424
172
|
proxyAdmin: string;
|
|
425
173
|
interchainGasPaymaster: {
|
|
426
174
|
kind: string;
|
|
@@ -433,18 +181,7 @@ export declare const environments: {
|
|
|
433
181
|
implementation: string;
|
|
434
182
|
};
|
|
435
183
|
multisigIsm: string;
|
|
436
|
-
|
|
437
|
-
};
|
|
438
|
-
mainnet2: {
|
|
439
|
-
celo: {
|
|
440
|
-
proxyAdmin: string;
|
|
441
|
-
interchainGasPaymaster: string;
|
|
442
|
-
mailbox: {
|
|
443
|
-
kind: string;
|
|
444
|
-
proxy: string;
|
|
445
|
-
implementation: string;
|
|
446
|
-
};
|
|
447
|
-
multisigIsm: string;
|
|
184
|
+
create2Factory: string;
|
|
448
185
|
};
|
|
449
186
|
ethereum: {
|
|
450
187
|
proxyAdmin: string;
|
|
@@ -459,6 +196,7 @@ export declare const environments: {
|
|
|
459
196
|
implementation: string;
|
|
460
197
|
};
|
|
461
198
|
multisigIsm: string;
|
|
199
|
+
create2Factory: string;
|
|
462
200
|
};
|
|
463
201
|
avalanche: {
|
|
464
202
|
proxyAdmin: string;
|
|
@@ -473,6 +211,7 @@ export declare const environments: {
|
|
|
473
211
|
implementation: string;
|
|
474
212
|
};
|
|
475
213
|
multisigIsm: string;
|
|
214
|
+
create2Factory: string;
|
|
476
215
|
};
|
|
477
216
|
polygon: {
|
|
478
217
|
proxyAdmin: string;
|
|
@@ -487,6 +226,7 @@ export declare const environments: {
|
|
|
487
226
|
implementation: string;
|
|
488
227
|
};
|
|
489
228
|
multisigIsm: string;
|
|
229
|
+
create2Factory: string;
|
|
490
230
|
};
|
|
491
231
|
bsc: {
|
|
492
232
|
proxyAdmin: string;
|
|
@@ -501,6 +241,7 @@ export declare const environments: {
|
|
|
501
241
|
implementation: string;
|
|
502
242
|
};
|
|
503
243
|
multisigIsm: string;
|
|
244
|
+
create2Factory: string;
|
|
504
245
|
};
|
|
505
246
|
arbitrum: {
|
|
506
247
|
proxyAdmin: string;
|
|
@@ -515,6 +256,7 @@ export declare const environments: {
|
|
|
515
256
|
implementation: string;
|
|
516
257
|
};
|
|
517
258
|
multisigIsm: string;
|
|
259
|
+
create2Factory: string;
|
|
518
260
|
};
|
|
519
261
|
optimism: {
|
|
520
262
|
proxyAdmin: string;
|
|
@@ -529,6 +271,7 @@ export declare const environments: {
|
|
|
529
271
|
implementation: string;
|
|
530
272
|
};
|
|
531
273
|
multisigIsm: string;
|
|
274
|
+
create2Factory: string;
|
|
532
275
|
};
|
|
533
276
|
moonbeam: {
|
|
534
277
|
proxyAdmin: string;
|
|
@@ -543,6 +286,7 @@ export declare const environments: {
|
|
|
543
286
|
implementation: string;
|
|
544
287
|
};
|
|
545
288
|
multisigIsm: string;
|
|
289
|
+
create2Factory: string;
|
|
546
290
|
};
|
|
547
291
|
};
|
|
548
292
|
};
|
|
@@ -550,8 +294,8 @@ declare type HyperlaneCoreAddressMap = LooseChainMap<{
|
|
|
550
294
|
mailbox: types.Address;
|
|
551
295
|
multisigIsm: types.Address;
|
|
552
296
|
interchainGasPaymaster: types.Address;
|
|
553
|
-
interchainAccountRouter
|
|
554
|
-
interchainQueryRouter
|
|
297
|
+
interchainAccountRouter?: types.Address;
|
|
298
|
+
interchainQueryRouter?: types.Address;
|
|
555
299
|
create2Factory: types.Address;
|
|
556
300
|
}>;
|
|
557
301
|
export declare const hyperlaneCoreAddresses: HyperlaneCoreAddressMap;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/consts/environments/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAE7C,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/consts/environments/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAE7C,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAO5C,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAEvD,aAAK,uBAAuB,GAAG,aAAa,CAAC;IAC3C,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;IACvB,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC;IAC3B,sBAAsB,EAAE,KAAK,CAAC,OAAO,CAAC;IACtC,uBAAuB,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC;IACxC,qBAAqB,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC;IACtC,cAAc,EAAE,KAAK,CAAC,OAAO,CAAC;CAC/B,CAAC,CAAC;AAGH,eAAO,MAAM,sBAAsB,yBAUP,CAAC"}
|
|
@@ -5,19 +5,17 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.hyperlaneCoreAddresses = exports.environments = void 0;
|
|
7
7
|
const objects_1 = require("../../utils/objects");
|
|
8
|
-
const mainnet2_json_1 = __importDefault(require("./mainnet2.json"));
|
|
9
8
|
const mainnet_json_1 = __importDefault(require("./mainnet.json"));
|
|
10
9
|
const test_json_1 = __importDefault(require("./test.json"));
|
|
11
|
-
const
|
|
12
|
-
|
|
13
|
-
exports.environments = { test: test_json_1.default, testnet2: testnet2_json_1.default, mainnet: mainnet_json_1.default, testnet3: testnet3_json_1.default, mainnet2: mainnet2_json_1.default };
|
|
10
|
+
const testnet_json_1 = __importDefault(require("./testnet.json"));
|
|
11
|
+
exports.environments = { test: test_json_1.default, testnet: testnet_json_1.default, mainnet: mainnet_json_1.default };
|
|
14
12
|
// Export developer-relevant addresses
|
|
15
|
-
exports.hyperlaneCoreAddresses = (0, objects_1.objMap)(Object.assign(Object.assign({},
|
|
13
|
+
exports.hyperlaneCoreAddresses = (0, objects_1.objMap)(Object.assign(Object.assign({}, testnet_json_1.default), mainnet_json_1.default), (_chain, addresses) => ({
|
|
16
14
|
mailbox: addresses.mailbox.proxy,
|
|
17
15
|
multisigIsm: addresses.multisigIsm,
|
|
18
16
|
interchainGasPaymaster: addresses.interchainGasPaymaster.proxy,
|
|
19
|
-
interchainAccountRouter:
|
|
20
|
-
interchainQueryRouter:
|
|
17
|
+
interchainAccountRouter: undefined,
|
|
18
|
+
interchainQueryRouter: undefined,
|
|
21
19
|
create2Factory: addresses.create2Factory,
|
|
22
20
|
}));
|
|
23
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/consts/environments/index.ts"],"names":[],"mappings":";;;;;;AAGA,iDAA6C;AAE7C,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/consts/environments/index.ts"],"names":[],"mappings":";;;;;;AAGA,iDAA6C;AAE7C,kEAAqC;AACrC,4DAA+B;AAC/B,kEAAqC;AAExB,QAAA,YAAY,GAAG,EAAE,IAAI,EAAJ,mBAAI,EAAE,OAAO,EAAP,sBAAO,EAAE,OAAO,EAAP,sBAAO,EAAE,CAAC;AAWvD,sCAAsC;AACzB,QAAA,sBAAsB,GAAG,IAAA,gBAAM,kCACrC,sBAAO,GAAK,sBAAO,GACxB,CAAC,MAAM,EAAE,SAAS,EAAE,EAAE,CAAC,CAAC;IACtB,OAAO,EAAE,SAAS,CAAC,OAAO,CAAC,KAAK;IAChC,WAAW,EAAE,SAAS,CAAC,WAAW;IAClC,sBAAsB,EAAE,SAAS,CAAC,sBAAsB,CAAC,KAAK;IAC9D,uBAAuB,EAAE,SAAS;IAClC,qBAAqB,EAAE,SAAS;IAChC,cAAc,EAAE,SAAS,CAAC,cAAc;CACzC,CAAC,CACwB,CAAC"}
|