artifacts.d.ts
1 // This file was autogenerated by hardhat-viem, do not edit it. 2 // prettier-ignore 3 // tslint:disable 4 // eslint-disable 5 6 import "hardhat/types/artifacts"; 7 import type { GetContractReturnType } from "@nomicfoundation/hardhat-viem/types"; 8 9 import { console$Type } from "./console"; 10 11 declare module "hardhat/types/artifacts" { 12 interface ArtifactsMap { 13 ["console"]: console$Type; 14 ["hardhat/console.sol:console"]: console$Type; 15 } 16 17 interface ContractTypesMap { 18 ["console"]: GetContractReturnType<console$Type["abi"]>; 19 ["hardhat/console.sol:console"]: GetContractReturnType<console$Type["abi"]>; 20 } 21 }