UNPKG

@settlemint/solidity-token-erc20-metatx

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