UNPKG

@pvpbet/pvpbet

Version:

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

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