/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import { ethers } from "ethers"; import { FactoryOptions, HardhatEthersHelpers as HardhatEthersHelpersBase, } from "@nomiclabs/hardhat-ethers/types"; import * as Contracts from "."; declare module "hardhat/types/runtime" { interface HardhatEthersHelpers extends HardhatEthersHelpersBase { getContractFactory( name: "OwnableUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Ownable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TypedMemView", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "GovernanceRouter", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Home", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "MerkleTreeManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "NomadBase", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "QueueManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Replica", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BadRecipient1", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BadRecipient2", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BadRecipient3", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BadRecipient4", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BadRecipient5", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BadRecipient6", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BadRecipientHandle", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "MysteryMath", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "MysteryMathV1", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "MysteryMathV2", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TestNomadBase", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TestGovernanceMessage", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TestGovernanceRouter", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TestHome", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TestMerkle", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TestMessage", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TestQueue", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TestRecipient", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TestReplica", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TestXAppConnectionManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "UpdaterManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "UpgradeBeacon", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "UpgradeBeaconController", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "UpgradeBeaconProxy", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Version0", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "XAppConnectionManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IMessageRecipient", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IUpdaterManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; // default types getContractFactory( name: string, signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( abi: any[], bytecode: ethers.utils.BytesLike, signer?: ethers.Signer ): Promise; } }