UNPKG

@nomicfoundation/hardhat-viem

Version:
11 lines (9 loc) 275 B
import type { HardhatViemHelpers } from "./types.js"; import "hardhat/types/network"; declare module "hardhat/types/network" { interface NetworkConnection< ChainTypeT extends ChainType | string = DefaultChainType, > { viem: HardhatViemHelpers<ChainTypeT>; } }