@hyperlane-xyz/sdk 3.9.0 → 3.11.0-beta-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/README.md +11 -3
- package/dist/app/HyperlaneApp.d.ts +6 -7
- package/dist/app/HyperlaneApp.d.ts.map +1 -1
- package/dist/app/HyperlaneApp.js +10 -15
- package/dist/app/HyperlaneApp.js.map +1 -1
- package/dist/app/MultiProtocolApp.d.ts +10 -11
- package/dist/app/MultiProtocolApp.d.ts.map +1 -1
- package/dist/app/MultiProtocolApp.js +25 -43
- package/dist/app/MultiProtocolApp.js.map +1 -1
- package/dist/app/MultiProtocolApp.test.js +15 -17
- package/dist/app/MultiProtocolApp.test.js.map +1 -1
- package/dist/consts/bytecode.d.ts +8 -8
- package/dist/consts/bytecode.d.ts.map +1 -1
- package/dist/consts/bytecode.js +2 -5
- package/dist/consts/bytecode.js.map +1 -1
- package/dist/consts/chainMetadata.d.ts +2 -3
- package/dist/consts/chainMetadata.d.ts.map +1 -1
- package/dist/consts/chainMetadata.js +198 -234
- package/dist/consts/chainMetadata.js.map +1 -1
- package/dist/consts/chains.d.ts +0 -1
- package/dist/consts/chains.d.ts.map +1 -1
- package/dist/consts/chains.js +12 -17
- package/dist/consts/chains.js.map +1 -1
- package/dist/consts/environments/index.d.ts +292 -244
- package/dist/consts/environments/index.d.ts.map +1 -1
- package/dist/consts/environments/index.js +5 -11
- package/dist/consts/environments/index.js.map +1 -1
- package/dist/consts/environments/mainnet.json +287 -244
- package/dist/consts/environments/testnet.json +49 -47
- package/dist/consts/igp.js +1 -4
- package/dist/consts/igp.js.map +1 -1
- package/dist/consts/mailbox.js +1 -4
- package/dist/consts/mailbox.js.map +1 -1
- package/dist/consts/multisigIsm.d.ts +2 -2
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +43 -54
- package/dist/consts/multisigIsm.js.map +1 -1
- package/dist/consts/sealevel.js +1 -4
- package/dist/consts/sealevel.js.map +1 -1
- package/dist/contracts/contracts.d.ts +4 -4
- package/dist/contracts/contracts.d.ts.map +1 -1
- package/dist/contracts/contracts.js +33 -48
- package/dist/contracts/contracts.js.map +1 -1
- package/dist/contracts/types.d.ts +1 -1
- package/dist/contracts/types.d.ts.map +1 -1
- package/dist/contracts/types.js +1 -2
- package/dist/core/CoreDeployer.hardhat-test.js +43 -48
- package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
- package/dist/core/HyperlaneCore.d.ts +9 -9
- package/dist/core/HyperlaneCore.d.ts.map +1 -1
- package/dist/core/HyperlaneCore.js +31 -38
- package/dist/core/HyperlaneCore.js.map +1 -1
- package/dist/core/HyperlaneCore.test.js +6 -8
- package/dist/core/HyperlaneCore.test.js.map +1 -1
- package/dist/core/HyperlaneCoreChecker.d.ts +6 -6
- package/dist/core/HyperlaneCoreChecker.d.ts.map +1 -1
- package/dist/core/HyperlaneCoreChecker.js +25 -28
- package/dist/core/HyperlaneCoreChecker.js.map +1 -1
- package/dist/core/HyperlaneCoreDeployer.d.ts +12 -12
- package/dist/core/HyperlaneCoreDeployer.d.ts.map +1 -1
- package/dist/core/HyperlaneCoreDeployer.js +26 -27
- package/dist/core/HyperlaneCoreDeployer.js.map +1 -1
- package/dist/core/MultiProtocolCore.d.ts +9 -10
- package/dist/core/MultiProtocolCore.d.ts.map +1 -1
- package/dist/core/MultiProtocolCore.js +18 -23
- package/dist/core/MultiProtocolCore.js.map +1 -1
- package/dist/core/MultiProtocolCore.test.js +30 -32
- package/dist/core/MultiProtocolCore.test.js.map +1 -1
- package/dist/core/TestCoreApp.d.ts +3 -3
- package/dist/core/TestCoreApp.d.ts.map +1 -1
- package/dist/core/TestCoreApp.js +9 -13
- 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 +7 -11
- package/dist/core/TestCoreDeployer.js.map +1 -1
- package/dist/core/TestRecipientDeployer.d.ts +5 -5
- package/dist/core/TestRecipientDeployer.d.ts.map +1 -1
- package/dist/core/TestRecipientDeployer.js +11 -18
- package/dist/core/TestRecipientDeployer.js.map +1 -1
- package/dist/core/adapters/CosmWasmCoreAdapter.d.ts +6 -6
- package/dist/core/adapters/CosmWasmCoreAdapter.d.ts.map +1 -1
- package/dist/core/adapters/CosmWasmCoreAdapter.js +12 -13
- package/dist/core/adapters/CosmWasmCoreAdapter.js.map +1 -1
- package/dist/core/adapters/CosmWasmCoreAdapter.test.js +11 -13
- package/dist/core/adapters/CosmWasmCoreAdapter.test.js.map +1 -1
- package/dist/core/adapters/CosmWasmIgpAdapter.d.ts +4 -4
- package/dist/core/adapters/CosmWasmIgpAdapter.d.ts.map +1 -1
- package/dist/core/adapters/CosmWasmIgpAdapter.js +5 -6
- package/dist/core/adapters/CosmWasmIgpAdapter.js.map +1 -1
- package/dist/core/adapters/EvmCoreAdapter.d.ts +6 -6
- package/dist/core/adapters/EvmCoreAdapter.d.ts.map +1 -1
- package/dist/core/adapters/EvmCoreAdapter.js +12 -12
- package/dist/core/adapters/EvmCoreAdapter.js.map +1 -1
- package/dist/core/adapters/SealevelCoreAdapter.d.ts +5 -5
- package/dist/core/adapters/SealevelCoreAdapter.d.ts.map +1 -1
- package/dist/core/adapters/SealevelCoreAdapter.js +14 -15
- package/dist/core/adapters/SealevelCoreAdapter.js.map +1 -1
- package/dist/core/adapters/SealevelCoreAdapter.test.js +5 -7
- package/dist/core/adapters/SealevelCoreAdapter.test.js.map +1 -1
- package/dist/core/adapters/types.d.ts +3 -3
- package/dist/core/adapters/types.d.ts.map +1 -1
- package/dist/core/adapters/types.js +1 -2
- package/dist/core/contracts.d.ts +1 -1
- package/dist/core/contracts.d.ts.map +1 -1
- package/dist/core/contracts.js +5 -8
- package/dist/core/contracts.js.map +1 -1
- package/dist/core/events.d.ts +1 -1
- package/dist/core/events.d.ts.map +1 -1
- package/dist/core/events.js +1 -2
- package/dist/core/testHyperlaneDeploy.hardhat-test.js +29 -31
- package/dist/core/testHyperlaneDeploy.hardhat-test.js.map +1 -1
- package/dist/core/types.d.ts +6 -6
- package/dist/core/types.d.ts.map +1 -1
- package/dist/core/types.js +4 -7
- package/dist/core/types.js.map +1 -1
- package/dist/cw-types/Cw20Base.types.js +1 -2
- package/dist/cw-types/Cw20Base.types.js.map +1 -1
- package/dist/cw-types/HookAggregate.types.js +1 -2
- package/dist/cw-types/HookAggregate.types.js.map +1 -1
- package/dist/cw-types/HookMerkle.types.js +1 -2
- package/dist/cw-types/HookMerkle.types.js.map +1 -1
- package/dist/cw-types/HookPausable.types.js +1 -2
- package/dist/cw-types/HookPausable.types.js.map +1 -1
- package/dist/cw-types/HookRouting.types.js +1 -2
- package/dist/cw-types/HookRouting.types.js.map +1 -1
- package/dist/cw-types/HookRoutingCustom.types.js +1 -2
- package/dist/cw-types/HookRoutingCustom.types.js.map +1 -1
- package/dist/cw-types/HookRoutingFallback.types.js +1 -2
- package/dist/cw-types/HookRoutingFallback.types.js.map +1 -1
- package/dist/cw-types/Igp.types.js +1 -2
- package/dist/cw-types/Igp.types.js.map +1 -1
- package/dist/cw-types/IgpOracle.types.js +1 -2
- package/dist/cw-types/IgpOracle.types.js.map +1 -1
- package/dist/cw-types/IsmAggregate.types.js +1 -2
- package/dist/cw-types/IsmAggregate.types.js.map +1 -1
- package/dist/cw-types/IsmMultisig.types.js +1 -2
- package/dist/cw-types/IsmMultisig.types.js.map +1 -1
- package/dist/cw-types/IsmRouting.types.js +1 -2
- package/dist/cw-types/IsmRouting.types.js.map +1 -1
- package/dist/cw-types/Mailbox.types.js +1 -2
- package/dist/cw-types/Mailbox.types.js.map +1 -1
- package/dist/cw-types/ValidatorAnnounce.types.js +1 -2
- package/dist/cw-types/ValidatorAnnounce.types.js.map +1 -1
- package/dist/cw-types/WarpCw20.types.js +1 -2
- package/dist/cw-types/WarpCw20.types.js.map +1 -1
- package/dist/cw-types/WarpNative.types.js +1 -2
- package/dist/cw-types/WarpNative.types.js.map +1 -1
- package/dist/deploy/HyperlaneAppChecker.d.ts +6 -6
- package/dist/deploy/HyperlaneAppChecker.d.ts.map +1 -1
- package/dist/deploy/HyperlaneAppChecker.js +39 -36
- package/dist/deploy/HyperlaneAppChecker.js.map +1 -1
- package/dist/deploy/HyperlaneDeployer.d.ts +34 -16
- package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
- package/dist/deploy/HyperlaneDeployer.js +112 -79
- package/dist/deploy/HyperlaneDeployer.js.map +1 -1
- package/dist/deploy/HyperlaneProxyFactoryDeployer.d.ts +6 -6
- package/dist/deploy/HyperlaneProxyFactoryDeployer.d.ts.map +1 -1
- package/dist/deploy/HyperlaneProxyFactoryDeployer.js +7 -14
- package/dist/deploy/HyperlaneProxyFactoryDeployer.js.map +1 -1
- package/dist/deploy/contracts.js +8 -11
- package/dist/deploy/contracts.js.map +1 -1
- package/dist/deploy/proxy.js +9 -16
- package/dist/deploy/proxy.js.map +1 -1
- package/dist/deploy/types.d.ts +6 -2
- package/dist/deploy/types.d.ts.map +1 -1
- package/dist/deploy/types.js +16 -7
- package/dist/deploy/types.js.map +1 -1
- package/dist/deploy/verify/ContractVerifier.d.ts +8 -7
- package/dist/deploy/verify/ContractVerifier.d.ts.map +1 -1
- package/dist/deploy/verify/ContractVerifier.js +52 -56
- package/dist/deploy/verify/ContractVerifier.js.map +1 -1
- package/dist/deploy/verify/PostDeploymentContractVerifier.d.ts +6 -7
- package/dist/deploy/verify/PostDeploymentContractVerifier.d.ts.map +1 -1
- package/dist/deploy/verify/PostDeploymentContractVerifier.js +14 -14
- package/dist/deploy/verify/PostDeploymentContractVerifier.js.map +1 -1
- package/dist/deploy/verify/types.js +7 -10
- package/dist/deploy/verify/types.js.map +1 -1
- package/dist/deploy/verify/utils.d.ts +1 -1
- package/dist/deploy/verify/utils.d.ts.map +1 -1
- package/dist/deploy/verify/utils.js +4 -11
- package/dist/deploy/verify/utils.js.map +1 -1
- package/dist/gas/HyperlaneIgp.d.ts +6 -6
- package/dist/gas/HyperlaneIgp.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgp.js +9 -13
- package/dist/gas/HyperlaneIgp.js.map +1 -1
- package/dist/gas/HyperlaneIgpChecker.d.ts +4 -4
- package/dist/gas/HyperlaneIgpChecker.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgpChecker.js +20 -24
- package/dist/gas/HyperlaneIgpChecker.js.map +1 -1
- package/dist/gas/HyperlaneIgpDeployer.d.ts +7 -7
- package/dist/gas/HyperlaneIgpDeployer.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgpDeployer.js +16 -25
- package/dist/gas/HyperlaneIgpDeployer.js.map +1 -1
- package/dist/gas/adapters/SealevelIgpAdapter.d.ts +4 -4
- package/dist/gas/adapters/SealevelIgpAdapter.d.ts.map +1 -1
- package/dist/gas/adapters/SealevelIgpAdapter.js +11 -12
- package/dist/gas/adapters/SealevelIgpAdapter.js.map +1 -1
- package/dist/gas/adapters/serialization.js +33 -19
- package/dist/gas/adapters/serialization.js.map +1 -1
- package/dist/gas/contracts.js +5 -8
- package/dist/gas/contracts.js.map +1 -1
- package/dist/gas/oracle/configure-gas-oracles.hardhat-test.js +14 -15
- package/dist/gas/oracle/configure-gas-oracles.hardhat-test.js.map +1 -1
- package/dist/gas/oracle/types.js +9 -14
- package/dist/gas/oracle/types.js.map +1 -1
- package/dist/gas/token-prices.d.ts +2 -2
- package/dist/gas/token-prices.d.ts.map +1 -1
- package/dist/gas/token-prices.js +17 -17
- package/dist/gas/token-prices.js.map +1 -1
- package/dist/gas/token-prices.test.js +10 -12
- package/dist/gas/token-prices.test.js.map +1 -1
- package/dist/gas/types.d.ts +4 -4
- package/dist/gas/types.d.ts.map +1 -1
- package/dist/gas/types.js +2 -5
- package/dist/gas/types.js.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.d.ts +16 -16
- package/dist/hook/HyperlaneHookDeployer.d.ts.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.js +52 -55
- package/dist/hook/HyperlaneHookDeployer.js.map +1 -1
- package/dist/hook/contracts.js +11 -14
- package/dist/hook/contracts.js.map +1 -1
- package/dist/hook/types.d.ts +3 -3
- package/dist/hook/types.d.ts.map +1 -1
- package/dist/hook/types.js +2 -5
- package/dist/hook/types.js.map +1 -1
- package/dist/index.d.ts +106 -105
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +97 -320
- package/dist/index.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.d.ts +13 -13
- package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.js +77 -79
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.js +62 -67
- package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
- package/dist/ism/adapters/CosmWasmMultisigAdapter.d.ts +5 -5
- package/dist/ism/adapters/CosmWasmMultisigAdapter.d.ts.map +1 -1
- package/dist/ism/adapters/CosmWasmMultisigAdapter.js +9 -10
- package/dist/ism/adapters/CosmWasmMultisigAdapter.js.map +1 -1
- package/dist/ism/multisig.d.ts +2 -2
- package/dist/ism/multisig.d.ts.map +1 -1
- package/dist/ism/multisig.js +9 -14
- package/dist/ism/multisig.js.map +1 -1
- package/dist/ism/types.d.ts +3 -3
- package/dist/ism/types.d.ts.map +1 -1
- package/dist/ism/types.js +5 -9
- package/dist/ism/types.js.map +1 -1
- package/dist/ism/utils.d.ts +5 -5
- package/dist/ism/utils.d.ts.map +1 -1
- package/dist/ism/utils.js +77 -82
- package/dist/ism/utils.js.map +1 -1
- package/dist/metadata/ChainMetadataManager.d.ts +5 -5
- package/dist/metadata/ChainMetadataManager.d.ts.map +1 -1
- package/dist/metadata/ChainMetadataManager.js +22 -22
- package/dist/metadata/ChainMetadataManager.js.map +1 -1
- package/dist/metadata/agentConfig.d.ts +95 -95
- package/dist/metadata/agentConfig.d.ts.map +1 -1
- package/dist/metadata/agentConfig.js +100 -104
- package/dist/metadata/agentConfig.js.map +1 -1
- package/dist/metadata/agentConfig.test.js +12 -14
- package/dist/metadata/agentConfig.test.js.map +1 -1
- package/dist/metadata/blockExplorer.d.ts +1 -1
- package/dist/metadata/blockExplorer.d.ts.map +1 -1
- package/dist/metadata/blockExplorer.js +12 -20
- package/dist/metadata/blockExplorer.js.map +1 -1
- package/dist/metadata/chainMetadata.test.js +22 -24
- package/dist/metadata/chainMetadata.test.js.map +1 -1
- package/dist/metadata/chainMetadataTypes.js +71 -79
- package/dist/metadata/chainMetadataTypes.js.map +1 -1
- package/dist/metadata/customZodTypes.js +6 -9
- package/dist/metadata/customZodTypes.js.map +1 -1
- package/dist/metadata/deploymentArtifacts.js +8 -11
- package/dist/metadata/deploymentArtifacts.js.map +1 -1
- package/dist/metadata/health.d.ts +2 -2
- package/dist/metadata/health.d.ts.map +1 -1
- package/dist/metadata/health.js +44 -52
- package/dist/metadata/health.js.map +1 -1
- package/dist/metadata/matchingList.js +9 -12
- package/dist/metadata/matchingList.js.map +1 -1
- package/dist/metadata/warpRouteConfig.d.ts +2 -2
- package/dist/metadata/warpRouteConfig.d.ts.map +1 -1
- package/dist/metadata/warpRouteConfig.js +18 -21
- package/dist/metadata/warpRouteConfig.js.map +1 -1
- package/dist/middleware/account/InterchainAccount.d.ts +15 -5
- package/dist/middleware/account/InterchainAccount.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccount.js +71 -13
- package/dist/middleware/account/InterchainAccount.js.map +1 -1
- package/dist/middleware/account/InterchainAccountChecker.d.ts +6 -6
- package/dist/middleware/account/InterchainAccountChecker.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccountChecker.js +4 -8
- package/dist/middleware/account/InterchainAccountChecker.js.map +1 -1
- package/dist/middleware/account/InterchainAccountDeployer.d.ts +14 -11
- package/dist/middleware/account/InterchainAccountDeployer.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccountDeployer.js +16 -12
- package/dist/middleware/account/InterchainAccountDeployer.js.map +1 -1
- package/dist/middleware/account/accounts.hardhat-test.js +44 -30
- package/dist/middleware/account/accounts.hardhat-test.js.map +1 -1
- package/dist/middleware/account/contracts.js +6 -9
- package/dist/middleware/account/contracts.js.map +1 -1
- package/dist/middleware/account/types.d.ts +10 -0
- package/dist/middleware/account/types.d.ts.map +1 -0
- package/dist/middleware/account/types.js +2 -0
- package/dist/middleware/account/types.js.map +1 -0
- package/dist/middleware/liquidity-layer/LiquidityLayerApp.d.ts +6 -6
- package/dist/middleware/liquidity-layer/LiquidityLayerApp.d.ts.map +1 -1
- package/dist/middleware/liquidity-layer/LiquidityLayerApp.js +23 -24
- package/dist/middleware/liquidity-layer/LiquidityLayerApp.js.map +1 -1
- package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.d.ts +14 -12
- package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.d.ts.map +1 -1
- package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.js +32 -28
- package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.js.map +1 -1
- package/dist/middleware/liquidity-layer/contracts.js +7 -10
- package/dist/middleware/liquidity-layer/contracts.js.map +1 -1
- package/dist/middleware/liquidity-layer/liquidity-layer.hardhat-test.js +36 -38
- package/dist/middleware/liquidity-layer/liquidity-layer.hardhat-test.js.map +1 -1
- package/dist/middleware/query/InterchainQuery.d.ts +5 -5
- package/dist/middleware/query/InterchainQuery.d.ts.map +1 -1
- package/dist/middleware/query/InterchainQuery.js +7 -11
- package/dist/middleware/query/InterchainQuery.js.map +1 -1
- package/dist/middleware/query/InterchainQueryChecker.d.ts +4 -4
- package/dist/middleware/query/InterchainQueryChecker.d.ts.map +1 -1
- package/dist/middleware/query/InterchainQueryChecker.js +2 -6
- package/dist/middleware/query/InterchainQueryChecker.js.map +1 -1
- package/dist/middleware/query/InterchainQueryDeployer.d.ts +13 -9
- package/dist/middleware/query/InterchainQueryDeployer.d.ts.map +1 -1
- package/dist/middleware/query/InterchainQueryDeployer.js +16 -12
- package/dist/middleware/query/InterchainQueryDeployer.js.map +1 -1
- package/dist/middleware/query/contracts.js +5 -8
- package/dist/middleware/query/contracts.js.map +1 -1
- package/dist/middleware/query/queries.hardhat-test.js +32 -34
- package/dist/middleware/query/queries.hardhat-test.js.map +1 -1
- package/dist/providers/MultiProtocolProvider.d.ts +10 -10
- package/dist/providers/MultiProtocolProvider.d.ts.map +1 -1
- package/dist/providers/MultiProtocolProvider.js +37 -35
- package/dist/providers/MultiProtocolProvider.js.map +1 -1
- package/dist/providers/MultiProtocolProvider.test.js +12 -14
- package/dist/providers/MultiProtocolProvider.test.js.map +1 -1
- package/dist/providers/MultiProvider.d.ts +7 -7
- package/dist/providers/MultiProvider.d.ts.map +1 -1
- package/dist/providers/MultiProvider.js +27 -23
- package/dist/providers/MultiProvider.js.map +1 -1
- package/dist/providers/ProviderType.js +8 -11
- package/dist/providers/ProviderType.js.map +1 -1
- package/dist/providers/SmartProvider/HyperlaneEtherscanProvider.d.ts +3 -4
- package/dist/providers/SmartProvider/HyperlaneEtherscanProvider.d.ts.map +1 -1
- package/dist/providers/SmartProvider/HyperlaneEtherscanProvider.js +19 -25
- package/dist/providers/SmartProvider/HyperlaneEtherscanProvider.js.map +1 -1
- package/dist/providers/SmartProvider/HyperlaneJsonRpcProvider.d.ts +3 -4
- package/dist/providers/SmartProvider/HyperlaneJsonRpcProvider.d.ts.map +1 -1
- package/dist/providers/SmartProvider/HyperlaneJsonRpcProvider.js +32 -38
- package/dist/providers/SmartProvider/HyperlaneJsonRpcProvider.js.map +1 -1
- package/dist/providers/SmartProvider/ProviderMethods.js +5 -9
- package/dist/providers/SmartProvider/ProviderMethods.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.d.ts +7 -7
- package/dist/providers/SmartProvider/SmartProvider.d.ts.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.foundry-test.js +22 -24
- package/dist/providers/SmartProvider/SmartProvider.foundry-test.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.js +45 -45
- package/dist/providers/SmartProvider/SmartProvider.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.test.js +45 -47
- package/dist/providers/SmartProvider/SmartProvider.test.js.map +1 -1
- package/dist/providers/SmartProvider/types.d.ts +1 -1
- package/dist/providers/SmartProvider/types.d.ts.map +1 -1
- package/dist/providers/SmartProvider/types.js +2 -5
- package/dist/providers/SmartProvider/types.js.map +1 -1
- package/dist/providers/providerBuilders.d.ts +3 -3
- package/dist/providers/providerBuilders.d.ts.map +1 -1
- package/dist/providers/providerBuilders.js +38 -48
- package/dist/providers/providerBuilders.js.map +1 -1
- package/dist/providers/transactionFeeEstimators.d.ts +2 -2
- package/dist/providers/transactionFeeEstimators.d.ts.map +1 -1
- package/dist/providers/transactionFeeEstimators.js +40 -50
- package/dist/providers/transactionFeeEstimators.js.map +1 -1
- package/dist/router/GasRouterDeployer.d.ts +5 -5
- package/dist/router/GasRouterDeployer.d.ts.map +1 -1
- package/dist/router/GasRouterDeployer.js +4 -8
- package/dist/router/GasRouterDeployer.js.map +1 -1
- package/dist/router/HyperlaneRouterChecker.d.ts +7 -7
- package/dist/router/HyperlaneRouterChecker.d.ts.map +1 -1
- package/dist/router/HyperlaneRouterChecker.js +22 -25
- package/dist/router/HyperlaneRouterChecker.js.map +1 -1
- package/dist/router/HyperlaneRouterDeployer.d.ts +4 -4
- package/dist/router/HyperlaneRouterDeployer.d.ts.map +1 -1
- package/dist/router/HyperlaneRouterDeployer.js +14 -18
- package/dist/router/HyperlaneRouterDeployer.js.map +1 -1
- package/dist/router/MultiProtocolRouterApps.d.ts +4 -5
- package/dist/router/MultiProtocolRouterApps.d.ts.map +1 -1
- package/dist/router/MultiProtocolRouterApps.js +14 -19
- package/dist/router/MultiProtocolRouterApps.js.map +1 -1
- package/dist/router/MultiProtocolRouterApps.test.js +13 -15
- package/dist/router/MultiProtocolRouterApps.test.js.map +1 -1
- package/dist/router/ProxiedRouterChecker.d.ts +4 -4
- package/dist/router/ProxiedRouterChecker.d.ts.map +1 -1
- package/dist/router/ProxiedRouterChecker.js +2 -6
- package/dist/router/ProxiedRouterChecker.js.map +1 -1
- package/dist/router/ProxiedRouterDeployer.d.ts +28 -9
- package/dist/router/ProxiedRouterDeployer.d.ts.map +1 -1
- package/dist/router/ProxiedRouterDeployer.js +13 -19
- package/dist/router/ProxiedRouterDeployer.js.map +1 -1
- package/dist/router/RouterApps.d.ts +6 -7
- package/dist/router/RouterApps.d.ts.map +1 -1
- package/dist/router/RouterApps.js +8 -12
- package/dist/router/RouterApps.js.map +1 -1
- package/dist/router/adapters/EvmRouterAdapter.d.ts +4 -4
- package/dist/router/adapters/EvmRouterAdapter.d.ts.map +1 -1
- package/dist/router/adapters/EvmRouterAdapter.js +11 -13
- package/dist/router/adapters/EvmRouterAdapter.js.map +1 -1
- package/dist/router/adapters/SealevelRouterAdapter.d.ts +4 -4
- package/dist/router/adapters/SealevelRouterAdapter.d.ts.map +1 -1
- package/dist/router/adapters/SealevelRouterAdapter.js +6 -8
- package/dist/router/adapters/SealevelRouterAdapter.js.map +1 -1
- package/dist/router/adapters/types.d.ts +2 -2
- package/dist/router/adapters/types.d.ts.map +1 -1
- package/dist/router/adapters/types.js +1 -2
- package/dist/router/types.d.ts +4 -4
- package/dist/router/types.d.ts.map +1 -1
- package/dist/router/types.js +8 -11
- package/dist/router/types.js.map +1 -1
- package/dist/test/metadata-check.js +17 -20
- package/dist/test/metadata-check.js.map +1 -1
- package/dist/test/testUtils.d.ts +8 -8
- package/dist/test/testUtils.d.ts.map +1 -1
- package/dist/test/testUtils.js +29 -34
- package/dist/test/testUtils.js.map +1 -1
- package/dist/token/IToken.d.ts +21 -21
- package/dist/token/IToken.d.ts.map +1 -1
- package/dist/token/IToken.js +18 -21
- package/dist/token/IToken.js.map +1 -1
- package/dist/token/Token.d.ts +7 -7
- package/dist/token/Token.d.ts.map +1 -1
- package/dist/token/Token.js +77 -80
- package/dist/token/Token.js.map +1 -1
- package/dist/token/Token.test.js +68 -70
- package/dist/token/Token.test.js.map +1 -1
- package/dist/token/TokenAmount.d.ts +1 -1
- package/dist/token/TokenAmount.d.ts.map +1 -1
- package/dist/token/TokenAmount.js +5 -7
- package/dist/token/TokenAmount.js.map +1 -1
- package/dist/token/TokenAmount.test.js +22 -24
- package/dist/token/TokenAmount.test.js.map +1 -1
- package/dist/token/TokenConnection.d.ts +2 -2
- package/dist/token/TokenConnection.d.ts.map +1 -1
- package/dist/token/TokenConnection.js +26 -31
- package/dist/token/TokenConnection.js.map +1 -1
- package/dist/token/TokenStandard.d.ts +2 -2
- package/dist/token/TokenStandard.d.ts.map +1 -1
- package/dist/token/TokenStandard.js +54 -57
- package/dist/token/TokenStandard.js.map +1 -1
- package/dist/token/adapters/CosmWasmTokenAdapter.d.ts +9 -9
- package/dist/token/adapters/CosmWasmTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/CosmWasmTokenAdapter.js +28 -19
- package/dist/token/adapters/CosmWasmTokenAdapter.js.map +1 -1
- package/dist/token/adapters/CosmWasmTokenAdapter.test.js +39 -47
- package/dist/token/adapters/CosmWasmTokenAdapter.test.js.map +1 -1
- package/dist/token/adapters/CosmosTokenAdapter.d.ts +6 -6
- package/dist/token/adapters/CosmosTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/CosmosTokenAdapter.js +22 -19
- package/dist/token/adapters/CosmosTokenAdapter.js.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.d.ts +6 -6
- package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.js +32 -26
- package/dist/token/adapters/EvmTokenAdapter.js.map +1 -1
- package/dist/token/adapters/ITokenAdapter.d.ts +2 -2
- package/dist/token/adapters/ITokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/ITokenAdapter.js +1 -2
- package/dist/token/adapters/SealevelTokenAdapter.d.ts +7 -7
- package/dist/token/adapters/SealevelTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/SealevelTokenAdapter.js +68 -61
- package/dist/token/adapters/SealevelTokenAdapter.js.map +1 -1
- package/dist/token/adapters/serialization.d.ts +1 -1
- package/dist/token/adapters/serialization.d.ts.map +1 -1
- package/dist/token/adapters/serialization.js +58 -28
- package/dist/token/adapters/serialization.js.map +1 -1
- package/dist/token/config.d.ts +2 -1
- package/dist/token/config.d.ts.map +1 -1
- package/dist/token/config.js +10 -19
- package/dist/token/config.js.map +1 -1
- package/dist/token/contracts.d.ts +21 -0
- package/dist/token/contracts.d.ts.map +1 -1
- package/dist/token/contracts.js +33 -18
- package/dist/token/contracts.js.map +1 -1
- package/dist/token/deploy.d.ts +26 -19
- package/dist/token/deploy.d.ts.map +1 -1
- package/dist/token/deploy.hardhat-test.js +16 -18
- package/dist/token/deploy.hardhat-test.js.map +1 -1
- package/dist/token/deploy.js +142 -112
- package/dist/token/deploy.js.map +1 -1
- package/dist/types.js +1 -2
- package/dist/utils/MultiGeneric.d.ts +1 -1
- package/dist/utils/MultiGeneric.d.ts.map +1 -1
- package/dist/utils/MultiGeneric.js +4 -7
- package/dist/utils/MultiGeneric.js.map +1 -1
- package/dist/utils/fetch.js +3 -10
- package/dist/utils/fetch.js.map +1 -1
- package/dist/utils/filter.d.ts +1 -1
- package/dist/utils/filter.d.ts.map +1 -1
- package/dist/utils/filter.js +1 -5
- package/dist/utils/filter.js.map +1 -1
- package/dist/utils/ism.js +5 -12
- package/dist/utils/ism.js.map +1 -1
- package/dist/utils/sealevelSerialization.js +10 -9
- package/dist/utils/sealevelSerialization.js.map +1 -1
- package/dist/utils/wagmi.d.ts +2 -2
- package/dist/utils/wagmi.d.ts.map +1 -1
- package/dist/utils/wagmi.js +7 -11
- package/dist/utils/wagmi.js.map +1 -1
- package/dist/warp/WarpCore.d.ts +10 -10
- package/dist/warp/WarpCore.d.ts.map +1 -1
- package/dist/warp/WarpCore.js +53 -51
- package/dist/warp/WarpCore.js.map +1 -1
- package/dist/warp/WarpCore.test.js +67 -73
- package/dist/warp/WarpCore.test.js.map +1 -1
- package/dist/warp/types.d.ts +29 -29
- package/dist/warp/types.d.ts.map +1 -1
- package/dist/warp/types.js +17 -20
- package/dist/warp/types.js.map +1 -1
- package/package.json +22 -14
- package/dist/logger.d.ts +0 -3
- package/dist/logger.d.ts.map +0 -1
- package/dist/logger.js +0 -11
- package/dist/logger.js.map +0 -1
|
@@ -1,455 +1,503 @@
|
|
|
1
|
-
import { ChainName } from '../../types';
|
|
1
|
+
import { ChainName } from '../../types.js';
|
|
2
2
|
export declare const hyperlaneEnvironments: {
|
|
3
3
|
mainnet: {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
arbitrum: {
|
|
5
|
+
aggregationHook: string;
|
|
6
|
+
domainRoutingIsmFactory: string;
|
|
7
|
+
fallbackRoutingHook: string;
|
|
8
|
+
interchainAccountIsm: string;
|
|
9
|
+
interchainAccountRouter: string;
|
|
10
|
+
interchainGasPaymaster: string;
|
|
11
|
+
interchainSecurityModule: string;
|
|
11
12
|
mailbox: string;
|
|
12
13
|
merkleTreeHook: string;
|
|
13
|
-
|
|
14
|
-
aggregationHook: string;
|
|
14
|
+
pausableHook: string;
|
|
15
15
|
protocolFee: string;
|
|
16
|
-
|
|
16
|
+
proxyAdmin: string;
|
|
17
|
+
staticAggregationHookFactory: string;
|
|
18
|
+
staticAggregationIsmFactory: string;
|
|
19
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
20
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
21
|
+
storageGasOracle: string;
|
|
17
22
|
testRecipient: string;
|
|
18
23
|
testTokenRecipient: string;
|
|
24
|
+
timelockController: string;
|
|
25
|
+
validatorAnnounce: string;
|
|
26
|
+
};
|
|
27
|
+
avalanche: {
|
|
28
|
+
aggregationHook: string;
|
|
19
29
|
domainRoutingIsmFactory: string;
|
|
20
|
-
interchainSecurityModule: string;
|
|
21
30
|
fallbackRoutingHook: string;
|
|
31
|
+
interchainAccountIsm: string;
|
|
32
|
+
interchainAccountRouter: string;
|
|
33
|
+
interchainGasPaymaster: string;
|
|
34
|
+
interchainSecurityModule: string;
|
|
35
|
+
mailbox: string;
|
|
36
|
+
merkleTreeHook: string;
|
|
22
37
|
pausableHook: string;
|
|
23
|
-
|
|
24
|
-
bsc: {
|
|
25
|
-
storageGasOracle: string;
|
|
38
|
+
protocolFee: string;
|
|
26
39
|
proxyAdmin: string;
|
|
40
|
+
staticAggregationHookFactory: string;
|
|
41
|
+
staticAggregationIsmFactory: string;
|
|
27
42
|
staticMerkleRootMultisigIsmFactory: string;
|
|
28
43
|
staticMessageIdMultisigIsmFactory: string;
|
|
29
|
-
|
|
30
|
-
staticAggregationHookFactory: string;
|
|
31
|
-
mailbox: string;
|
|
32
|
-
merkleTreeHook: string;
|
|
33
|
-
interchainGasPaymaster: string;
|
|
34
|
-
aggregationHook: string;
|
|
35
|
-
protocolFee: string;
|
|
36
|
-
validatorAnnounce: string;
|
|
44
|
+
storageGasOracle: string;
|
|
37
45
|
testRecipient: string;
|
|
38
46
|
testTokenRecipient: string;
|
|
47
|
+
timelockController: string;
|
|
48
|
+
validatorAnnounce: string;
|
|
49
|
+
};
|
|
50
|
+
base: {
|
|
51
|
+
aggregationHook: string;
|
|
39
52
|
domainRoutingIsmFactory: string;
|
|
40
|
-
interchainSecurityModule: string;
|
|
41
53
|
fallbackRoutingHook: string;
|
|
54
|
+
interchainAccountIsm: string;
|
|
55
|
+
interchainAccountRouter: string;
|
|
56
|
+
interchainGasPaymaster: string;
|
|
57
|
+
interchainSecurityModule: string;
|
|
58
|
+
mailbox: string;
|
|
59
|
+
merkleTreeHook: string;
|
|
42
60
|
pausableHook: string;
|
|
43
|
-
|
|
44
|
-
arbitrum: {
|
|
45
|
-
storageGasOracle: string;
|
|
61
|
+
protocolFee: string;
|
|
46
62
|
proxyAdmin: string;
|
|
63
|
+
staticAggregationHookFactory: string;
|
|
64
|
+
staticAggregationIsmFactory: string;
|
|
47
65
|
staticMerkleRootMultisigIsmFactory: string;
|
|
48
66
|
staticMessageIdMultisigIsmFactory: string;
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
merkleTreeHook: string;
|
|
52
|
-
interchainGasPaymaster: string;
|
|
53
|
-
aggregationHook: string;
|
|
54
|
-
protocolFee: string;
|
|
55
|
-
mailbox: string;
|
|
67
|
+
storageGasOracle: string;
|
|
68
|
+
timelockController: string;
|
|
56
69
|
validatorAnnounce: string;
|
|
57
|
-
|
|
58
|
-
|
|
70
|
+
};
|
|
71
|
+
bsc: {
|
|
72
|
+
aggregationHook: string;
|
|
59
73
|
domainRoutingIsmFactory: string;
|
|
60
|
-
pausableHook: string;
|
|
61
74
|
fallbackRoutingHook: string;
|
|
75
|
+
interchainAccountIsm: string;
|
|
76
|
+
interchainAccountRouter: string;
|
|
77
|
+
interchainGasPaymaster: string;
|
|
62
78
|
interchainSecurityModule: string;
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
79
|
+
mailbox: string;
|
|
80
|
+
merkleTreeHook: string;
|
|
81
|
+
pausableHook: string;
|
|
82
|
+
protocolFee: string;
|
|
66
83
|
proxyAdmin: string;
|
|
84
|
+
staticAggregationHookFactory: string;
|
|
85
|
+
staticAggregationIsmFactory: string;
|
|
67
86
|
staticMerkleRootMultisigIsmFactory: string;
|
|
68
87
|
staticMessageIdMultisigIsmFactory: string;
|
|
69
|
-
|
|
70
|
-
staticAggregationHookFactory: string;
|
|
71
|
-
merkleTreeHook: string;
|
|
72
|
-
interchainGasPaymaster: string;
|
|
73
|
-
aggregationHook: string;
|
|
74
|
-
protocolFee: string;
|
|
75
|
-
mailbox: string;
|
|
76
|
-
validatorAnnounce: string;
|
|
88
|
+
storageGasOracle: string;
|
|
77
89
|
testRecipient: string;
|
|
78
90
|
testTokenRecipient: string;
|
|
91
|
+
timelockController: string;
|
|
92
|
+
validatorAnnounce: string;
|
|
93
|
+
};
|
|
94
|
+
celo: {
|
|
95
|
+
aggregationHook: string;
|
|
96
|
+
domainRoutingIsm: string;
|
|
79
97
|
domainRoutingIsmFactory: string;
|
|
80
|
-
pausableHook: string;
|
|
81
98
|
fallbackRoutingHook: string;
|
|
99
|
+
interchainAccountIsm: string;
|
|
100
|
+
interchainAccountRouter: string;
|
|
101
|
+
interchainGasPaymaster: string;
|
|
82
102
|
interchainSecurityModule: string;
|
|
83
|
-
};
|
|
84
|
-
moonbeam: {
|
|
85
|
-
storageGasOracle: string;
|
|
86
|
-
proxyAdmin: string;
|
|
87
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
88
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
89
|
-
staticAggregationIsmFactory: string;
|
|
90
|
-
staticAggregationHookFactory: string;
|
|
91
103
|
mailbox: string;
|
|
92
104
|
merkleTreeHook: string;
|
|
93
|
-
|
|
94
|
-
|
|
105
|
+
pausableHook: string;
|
|
106
|
+
pausableIsm: string;
|
|
95
107
|
protocolFee: string;
|
|
96
|
-
|
|
108
|
+
proxyAdmin: string;
|
|
109
|
+
staticAggregationHookFactory: string;
|
|
110
|
+
staticAggregationIsm: string;
|
|
111
|
+
staticAggregationIsmFactory: string;
|
|
112
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
113
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
114
|
+
storageGasOracle: string;
|
|
97
115
|
testRecipient: string;
|
|
98
116
|
testTokenRecipient: string;
|
|
117
|
+
timelockController: string;
|
|
118
|
+
validatorAnnounce: string;
|
|
119
|
+
};
|
|
120
|
+
ethereum: {
|
|
121
|
+
aggregationHook: string;
|
|
99
122
|
domainRoutingIsmFactory: string;
|
|
100
|
-
pausableHook: string;
|
|
101
123
|
fallbackRoutingHook: string;
|
|
124
|
+
interchainAccountIsm: string;
|
|
125
|
+
interchainAccountRouter: string;
|
|
126
|
+
interchainGasPaymaster: string;
|
|
102
127
|
interchainSecurityModule: string;
|
|
103
|
-
};
|
|
104
|
-
gnosis: {
|
|
105
|
-
storageGasOracle: string;
|
|
106
|
-
proxyAdmin: string;
|
|
107
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
108
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
109
|
-
staticAggregationIsmFactory: string;
|
|
110
|
-
staticAggregationHookFactory: string;
|
|
111
128
|
mailbox: string;
|
|
112
129
|
merkleTreeHook: string;
|
|
113
|
-
|
|
114
|
-
aggregationHook: string;
|
|
130
|
+
pausableHook: string;
|
|
115
131
|
protocolFee: string;
|
|
116
|
-
|
|
132
|
+
proxyAdmin: string;
|
|
133
|
+
staticAggregationHookFactory: string;
|
|
134
|
+
staticAggregationIsmFactory: string;
|
|
135
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
136
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
137
|
+
storageGasOracle: string;
|
|
117
138
|
testRecipient: string;
|
|
118
139
|
testTokenRecipient: string;
|
|
140
|
+
timelockController: string;
|
|
141
|
+
validatorAnnounce: string;
|
|
142
|
+
};
|
|
143
|
+
gnosis: {
|
|
144
|
+
aggregationHook: string;
|
|
119
145
|
domainRoutingIsmFactory: string;
|
|
120
|
-
pausableHook: string;
|
|
121
146
|
fallbackRoutingHook: string;
|
|
147
|
+
interchainAccountIsm: string;
|
|
148
|
+
interchainAccountRouter: string;
|
|
149
|
+
interchainGasPaymaster: string;
|
|
122
150
|
interchainSecurityModule: string;
|
|
123
|
-
};
|
|
124
|
-
base: {
|
|
125
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
126
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
127
|
-
staticAggregationIsmFactory: string;
|
|
128
|
-
staticAggregationHookFactory: string;
|
|
129
|
-
proxyAdmin: string;
|
|
130
151
|
mailbox: string;
|
|
131
152
|
merkleTreeHook: string;
|
|
132
|
-
|
|
133
|
-
interchainGasPaymaster: string;
|
|
134
|
-
aggregationHook: string;
|
|
153
|
+
pausableHook: string;
|
|
135
154
|
protocolFee: string;
|
|
155
|
+
proxyAdmin: string;
|
|
156
|
+
staticAggregationHookFactory: string;
|
|
157
|
+
staticAggregationIsmFactory: string;
|
|
158
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
159
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
160
|
+
storageGasOracle: string;
|
|
161
|
+
testRecipient: string;
|
|
162
|
+
testTokenRecipient: string;
|
|
163
|
+
timelockController: string;
|
|
136
164
|
validatorAnnounce: string;
|
|
165
|
+
};
|
|
166
|
+
inevm: {
|
|
167
|
+
aggregationHook: string;
|
|
168
|
+
domainRoutingIsm: string;
|
|
137
169
|
domainRoutingIsmFactory: string;
|
|
138
|
-
|
|
139
|
-
|
|
170
|
+
interchainAccountIsm: string;
|
|
171
|
+
interchainAccountRouter: string;
|
|
172
|
+
interchainGasPaymaster: string;
|
|
140
173
|
interchainSecurityModule: string;
|
|
141
|
-
|
|
142
|
-
scroll: {
|
|
143
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
144
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
145
|
-
staticAggregationIsmFactory: string;
|
|
146
|
-
staticAggregationHookFactory: string;
|
|
174
|
+
mailbox: string;
|
|
147
175
|
merkleTreeHook: string;
|
|
176
|
+
pausableHook: string;
|
|
177
|
+
pausableIsm: string;
|
|
178
|
+
protocolFee: string;
|
|
148
179
|
proxyAdmin: string;
|
|
180
|
+
staticAggregationHookFactory: string;
|
|
181
|
+
staticAggregationIsm: string;
|
|
182
|
+
staticAggregationIsmFactory: string;
|
|
183
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
184
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
149
185
|
storageGasOracle: string;
|
|
150
|
-
|
|
151
|
-
aggregationHook: string;
|
|
152
|
-
protocolFee: string;
|
|
153
|
-
mailbox: string;
|
|
186
|
+
timelockController: string;
|
|
154
187
|
validatorAnnounce: string;
|
|
188
|
+
};
|
|
189
|
+
mantapacific: {
|
|
190
|
+
aggregationHook: string;
|
|
191
|
+
domainRoutingIsm: string;
|
|
155
192
|
domainRoutingIsmFactory: string;
|
|
156
|
-
pausableHook: string;
|
|
157
193
|
fallbackRoutingHook: string;
|
|
194
|
+
interchainAccountIsm: string;
|
|
195
|
+
interchainAccountRouter: string;
|
|
196
|
+
interchainGasPaymaster: string;
|
|
158
197
|
interchainSecurityModule: string;
|
|
159
|
-
|
|
160
|
-
polygonzkevm: {
|
|
161
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
162
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
163
|
-
staticAggregationIsmFactory: string;
|
|
164
|
-
staticAggregationHookFactory: string;
|
|
198
|
+
mailbox: string;
|
|
165
199
|
merkleTreeHook: string;
|
|
200
|
+
pausableHook: string;
|
|
201
|
+
protocolFee: string;
|
|
166
202
|
proxyAdmin: string;
|
|
203
|
+
staticAggregationHookFactory: string;
|
|
204
|
+
staticAggregationIsmFactory: string;
|
|
205
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
206
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
167
207
|
storageGasOracle: string;
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
mailbox: string;
|
|
208
|
+
testRecipient: string;
|
|
209
|
+
testTokenRecipient: string;
|
|
210
|
+
timelockController: string;
|
|
172
211
|
validatorAnnounce: string;
|
|
212
|
+
};
|
|
213
|
+
moonbeam: {
|
|
214
|
+
aggregationHook: string;
|
|
173
215
|
domainRoutingIsmFactory: string;
|
|
174
|
-
interchainSecurityModule: string;
|
|
175
216
|
fallbackRoutingHook: string;
|
|
217
|
+
interchainAccountIsm: string;
|
|
218
|
+
interchainAccountRouter: string;
|
|
219
|
+
interchainGasPaymaster: string;
|
|
220
|
+
interchainSecurityModule: string;
|
|
221
|
+
mailbox: string;
|
|
222
|
+
merkleTreeHook: string;
|
|
176
223
|
pausableHook: string;
|
|
177
|
-
|
|
178
|
-
celo: {
|
|
179
|
-
storageGasOracle: string;
|
|
224
|
+
protocolFee: string;
|
|
180
225
|
proxyAdmin: string;
|
|
226
|
+
staticAggregationHookFactory: string;
|
|
227
|
+
staticAggregationIsmFactory: string;
|
|
181
228
|
staticMerkleRootMultisigIsmFactory: string;
|
|
182
229
|
staticMessageIdMultisigIsmFactory: string;
|
|
183
|
-
|
|
184
|
-
staticAggregationHookFactory: string;
|
|
185
|
-
merkleTreeHook: string;
|
|
186
|
-
interchainGasPaymaster: string;
|
|
187
|
-
aggregationHook: string;
|
|
188
|
-
protocolFee: string;
|
|
189
|
-
mailbox: string;
|
|
190
|
-
validatorAnnounce: string;
|
|
230
|
+
storageGasOracle: string;
|
|
191
231
|
testRecipient: string;
|
|
192
232
|
testTokenRecipient: string;
|
|
233
|
+
timelockController: string;
|
|
234
|
+
validatorAnnounce: string;
|
|
235
|
+
};
|
|
236
|
+
optimism: {
|
|
237
|
+
aggregationHook: string;
|
|
193
238
|
domainRoutingIsmFactory: string;
|
|
194
|
-
domainRoutingIsm: string;
|
|
195
|
-
pausableIsm: string;
|
|
196
|
-
staticAggregationIsm: string;
|
|
197
|
-
interchainSecurityModule: string;
|
|
198
239
|
fallbackRoutingHook: string;
|
|
240
|
+
interchainAccountIsm: string;
|
|
241
|
+
interchainAccountRouter: string;
|
|
242
|
+
interchainGasPaymaster: string;
|
|
243
|
+
interchainSecurityModule: string;
|
|
244
|
+
mailbox: string;
|
|
245
|
+
merkleTreeHook: string;
|
|
199
246
|
pausableHook: string;
|
|
200
|
-
|
|
201
|
-
ethereum: {
|
|
202
|
-
storageGasOracle: string;
|
|
247
|
+
protocolFee: string;
|
|
203
248
|
proxyAdmin: string;
|
|
249
|
+
staticAggregationHookFactory: string;
|
|
250
|
+
staticAggregationIsmFactory: string;
|
|
204
251
|
staticMerkleRootMultisigIsmFactory: string;
|
|
205
252
|
staticMessageIdMultisigIsmFactory: string;
|
|
206
|
-
|
|
207
|
-
staticAggregationHookFactory: string;
|
|
208
|
-
merkleTreeHook: string;
|
|
209
|
-
interchainGasPaymaster: string;
|
|
210
|
-
aggregationHook: string;
|
|
211
|
-
protocolFee: string;
|
|
212
|
-
mailbox: string;
|
|
213
|
-
validatorAnnounce: string;
|
|
253
|
+
storageGasOracle: string;
|
|
214
254
|
testRecipient: string;
|
|
215
255
|
testTokenRecipient: string;
|
|
256
|
+
timelockController: string;
|
|
257
|
+
validatorAnnounce: string;
|
|
258
|
+
};
|
|
259
|
+
polygon: {
|
|
260
|
+
aggregationHook: string;
|
|
216
261
|
domainRoutingIsmFactory: string;
|
|
217
|
-
pausableHook: string;
|
|
218
262
|
fallbackRoutingHook: string;
|
|
263
|
+
interchainAccountIsm: string;
|
|
264
|
+
interchainAccountRouter: string;
|
|
265
|
+
interchainGasPaymaster: string;
|
|
219
266
|
interchainSecurityModule: string;
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
267
|
+
mailbox: string;
|
|
268
|
+
merkleTreeHook: string;
|
|
269
|
+
pausableHook: string;
|
|
270
|
+
protocolFee: string;
|
|
223
271
|
proxyAdmin: string;
|
|
272
|
+
staticAggregationHookFactory: string;
|
|
273
|
+
staticAggregationIsmFactory: string;
|
|
224
274
|
staticMerkleRootMultisigIsmFactory: string;
|
|
225
275
|
staticMessageIdMultisigIsmFactory: string;
|
|
226
|
-
|
|
227
|
-
staticAggregationHookFactory: string;
|
|
228
|
-
merkleTreeHook: string;
|
|
229
|
-
interchainGasPaymaster: string;
|
|
230
|
-
aggregationHook: string;
|
|
231
|
-
protocolFee: string;
|
|
232
|
-
mailbox: string;
|
|
233
|
-
validatorAnnounce: string;
|
|
276
|
+
storageGasOracle: string;
|
|
234
277
|
testRecipient: string;
|
|
235
278
|
testTokenRecipient: string;
|
|
279
|
+
timelockController: string;
|
|
280
|
+
validatorAnnounce: string;
|
|
281
|
+
};
|
|
282
|
+
polygonzkevm: {
|
|
283
|
+
aggregationHook: string;
|
|
236
284
|
domainRoutingIsmFactory: string;
|
|
237
|
-
pausableHook: string;
|
|
238
285
|
fallbackRoutingHook: string;
|
|
286
|
+
interchainAccountIsm: string;
|
|
287
|
+
interchainAccountRouter: string;
|
|
288
|
+
interchainGasPaymaster: string;
|
|
239
289
|
interchainSecurityModule: string;
|
|
240
|
-
};
|
|
241
|
-
mantapacific: {
|
|
242
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
243
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
244
|
-
staticAggregationIsmFactory: string;
|
|
245
|
-
staticAggregationHookFactory: string;
|
|
246
|
-
proxyAdmin: string;
|
|
247
290
|
mailbox: string;
|
|
248
|
-
domainRoutingIsm: string;
|
|
249
|
-
storageGasOracle: string;
|
|
250
|
-
interchainGasPaymaster: string;
|
|
251
291
|
merkleTreeHook: string;
|
|
252
|
-
|
|
292
|
+
pausableHook: string;
|
|
253
293
|
protocolFee: string;
|
|
294
|
+
proxyAdmin: string;
|
|
295
|
+
staticAggregationHookFactory: string;
|
|
296
|
+
staticAggregationIsmFactory: string;
|
|
297
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
298
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
299
|
+
storageGasOracle: string;
|
|
300
|
+
timelockController: string;
|
|
254
301
|
validatorAnnounce: string;
|
|
302
|
+
};
|
|
303
|
+
scroll: {
|
|
304
|
+
aggregationHook: string;
|
|
255
305
|
domainRoutingIsmFactory: string;
|
|
256
|
-
testRecipient: string;
|
|
257
|
-
testTokenRecipient: string;
|
|
258
|
-
pausableHook: string;
|
|
259
306
|
fallbackRoutingHook: string;
|
|
307
|
+
interchainAccountIsm: string;
|
|
308
|
+
interchainAccountRouter: string;
|
|
309
|
+
interchainGasPaymaster: string;
|
|
260
310
|
interchainSecurityModule: string;
|
|
261
|
-
|
|
262
|
-
|
|
311
|
+
mailbox: string;
|
|
312
|
+
merkleTreeHook: string;
|
|
313
|
+
pausableHook: string;
|
|
314
|
+
protocolFee: string;
|
|
315
|
+
proxyAdmin: string;
|
|
316
|
+
staticAggregationHookFactory: string;
|
|
317
|
+
staticAggregationIsmFactory: string;
|
|
263
318
|
staticMerkleRootMultisigIsmFactory: string;
|
|
264
319
|
staticMessageIdMultisigIsmFactory: string;
|
|
265
|
-
staticAggregationIsmFactory: string;
|
|
266
|
-
staticAggregationHookFactory: string;
|
|
267
|
-
domainRoutingIsmFactory: string;
|
|
268
|
-
domainRoutingIsm: string;
|
|
269
|
-
proxyAdmin: string;
|
|
270
320
|
storageGasOracle: string;
|
|
271
|
-
|
|
272
|
-
merkleTreeHook: string;
|
|
273
|
-
aggregationHook: string;
|
|
274
|
-
protocolFee: string;
|
|
275
|
-
mailbox: string;
|
|
321
|
+
timelockController: string;
|
|
276
322
|
validatorAnnounce: string;
|
|
277
|
-
interchainSecurityModule: string;
|
|
278
|
-
pausableIsm: string;
|
|
279
|
-
staticAggregationIsm: string;
|
|
280
|
-
pausableHook: string;
|
|
281
|
-
fallbackRoutingHook: string;
|
|
282
|
-
testRecipient: string;
|
|
283
323
|
};
|
|
284
324
|
viction: {
|
|
285
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
286
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
287
|
-
staticAggregationIsmFactory: string;
|
|
288
|
-
staticAggregationHookFactory: string;
|
|
289
325
|
domainRoutingIsmFactory: string;
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
326
|
+
interchainAccountIsm: string;
|
|
327
|
+
interchainAccountRouter: string;
|
|
328
|
+
interchainGasPaymaster: string;
|
|
293
329
|
interchainSecurityModule: string;
|
|
330
|
+
mailbox: string;
|
|
294
331
|
merkleTreeHook: string;
|
|
295
|
-
storageGasOracle: string;
|
|
296
|
-
interchainGasPaymaster: string;
|
|
297
332
|
protocolFee: string;
|
|
333
|
+
proxyAdmin: string;
|
|
334
|
+
staticAggregationHookFactory: string;
|
|
335
|
+
staticAggregationIsmFactory: string;
|
|
336
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
337
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
338
|
+
storageGasOracle: string;
|
|
298
339
|
testRecipient: string;
|
|
299
340
|
testTokenRecipient: string;
|
|
341
|
+
timelockController: string;
|
|
342
|
+
validatorAnnounce: string;
|
|
300
343
|
};
|
|
301
344
|
};
|
|
302
345
|
testnet: {
|
|
303
346
|
alfajores: {
|
|
304
347
|
aggregationHook: string;
|
|
305
|
-
|
|
306
|
-
staticAggregationIsmFactory: string;
|
|
348
|
+
domainRoutingIsmFactory: string;
|
|
307
349
|
fallbackRoutingHook: string;
|
|
350
|
+
interchainAccountIsm: string;
|
|
351
|
+
interchainAccountRouter: string;
|
|
308
352
|
interchainGasPaymaster: string;
|
|
309
353
|
mailbox: string;
|
|
310
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
311
354
|
merkleTreeHook: string;
|
|
312
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
313
355
|
protocolFee: string;
|
|
314
356
|
proxyAdmin: string;
|
|
315
|
-
|
|
357
|
+
staticAggregationHookFactory: string;
|
|
358
|
+
staticAggregationIsmFactory: string;
|
|
359
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
360
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
316
361
|
storageGasOracle: string;
|
|
317
362
|
testRecipient: string;
|
|
318
363
|
testTokenRecipient: string;
|
|
364
|
+
timelockController: string;
|
|
319
365
|
validatorAnnounce: string;
|
|
320
366
|
};
|
|
321
367
|
bsctestnet: {
|
|
322
368
|
aggregationHook: string;
|
|
323
|
-
staticAggregationHookFactory: string;
|
|
324
|
-
staticAggregationIsmFactory: string;
|
|
325
369
|
fallbackRoutingHook: string;
|
|
370
|
+
interchainAccountIsm: string;
|
|
371
|
+
interchainAccountRouter: string;
|
|
326
372
|
interchainGasPaymaster: string;
|
|
327
373
|
mailbox: string;
|
|
328
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
329
374
|
merkleTreeHook: string;
|
|
330
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
331
375
|
protocolFee: string;
|
|
332
376
|
proxyAdmin: string;
|
|
377
|
+
staticAggregationHookFactory: string;
|
|
378
|
+
staticAggregationIsmFactory: string;
|
|
379
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
380
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
333
381
|
storageGasOracle: string;
|
|
334
382
|
testRecipient: string;
|
|
335
383
|
testTokenRecipient: string;
|
|
384
|
+
timelockController: string;
|
|
336
385
|
validatorAnnounce: string;
|
|
337
386
|
};
|
|
338
387
|
fuji: {
|
|
339
388
|
aggregationHook: string;
|
|
340
|
-
|
|
341
|
-
staticAggregationIsmFactory: string;
|
|
389
|
+
domainRoutingIsmFactory: string;
|
|
342
390
|
fallbackRoutingHook: string;
|
|
391
|
+
interchainAccountIsm: string;
|
|
392
|
+
interchainAccountRouter: string;
|
|
343
393
|
interchainGasPaymaster: string;
|
|
394
|
+
interchainSecurityModule: string;
|
|
344
395
|
mailbox: string;
|
|
345
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
346
396
|
merkleTreeHook: string;
|
|
347
|
-
|
|
397
|
+
pausableHook: string;
|
|
348
398
|
protocolFee: string;
|
|
349
399
|
proxyAdmin: string;
|
|
350
|
-
domainRoutingIsmFactory: string;
|
|
351
|
-
storageGasOracle: string;
|
|
352
|
-
testRecipient: string;
|
|
353
|
-
testTokenRecipient: string;
|
|
354
|
-
validatorAnnounce: string;
|
|
355
|
-
};
|
|
356
|
-
mumbai: {
|
|
357
|
-
aggregationHook: string;
|
|
358
400
|
staticAggregationHookFactory: string;
|
|
359
401
|
staticAggregationIsmFactory: string;
|
|
360
|
-
fallbackRoutingHook: string;
|
|
361
|
-
interchainGasPaymaster: string;
|
|
362
|
-
mailbox: string;
|
|
363
402
|
staticMerkleRootMultisigIsmFactory: string;
|
|
364
|
-
merkleTreeHook: string;
|
|
365
403
|
staticMessageIdMultisigIsmFactory: string;
|
|
366
|
-
protocolFee: string;
|
|
367
|
-
proxyAdmin: string;
|
|
368
|
-
domainRoutingIsmFactory: string;
|
|
369
404
|
storageGasOracle: string;
|
|
370
405
|
testRecipient: string;
|
|
371
406
|
testTokenRecipient: string;
|
|
407
|
+
timelockController: string;
|
|
372
408
|
validatorAnnounce: string;
|
|
373
409
|
};
|
|
374
410
|
plumetestnet: {
|
|
375
411
|
aggregationHook: string;
|
|
376
|
-
|
|
377
|
-
staticAggregationIsmFactory: string;
|
|
412
|
+
domainRoutingIsmFactory: string;
|
|
378
413
|
fallbackRoutingHook: string;
|
|
414
|
+
interchainAccountIsm: string;
|
|
415
|
+
interchainAccountRouter: string;
|
|
379
416
|
interchainGasPaymaster: string;
|
|
380
417
|
interchainSecurityModule: string;
|
|
381
418
|
mailbox: string;
|
|
382
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
383
419
|
merkleTreeHook: string;
|
|
384
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
385
420
|
pausableHook: string;
|
|
386
421
|
protocolFee: string;
|
|
387
422
|
proxyAdmin: string;
|
|
388
|
-
|
|
423
|
+
staticAggregationHookFactory: string;
|
|
424
|
+
staticAggregationIsmFactory: string;
|
|
425
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
426
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
389
427
|
storageGasOracle: string;
|
|
390
428
|
testRecipient: string;
|
|
429
|
+
timelockController: string;
|
|
391
430
|
validatorAnnounce: string;
|
|
392
431
|
};
|
|
393
432
|
scrollsepolia: {
|
|
394
433
|
aggregationHook: string;
|
|
395
|
-
|
|
396
|
-
staticAggregationIsmFactory: string;
|
|
434
|
+
domainRoutingIsmFactory: string;
|
|
397
435
|
fallbackRoutingHook: string;
|
|
436
|
+
interchainAccountIsm: string;
|
|
437
|
+
interchainAccountRouter: string;
|
|
398
438
|
interchainGasPaymaster: string;
|
|
399
439
|
mailbox: string;
|
|
400
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
401
440
|
merkleTreeHook: string;
|
|
402
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
403
441
|
protocolFee: string;
|
|
404
442
|
proxyAdmin: string;
|
|
405
|
-
|
|
443
|
+
staticAggregationHookFactory: string;
|
|
444
|
+
staticAggregationIsmFactory: string;
|
|
445
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
446
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
406
447
|
storageGasOracle: string;
|
|
407
448
|
testRecipient: string;
|
|
408
449
|
testTokenRecipient: string;
|
|
450
|
+
timelockController: string;
|
|
409
451
|
validatorAnnounce: string;
|
|
410
452
|
};
|
|
411
453
|
sepolia: {
|
|
412
454
|
aggregationHook: string;
|
|
413
|
-
|
|
414
|
-
staticAggregationIsmFactory: string;
|
|
455
|
+
domainRoutingIsmFactory: string;
|
|
415
456
|
fallbackRoutingHook: string;
|
|
457
|
+
interchainAccountIsm: string;
|
|
458
|
+
interchainAccountRouter: string;
|
|
416
459
|
interchainGasPaymaster: string;
|
|
417
460
|
interchainSecurityModule: string;
|
|
418
461
|
mailbox: string;
|
|
419
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
420
462
|
merkleTreeHook: string;
|
|
421
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
422
463
|
pausableHook: string;
|
|
423
464
|
protocolFee: string;
|
|
424
465
|
proxyAdmin: string;
|
|
425
|
-
|
|
466
|
+
staticAggregationHookFactory: string;
|
|
467
|
+
staticAggregationIsmFactory: string;
|
|
468
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
469
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
426
470
|
storageGasOracle: string;
|
|
427
471
|
testRecipient: string;
|
|
428
472
|
testTokenRecipient: string;
|
|
473
|
+
timelockController: string;
|
|
429
474
|
validatorAnnounce: string;
|
|
430
475
|
};
|
|
431
476
|
};
|
|
432
477
|
};
|
|
433
478
|
export type HyperlaneEnvironment = keyof typeof hyperlaneEnvironments;
|
|
434
479
|
export type HyperlaneEnvironmentChain<E extends HyperlaneEnvironment> = Extract<keyof (typeof hyperlaneEnvironments)[E], ChainName>;
|
|
435
|
-
export declare const hyperlaneContractAddresses: Record<"test1" | "test2" | "test3" | "alfajores" | "arbitrum" | "avalanche" | "base" | "bsc" | "bsctestnet" | "celo" | "chiado" | "ethereum" | "fuji" | "gnosis" | "inevm" | "injective" | "mantapacific" | "moonbeam" | "
|
|
436
|
-
|
|
480
|
+
export declare const hyperlaneContractAddresses: Record<"test1" | "test2" | "test3" | "alfajores" | "arbitrum" | "avalanche" | "base" | "bsc" | "bsctestnet" | "celo" | "chiado" | "ethereum" | "fuji" | "gnosis" | "inevm" | "injective" | "mantapacific" | "moonbeam" | "nautilus" | "neutron" | "optimism" | "plumetestnet" | "polygon" | "polygonzkevm" | "proteustestnet" | "scroll" | "scrollsepolia" | "sepolia" | "solana" | "solanadevnet" | "solanatestnet" | "eclipsetestnet" | "viction", {
|
|
481
|
+
aggregationHook: string;
|
|
482
|
+
domainRoutingIsmFactory: string;
|
|
483
|
+
fallbackRoutingHook: string;
|
|
484
|
+
interchainAccountIsm: string;
|
|
485
|
+
interchainAccountRouter: string;
|
|
486
|
+
interchainGasPaymaster: string;
|
|
487
|
+
interchainSecurityModule: string;
|
|
488
|
+
mailbox: string;
|
|
489
|
+
merkleTreeHook: string;
|
|
490
|
+
pausableHook: string;
|
|
491
|
+
protocolFee: string;
|
|
437
492
|
proxyAdmin: string;
|
|
493
|
+
staticAggregationHookFactory: string;
|
|
494
|
+
staticAggregationIsmFactory: string;
|
|
438
495
|
staticMerkleRootMultisigIsmFactory: string;
|
|
439
496
|
staticMessageIdMultisigIsmFactory: string;
|
|
440
|
-
|
|
441
|
-
staticAggregationHookFactory: string;
|
|
442
|
-
merkleTreeHook: string;
|
|
443
|
-
interchainGasPaymaster: string;
|
|
444
|
-
aggregationHook: string;
|
|
445
|
-
protocolFee: string;
|
|
446
|
-
mailbox: string;
|
|
447
|
-
validatorAnnounce: string;
|
|
497
|
+
storageGasOracle: string;
|
|
448
498
|
testRecipient: string;
|
|
449
499
|
testTokenRecipient: string;
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
fallbackRoutingHook: string;
|
|
453
|
-
interchainSecurityModule: string;
|
|
500
|
+
timelockController: string;
|
|
501
|
+
validatorAnnounce: string;
|
|
454
502
|
}>;
|
|
455
503
|
//# sourceMappingURL=index.d.ts.map
|