UNPKG

@pvpbet/pvpbet

Version:

A decentralized PVP betting platform based on the Ethereum Virtual Machine (EVM).

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