@hyperlane-xyz/sdk 3.7.0 → 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 +1 -2
- package/dist/consts/chainMetadata.d.ts.map +1 -1
- package/dist/consts/chainMetadata.js +43 -64
- package/dist/consts/chainMetadata.js.map +1 -1
- package/dist/consts/chains.d.ts +1 -2
- package/dist/consts/chains.d.ts.map +1 -1
- package/dist/consts/chains.js +2 -4
- package/dist/consts/chains.js.map +1 -1
- package/dist/consts/environments/index.d.ts +121 -133
- package/dist/consts/environments/index.d.ts.map +1 -1
- package/dist/consts/environments/testnet.json +166 -178
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +6 -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/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 +6 -7
- package/dist/gas/HyperlaneIgpDeployer.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgpDeployer.js +40 -59
- package/dist/gas/HyperlaneIgpDeployer.js.map +1 -1
- package/dist/gas/oracle/configure-gas-oracles.hardhat-test.js +17 -22
- package/dist/gas/oracle/configure-gas-oracles.hardhat-test.js.map +1 -1
- package/dist/gas/oracle/types.d.ts +6 -9
- package/dist/gas/oracle/types.d.ts.map +1 -1
- package/dist/gas/oracle/types.js +23 -1
- package/dist/gas/oracle/types.js.map +1 -1
- 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 +16 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +49 -22
- 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 +97 -46
- package/dist/metadata/agentConfig.d.ts.map +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 +188 -1
- package/dist/metadata/chainMetadataTypes.d.ts.map +1 -1
- package/dist/metadata/chainMetadataTypes.js +14 -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/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 +1 -0
- 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.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.js +2 -2
- 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/testUtils.d.ts +1 -2
- package/dist/test/testUtils.d.ts.map +1 -1
- package/dist/test/testUtils.js +12 -28
- 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/plume.svg +29 -0
- package/logos/color/cosmos.svg +1 -1
- package/logos/color/cosmwasm.svg +1 -1
- package/logos/color/manta.svg +1 -1
- package/logos/color/plume.svg +24 -0
- package/package.json +5 -4
- package/dist/gas/oracle/logging.d.ts +0 -7
- package/dist/gas/oracle/logging.d.ts.map +0 -1
- package/dist/gas/oracle/logging.js +0 -18
- package/dist/gas/oracle/logging.js.map +0 -1
|
@@ -298,223 +298,211 @@ export declare const hyperlaneEnvironments: {
|
|
|
298
298
|
};
|
|
299
299
|
};
|
|
300
300
|
testnet: {
|
|
301
|
-
|
|
301
|
+
alfajores: {
|
|
302
|
+
aggregationHook: string;
|
|
303
|
+
aggregationHookFactory: string;
|
|
304
|
+
aggregationIsmFactory: string;
|
|
305
|
+
fallbackRoutingHook: string;
|
|
306
|
+
interchainGasPaymaster: string;
|
|
307
|
+
mailbox: string;
|
|
302
308
|
merkleRootMultisigIsmFactory: string;
|
|
309
|
+
merkleTreeHook: string;
|
|
303
310
|
messageIdMultisigIsmFactory: string;
|
|
304
|
-
|
|
305
|
-
aggregationHookFactory: string;
|
|
311
|
+
protocolFee: string;
|
|
306
312
|
proxyAdmin: string;
|
|
307
|
-
|
|
308
|
-
validatorAnnounce: string;
|
|
313
|
+
routingIsmFactory: string;
|
|
309
314
|
storageGasOracle: string;
|
|
310
|
-
interchainGasPaymaster: string;
|
|
311
|
-
protocolFee: string;
|
|
312
315
|
testRecipient: string;
|
|
313
316
|
testTokenRecipient: string;
|
|
314
|
-
|
|
317
|
+
validatorAnnounce: string;
|
|
315
318
|
};
|
|
316
319
|
arbitrumgoerli: {
|
|
317
|
-
|
|
318
|
-
messageIdMultisigIsmFactory: string;
|
|
319
|
-
aggregationIsmFactory: string;
|
|
320
|
+
aggregationHook: string;
|
|
320
321
|
aggregationHookFactory: string;
|
|
321
|
-
|
|
322
|
+
aggregationIsmFactory: string;
|
|
323
|
+
fallbackRoutingHook: string;
|
|
324
|
+
interchainGasPaymaster: string;
|
|
322
325
|
mailbox: string;
|
|
323
|
-
|
|
326
|
+
merkleRootMultisigIsmFactory: string;
|
|
324
327
|
merkleTreeHook: string;
|
|
325
|
-
|
|
326
|
-
interchainGasPaymaster: string;
|
|
327
|
-
aggregationHook: string;
|
|
328
|
+
messageIdMultisigIsmFactory: string;
|
|
328
329
|
protocolFee: string;
|
|
329
|
-
|
|
330
|
+
proxyAdmin: string;
|
|
331
|
+
routingIsmFactory: string;
|
|
332
|
+
storageGasOracle: string;
|
|
330
333
|
testRecipient: string;
|
|
331
334
|
testTokenRecipient: string;
|
|
332
|
-
|
|
335
|
+
validatorAnnounce: string;
|
|
333
336
|
};
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
messageIdMultisigIsmFactory: string;
|
|
337
|
-
aggregationIsmFactory: string;
|
|
337
|
+
bsctestnet: {
|
|
338
|
+
aggregationHook: string;
|
|
338
339
|
aggregationHookFactory: string;
|
|
339
|
-
|
|
340
|
+
aggregationIsmFactory: string;
|
|
341
|
+
fallbackRoutingHook: string;
|
|
342
|
+
interchainGasPaymaster: string;
|
|
340
343
|
mailbox: string;
|
|
341
|
-
|
|
344
|
+
merkleRootMultisigIsmFactory: string;
|
|
342
345
|
merkleTreeHook: string;
|
|
343
|
-
|
|
344
|
-
interchainGasPaymaster: string;
|
|
345
|
-
aggregationHook: string;
|
|
346
|
+
messageIdMultisigIsmFactory: string;
|
|
346
347
|
protocolFee: string;
|
|
347
|
-
|
|
348
|
+
proxyAdmin: string;
|
|
349
|
+
storageGasOracle: string;
|
|
348
350
|
testRecipient: string;
|
|
349
351
|
testTokenRecipient: string;
|
|
350
|
-
|
|
352
|
+
validatorAnnounce: string;
|
|
351
353
|
};
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
messageIdMultisigIsmFactory: string;
|
|
355
|
-
aggregationIsmFactory: string;
|
|
354
|
+
fuji: {
|
|
355
|
+
aggregationHook: string;
|
|
356
356
|
aggregationHookFactory: string;
|
|
357
|
-
|
|
357
|
+
aggregationIsmFactory: string;
|
|
358
|
+
fallbackRoutingHook: string;
|
|
359
|
+
interchainGasPaymaster: string;
|
|
358
360
|
mailbox: string;
|
|
359
|
-
|
|
361
|
+
merkleRootMultisigIsmFactory: string;
|
|
360
362
|
merkleTreeHook: string;
|
|
361
|
-
|
|
362
|
-
interchainGasPaymaster: string;
|
|
363
|
-
aggregationHook: string;
|
|
363
|
+
messageIdMultisigIsmFactory: string;
|
|
364
364
|
protocolFee: string;
|
|
365
|
-
|
|
365
|
+
proxyAdmin: string;
|
|
366
|
+
routingIsmFactory: string;
|
|
367
|
+
storageGasOracle: string;
|
|
366
368
|
testRecipient: string;
|
|
367
369
|
testTokenRecipient: string;
|
|
368
|
-
|
|
370
|
+
validatorAnnounce: string;
|
|
369
371
|
};
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
messageIdMultisigIsmFactory: string;
|
|
373
|
-
aggregationIsmFactory: string;
|
|
372
|
+
goerli: {
|
|
373
|
+
aggregationHook: string;
|
|
374
374
|
aggregationHookFactory: string;
|
|
375
|
-
|
|
375
|
+
aggregationIsmFactory: string;
|
|
376
|
+
fallbackRoutingHook: string;
|
|
377
|
+
interchainGasPaymaster: string;
|
|
376
378
|
mailbox: string;
|
|
377
|
-
|
|
379
|
+
merkleRootMultisigIsmFactory: string;
|
|
378
380
|
merkleTreeHook: string;
|
|
379
|
-
|
|
380
|
-
interchainGasPaymaster: string;
|
|
381
|
-
aggregationHook: string;
|
|
381
|
+
messageIdMultisigIsmFactory: string;
|
|
382
382
|
protocolFee: string;
|
|
383
|
-
|
|
383
|
+
proxyAdmin: string;
|
|
384
|
+
routingIsmFactory: string;
|
|
385
|
+
storageGasOracle: string;
|
|
384
386
|
testRecipient: string;
|
|
385
387
|
testTokenRecipient: string;
|
|
386
|
-
|
|
388
|
+
validatorAnnounce: string;
|
|
387
389
|
};
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
messageIdMultisigIsmFactory: string;
|
|
391
|
-
aggregationIsmFactory: string;
|
|
390
|
+
mumbai: {
|
|
391
|
+
aggregationHook: string;
|
|
392
392
|
aggregationHookFactory: string;
|
|
393
|
-
|
|
393
|
+
aggregationIsmFactory: string;
|
|
394
|
+
fallbackRoutingHook: string;
|
|
395
|
+
interchainGasPaymaster: string;
|
|
394
396
|
mailbox: string;
|
|
395
|
-
|
|
397
|
+
merkleRootMultisigIsmFactory: string;
|
|
396
398
|
merkleTreeHook: string;
|
|
397
|
-
|
|
398
|
-
interchainGasPaymaster: string;
|
|
399
|
-
aggregationHook: string;
|
|
399
|
+
messageIdMultisigIsmFactory: string;
|
|
400
400
|
protocolFee: string;
|
|
401
|
-
|
|
401
|
+
proxyAdmin: string;
|
|
402
|
+
routingIsmFactory: string;
|
|
403
|
+
storageGasOracle: string;
|
|
402
404
|
testRecipient: string;
|
|
403
405
|
testTokenRecipient: string;
|
|
404
|
-
|
|
406
|
+
validatorAnnounce: string;
|
|
405
407
|
};
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
messageIdMultisigIsmFactory: string;
|
|
409
|
-
aggregationIsmFactory: string;
|
|
408
|
+
optimismgoerli: {
|
|
409
|
+
aggregationHook: string;
|
|
410
410
|
aggregationHookFactory: string;
|
|
411
|
-
|
|
412
|
-
|
|
411
|
+
aggregationIsmFactory: string;
|
|
412
|
+
fallbackRoutingHook: string;
|
|
413
413
|
interchainGasPaymaster: string;
|
|
414
|
-
aggregationHook: string;
|
|
415
|
-
protocolFee: string;
|
|
416
414
|
mailbox: string;
|
|
417
|
-
merkleTreeHook: string;
|
|
418
|
-
validatorAnnounce: string;
|
|
419
|
-
fallbackRoutingHook: string;
|
|
420
|
-
testRecipient: string;
|
|
421
|
-
testTokenRecipient: string;
|
|
422
|
-
routingIsmFactory: string;
|
|
423
|
-
};
|
|
424
|
-
fuji: {
|
|
425
415
|
merkleRootMultisigIsmFactory: string;
|
|
416
|
+
merkleTreeHook: string;
|
|
426
417
|
messageIdMultisigIsmFactory: string;
|
|
427
|
-
|
|
428
|
-
aggregationHookFactory: string;
|
|
418
|
+
protocolFee: string;
|
|
429
419
|
proxyAdmin: string;
|
|
430
|
-
|
|
431
|
-
validatorAnnounce: string;
|
|
432
|
-
merkleTreeHook: string;
|
|
420
|
+
routingIsmFactory: string;
|
|
433
421
|
storageGasOracle: string;
|
|
434
|
-
interchainGasPaymaster: string;
|
|
435
|
-
aggregationHook: string;
|
|
436
|
-
protocolFee: string;
|
|
437
|
-
fallbackRoutingHook: string;
|
|
438
422
|
testRecipient: string;
|
|
439
423
|
testTokenRecipient: string;
|
|
440
|
-
|
|
424
|
+
validatorAnnounce: string;
|
|
441
425
|
};
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
messageIdMultisigIsmFactory: string;
|
|
445
|
-
aggregationIsmFactory: string;
|
|
426
|
+
plumetestnet: {
|
|
427
|
+
aggregationHook: string;
|
|
446
428
|
aggregationHookFactory: string;
|
|
447
|
-
|
|
448
|
-
|
|
429
|
+
aggregationIsmFactory: string;
|
|
430
|
+
fallbackRoutingHook: string;
|
|
449
431
|
interchainGasPaymaster: string;
|
|
450
|
-
|
|
451
|
-
protocolFee: string;
|
|
432
|
+
interchainSecurityModule: string;
|
|
452
433
|
mailbox: string;
|
|
434
|
+
merkleRootMultisigIsmFactory: string;
|
|
453
435
|
merkleTreeHook: string;
|
|
454
|
-
|
|
455
|
-
|
|
436
|
+
messageIdMultisigIsmFactory: string;
|
|
437
|
+
pausableHook: string;
|
|
438
|
+
protocolFee: string;
|
|
439
|
+
proxyAdmin: string;
|
|
440
|
+
routingIsmFactory: string;
|
|
441
|
+
storageGasOracle: string;
|
|
456
442
|
testRecipient: string;
|
|
457
|
-
|
|
443
|
+
validatorAnnounce: string;
|
|
458
444
|
};
|
|
459
|
-
|
|
445
|
+
polygonzkevmtestnet: {
|
|
446
|
+
aggregationHook: string;
|
|
447
|
+
aggregationHookFactory: string;
|
|
448
|
+
aggregationIsmFactory: string;
|
|
449
|
+
fallbackRoutingHook: string;
|
|
450
|
+
interchainGasPaymaster: string;
|
|
451
|
+
mailbox: string;
|
|
460
452
|
merkleRootMultisigIsmFactory: string;
|
|
453
|
+
merkleTreeHook: string;
|
|
461
454
|
messageIdMultisigIsmFactory: string;
|
|
462
|
-
|
|
463
|
-
aggregationHookFactory: string;
|
|
455
|
+
protocolFee: string;
|
|
464
456
|
proxyAdmin: string;
|
|
457
|
+
routingIsmFactory: string;
|
|
465
458
|
storageGasOracle: string;
|
|
466
|
-
interchainGasPaymaster: string;
|
|
467
|
-
aggregationHook: string;
|
|
468
|
-
protocolFee: string;
|
|
469
|
-
merkleTreeHook: string;
|
|
470
|
-
mailbox: string;
|
|
471
|
-
validatorAnnounce: string;
|
|
472
|
-
fallbackRoutingHook: string;
|
|
473
459
|
testRecipient: string;
|
|
474
460
|
testTokenRecipient: string;
|
|
475
|
-
|
|
461
|
+
validatorAnnounce: string;
|
|
476
462
|
};
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
messageIdMultisigIsmFactory: string;
|
|
480
|
-
aggregationIsmFactory: string;
|
|
463
|
+
scrollsepolia: {
|
|
464
|
+
aggregationHook: string;
|
|
481
465
|
aggregationHookFactory: string;
|
|
482
|
-
|
|
466
|
+
aggregationIsmFactory: string;
|
|
467
|
+
fallbackRoutingHook: string;
|
|
468
|
+
interchainGasPaymaster: string;
|
|
483
469
|
mailbox: string;
|
|
470
|
+
merkleRootMultisigIsmFactory: string;
|
|
484
471
|
merkleTreeHook: string;
|
|
485
|
-
|
|
486
|
-
interchainGasPaymaster: string;
|
|
487
|
-
aggregationHook: string;
|
|
472
|
+
messageIdMultisigIsmFactory: string;
|
|
488
473
|
protocolFee: string;
|
|
489
|
-
|
|
490
|
-
|
|
474
|
+
proxyAdmin: string;
|
|
475
|
+
routingIsmFactory: string;
|
|
476
|
+
storageGasOracle: string;
|
|
491
477
|
testRecipient: string;
|
|
492
478
|
testTokenRecipient: string;
|
|
493
|
-
|
|
479
|
+
validatorAnnounce: string;
|
|
494
480
|
};
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
messageIdMultisigIsmFactory: string;
|
|
498
|
-
aggregationIsmFactory: string;
|
|
481
|
+
sepolia: {
|
|
482
|
+
aggregationHook: string;
|
|
499
483
|
aggregationHookFactory: string;
|
|
484
|
+
aggregationIsmFactory: string;
|
|
485
|
+
fallbackRoutingHook: string;
|
|
486
|
+
interchainGasPaymaster: string;
|
|
487
|
+
interchainSecurityModule: string;
|
|
488
|
+
mailbox: string;
|
|
489
|
+
merkleRootMultisigIsmFactory: string;
|
|
500
490
|
merkleTreeHook: string;
|
|
491
|
+
messageIdMultisigIsmFactory: string;
|
|
492
|
+
pausableHook: string;
|
|
493
|
+
protocolFee: string;
|
|
501
494
|
proxyAdmin: string;
|
|
495
|
+
routingIsmFactory: string;
|
|
502
496
|
storageGasOracle: string;
|
|
503
|
-
interchainGasPaymaster: string;
|
|
504
|
-
aggregationHook: string;
|
|
505
|
-
protocolFee: string;
|
|
506
|
-
mailbox: string;
|
|
507
|
-
validatorAnnounce: string;
|
|
508
|
-
fallbackRoutingHook: string;
|
|
509
497
|
testRecipient: string;
|
|
510
498
|
testTokenRecipient: string;
|
|
511
|
-
|
|
499
|
+
validatorAnnounce: string;
|
|
512
500
|
};
|
|
513
501
|
};
|
|
514
502
|
};
|
|
515
503
|
export type HyperlaneEnvironment = keyof typeof hyperlaneEnvironments;
|
|
516
504
|
export type HyperlaneEnvironmentChain<E extends HyperlaneEnvironment> = Extract<keyof (typeof hyperlaneEnvironments)[E], ChainName>;
|
|
517
|
-
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", {
|
|
518
506
|
storageGasOracle: string;
|
|
519
507
|
proxyAdmin: string;
|
|
520
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"}
|