UNPKG

@settlemint/solidity-token-erc721

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