UNPKG

@settlemint/solidity-token-erc721

Version:
32 lines (27 loc) 1.71 kB
// 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 { ERC721OpenSeaGassLess$Type } from "./ERC721OpenSeaGassLess"; import { OpenSeaProxyRegistry$Type } from "./OpenSeaProxyRegistry"; import { OwnableDelegateProxy$Type } from "./OwnableDelegateProxy"; declare module "hardhat/types/artifacts" { interface ArtifactsMap { ["ERC721OpenSeaGassLess"]: ERC721OpenSeaGassLess$Type; ["OpenSeaProxyRegistry"]: OpenSeaProxyRegistry$Type; ["OwnableDelegateProxy"]: OwnableDelegateProxy$Type; ["contracts/extensions/ERC721OpenSeaGassLess.sol:ERC721OpenSeaGassLess"]: ERC721OpenSeaGassLess$Type; ["contracts/extensions/ERC721OpenSeaGassLess.sol:OpenSeaProxyRegistry"]: OpenSeaProxyRegistry$Type; ["contracts/extensions/ERC721OpenSeaGassLess.sol:OwnableDelegateProxy"]: OwnableDelegateProxy$Type; } interface ContractTypesMap { ["ERC721OpenSeaGassLess"]: GetContractReturnType<ERC721OpenSeaGassLess$Type["abi"]>; ["OpenSeaProxyRegistry"]: GetContractReturnType<OpenSeaProxyRegistry$Type["abi"]>; ["OwnableDelegateProxy"]: GetContractReturnType<OwnableDelegateProxy$Type["abi"]>; ["contracts/extensions/ERC721OpenSeaGassLess.sol:ERC721OpenSeaGassLess"]: GetContractReturnType<ERC721OpenSeaGassLess$Type["abi"]>; ["contracts/extensions/ERC721OpenSeaGassLess.sol:OpenSeaProxyRegistry"]: GetContractReturnType<OpenSeaProxyRegistry$Type["abi"]>; ["contracts/extensions/ERC721OpenSeaGassLess.sol:OwnableDelegateProxy"]: GetContractReturnType<OwnableDelegateProxy$Type["abi"]>; } }