UNPKG

@settlemint/solidity-token-erc721

Version:
22 lines (17 loc) 692 B
// 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 { ExampleERC721$Type } from "./ExampleERC721"; declare module "hardhat/types/artifacts" { interface ArtifactsMap { ["ExampleERC721"]: ExampleERC721$Type; ["contracts/ExampleERC721.sol:ExampleERC721"]: ExampleERC721$Type; } interface ContractTypesMap { ["ExampleERC721"]: GetContractReturnType<ExampleERC721$Type["abi"]>; ["contracts/ExampleERC721.sol:ExampleERC721"]: GetContractReturnType<ExampleERC721$Type["abi"]>; } }