// This file was autogenerated by hardhat-viem, do not edit it. // prettier-ignore // tslint:disable // eslint-disable import "hardhat/types/artifacts"; import type { GetContractReturnType } from "@nomicfoundation/hardhat-viem/types"; import { IMarketHub$Type } from "./IMarketHub"; import { IMarketHubAllEventsAndTypes$Type } from "./IMarketHubAllEventsAndTypes"; import { IMarketHubEntryOnly$Type } from "./IMarketHubEntryOnly"; import { IMarketHubRiskManagement$Type } from "./IMarketHubRiskManagement"; import { IMarketHubSetAndView$Type } from "./IMarketHubSetAndView"; import { IMarketHubStorageOnly$Type } from "./IMarketHubStorageOnly"; declare module "hardhat/types/artifacts" { interface ArtifactsMap { ["IMarketHub"]: IMarketHub$Type; ["IMarketHubAllEventsAndTypes"]: IMarketHubAllEventsAndTypes$Type; ["IMarketHubEntryOnly"]: IMarketHubEntryOnly$Type; ["IMarketHubRiskManagement"]: IMarketHubRiskManagement$Type; ["IMarketHubSetAndView"]: IMarketHubSetAndView$Type; ["IMarketHubStorageOnly"]: IMarketHubStorageOnly$Type; ["contracts/interfaces/IMarketHub.sol:IMarketHub"]: IMarketHub$Type; ["contracts/interfaces/IMarketHub.sol:IMarketHubAllEventsAndTypes"]: IMarketHubAllEventsAndTypes$Type; ["contracts/interfaces/IMarketHub.sol:IMarketHubEntryOnly"]: IMarketHubEntryOnly$Type; ["contracts/interfaces/IMarketHub.sol:IMarketHubRiskManagement"]: IMarketHubRiskManagement$Type; ["contracts/interfaces/IMarketHub.sol:IMarketHubSetAndView"]: IMarketHubSetAndView$Type; ["contracts/interfaces/IMarketHub.sol:IMarketHubStorageOnly"]: IMarketHubStorageOnly$Type; } interface ContractTypesMap { ["IMarketHub"]: GetContractReturnType; ["IMarketHubAllEventsAndTypes"]: GetContractReturnType; ["IMarketHubEntryOnly"]: GetContractReturnType; ["IMarketHubRiskManagement"]: GetContractReturnType; ["IMarketHubSetAndView"]: GetContractReturnType; ["IMarketHubStorageOnly"]: GetContractReturnType; ["contracts/interfaces/IMarketHub.sol:IMarketHub"]: GetContractReturnType; ["contracts/interfaces/IMarketHub.sol:IMarketHubAllEventsAndTypes"]: GetContractReturnType; ["contracts/interfaces/IMarketHub.sol:IMarketHubEntryOnly"]: GetContractReturnType; ["contracts/interfaces/IMarketHub.sol:IMarketHubRiskManagement"]: GetContractReturnType; ["contracts/interfaces/IMarketHub.sol:IMarketHubSetAndView"]: GetContractReturnType; ["contracts/interfaces/IMarketHub.sol:IMarketHubStorageOnly"]: GetContractReturnType; } }