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