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