@hyperlane-xyz/sdk 0.5.4-2 → 0.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/consts/chainConnectionConfigs.d.ts +2 -0
- package/dist/consts/chainConnectionConfigs.d.ts.map +1 -1
- package/dist/consts/chainConnectionConfigs.js +13 -1
- package/dist/consts/chainConnectionConfigs.js.map +1 -1
- package/dist/consts/chainMetadata.d.ts +1 -1
- package/dist/consts/chainMetadata.d.ts.map +1 -1
- package/dist/consts/chainMetadata.js +1 -1
- package/dist/consts/chainMetadata.js.map +1 -1
- package/dist/consts/chains.d.ts +4 -2
- package/dist/consts/chains.d.ts.map +1 -1
- package/dist/consts/chains.js +2 -0
- package/dist/consts/chains.js.map +1 -1
- package/dist/consts/environments/index.d.ts +1164 -53
- package/dist/consts/environments/index.d.ts.map +1 -1
- package/dist/consts/environments/index.js +11 -4
- package/dist/consts/environments/index.js.map +1 -1
- package/dist/consts/environments/mainnet.json +560 -32
- package/dist/consts/environments/test.json +89 -35
- package/dist/consts/environments/testnet2.json +584 -56
- package/dist/core/HyperlaneCore.d.ts +1177 -58
- package/dist/core/HyperlaneCore.d.ts.map +1 -1
- package/dist/core/HyperlaneCore.js +53 -14
- package/dist/core/HyperlaneCore.js.map +1 -1
- package/dist/core/TestCoreApp.d.ts +12 -6
- package/dist/core/TestCoreApp.d.ts.map +1 -1
- package/dist/core/TestCoreApp.js +5 -5
- package/dist/core/TestCoreApp.js.map +1 -1
- package/dist/core/TestCoreDeployer.d.ts +5 -6
- package/dist/core/TestCoreDeployer.d.ts.map +1 -1
- package/dist/core/TestCoreDeployer.js +40 -18
- package/dist/core/TestCoreDeployer.js.map +1 -1
- package/dist/core/contracts.d.ts +18 -6
- package/dist/core/contracts.d.ts.map +1 -1
- package/dist/core/contracts.js +8 -8
- package/dist/core/contracts.js.map +1 -1
- package/dist/core/events.d.ts +2 -1
- package/dist/core/events.d.ts.map +1 -1
- package/dist/core/message.d.ts +21 -6
- package/dist/core/message.d.ts.map +1 -1
- package/dist/core/message.js +34 -9
- package/dist/core/message.js.map +1 -1
- package/dist/core/testHyperlaneDeploy.hardhat-test.js +6 -6
- package/dist/core/testHyperlaneDeploy.hardhat-test.js.map +1 -1
- package/dist/deploy/core/HyperlaneCoreChecker.d.ts +6 -3
- package/dist/deploy/core/HyperlaneCoreChecker.d.ts.map +1 -1
- package/dist/deploy/core/HyperlaneCoreChecker.js +125 -45
- package/dist/deploy/core/HyperlaneCoreChecker.js.map +1 -1
- package/dist/deploy/core/HyperlaneCoreDeployer.d.ts +16 -12
- package/dist/deploy/core/HyperlaneCoreDeployer.d.ts.map +1 -1
- package/dist/deploy/core/HyperlaneCoreDeployer.js +69 -43
- package/dist/deploy/core/HyperlaneCoreDeployer.js.map +1 -1
- package/dist/deploy/core/types.d.ts +28 -15
- package/dist/deploy/core/types.d.ts.map +1 -1
- package/dist/deploy/core/types.js +12 -8
- package/dist/deploy/core/types.js.map +1 -1
- package/dist/deploy/middleware/LiquidityLayerApp.d.ts +12 -4
- package/dist/deploy/middleware/LiquidityLayerApp.d.ts.map +1 -1
- package/dist/deploy/middleware/LiquidityLayerApp.js +78 -13
- package/dist/deploy/middleware/LiquidityLayerApp.js.map +1 -1
- package/dist/deploy/middleware/LiquidityLayerRouterDeployer.d.ts +16 -5
- package/dist/deploy/middleware/LiquidityLayerRouterDeployer.d.ts.map +1 -1
- package/dist/deploy/middleware/LiquidityLayerRouterDeployer.js +49 -15
- package/dist/deploy/middleware/LiquidityLayerRouterDeployer.js.map +1 -1
- package/dist/deploy/middleware/TokenBridgeApp.d.ts +26 -0
- package/dist/deploy/middleware/TokenBridgeApp.d.ts.map +1 -0
- package/dist/deploy/middleware/TokenBridgeApp.js +115 -0
- package/dist/deploy/middleware/TokenBridgeApp.js.map +1 -0
- package/dist/deploy/middleware/TokenBridgeRouterDeployer.d.ts +33 -0
- package/dist/deploy/middleware/TokenBridgeRouterDeployer.d.ts.map +1 -0
- package/dist/deploy/middleware/TokenBridgeRouterDeployer.js +93 -0
- package/dist/deploy/middleware/TokenBridgeRouterDeployer.js.map +1 -0
- package/dist/deploy/middleware/deploy.js +2 -2
- package/dist/deploy/middleware/deploy.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 +9 -0
- package/dist/deploy/router/HyperlaneRouterChecker.js.map +1 -1
- package/dist/deploy/router/HyperlaneRouterDeployer.d.ts.map +1 -1
- package/dist/deploy/router/HyperlaneRouterDeployer.js +7 -6
- package/dist/deploy/router/HyperlaneRouterDeployer.js.map +1 -1
- package/dist/deploy/verify/ContractVerifier.d.ts.map +1 -1
- package/dist/deploy/verify/ContractVerifier.js +2 -0
- package/dist/deploy/verify/ContractVerifier.js.map +1 -1
- package/dist/domains.d.ts +1 -1
- package/dist/domains.d.ts.map +1 -1
- package/dist/gas/calculator.d.ts.map +1 -1
- package/dist/gas/calculator.js +4 -6
- package/dist/gas/calculator.js.map +1 -1
- package/dist/gas/calculator.test.js +8 -5
- package/dist/gas/calculator.test.js.map +1 -1
- package/dist/gas/token-prices.d.ts.map +1 -1
- package/dist/gas/token-prices.js +7 -5
- package/dist/gas/token-prices.js.map +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/middleware/accounts.hardhat-test.js +3 -1
- package/dist/middleware/accounts.hardhat-test.js.map +1 -1
- package/dist/middleware/accounts.test.d.ts +2 -0
- package/dist/middleware/accounts.test.d.ts.map +1 -0
- package/dist/middleware/accounts.test.js +61 -0
- package/dist/middleware/accounts.test.js.map +1 -0
- package/dist/middleware/liquidity-layer.hardhat-test.js +47 -20
- package/dist/middleware/liquidity-layer.hardhat-test.js.map +1 -1
- package/dist/middleware/queries.test.d.ts +2 -0
- package/dist/middleware/queries.test.d.ts.map +1 -0
- package/dist/middleware/queries.test.js +69 -0
- package/dist/middleware/queries.test.js.map +1 -0
- package/dist/middleware/tokenbridge.hardhat-test.d.ts +2 -0
- package/dist/middleware/tokenbridge.hardhat-test.d.ts.map +1 -0
- package/dist/middleware/tokenbridge.hardhat-test.js +89 -0
- package/dist/middleware/tokenbridge.hardhat-test.js.map +1 -0
- package/dist/middleware.d.ts +3 -1
- package/dist/middleware.d.ts.map +1 -1
- package/dist/middleware.js +1 -0
- package/dist/middleware.js.map +1 -1
- package/dist/providers/MultiProvider.d.ts.map +1 -1
- package/dist/providers/MultiProvider.js +1 -1
- package/dist/providers/MultiProvider.js.map +1 -1
- package/dist/router.d.ts +1 -2
- package/dist/router.d.ts.map +1 -1
- package/dist/test/envSubsetDeployer/app.js +2 -2
- package/dist/test/envSubsetDeployer/app.js.map +1 -1
- package/dist/tokenBridge.d.ts +10 -0
- package/dist/tokenBridge.d.ts.map +1 -0
- package/dist/tokenBridge.js +9 -0
- package/dist/tokenBridge.js.map +1 -0
- package/dist/utils/objects.d.ts +1 -0
- package/dist/utils/objects.d.ts.map +1 -1
- package/dist/utils/objects.js +5 -1
- package/dist/utils/objects.js.map +1 -1
- package/package.json +4 -5
|
@@ -1,234 +1,816 @@
|
|
|
1
1
|
import { ethers } from 'ethers';
|
|
2
|
-
import {
|
|
2
|
+
import { Inbox, Outbox } 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 } from '../types';
|
|
9
|
+
import { ChainMap, ChainName, Remotes } 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
|
|
14
|
+
[local in Chain]: CoreContracts<Chain, local>;
|
|
15
15
|
};
|
|
16
16
|
export declare type DispatchedMessage = {
|
|
17
|
-
|
|
17
|
+
leafIndex: number;
|
|
18
18
|
message: string;
|
|
19
19
|
parsed: types.ParsedMessage;
|
|
20
20
|
};
|
|
21
|
-
export declare class HyperlaneCore<Chain extends ChainName = ChainName> extends HyperlaneApp<CoreContracts, Chain> {
|
|
21
|
+
export declare class HyperlaneCore<Chain extends ChainName = ChainName> extends HyperlaneApp<CoreContracts<Chain, Chain>, 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;
|
|
27
28
|
interchainGasPaymaster: {
|
|
28
29
|
kind: string;
|
|
29
30
|
proxy: string;
|
|
30
31
|
implementation: string;
|
|
31
32
|
beacon: string;
|
|
32
33
|
};
|
|
33
|
-
|
|
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: {
|
|
34
55
|
kind: string;
|
|
35
56
|
proxy: string;
|
|
36
57
|
implementation: string;
|
|
37
58
|
beacon: string;
|
|
38
59
|
};
|
|
39
|
-
|
|
40
|
-
interchainQueryRouter: string;
|
|
41
|
-
create2Factory: string;
|
|
42
|
-
multisigIsm: string;
|
|
60
|
+
outboxValidatorManager: string;
|
|
43
61
|
};
|
|
44
62
|
test2: {
|
|
45
63
|
upgradeBeaconController: string;
|
|
64
|
+
connectionManager: string;
|
|
46
65
|
interchainGasPaymaster: {
|
|
47
66
|
kind: string;
|
|
48
67
|
proxy: string;
|
|
49
68
|
implementation: string;
|
|
50
69
|
beacon: string;
|
|
51
70
|
};
|
|
52
|
-
|
|
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: {
|
|
53
92
|
kind: string;
|
|
54
93
|
proxy: string;
|
|
55
94
|
implementation: string;
|
|
56
95
|
beacon: string;
|
|
57
96
|
};
|
|
58
|
-
|
|
59
|
-
interchainQueryRouter: string;
|
|
60
|
-
create2Factory: string;
|
|
61
|
-
multisigIsm: string;
|
|
97
|
+
outboxValidatorManager: string;
|
|
62
98
|
};
|
|
63
99
|
test3: {
|
|
64
100
|
upgradeBeaconController: string;
|
|
101
|
+
connectionManager: string;
|
|
65
102
|
interchainGasPaymaster: {
|
|
66
103
|
kind: string;
|
|
67
104
|
proxy: string;
|
|
68
105
|
implementation: string;
|
|
69
106
|
beacon: string;
|
|
70
107
|
};
|
|
71
|
-
|
|
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: {
|
|
72
129
|
kind: string;
|
|
73
130
|
proxy: string;
|
|
74
131
|
implementation: string;
|
|
75
132
|
beacon: string;
|
|
76
133
|
};
|
|
77
|
-
|
|
78
|
-
interchainQueryRouter: string;
|
|
79
|
-
create2Factory: string;
|
|
80
|
-
multisigIsm: string;
|
|
134
|
+
outboxValidatorManager: string;
|
|
81
135
|
};
|
|
82
136
|
};
|
|
83
137
|
testnet2: {
|
|
84
138
|
alfajores: {
|
|
85
139
|
upgradeBeaconController: string;
|
|
86
|
-
|
|
140
|
+
connectionManager: string;
|
|
87
141
|
interchainGasPaymaster: {
|
|
88
142
|
kind: string;
|
|
89
143
|
proxy: string;
|
|
90
144
|
implementation: string;
|
|
91
145
|
beacon: string;
|
|
92
146
|
};
|
|
93
|
-
|
|
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: {
|
|
94
213
|
kind: string;
|
|
95
214
|
proxy: string;
|
|
96
215
|
implementation: string;
|
|
97
216
|
beacon: string;
|
|
98
217
|
};
|
|
218
|
+
outboxValidatorManager: string;
|
|
99
219
|
interchainAccountRouter: string;
|
|
100
220
|
interchainQueryRouter: string;
|
|
101
221
|
create2Factory: string;
|
|
102
222
|
};
|
|
103
223
|
fuji: {
|
|
104
224
|
upgradeBeaconController: string;
|
|
105
|
-
|
|
225
|
+
connectionManager: string;
|
|
106
226
|
interchainGasPaymaster: {
|
|
107
227
|
kind: string;
|
|
108
228
|
proxy: string;
|
|
109
229
|
implementation: string;
|
|
110
230
|
beacon: string;
|
|
111
231
|
};
|
|
112
|
-
|
|
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: {
|
|
113
298
|
kind: string;
|
|
114
299
|
proxy: string;
|
|
115
300
|
implementation: string;
|
|
116
301
|
beacon: string;
|
|
117
302
|
};
|
|
303
|
+
outboxValidatorManager: string;
|
|
118
304
|
interchainAccountRouter: string;
|
|
119
305
|
interchainQueryRouter: string;
|
|
120
306
|
create2Factory: string;
|
|
121
307
|
};
|
|
122
308
|
mumbai: {
|
|
123
309
|
upgradeBeaconController: string;
|
|
124
|
-
|
|
310
|
+
connectionManager: string;
|
|
125
311
|
interchainGasPaymaster: {
|
|
126
312
|
kind: string;
|
|
127
313
|
proxy: string;
|
|
128
314
|
implementation: string;
|
|
129
315
|
beacon: string;
|
|
130
316
|
};
|
|
131
|
-
|
|
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: {
|
|
132
383
|
kind: string;
|
|
133
384
|
proxy: string;
|
|
134
385
|
implementation: string;
|
|
135
386
|
beacon: string;
|
|
136
387
|
};
|
|
388
|
+
outboxValidatorManager: string;
|
|
137
389
|
interchainAccountRouter: string;
|
|
138
390
|
interchainQueryRouter: string;
|
|
139
391
|
create2Factory: string;
|
|
140
392
|
};
|
|
141
393
|
bsctestnet: {
|
|
142
394
|
upgradeBeaconController: string;
|
|
143
|
-
|
|
395
|
+
connectionManager: string;
|
|
144
396
|
interchainGasPaymaster: {
|
|
145
397
|
kind: string;
|
|
146
398
|
proxy: string;
|
|
147
399
|
implementation: string;
|
|
148
400
|
beacon: string;
|
|
149
401
|
};
|
|
150
|
-
|
|
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: {
|
|
151
468
|
kind: string;
|
|
152
469
|
proxy: string;
|
|
153
470
|
implementation: string;
|
|
154
471
|
beacon: string;
|
|
155
472
|
};
|
|
473
|
+
outboxValidatorManager: string;
|
|
156
474
|
interchainAccountRouter: string;
|
|
157
475
|
interchainQueryRouter: string;
|
|
158
476
|
create2Factory: string;
|
|
159
477
|
};
|
|
160
|
-
|
|
478
|
+
goerli: {
|
|
161
479
|
upgradeBeaconController: string;
|
|
162
|
-
|
|
480
|
+
connectionManager: string;
|
|
163
481
|
interchainGasPaymaster: {
|
|
164
482
|
kind: string;
|
|
165
483
|
proxy: string;
|
|
166
484
|
implementation: string;
|
|
167
485
|
beacon: string;
|
|
168
486
|
};
|
|
169
|
-
|
|
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: {
|
|
170
553
|
kind: string;
|
|
171
554
|
proxy: string;
|
|
172
555
|
implementation: string;
|
|
173
556
|
beacon: string;
|
|
174
557
|
};
|
|
558
|
+
outboxValidatorManager: string;
|
|
175
559
|
interchainAccountRouter: string;
|
|
176
560
|
interchainQueryRouter: string;
|
|
177
561
|
create2Factory: string;
|
|
178
562
|
};
|
|
179
|
-
|
|
563
|
+
moonbasealpha: {
|
|
180
564
|
upgradeBeaconController: string;
|
|
181
|
-
|
|
565
|
+
connectionManager: string;
|
|
182
566
|
interchainGasPaymaster: {
|
|
183
567
|
kind: string;
|
|
184
568
|
proxy: string;
|
|
185
569
|
implementation: string;
|
|
186
570
|
beacon: string;
|
|
187
571
|
};
|
|
188
|
-
|
|
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: {
|
|
189
638
|
kind: string;
|
|
190
639
|
proxy: string;
|
|
191
640
|
implementation: string;
|
|
192
641
|
beacon: string;
|
|
193
642
|
};
|
|
643
|
+
outboxValidatorManager: string;
|
|
194
644
|
interchainAccountRouter: string;
|
|
195
645
|
interchainQueryRouter: string;
|
|
196
646
|
create2Factory: string;
|
|
197
647
|
};
|
|
198
|
-
|
|
648
|
+
optimismgoerli: {
|
|
199
649
|
upgradeBeaconController: string;
|
|
200
|
-
|
|
650
|
+
connectionManager: string;
|
|
201
651
|
interchainGasPaymaster: {
|
|
202
652
|
kind: string;
|
|
203
653
|
proxy: string;
|
|
204
654
|
implementation: string;
|
|
205
655
|
beacon: string;
|
|
206
656
|
};
|
|
207
|
-
|
|
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: {
|
|
208
723
|
kind: string;
|
|
209
724
|
proxy: string;
|
|
210
725
|
implementation: string;
|
|
211
726
|
beacon: string;
|
|
212
727
|
};
|
|
728
|
+
outboxValidatorManager: string;
|
|
213
729
|
interchainAccountRouter: string;
|
|
214
730
|
interchainQueryRouter: string;
|
|
215
731
|
create2Factory: string;
|
|
216
732
|
};
|
|
217
|
-
|
|
733
|
+
arbitrumgoerli: {
|
|
218
734
|
upgradeBeaconController: string;
|
|
219
|
-
|
|
735
|
+
connectionManager: string;
|
|
220
736
|
interchainGasPaymaster: {
|
|
221
737
|
kind: string;
|
|
222
738
|
proxy: string;
|
|
223
739
|
implementation: string;
|
|
224
740
|
beacon: string;
|
|
225
741
|
};
|
|
226
|
-
|
|
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: {
|
|
227
808
|
kind: string;
|
|
228
809
|
proxy: string;
|
|
229
810
|
implementation: string;
|
|
230
811
|
beacon: string;
|
|
231
812
|
};
|
|
813
|
+
outboxValidatorManager: string;
|
|
232
814
|
interchainAccountRouter: string;
|
|
233
815
|
interchainQueryRouter: string;
|
|
234
816
|
create2Factory: string;
|
|
@@ -237,168 +819,705 @@ export declare class HyperlaneCore<Chain extends ChainName = ChainName> extends
|
|
|
237
819
|
mainnet: {
|
|
238
820
|
avalanche: {
|
|
239
821
|
upgradeBeaconController: string;
|
|
240
|
-
|
|
822
|
+
connectionManager: string;
|
|
241
823
|
interchainGasPaymaster: {
|
|
242
824
|
kind: string;
|
|
243
825
|
proxy: string;
|
|
244
826
|
implementation: string;
|
|
245
827
|
beacon: string;
|
|
246
828
|
};
|
|
247
|
-
|
|
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: {
|
|
248
895
|
kind: string;
|
|
249
896
|
proxy: string;
|
|
250
897
|
implementation: string;
|
|
251
898
|
beacon: string;
|
|
252
899
|
};
|
|
900
|
+
outboxValidatorManager: string;
|
|
253
901
|
interchainAccountRouter: string;
|
|
254
902
|
interchainQueryRouter: string;
|
|
255
903
|
create2Factory: string;
|
|
256
904
|
};
|
|
257
905
|
bsc: {
|
|
258
906
|
upgradeBeaconController: string;
|
|
259
|
-
|
|
907
|
+
connectionManager: string;
|
|
260
908
|
interchainGasPaymaster: {
|
|
261
909
|
kind: string;
|
|
262
910
|
proxy: string;
|
|
263
911
|
implementation: string;
|
|
264
912
|
beacon: string;
|
|
265
913
|
};
|
|
266
|
-
|
|
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: {
|
|
267
980
|
kind: string;
|
|
268
981
|
proxy: string;
|
|
269
982
|
implementation: string;
|
|
270
983
|
beacon: string;
|
|
271
984
|
};
|
|
985
|
+
outboxValidatorManager: string;
|
|
272
986
|
interchainAccountRouter: string;
|
|
273
987
|
interchainQueryRouter: string;
|
|
274
988
|
create2Factory: string;
|
|
275
989
|
};
|
|
276
990
|
polygon: {
|
|
277
991
|
upgradeBeaconController: string;
|
|
278
|
-
|
|
992
|
+
connectionManager: string;
|
|
279
993
|
interchainGasPaymaster: {
|
|
280
994
|
kind: string;
|
|
281
995
|
proxy: string;
|
|
282
996
|
implementation: string;
|
|
283
997
|
beacon: string;
|
|
284
998
|
};
|
|
285
|
-
|
|
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: {
|
|
286
1065
|
kind: string;
|
|
287
1066
|
proxy: string;
|
|
288
1067
|
implementation: string;
|
|
289
1068
|
beacon: string;
|
|
290
1069
|
};
|
|
1070
|
+
outboxValidatorManager: string;
|
|
291
1071
|
interchainAccountRouter: string;
|
|
292
1072
|
interchainQueryRouter: string;
|
|
293
1073
|
create2Factory: string;
|
|
294
1074
|
};
|
|
295
1075
|
celo: {
|
|
296
1076
|
upgradeBeaconController: string;
|
|
297
|
-
|
|
1077
|
+
connectionManager: string;
|
|
298
1078
|
interchainGasPaymaster: {
|
|
299
1079
|
kind: string;
|
|
300
1080
|
proxy: string;
|
|
301
1081
|
implementation: string;
|
|
302
1082
|
beacon: string;
|
|
303
1083
|
};
|
|
304
|
-
|
|
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: {
|
|
305
1150
|
kind: string;
|
|
306
1151
|
proxy: string;
|
|
307
1152
|
implementation: string;
|
|
308
1153
|
beacon: string;
|
|
309
1154
|
};
|
|
1155
|
+
outboxValidatorManager: string;
|
|
310
1156
|
interchainAccountRouter: string;
|
|
311
1157
|
interchainQueryRouter: string;
|
|
312
1158
|
create2Factory: string;
|
|
313
1159
|
};
|
|
314
1160
|
arbitrum: {
|
|
315
1161
|
upgradeBeaconController: string;
|
|
316
|
-
|
|
1162
|
+
connectionManager: string;
|
|
317
1163
|
interchainGasPaymaster: {
|
|
318
1164
|
kind: string;
|
|
319
1165
|
proxy: string;
|
|
320
1166
|
implementation: string;
|
|
321
1167
|
beacon: string;
|
|
322
1168
|
};
|
|
323
|
-
|
|
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: {
|
|
324
1235
|
kind: string;
|
|
325
1236
|
proxy: string;
|
|
326
1237
|
implementation: string;
|
|
327
1238
|
beacon: string;
|
|
328
1239
|
};
|
|
1240
|
+
outboxValidatorManager: string;
|
|
329
1241
|
interchainAccountRouter: string;
|
|
330
1242
|
interchainQueryRouter: string;
|
|
331
1243
|
create2Factory: string;
|
|
332
1244
|
};
|
|
333
1245
|
optimism: {
|
|
334
1246
|
upgradeBeaconController: string;
|
|
335
|
-
|
|
1247
|
+
connectionManager: string;
|
|
336
1248
|
interchainGasPaymaster: {
|
|
337
1249
|
kind: string;
|
|
338
1250
|
proxy: string;
|
|
339
1251
|
implementation: string;
|
|
340
1252
|
beacon: string;
|
|
341
1253
|
};
|
|
342
|
-
|
|
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: {
|
|
343
1320
|
kind: string;
|
|
344
1321
|
proxy: string;
|
|
345
1322
|
implementation: string;
|
|
346
1323
|
beacon: string;
|
|
347
1324
|
};
|
|
1325
|
+
outboxValidatorManager: string;
|
|
348
1326
|
interchainAccountRouter: string;
|
|
349
1327
|
interchainQueryRouter: string;
|
|
350
1328
|
create2Factory: string;
|
|
351
1329
|
};
|
|
352
1330
|
ethereum: {
|
|
353
1331
|
upgradeBeaconController: string;
|
|
354
|
-
|
|
1332
|
+
connectionManager: string;
|
|
355
1333
|
interchainGasPaymaster: {
|
|
356
1334
|
kind: string;
|
|
357
1335
|
proxy: string;
|
|
358
1336
|
implementation: string;
|
|
359
1337
|
beacon: string;
|
|
360
1338
|
};
|
|
361
|
-
|
|
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: {
|
|
362
1405
|
kind: string;
|
|
363
1406
|
proxy: string;
|
|
364
1407
|
implementation: string;
|
|
365
1408
|
beacon: string;
|
|
366
1409
|
};
|
|
1410
|
+
outboxValidatorManager: string;
|
|
367
1411
|
interchainAccountRouter: string;
|
|
368
1412
|
interchainQueryRouter: string;
|
|
369
1413
|
create2Factory: string;
|
|
370
1414
|
};
|
|
371
1415
|
moonbeam: {
|
|
372
1416
|
upgradeBeaconController: string;
|
|
373
|
-
|
|
1417
|
+
connectionManager: string;
|
|
374
1418
|
interchainGasPaymaster: {
|
|
375
1419
|
kind: string;
|
|
376
1420
|
proxy: string;
|
|
377
1421
|
implementation: string;
|
|
378
1422
|
beacon: string;
|
|
379
1423
|
};
|
|
380
|
-
|
|
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: {
|
|
381
1490
|
kind: string;
|
|
382
1491
|
proxy: string;
|
|
383
1492
|
implementation: string;
|
|
384
1493
|
beacon: string;
|
|
385
1494
|
};
|
|
1495
|
+
outboxValidatorManager: string;
|
|
386
1496
|
interchainAccountRouter: string;
|
|
387
1497
|
interchainQueryRouter: string;
|
|
388
1498
|
create2Factory: string;
|
|
389
1499
|
};
|
|
390
1500
|
};
|
|
391
1501
|
}[Env] & Chain>;
|
|
392
|
-
getContracts<Local extends Chain>(chain: Local): CoreContracts
|
|
1502
|
+
getContracts<Local extends Chain>(chain: Local): CoreContracts<Chain, Local>;
|
|
393
1503
|
getConnectionClientConfig(chain: Chain): ConnectionClientConfig;
|
|
394
1504
|
getConnectionClientConfigMap(): ChainMap<Chain, ConnectionClientConfig>;
|
|
395
1505
|
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
|
+
};
|
|
396
1513
|
protected getDestination(message: DispatchedMessage): {
|
|
397
|
-
|
|
1514
|
+
inbox: Inbox;
|
|
398
1515
|
chainConnection: ChainConnection;
|
|
399
1516
|
};
|
|
400
1517
|
protected waitForProcessReceipt(message: DispatchedMessage): Promise<ethers.ContractReceipt>;
|
|
1518
|
+
protected waitForMessageWasProcessed(message: DispatchedMessage): Promise<void>;
|
|
401
1519
|
getDispatchedMessages(sourceTx: ethers.ContractReceipt): DispatchedMessage[];
|
|
402
1520
|
waitForMessageProcessing(sourceTx: ethers.ContractReceipt): Promise<ethers.ContractReceipt[]>;
|
|
1521
|
+
waitForMessageProcessed(sourceTx: ethers.ContractReceipt): Promise<void>;
|
|
403
1522
|
}
|
|
404
1523
|
//# sourceMappingURL=HyperlaneCore.d.ts.map
|