@hyperlane-xyz/sdk 3.6.2 → 3.8.0-beta0
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/chainMetadata.d.ts +3 -2
- package/dist/consts/chainMetadata.d.ts.map +1 -1
- package/dist/consts/chainMetadata.js +99 -72
- package/dist/consts/chainMetadata.js.map +1 -1
- package/dist/consts/chains.d.ts +3 -2
- package/dist/consts/chains.d.ts.map +1 -1
- package/dist/consts/chains.js +6 -4
- package/dist/consts/chains.js.map +1 -1
- package/dist/consts/environments/index.d.ts +141 -133
- package/dist/consts/environments/index.d.ts.map +1 -1
- package/dist/consts/environments/mainnet.json +20 -0
- package/dist/consts/environments/testnet.json +166 -178
- package/dist/consts/igp.d.ts +2 -0
- package/dist/consts/igp.d.ts.map +1 -0
- package/dist/consts/igp.js +5 -0
- package/dist/consts/igp.js.map +1 -0
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +22 -18
- package/dist/consts/multisigIsm.js.map +1 -1
- package/dist/core/CoreDeployer.hardhat-test.js +4 -2
- package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
- package/dist/core/HyperlaneCore.d.ts.map +1 -1
- package/dist/core/HyperlaneCore.js +10 -4
- package/dist/core/HyperlaneCore.js.map +1 -1
- package/dist/core/HyperlaneCoreChecker.d.ts.map +1 -1
- package/dist/core/HyperlaneCoreChecker.js +3 -3
- package/dist/core/HyperlaneCoreChecker.js.map +1 -1
- package/dist/core/HyperlaneCoreDeployer.d.ts +6 -2
- package/dist/core/HyperlaneCoreDeployer.d.ts.map +1 -1
- package/dist/core/HyperlaneCoreDeployer.js +24 -11
- package/dist/core/HyperlaneCoreDeployer.js.map +1 -1
- package/dist/core/TestRecipientDeployer.d.ts +2 -1
- package/dist/core/TestRecipientDeployer.d.ts.map +1 -1
- package/dist/core/TestRecipientDeployer.js +2 -1
- package/dist/core/TestRecipientDeployer.js.map +1 -1
- package/dist/deploy/HyperlaneDeployer.d.ts +7 -6
- package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
- package/dist/deploy/HyperlaneDeployer.js +34 -13
- package/dist/deploy/HyperlaneDeployer.js.map +1 -1
- package/dist/deploy/HyperlaneProxyFactoryDeployer.d.ts +2 -1
- package/dist/deploy/HyperlaneProxyFactoryDeployer.d.ts.map +1 -1
- package/dist/deploy/HyperlaneProxyFactoryDeployer.js +2 -1
- package/dist/deploy/HyperlaneProxyFactoryDeployer.js.map +1 -1
- package/dist/deploy/types.d.ts +1 -1
- package/dist/deploy/types.d.ts.map +1 -1
- package/dist/deploy/verify/ContractVerifier.d.ts +9 -12
- package/dist/deploy/verify/ContractVerifier.d.ts.map +1 -1
- package/dist/deploy/verify/ContractVerifier.js +147 -121
- package/dist/deploy/verify/ContractVerifier.js.map +1 -1
- package/dist/deploy/verify/PostDeploymentContractVerifier.d.ts +14 -0
- package/dist/deploy/verify/PostDeploymentContractVerifier.d.ts.map +1 -0
- package/dist/deploy/verify/PostDeploymentContractVerifier.js +31 -0
- package/dist/deploy/verify/PostDeploymentContractVerifier.js.map +1 -0
- package/dist/deploy/verify/types.d.ts +60 -3
- package/dist/deploy/verify/types.d.ts.map +1 -1
- package/dist/deploy/verify/types.js +42 -0
- package/dist/deploy/verify/types.js.map +1 -1
- package/dist/gas/HyperlaneIgpChecker.d.ts +0 -2
- package/dist/gas/HyperlaneIgpChecker.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgpChecker.js +8 -29
- package/dist/gas/HyperlaneIgpChecker.js.map +1 -1
- package/dist/gas/HyperlaneIgpDeployer.d.ts +3 -2
- package/dist/gas/HyperlaneIgpDeployer.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgpDeployer.js +47 -20
- package/dist/gas/HyperlaneIgpDeployer.js.map +1 -1
- package/dist/gas/oracle/configure-gas-oracles.hardhat-test.d.ts +2 -0
- package/dist/gas/oracle/configure-gas-oracles.hardhat-test.d.ts.map +1 -0
- package/dist/gas/oracle/configure-gas-oracles.hardhat-test.js +47 -0
- package/dist/gas/oracle/configure-gas-oracles.hardhat-test.js.map +1 -0
- package/dist/gas/oracle/types.d.ts +11 -0
- package/dist/gas/oracle/types.d.ts.map +1 -0
- package/dist/gas/oracle/types.js +30 -0
- package/dist/gas/oracle/types.js.map +1 -0
- package/dist/gas/types.d.ts +3 -4
- package/dist/gas/types.d.ts.map +1 -1
- package/dist/gas/types.js +1 -5
- package/dist/gas/types.js.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.d.ts +2 -1
- package/dist/hook/HyperlaneHookDeployer.d.ts.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.js +6 -4
- package/dist/hook/HyperlaneHookDeployer.js.map +1 -1
- package/dist/index.d.ts +18 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +52 -20
- package/dist/index.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.d.ts +11 -10
- package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.js +14 -12
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.js +39 -287
- package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
- package/dist/ism/utils.d.ts +11 -0
- package/dist/ism/utils.d.ts.map +1 -0
- package/dist/ism/utils.js +277 -0
- package/dist/ism/utils.js.map +1 -0
- package/dist/metadata/ChainMetadataManager.d.ts +43 -21
- package/dist/metadata/ChainMetadataManager.d.ts.map +1 -1
- package/dist/metadata/ChainMetadataManager.js +26 -0
- package/dist/metadata/ChainMetadataManager.js.map +1 -1
- package/dist/metadata/agentConfig.d.ts +138 -46
- package/dist/metadata/agentConfig.d.ts.map +1 -1
- package/dist/metadata/agentConfig.js +1 -1
- package/dist/metadata/blockExplorer.d.ts +6 -1
- package/dist/metadata/blockExplorer.d.ts.map +1 -1
- package/dist/metadata/blockExplorer.js +15 -1
- package/dist/metadata/blockExplorer.js.map +1 -1
- package/dist/metadata/chainMetadataTypes.d.ts +202 -1
- package/dist/metadata/chainMetadataTypes.d.ts.map +1 -1
- package/dist/metadata/chainMetadataTypes.js +18 -4
- package/dist/metadata/chainMetadataTypes.js.map +1 -1
- package/dist/metadata/customZodTypes.d.ts +2 -0
- package/dist/metadata/customZodTypes.d.ts.map +1 -1
- package/dist/metadata/customZodTypes.js +3 -1
- package/dist/metadata/customZodTypes.js.map +1 -1
- package/dist/metadata/health.js +2 -2
- package/dist/metadata/health.js.map +1 -1
- package/dist/metadata/warpRouteConfig.d.ts +134 -0
- package/dist/metadata/warpRouteConfig.d.ts.map +1 -0
- package/dist/metadata/warpRouteConfig.js +24 -0
- package/dist/metadata/warpRouteConfig.js.map +1 -0
- package/dist/middleware/account/InterchainAccountDeployer.d.ts +2 -1
- package/dist/middleware/account/InterchainAccountDeployer.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccountDeployer.js +4 -2
- package/dist/middleware/account/InterchainAccountDeployer.js.map +1 -1
- package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.d.ts +2 -1
- package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.d.ts.map +1 -1
- package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.js +4 -2
- package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.js.map +1 -1
- package/dist/middleware/query/InterchainQueryDeployer.d.ts +2 -1
- package/dist/middleware/query/InterchainQueryDeployer.d.ts.map +1 -1
- package/dist/middleware/query/InterchainQueryDeployer.js +4 -2
- package/dist/middleware/query/InterchainQueryDeployer.js.map +1 -1
- package/dist/providers/MultiProtocolProvider.d.ts +10 -12
- package/dist/providers/MultiProtocolProvider.d.ts.map +1 -1
- package/dist/providers/MultiProtocolProvider.js +2 -7
- package/dist/providers/MultiProtocolProvider.js.map +1 -1
- package/dist/providers/MultiProvider.d.ts +17 -17
- package/dist/providers/MultiProvider.d.ts.map +1 -1
- package/dist/providers/MultiProvider.js +12 -1
- package/dist/providers/MultiProvider.js.map +1 -1
- package/dist/providers/ProviderType.d.ts +5 -2
- package/dist/providers/ProviderType.d.ts.map +1 -1
- package/dist/providers/ProviderType.js +10 -1
- package/dist/providers/ProviderType.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.d.ts +2 -2
- package/dist/providers/SmartProvider/SmartProvider.d.ts.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.js +3 -3
- package/dist/providers/SmartProvider/SmartProvider.js.map +1 -1
- package/dist/providers/providerBuilders.d.ts.map +1 -1
- package/dist/providers/providerBuilders.js +1 -0
- package/dist/providers/providerBuilders.js.map +1 -1
- package/dist/router/HyperlaneRouterChecker.d.ts.map +1 -1
- package/dist/router/HyperlaneRouterChecker.js +2 -2
- package/dist/router/HyperlaneRouterChecker.js.map +1 -1
- package/dist/router/HyperlaneRouterDeployer.d.ts.map +1 -1
- package/dist/router/HyperlaneRouterDeployer.js +2 -3
- package/dist/router/HyperlaneRouterDeployer.js.map +1 -1
- package/dist/test/metadata-check.js +7 -39
- package/dist/test/metadata-check.js.map +1 -1
- package/dist/test/testUtils.d.ts +2 -0
- package/dist/test/testUtils.d.ts.map +1 -1
- package/dist/test/testUtils.js +19 -1
- package/dist/test/testUtils.js.map +1 -1
- package/dist/token/IToken.d.ts +147 -0
- package/dist/token/IToken.d.ts.map +1 -0
- package/dist/token/IToken.js +37 -0
- package/dist/token/IToken.js.map +1 -0
- package/dist/token/Token.d.ts +58 -0
- package/dist/token/Token.d.ts.map +1 -0
- package/dist/token/Token.js +260 -0
- package/dist/token/Token.js.map +1 -0
- package/dist/token/Token.test.d.ts +2 -0
- package/dist/token/Token.test.d.ts.map +1 -0
- package/dist/token/Token.test.js +155 -0
- package/dist/token/Token.test.js.map +1 -0
- package/dist/token/TokenAmount.d.ts +12 -0
- package/dist/token/TokenAmount.d.ts.map +1 -0
- package/dist/token/TokenAmount.js +24 -0
- package/dist/token/TokenAmount.js.map +1 -0
- package/dist/token/TokenAmount.test.d.ts +2 -0
- package/dist/token/TokenAmount.test.d.ts.map +1 -0
- package/dist/token/TokenAmount.test.js +41 -0
- package/dist/token/TokenAmount.test.js.map +1 -0
- package/dist/token/TokenConnection.d.ts +81 -0
- package/dist/token/TokenConnection.d.ts.map +1 -0
- package/dist/token/TokenConnection.js +36 -0
- package/dist/token/TokenConnection.js.map +1 -0
- package/dist/token/TokenStandard.d.ts +36 -0
- package/dist/token/TokenStandard.d.ts.map +1 -0
- package/dist/token/TokenStandard.js +118 -0
- package/dist/token/TokenStandard.js.map +1 -0
- package/dist/token/adapters/CosmWasmTokenAdapter.d.ts +29 -30
- package/dist/token/adapters/CosmWasmTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/CosmWasmTokenAdapter.js +65 -50
- package/dist/token/adapters/CosmWasmTokenAdapter.js.map +1 -1
- package/dist/token/adapters/CosmosTokenAdapter.d.ts +11 -9
- package/dist/token/adapters/CosmosTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/CosmosTokenAdapter.js +25 -6
- package/dist/token/adapters/CosmosTokenAdapter.js.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.d.ts +27 -16
- package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.js +69 -23
- package/dist/token/adapters/EvmTokenAdapter.js.map +1 -1
- package/dist/token/adapters/ITokenAdapter.d.ts +16 -11
- package/dist/token/adapters/ITokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/SealevelTokenAdapter.d.ts +15 -13
- package/dist/token/adapters/SealevelTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/SealevelTokenAdapter.js +17 -15
- package/dist/token/adapters/SealevelTokenAdapter.js.map +1 -1
- package/dist/token/deploy.d.ts +3 -2
- package/dist/token/deploy.d.ts.map +1 -1
- package/dist/token/deploy.js +4 -2
- package/dist/token/deploy.js.map +1 -1
- package/dist/types.d.ts +2 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/warp/WarpCore.d.ts +76 -0
- package/dist/warp/WarpCore.d.ts.map +1 -0
- package/dist/warp/WarpCore.js +288 -0
- package/dist/warp/WarpCore.js.map +1 -0
- package/dist/warp/WarpCore.test.d.ts +2 -0
- package/dist/warp/WarpCore.test.d.ts.map +1 -0
- package/dist/warp/WarpCore.test.js +143 -0
- package/dist/warp/WarpCore.test.js.map +1 -0
- package/dist/warp/types.d.ts +274 -0
- package/dist/warp/types.d.ts.map +1 -0
- package/dist/warp/types.js +38 -0
- package/dist/warp/types.js.map +1 -0
- package/logos/black/cosmwasm.svg +1 -1
- package/logos/black/inevm.svg +1 -0
- package/logos/black/injective.svg +1 -0
- package/logos/black/nautilus.svg +1 -0
- package/logos/black/plume.svg +29 -0
- package/logos/color/cosmos.svg +1 -1
- package/logos/color/cosmwasm.svg +1 -1
- package/logos/color/inevm.svg +1 -0
- package/logos/color/injective.svg +1 -0
- package/logos/color/manta.svg +1 -1
- package/logos/color/nautilus.svg +1 -0
- package/logos/color/plume.svg +24 -0
- package/package.json +5 -4
|
@@ -259,6 +259,26 @@ export declare const hyperlaneEnvironments: {
|
|
|
259
259
|
fallbackRoutingHook: string;
|
|
260
260
|
interchainSecurityModule: string;
|
|
261
261
|
};
|
|
262
|
+
inevm: {
|
|
263
|
+
merkleRootMultisigIsmFactory: string;
|
|
264
|
+
messageIdMultisigIsmFactory: string;
|
|
265
|
+
aggregationIsmFactory: string;
|
|
266
|
+
aggregationHookFactory: string;
|
|
267
|
+
routingIsmFactory: string;
|
|
268
|
+
domainRoutingIsm: string;
|
|
269
|
+
proxyAdmin: string;
|
|
270
|
+
storageGasOracle: string;
|
|
271
|
+
interchainGasPaymaster: string;
|
|
272
|
+
merkleTreeHook: string;
|
|
273
|
+
aggregationHook: string;
|
|
274
|
+
protocolFee: string;
|
|
275
|
+
mailbox: string;
|
|
276
|
+
validatorAnnounce: string;
|
|
277
|
+
interchainSecurityModule: string;
|
|
278
|
+
pausableIsm: string;
|
|
279
|
+
staticAggregationIsm: string;
|
|
280
|
+
pausableHook: string;
|
|
281
|
+
};
|
|
262
282
|
viction: {
|
|
263
283
|
merkleRootMultisigIsmFactory: string;
|
|
264
284
|
messageIdMultisigIsmFactory: string;
|
|
@@ -278,223 +298,211 @@ export declare const hyperlaneEnvironments: {
|
|
|
278
298
|
};
|
|
279
299
|
};
|
|
280
300
|
testnet: {
|
|
281
|
-
|
|
301
|
+
alfajores: {
|
|
302
|
+
aggregationHook: string;
|
|
303
|
+
aggregationHookFactory: string;
|
|
304
|
+
aggregationIsmFactory: string;
|
|
305
|
+
fallbackRoutingHook: string;
|
|
306
|
+
interchainGasPaymaster: string;
|
|
307
|
+
mailbox: string;
|
|
282
308
|
merkleRootMultisigIsmFactory: string;
|
|
309
|
+
merkleTreeHook: string;
|
|
283
310
|
messageIdMultisigIsmFactory: string;
|
|
284
|
-
|
|
285
|
-
aggregationHookFactory: string;
|
|
311
|
+
protocolFee: string;
|
|
286
312
|
proxyAdmin: string;
|
|
287
|
-
|
|
288
|
-
validatorAnnounce: string;
|
|
313
|
+
routingIsmFactory: string;
|
|
289
314
|
storageGasOracle: string;
|
|
290
|
-
interchainGasPaymaster: string;
|
|
291
|
-
protocolFee: string;
|
|
292
315
|
testRecipient: string;
|
|
293
316
|
testTokenRecipient: string;
|
|
294
|
-
|
|
317
|
+
validatorAnnounce: string;
|
|
295
318
|
};
|
|
296
319
|
arbitrumgoerli: {
|
|
297
|
-
|
|
298
|
-
messageIdMultisigIsmFactory: string;
|
|
299
|
-
aggregationIsmFactory: string;
|
|
320
|
+
aggregationHook: string;
|
|
300
321
|
aggregationHookFactory: string;
|
|
301
|
-
|
|
322
|
+
aggregationIsmFactory: string;
|
|
323
|
+
fallbackRoutingHook: string;
|
|
324
|
+
interchainGasPaymaster: string;
|
|
302
325
|
mailbox: string;
|
|
303
|
-
|
|
326
|
+
merkleRootMultisigIsmFactory: string;
|
|
304
327
|
merkleTreeHook: string;
|
|
305
|
-
|
|
306
|
-
interchainGasPaymaster: string;
|
|
307
|
-
aggregationHook: string;
|
|
328
|
+
messageIdMultisigIsmFactory: string;
|
|
308
329
|
protocolFee: string;
|
|
309
|
-
|
|
330
|
+
proxyAdmin: string;
|
|
331
|
+
routingIsmFactory: string;
|
|
332
|
+
storageGasOracle: string;
|
|
310
333
|
testRecipient: string;
|
|
311
334
|
testTokenRecipient: string;
|
|
312
|
-
|
|
335
|
+
validatorAnnounce: string;
|
|
313
336
|
};
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
messageIdMultisigIsmFactory: string;
|
|
317
|
-
aggregationIsmFactory: string;
|
|
337
|
+
bsctestnet: {
|
|
338
|
+
aggregationHook: string;
|
|
318
339
|
aggregationHookFactory: string;
|
|
319
|
-
|
|
340
|
+
aggregationIsmFactory: string;
|
|
341
|
+
fallbackRoutingHook: string;
|
|
342
|
+
interchainGasPaymaster: string;
|
|
320
343
|
mailbox: string;
|
|
321
|
-
|
|
344
|
+
merkleRootMultisigIsmFactory: string;
|
|
322
345
|
merkleTreeHook: string;
|
|
323
|
-
|
|
324
|
-
interchainGasPaymaster: string;
|
|
325
|
-
aggregationHook: string;
|
|
346
|
+
messageIdMultisigIsmFactory: string;
|
|
326
347
|
protocolFee: string;
|
|
327
|
-
|
|
348
|
+
proxyAdmin: string;
|
|
349
|
+
storageGasOracle: string;
|
|
328
350
|
testRecipient: string;
|
|
329
351
|
testTokenRecipient: string;
|
|
330
|
-
|
|
352
|
+
validatorAnnounce: string;
|
|
331
353
|
};
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
messageIdMultisigIsmFactory: string;
|
|
335
|
-
aggregationIsmFactory: string;
|
|
354
|
+
fuji: {
|
|
355
|
+
aggregationHook: string;
|
|
336
356
|
aggregationHookFactory: string;
|
|
337
|
-
|
|
357
|
+
aggregationIsmFactory: string;
|
|
358
|
+
fallbackRoutingHook: string;
|
|
359
|
+
interchainGasPaymaster: string;
|
|
338
360
|
mailbox: string;
|
|
339
|
-
|
|
361
|
+
merkleRootMultisigIsmFactory: string;
|
|
340
362
|
merkleTreeHook: string;
|
|
341
|
-
|
|
342
|
-
interchainGasPaymaster: string;
|
|
343
|
-
aggregationHook: string;
|
|
363
|
+
messageIdMultisigIsmFactory: string;
|
|
344
364
|
protocolFee: string;
|
|
345
|
-
|
|
365
|
+
proxyAdmin: string;
|
|
366
|
+
routingIsmFactory: string;
|
|
367
|
+
storageGasOracle: string;
|
|
346
368
|
testRecipient: string;
|
|
347
369
|
testTokenRecipient: string;
|
|
348
|
-
|
|
370
|
+
validatorAnnounce: string;
|
|
349
371
|
};
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
messageIdMultisigIsmFactory: string;
|
|
353
|
-
aggregationIsmFactory: string;
|
|
372
|
+
goerli: {
|
|
373
|
+
aggregationHook: string;
|
|
354
374
|
aggregationHookFactory: string;
|
|
355
|
-
|
|
375
|
+
aggregationIsmFactory: string;
|
|
376
|
+
fallbackRoutingHook: string;
|
|
377
|
+
interchainGasPaymaster: string;
|
|
356
378
|
mailbox: string;
|
|
357
|
-
|
|
379
|
+
merkleRootMultisigIsmFactory: string;
|
|
358
380
|
merkleTreeHook: string;
|
|
359
|
-
|
|
360
|
-
interchainGasPaymaster: string;
|
|
361
|
-
aggregationHook: string;
|
|
381
|
+
messageIdMultisigIsmFactory: string;
|
|
362
382
|
protocolFee: string;
|
|
363
|
-
|
|
383
|
+
proxyAdmin: string;
|
|
384
|
+
routingIsmFactory: string;
|
|
385
|
+
storageGasOracle: string;
|
|
364
386
|
testRecipient: string;
|
|
365
387
|
testTokenRecipient: string;
|
|
366
|
-
|
|
388
|
+
validatorAnnounce: string;
|
|
367
389
|
};
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
messageIdMultisigIsmFactory: string;
|
|
371
|
-
aggregationIsmFactory: string;
|
|
390
|
+
mumbai: {
|
|
391
|
+
aggregationHook: string;
|
|
372
392
|
aggregationHookFactory: string;
|
|
373
|
-
|
|
393
|
+
aggregationIsmFactory: string;
|
|
394
|
+
fallbackRoutingHook: string;
|
|
395
|
+
interchainGasPaymaster: string;
|
|
374
396
|
mailbox: string;
|
|
375
|
-
|
|
397
|
+
merkleRootMultisigIsmFactory: string;
|
|
376
398
|
merkleTreeHook: string;
|
|
377
|
-
|
|
378
|
-
interchainGasPaymaster: string;
|
|
379
|
-
aggregationHook: string;
|
|
399
|
+
messageIdMultisigIsmFactory: string;
|
|
380
400
|
protocolFee: string;
|
|
381
|
-
|
|
401
|
+
proxyAdmin: string;
|
|
402
|
+
routingIsmFactory: string;
|
|
403
|
+
storageGasOracle: string;
|
|
382
404
|
testRecipient: string;
|
|
383
405
|
testTokenRecipient: string;
|
|
384
|
-
|
|
406
|
+
validatorAnnounce: string;
|
|
385
407
|
};
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
messageIdMultisigIsmFactory: string;
|
|
389
|
-
aggregationIsmFactory: string;
|
|
408
|
+
optimismgoerli: {
|
|
409
|
+
aggregationHook: string;
|
|
390
410
|
aggregationHookFactory: string;
|
|
391
|
-
|
|
392
|
-
|
|
411
|
+
aggregationIsmFactory: string;
|
|
412
|
+
fallbackRoutingHook: string;
|
|
393
413
|
interchainGasPaymaster: string;
|
|
394
|
-
aggregationHook: string;
|
|
395
|
-
protocolFee: string;
|
|
396
414
|
mailbox: string;
|
|
397
|
-
merkleTreeHook: string;
|
|
398
|
-
validatorAnnounce: string;
|
|
399
|
-
fallbackRoutingHook: string;
|
|
400
|
-
testRecipient: string;
|
|
401
|
-
testTokenRecipient: string;
|
|
402
|
-
routingIsmFactory: string;
|
|
403
|
-
};
|
|
404
|
-
fuji: {
|
|
405
415
|
merkleRootMultisigIsmFactory: string;
|
|
416
|
+
merkleTreeHook: string;
|
|
406
417
|
messageIdMultisigIsmFactory: string;
|
|
407
|
-
|
|
408
|
-
aggregationHookFactory: string;
|
|
418
|
+
protocolFee: string;
|
|
409
419
|
proxyAdmin: string;
|
|
410
|
-
|
|
411
|
-
validatorAnnounce: string;
|
|
412
|
-
merkleTreeHook: string;
|
|
420
|
+
routingIsmFactory: string;
|
|
413
421
|
storageGasOracle: string;
|
|
414
|
-
interchainGasPaymaster: string;
|
|
415
|
-
aggregationHook: string;
|
|
416
|
-
protocolFee: string;
|
|
417
|
-
fallbackRoutingHook: string;
|
|
418
422
|
testRecipient: string;
|
|
419
423
|
testTokenRecipient: string;
|
|
420
|
-
|
|
424
|
+
validatorAnnounce: string;
|
|
421
425
|
};
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
messageIdMultisigIsmFactory: string;
|
|
425
|
-
aggregationIsmFactory: string;
|
|
426
|
+
plumetestnet: {
|
|
427
|
+
aggregationHook: string;
|
|
426
428
|
aggregationHookFactory: string;
|
|
427
|
-
|
|
428
|
-
|
|
429
|
+
aggregationIsmFactory: string;
|
|
430
|
+
fallbackRoutingHook: string;
|
|
429
431
|
interchainGasPaymaster: string;
|
|
430
|
-
|
|
431
|
-
protocolFee: string;
|
|
432
|
+
interchainSecurityModule: string;
|
|
432
433
|
mailbox: string;
|
|
434
|
+
merkleRootMultisigIsmFactory: string;
|
|
433
435
|
merkleTreeHook: string;
|
|
434
|
-
|
|
435
|
-
|
|
436
|
+
messageIdMultisigIsmFactory: string;
|
|
437
|
+
pausableHook: string;
|
|
438
|
+
protocolFee: string;
|
|
439
|
+
proxyAdmin: string;
|
|
440
|
+
routingIsmFactory: string;
|
|
441
|
+
storageGasOracle: string;
|
|
436
442
|
testRecipient: string;
|
|
437
|
-
|
|
443
|
+
validatorAnnounce: string;
|
|
438
444
|
};
|
|
439
|
-
|
|
445
|
+
polygonzkevmtestnet: {
|
|
446
|
+
aggregationHook: string;
|
|
447
|
+
aggregationHookFactory: string;
|
|
448
|
+
aggregationIsmFactory: string;
|
|
449
|
+
fallbackRoutingHook: string;
|
|
450
|
+
interchainGasPaymaster: string;
|
|
451
|
+
mailbox: string;
|
|
440
452
|
merkleRootMultisigIsmFactory: string;
|
|
453
|
+
merkleTreeHook: string;
|
|
441
454
|
messageIdMultisigIsmFactory: string;
|
|
442
|
-
|
|
443
|
-
aggregationHookFactory: string;
|
|
455
|
+
protocolFee: string;
|
|
444
456
|
proxyAdmin: string;
|
|
457
|
+
routingIsmFactory: string;
|
|
445
458
|
storageGasOracle: string;
|
|
446
|
-
interchainGasPaymaster: string;
|
|
447
|
-
aggregationHook: string;
|
|
448
|
-
protocolFee: string;
|
|
449
|
-
merkleTreeHook: string;
|
|
450
|
-
mailbox: string;
|
|
451
|
-
validatorAnnounce: string;
|
|
452
|
-
fallbackRoutingHook: string;
|
|
453
459
|
testRecipient: string;
|
|
454
460
|
testTokenRecipient: string;
|
|
455
|
-
|
|
461
|
+
validatorAnnounce: string;
|
|
456
462
|
};
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
messageIdMultisigIsmFactory: string;
|
|
460
|
-
aggregationIsmFactory: string;
|
|
463
|
+
scrollsepolia: {
|
|
464
|
+
aggregationHook: string;
|
|
461
465
|
aggregationHookFactory: string;
|
|
462
|
-
|
|
466
|
+
aggregationIsmFactory: string;
|
|
467
|
+
fallbackRoutingHook: string;
|
|
468
|
+
interchainGasPaymaster: string;
|
|
463
469
|
mailbox: string;
|
|
470
|
+
merkleRootMultisigIsmFactory: string;
|
|
464
471
|
merkleTreeHook: string;
|
|
465
|
-
|
|
466
|
-
interchainGasPaymaster: string;
|
|
467
|
-
aggregationHook: string;
|
|
472
|
+
messageIdMultisigIsmFactory: string;
|
|
468
473
|
protocolFee: string;
|
|
469
|
-
|
|
470
|
-
|
|
474
|
+
proxyAdmin: string;
|
|
475
|
+
routingIsmFactory: string;
|
|
476
|
+
storageGasOracle: string;
|
|
471
477
|
testRecipient: string;
|
|
472
478
|
testTokenRecipient: string;
|
|
473
|
-
|
|
479
|
+
validatorAnnounce: string;
|
|
474
480
|
};
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
messageIdMultisigIsmFactory: string;
|
|
478
|
-
aggregationIsmFactory: string;
|
|
481
|
+
sepolia: {
|
|
482
|
+
aggregationHook: string;
|
|
479
483
|
aggregationHookFactory: string;
|
|
484
|
+
aggregationIsmFactory: string;
|
|
485
|
+
fallbackRoutingHook: string;
|
|
486
|
+
interchainGasPaymaster: string;
|
|
487
|
+
interchainSecurityModule: string;
|
|
488
|
+
mailbox: string;
|
|
489
|
+
merkleRootMultisigIsmFactory: string;
|
|
480
490
|
merkleTreeHook: string;
|
|
491
|
+
messageIdMultisigIsmFactory: string;
|
|
492
|
+
pausableHook: string;
|
|
493
|
+
protocolFee: string;
|
|
481
494
|
proxyAdmin: string;
|
|
495
|
+
routingIsmFactory: string;
|
|
482
496
|
storageGasOracle: string;
|
|
483
|
-
interchainGasPaymaster: string;
|
|
484
|
-
aggregationHook: string;
|
|
485
|
-
protocolFee: string;
|
|
486
|
-
mailbox: string;
|
|
487
|
-
validatorAnnounce: string;
|
|
488
|
-
fallbackRoutingHook: string;
|
|
489
497
|
testRecipient: string;
|
|
490
498
|
testTokenRecipient: string;
|
|
491
|
-
|
|
499
|
+
validatorAnnounce: string;
|
|
492
500
|
};
|
|
493
501
|
};
|
|
494
502
|
};
|
|
495
503
|
export type HyperlaneEnvironment = keyof typeof hyperlaneEnvironments;
|
|
496
504
|
export type HyperlaneEnvironmentChain<E extends HyperlaneEnvironment> = Extract<keyof (typeof hyperlaneEnvironments)[E], ChainName>;
|
|
497
|
-
export declare const hyperlaneContractAddresses: Record<"test1" | "test2" | "test3" | "alfajores" | "arbitrum" | "arbitrumgoerli" | "avalanche" | "base" | "
|
|
505
|
+
export declare const hyperlaneContractAddresses: Record<"test1" | "test2" | "test3" | "alfajores" | "arbitrum" | "arbitrumgoerli" | "avalanche" | "base" | "bsc" | "bsctestnet" | "celo" | "chiado" | "ethereum" | "fuji" | "gnosis" | "goerli" | "inevm" | "injective" | "lineagoerli" | "mantapacific" | "moonbeam" | "mumbai" | "nautilus" | "neutron" | "optimism" | "optimismgoerli" | "plumetestnet" | "polygon" | "polygonzkevm" | "polygonzkevmtestnet" | "proteustestnet" | "scroll" | "scrollsepolia" | "sepolia" | "solana" | "solanadevnet" | "solanatestnet" | "eclipsetestnet" | "viction", {
|
|
498
506
|
storageGasOracle: string;
|
|
499
507
|
proxyAdmin: string;
|
|
500
508
|
merkleRootMultisigIsmFactory: 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"}
|
|
@@ -257,6 +257,26 @@
|
|
|
257
257
|
"fallbackRoutingHook": "0xD1E267d2d7876e97E217BfE61c34AB50FEF52807",
|
|
258
258
|
"interchainSecurityModule": "0xDEed16fe4b1c9b2a93483EDFf34C77A9b57D31Ff"
|
|
259
259
|
},
|
|
260
|
+
"inevm": {
|
|
261
|
+
"merkleRootMultisigIsmFactory": "0x2C1FAbEcd7bFBdEBF27CcdB67baADB38b6Df90fC",
|
|
262
|
+
"messageIdMultisigIsmFactory": "0x8b83fefd896fAa52057798f6426E9f0B080FCCcE",
|
|
263
|
+
"aggregationIsmFactory": "0x8F7454AC98228f3504Bb91eA3D8Adafe6406110A",
|
|
264
|
+
"aggregationHookFactory": "0xEb9FcFDC9EfDC17c1EC5E1dc085B98485da213D6",
|
|
265
|
+
"routingIsmFactory": "0x1052eF3419f26Bec74Ed7CEf4a4FA6812Bc09908",
|
|
266
|
+
"domainRoutingIsm": "0xBD70Ea9D599a0FC8158B026797177773C3445730",
|
|
267
|
+
"proxyAdmin": "0x0761b0827849abbf7b0cC09CE14e1C93D87f5004",
|
|
268
|
+
"storageGasOracle": "0x6119E37Bd66406A1Db74920aC79C15fB8411Ba76",
|
|
269
|
+
"interchainGasPaymaster": "0x19dc38aeae620380430C200a6E990D5Af5480117",
|
|
270
|
+
"merkleTreeHook": "0x0972954923a1e2b2aAb04Fa0c4a0797e5989Cd65",
|
|
271
|
+
"aggregationHook": "0xe0dDb5dE7D52918237cC1Ae131F29dcAbcb0F62B",
|
|
272
|
+
"protocolFee": "0x0D63128D887159d63De29497dfa45AFc7C699AE4",
|
|
273
|
+
"mailbox": "0x2f2aFaE1139Ce54feFC03593FeE8AB2aDF4a85A7",
|
|
274
|
+
"validatorAnnounce": "0x15ab173bDB6832f9b64276bA128659b0eD77730B",
|
|
275
|
+
"interchainSecurityModule": "0x3052aD50De54aAAc5D364d80bBE681d29e924597",
|
|
276
|
+
"pausableIsm": "0x6Fae4D9935E2fcb11fC79a64e917fb2BF14DaFaa",
|
|
277
|
+
"staticAggregationIsm": "0x3052aD50De54aAAc5D364d80bBE681d29e924597",
|
|
278
|
+
"pausableHook": "0xBDa330Ea8F3005C421C8088e638fBB64fA71b9e0"
|
|
279
|
+
},
|
|
260
280
|
"viction": {
|
|
261
281
|
"merkleRootMultisigIsmFactory": "0x2C1FAbEcd7bFBdEBF27CcdB67baADB38b6Df90fC",
|
|
262
282
|
"messageIdMultisigIsmFactory": "0x8b83fefd896fAa52057798f6426E9f0B080FCCcE",
|