@settlemint/solidity-token-erc20-metatx
Version:
Smart contract set to use ERC20 meta transactions in SettleMint
22 lines (17 loc) • 728 B
TypeScript
// 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"]>;
}
}