@pvpbet/pvpbet
Version:
A decentralized PVP betting platform based on the Ethereum Virtual Machine (EVM).
22 lines (17 loc) • 582 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 { DAI$Type } from "./DAI";
declare module "hardhat/types/artifacts" {
interface ArtifactsMap {
["DAI"]: DAI$Type;
["contracts/test/DAI.sol:DAI"]: DAI$Type;
}
interface ContractTypesMap {
["DAI"]: GetContractReturnType<DAI$Type["abi"]>;
["contracts/test/DAI.sol:DAI"]: GetContractReturnType<DAI$Type["abi"]>;
}
}