@hyperlane-xyz/sdk 3.8.1 → 3.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/consts/environments/index.d.ts +116 -114
- package/dist/consts/environments/index.d.ts.map +1 -1
- package/dist/consts/environments/mainnet.json +80 -78
- package/dist/consts/environments/testnet.json +34 -34
- package/dist/core/CoreDeployer.hardhat-test.js +1 -1
- package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
- package/dist/core/HyperlaneCoreChecker.d.ts.map +1 -1
- package/dist/core/HyperlaneCoreChecker.js +3 -8
- package/dist/core/HyperlaneCoreChecker.js.map +1 -1
- package/dist/core/HyperlaneCoreDeployer.d.ts +1 -1
- package/dist/core/HyperlaneCoreDeployer.d.ts.map +1 -1
- package/dist/core/HyperlaneCoreDeployer.js +4 -5
- package/dist/core/HyperlaneCoreDeployer.js.map +1 -1
- package/dist/core/TestRecipientDeployer.d.ts +2 -3
- package/dist/core/TestRecipientDeployer.d.ts.map +1 -1
- package/dist/core/TestRecipientDeployer.js +7 -21
- package/dist/core/TestRecipientDeployer.js.map +1 -1
- package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
- package/dist/deploy/HyperlaneDeployer.js +7 -4
- package/dist/deploy/HyperlaneDeployer.js.map +1 -1
- package/dist/deploy/contracts.d.ts +5 -5
- package/dist/deploy/contracts.d.ts.map +1 -1
- package/dist/deploy/contracts.js +12 -10
- package/dist/deploy/contracts.js.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.js +1 -1
- package/dist/hook/HyperlaneHookDeployer.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.js +7 -7
- package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
- package/dist/ism/utils.js +2 -2
- package/dist/ism/utils.js.map +1 -1
- package/dist/metadata/agentConfig.js +1 -1
- package/dist/providers/SmartProvider/SmartProvider.test.js +1 -1
- package/dist/providers/SmartProvider/SmartProvider.test.js.map +1 -1
- package/dist/token/Token.test.js +12 -3
- package/dist/token/Token.test.js.map +1 -1
- package/dist/token/TokenStandard.d.ts +1 -0
- package/dist/token/TokenStandard.d.ts.map +1 -1
- package/dist/token/TokenStandard.js +4 -0
- package/dist/token/TokenStandard.js.map +1 -1
- package/dist/token/adapters/CosmWasmTokenAdapter.js +1 -1
- package/dist/token/config.d.ts +4 -2
- package/dist/token/config.d.ts.map +1 -1
- package/dist/token/config.js +4 -1
- package/dist/token/config.js.map +1 -1
- package/dist/token/contracts.d.ts +16 -5
- package/dist/token/contracts.d.ts.map +1 -1
- package/dist/token/contracts.js +18 -0
- package/dist/token/contracts.js.map +1 -1
- package/dist/token/deploy.d.ts +19 -10
- package/dist/token/deploy.d.ts.map +1 -1
- package/dist/token/deploy.js +42 -42
- package/dist/token/deploy.js.map +1 -1
- package/package.json +4 -3
|
@@ -4,10 +4,10 @@ export declare const hyperlaneEnvironments: {
|
|
|
4
4
|
polygon: {
|
|
5
5
|
storageGasOracle: string;
|
|
6
6
|
proxyAdmin: string;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
8
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
9
|
+
staticAggregationIsmFactory: string;
|
|
10
|
+
staticAggregationHookFactory: string;
|
|
11
11
|
mailbox: string;
|
|
12
12
|
merkleTreeHook: string;
|
|
13
13
|
interchainGasPaymaster: string;
|
|
@@ -16,7 +16,7 @@ export declare const hyperlaneEnvironments: {
|
|
|
16
16
|
validatorAnnounce: string;
|
|
17
17
|
testRecipient: string;
|
|
18
18
|
testTokenRecipient: string;
|
|
19
|
-
|
|
19
|
+
domainRoutingIsmFactory: string;
|
|
20
20
|
interchainSecurityModule: string;
|
|
21
21
|
fallbackRoutingHook: string;
|
|
22
22
|
pausableHook: string;
|
|
@@ -24,10 +24,10 @@ export declare const hyperlaneEnvironments: {
|
|
|
24
24
|
bsc: {
|
|
25
25
|
storageGasOracle: string;
|
|
26
26
|
proxyAdmin: string;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
28
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
29
|
+
staticAggregationIsmFactory: string;
|
|
30
|
+
staticAggregationHookFactory: string;
|
|
31
31
|
mailbox: string;
|
|
32
32
|
merkleTreeHook: string;
|
|
33
33
|
interchainGasPaymaster: string;
|
|
@@ -36,7 +36,7 @@ export declare const hyperlaneEnvironments: {
|
|
|
36
36
|
validatorAnnounce: string;
|
|
37
37
|
testRecipient: string;
|
|
38
38
|
testTokenRecipient: string;
|
|
39
|
-
|
|
39
|
+
domainRoutingIsmFactory: string;
|
|
40
40
|
interchainSecurityModule: string;
|
|
41
41
|
fallbackRoutingHook: string;
|
|
42
42
|
pausableHook: string;
|
|
@@ -44,10 +44,10 @@ export declare const hyperlaneEnvironments: {
|
|
|
44
44
|
arbitrum: {
|
|
45
45
|
storageGasOracle: string;
|
|
46
46
|
proxyAdmin: string;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
47
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
48
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
49
|
+
staticAggregationIsmFactory: string;
|
|
50
|
+
staticAggregationHookFactory: string;
|
|
51
51
|
merkleTreeHook: string;
|
|
52
52
|
interchainGasPaymaster: string;
|
|
53
53
|
aggregationHook: string;
|
|
@@ -56,7 +56,7 @@ export declare const hyperlaneEnvironments: {
|
|
|
56
56
|
validatorAnnounce: string;
|
|
57
57
|
testRecipient: string;
|
|
58
58
|
testTokenRecipient: string;
|
|
59
|
-
|
|
59
|
+
domainRoutingIsmFactory: string;
|
|
60
60
|
pausableHook: string;
|
|
61
61
|
fallbackRoutingHook: string;
|
|
62
62
|
interchainSecurityModule: string;
|
|
@@ -64,10 +64,10 @@ export declare const hyperlaneEnvironments: {
|
|
|
64
64
|
optimism: {
|
|
65
65
|
storageGasOracle: string;
|
|
66
66
|
proxyAdmin: string;
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
67
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
68
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
69
|
+
staticAggregationIsmFactory: string;
|
|
70
|
+
staticAggregationHookFactory: string;
|
|
71
71
|
merkleTreeHook: string;
|
|
72
72
|
interchainGasPaymaster: string;
|
|
73
73
|
aggregationHook: string;
|
|
@@ -76,7 +76,7 @@ export declare const hyperlaneEnvironments: {
|
|
|
76
76
|
validatorAnnounce: string;
|
|
77
77
|
testRecipient: string;
|
|
78
78
|
testTokenRecipient: string;
|
|
79
|
-
|
|
79
|
+
domainRoutingIsmFactory: string;
|
|
80
80
|
pausableHook: string;
|
|
81
81
|
fallbackRoutingHook: string;
|
|
82
82
|
interchainSecurityModule: string;
|
|
@@ -84,10 +84,10 @@ export declare const hyperlaneEnvironments: {
|
|
|
84
84
|
moonbeam: {
|
|
85
85
|
storageGasOracle: string;
|
|
86
86
|
proxyAdmin: string;
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
87
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
88
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
89
|
+
staticAggregationIsmFactory: string;
|
|
90
|
+
staticAggregationHookFactory: string;
|
|
91
91
|
mailbox: string;
|
|
92
92
|
merkleTreeHook: string;
|
|
93
93
|
interchainGasPaymaster: string;
|
|
@@ -96,7 +96,7 @@ export declare const hyperlaneEnvironments: {
|
|
|
96
96
|
validatorAnnounce: string;
|
|
97
97
|
testRecipient: string;
|
|
98
98
|
testTokenRecipient: string;
|
|
99
|
-
|
|
99
|
+
domainRoutingIsmFactory: string;
|
|
100
100
|
pausableHook: string;
|
|
101
101
|
fallbackRoutingHook: string;
|
|
102
102
|
interchainSecurityModule: string;
|
|
@@ -104,10 +104,10 @@ export declare const hyperlaneEnvironments: {
|
|
|
104
104
|
gnosis: {
|
|
105
105
|
storageGasOracle: string;
|
|
106
106
|
proxyAdmin: string;
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
107
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
108
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
109
|
+
staticAggregationIsmFactory: string;
|
|
110
|
+
staticAggregationHookFactory: string;
|
|
111
111
|
mailbox: string;
|
|
112
112
|
merkleTreeHook: string;
|
|
113
113
|
interchainGasPaymaster: string;
|
|
@@ -116,16 +116,16 @@ export declare const hyperlaneEnvironments: {
|
|
|
116
116
|
validatorAnnounce: string;
|
|
117
117
|
testRecipient: string;
|
|
118
118
|
testTokenRecipient: string;
|
|
119
|
-
|
|
119
|
+
domainRoutingIsmFactory: string;
|
|
120
120
|
pausableHook: string;
|
|
121
121
|
fallbackRoutingHook: string;
|
|
122
122
|
interchainSecurityModule: string;
|
|
123
123
|
};
|
|
124
124
|
base: {
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
125
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
126
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
127
|
+
staticAggregationIsmFactory: string;
|
|
128
|
+
staticAggregationHookFactory: string;
|
|
129
129
|
proxyAdmin: string;
|
|
130
130
|
mailbox: string;
|
|
131
131
|
merkleTreeHook: string;
|
|
@@ -134,16 +134,16 @@ export declare const hyperlaneEnvironments: {
|
|
|
134
134
|
aggregationHook: string;
|
|
135
135
|
protocolFee: string;
|
|
136
136
|
validatorAnnounce: string;
|
|
137
|
-
|
|
137
|
+
domainRoutingIsmFactory: string;
|
|
138
138
|
pausableHook: string;
|
|
139
139
|
fallbackRoutingHook: string;
|
|
140
140
|
interchainSecurityModule: string;
|
|
141
141
|
};
|
|
142
142
|
scroll: {
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
143
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
144
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
145
|
+
staticAggregationIsmFactory: string;
|
|
146
|
+
staticAggregationHookFactory: string;
|
|
147
147
|
merkleTreeHook: string;
|
|
148
148
|
proxyAdmin: string;
|
|
149
149
|
storageGasOracle: string;
|
|
@@ -152,16 +152,16 @@ export declare const hyperlaneEnvironments: {
|
|
|
152
152
|
protocolFee: string;
|
|
153
153
|
mailbox: string;
|
|
154
154
|
validatorAnnounce: string;
|
|
155
|
-
|
|
155
|
+
domainRoutingIsmFactory: string;
|
|
156
156
|
pausableHook: string;
|
|
157
157
|
fallbackRoutingHook: string;
|
|
158
158
|
interchainSecurityModule: string;
|
|
159
159
|
};
|
|
160
160
|
polygonzkevm: {
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
161
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
162
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
163
|
+
staticAggregationIsmFactory: string;
|
|
164
|
+
staticAggregationHookFactory: string;
|
|
165
165
|
merkleTreeHook: string;
|
|
166
166
|
proxyAdmin: string;
|
|
167
167
|
storageGasOracle: string;
|
|
@@ -170,7 +170,7 @@ export declare const hyperlaneEnvironments: {
|
|
|
170
170
|
protocolFee: string;
|
|
171
171
|
mailbox: string;
|
|
172
172
|
validatorAnnounce: string;
|
|
173
|
-
|
|
173
|
+
domainRoutingIsmFactory: string;
|
|
174
174
|
interchainSecurityModule: string;
|
|
175
175
|
fallbackRoutingHook: string;
|
|
176
176
|
pausableHook: string;
|
|
@@ -178,10 +178,10 @@ export declare const hyperlaneEnvironments: {
|
|
|
178
178
|
celo: {
|
|
179
179
|
storageGasOracle: string;
|
|
180
180
|
proxyAdmin: string;
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
181
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
182
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
183
|
+
staticAggregationIsmFactory: string;
|
|
184
|
+
staticAggregationHookFactory: string;
|
|
185
185
|
merkleTreeHook: string;
|
|
186
186
|
interchainGasPaymaster: string;
|
|
187
187
|
aggregationHook: string;
|
|
@@ -190,7 +190,7 @@ export declare const hyperlaneEnvironments: {
|
|
|
190
190
|
validatorAnnounce: string;
|
|
191
191
|
testRecipient: string;
|
|
192
192
|
testTokenRecipient: string;
|
|
193
|
-
|
|
193
|
+
domainRoutingIsmFactory: string;
|
|
194
194
|
domainRoutingIsm: string;
|
|
195
195
|
pausableIsm: string;
|
|
196
196
|
staticAggregationIsm: string;
|
|
@@ -201,10 +201,10 @@ export declare const hyperlaneEnvironments: {
|
|
|
201
201
|
ethereum: {
|
|
202
202
|
storageGasOracle: string;
|
|
203
203
|
proxyAdmin: string;
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
204
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
205
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
206
|
+
staticAggregationIsmFactory: string;
|
|
207
|
+
staticAggregationHookFactory: string;
|
|
208
208
|
merkleTreeHook: string;
|
|
209
209
|
interchainGasPaymaster: string;
|
|
210
210
|
aggregationHook: string;
|
|
@@ -213,7 +213,7 @@ export declare const hyperlaneEnvironments: {
|
|
|
213
213
|
validatorAnnounce: string;
|
|
214
214
|
testRecipient: string;
|
|
215
215
|
testTokenRecipient: string;
|
|
216
|
-
|
|
216
|
+
domainRoutingIsmFactory: string;
|
|
217
217
|
pausableHook: string;
|
|
218
218
|
fallbackRoutingHook: string;
|
|
219
219
|
interchainSecurityModule: string;
|
|
@@ -221,10 +221,10 @@ export declare const hyperlaneEnvironments: {
|
|
|
221
221
|
avalanche: {
|
|
222
222
|
storageGasOracle: string;
|
|
223
223
|
proxyAdmin: string;
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
224
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
225
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
226
|
+
staticAggregationIsmFactory: string;
|
|
227
|
+
staticAggregationHookFactory: string;
|
|
228
228
|
merkleTreeHook: string;
|
|
229
229
|
interchainGasPaymaster: string;
|
|
230
230
|
aggregationHook: string;
|
|
@@ -233,16 +233,16 @@ export declare const hyperlaneEnvironments: {
|
|
|
233
233
|
validatorAnnounce: string;
|
|
234
234
|
testRecipient: string;
|
|
235
235
|
testTokenRecipient: string;
|
|
236
|
-
|
|
236
|
+
domainRoutingIsmFactory: string;
|
|
237
237
|
pausableHook: string;
|
|
238
238
|
fallbackRoutingHook: string;
|
|
239
239
|
interchainSecurityModule: string;
|
|
240
240
|
};
|
|
241
241
|
mantapacific: {
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
242
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
243
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
244
|
+
staticAggregationIsmFactory: string;
|
|
245
|
+
staticAggregationHookFactory: string;
|
|
246
246
|
proxyAdmin: string;
|
|
247
247
|
mailbox: string;
|
|
248
248
|
domainRoutingIsm: string;
|
|
@@ -252,7 +252,7 @@ export declare const hyperlaneEnvironments: {
|
|
|
252
252
|
aggregationHook: string;
|
|
253
253
|
protocolFee: string;
|
|
254
254
|
validatorAnnounce: string;
|
|
255
|
-
|
|
255
|
+
domainRoutingIsmFactory: string;
|
|
256
256
|
testRecipient: string;
|
|
257
257
|
testTokenRecipient: string;
|
|
258
258
|
pausableHook: string;
|
|
@@ -260,11 +260,11 @@ export declare const hyperlaneEnvironments: {
|
|
|
260
260
|
interchainSecurityModule: string;
|
|
261
261
|
};
|
|
262
262
|
inevm: {
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
263
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
264
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
265
|
+
staticAggregationIsmFactory: string;
|
|
266
|
+
staticAggregationHookFactory: string;
|
|
267
|
+
domainRoutingIsmFactory: string;
|
|
268
268
|
domainRoutingIsm: string;
|
|
269
269
|
proxyAdmin: string;
|
|
270
270
|
storageGasOracle: string;
|
|
@@ -278,13 +278,15 @@ export declare const hyperlaneEnvironments: {
|
|
|
278
278
|
pausableIsm: string;
|
|
279
279
|
staticAggregationIsm: string;
|
|
280
280
|
pausableHook: string;
|
|
281
|
+
fallbackRoutingHook: string;
|
|
282
|
+
testRecipient: string;
|
|
281
283
|
};
|
|
282
284
|
viction: {
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
285
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
286
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
287
|
+
staticAggregationIsmFactory: string;
|
|
288
|
+
staticAggregationHookFactory: string;
|
|
289
|
+
domainRoutingIsmFactory: string;
|
|
288
290
|
mailbox: string;
|
|
289
291
|
proxyAdmin: string;
|
|
290
292
|
validatorAnnounce: string;
|
|
@@ -300,17 +302,17 @@ export declare const hyperlaneEnvironments: {
|
|
|
300
302
|
testnet: {
|
|
301
303
|
alfajores: {
|
|
302
304
|
aggregationHook: string;
|
|
303
|
-
|
|
304
|
-
|
|
305
|
+
staticAggregationHookFactory: string;
|
|
306
|
+
staticAggregationIsmFactory: string;
|
|
305
307
|
fallbackRoutingHook: string;
|
|
306
308
|
interchainGasPaymaster: string;
|
|
307
309
|
mailbox: string;
|
|
308
|
-
|
|
310
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
309
311
|
merkleTreeHook: string;
|
|
310
|
-
|
|
312
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
311
313
|
protocolFee: string;
|
|
312
314
|
proxyAdmin: string;
|
|
313
|
-
|
|
315
|
+
domainRoutingIsmFactory: string;
|
|
314
316
|
storageGasOracle: string;
|
|
315
317
|
testRecipient: string;
|
|
316
318
|
testTokenRecipient: string;
|
|
@@ -318,14 +320,14 @@ export declare const hyperlaneEnvironments: {
|
|
|
318
320
|
};
|
|
319
321
|
bsctestnet: {
|
|
320
322
|
aggregationHook: string;
|
|
321
|
-
|
|
322
|
-
|
|
323
|
+
staticAggregationHookFactory: string;
|
|
324
|
+
staticAggregationIsmFactory: string;
|
|
323
325
|
fallbackRoutingHook: string;
|
|
324
326
|
interchainGasPaymaster: string;
|
|
325
327
|
mailbox: string;
|
|
326
|
-
|
|
328
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
327
329
|
merkleTreeHook: string;
|
|
328
|
-
|
|
330
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
329
331
|
protocolFee: string;
|
|
330
332
|
proxyAdmin: string;
|
|
331
333
|
storageGasOracle: string;
|
|
@@ -335,17 +337,17 @@ export declare const hyperlaneEnvironments: {
|
|
|
335
337
|
};
|
|
336
338
|
fuji: {
|
|
337
339
|
aggregationHook: string;
|
|
338
|
-
|
|
339
|
-
|
|
340
|
+
staticAggregationHookFactory: string;
|
|
341
|
+
staticAggregationIsmFactory: string;
|
|
340
342
|
fallbackRoutingHook: string;
|
|
341
343
|
interchainGasPaymaster: string;
|
|
342
344
|
mailbox: string;
|
|
343
|
-
|
|
345
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
344
346
|
merkleTreeHook: string;
|
|
345
|
-
|
|
347
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
346
348
|
protocolFee: string;
|
|
347
349
|
proxyAdmin: string;
|
|
348
|
-
|
|
350
|
+
domainRoutingIsmFactory: string;
|
|
349
351
|
storageGasOracle: string;
|
|
350
352
|
testRecipient: string;
|
|
351
353
|
testTokenRecipient: string;
|
|
@@ -353,17 +355,17 @@ export declare const hyperlaneEnvironments: {
|
|
|
353
355
|
};
|
|
354
356
|
mumbai: {
|
|
355
357
|
aggregationHook: string;
|
|
356
|
-
|
|
357
|
-
|
|
358
|
+
staticAggregationHookFactory: string;
|
|
359
|
+
staticAggregationIsmFactory: string;
|
|
358
360
|
fallbackRoutingHook: string;
|
|
359
361
|
interchainGasPaymaster: string;
|
|
360
362
|
mailbox: string;
|
|
361
|
-
|
|
363
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
362
364
|
merkleTreeHook: string;
|
|
363
|
-
|
|
365
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
364
366
|
protocolFee: string;
|
|
365
367
|
proxyAdmin: string;
|
|
366
|
-
|
|
368
|
+
domainRoutingIsmFactory: string;
|
|
367
369
|
storageGasOracle: string;
|
|
368
370
|
testRecipient: string;
|
|
369
371
|
testTokenRecipient: string;
|
|
@@ -371,36 +373,36 @@ export declare const hyperlaneEnvironments: {
|
|
|
371
373
|
};
|
|
372
374
|
plumetestnet: {
|
|
373
375
|
aggregationHook: string;
|
|
374
|
-
|
|
375
|
-
|
|
376
|
+
staticAggregationHookFactory: string;
|
|
377
|
+
staticAggregationIsmFactory: string;
|
|
376
378
|
fallbackRoutingHook: string;
|
|
377
379
|
interchainGasPaymaster: string;
|
|
378
380
|
interchainSecurityModule: string;
|
|
379
381
|
mailbox: string;
|
|
380
|
-
|
|
382
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
381
383
|
merkleTreeHook: string;
|
|
382
|
-
|
|
384
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
383
385
|
pausableHook: string;
|
|
384
386
|
protocolFee: string;
|
|
385
387
|
proxyAdmin: string;
|
|
386
|
-
|
|
388
|
+
domainRoutingIsmFactory: string;
|
|
387
389
|
storageGasOracle: string;
|
|
388
390
|
testRecipient: string;
|
|
389
391
|
validatorAnnounce: string;
|
|
390
392
|
};
|
|
391
393
|
scrollsepolia: {
|
|
392
394
|
aggregationHook: string;
|
|
393
|
-
|
|
394
|
-
|
|
395
|
+
staticAggregationHookFactory: string;
|
|
396
|
+
staticAggregationIsmFactory: string;
|
|
395
397
|
fallbackRoutingHook: string;
|
|
396
398
|
interchainGasPaymaster: string;
|
|
397
399
|
mailbox: string;
|
|
398
|
-
|
|
400
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
399
401
|
merkleTreeHook: string;
|
|
400
|
-
|
|
402
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
401
403
|
protocolFee: string;
|
|
402
404
|
proxyAdmin: string;
|
|
403
|
-
|
|
405
|
+
domainRoutingIsmFactory: string;
|
|
404
406
|
storageGasOracle: string;
|
|
405
407
|
testRecipient: string;
|
|
406
408
|
testTokenRecipient: string;
|
|
@@ -408,19 +410,19 @@ export declare const hyperlaneEnvironments: {
|
|
|
408
410
|
};
|
|
409
411
|
sepolia: {
|
|
410
412
|
aggregationHook: string;
|
|
411
|
-
|
|
412
|
-
|
|
413
|
+
staticAggregationHookFactory: string;
|
|
414
|
+
staticAggregationIsmFactory: string;
|
|
413
415
|
fallbackRoutingHook: string;
|
|
414
416
|
interchainGasPaymaster: string;
|
|
415
417
|
interchainSecurityModule: string;
|
|
416
418
|
mailbox: string;
|
|
417
|
-
|
|
419
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
418
420
|
merkleTreeHook: string;
|
|
419
|
-
|
|
421
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
420
422
|
pausableHook: string;
|
|
421
423
|
protocolFee: string;
|
|
422
424
|
proxyAdmin: string;
|
|
423
|
-
|
|
425
|
+
domainRoutingIsmFactory: string;
|
|
424
426
|
storageGasOracle: string;
|
|
425
427
|
testRecipient: string;
|
|
426
428
|
testTokenRecipient: string;
|
|
@@ -433,10 +435,10 @@ export type HyperlaneEnvironmentChain<E extends HyperlaneEnvironment> = Extract<
|
|
|
433
435
|
export declare const hyperlaneContractAddresses: Record<"test1" | "test2" | "test3" | "alfajores" | "arbitrum" | "avalanche" | "base" | "bsc" | "bsctestnet" | "celo" | "chiado" | "ethereum" | "fuji" | "gnosis" | "inevm" | "injective" | "mantapacific" | "moonbeam" | "mumbai" | "nautilus" | "neutron" | "optimism" | "plumetestnet" | "polygon" | "polygonzkevm" | "proteustestnet" | "scroll" | "scrollsepolia" | "sepolia" | "solana" | "solanadevnet" | "solanatestnet" | "eclipsetestnet" | "viction", {
|
|
434
436
|
storageGasOracle: string;
|
|
435
437
|
proxyAdmin: string;
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
438
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
439
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
440
|
+
staticAggregationIsmFactory: string;
|
|
441
|
+
staticAggregationHookFactory: string;
|
|
440
442
|
merkleTreeHook: string;
|
|
441
443
|
interchainGasPaymaster: string;
|
|
442
444
|
aggregationHook: string;
|
|
@@ -445,7 +447,7 @@ export declare const hyperlaneContractAddresses: Record<"test1" | "test2" | "tes
|
|
|
445
447
|
validatorAnnounce: string;
|
|
446
448
|
testRecipient: string;
|
|
447
449
|
testTokenRecipient: string;
|
|
448
|
-
|
|
450
|
+
domainRoutingIsmFactory: string;
|
|
449
451
|
pausableHook: string;
|
|
450
452
|
fallbackRoutingHook: string;
|
|
451
453
|
interchainSecurityModule: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/consts/environments/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAMxC,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/consts/environments/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAMxC,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuB,CAAC;AAE1D,MAAM,MAAM,oBAAoB,GAAG,MAAM,OAAO,qBAAqB,CAAC;AACtE,MAAM,MAAM,yBAAyB,CAAC,CAAC,SAAS,oBAAoB,IAAI,OAAO,CAC7E,MAAM,CAAC,OAAO,qBAAqB,CAAC,CAAC,CAAC,CAAC,EACvC,SAAS,CACV,CAAC;AAGF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;EAMtC,CAAC"}
|