UNPKG

@nomicfoundation/hardhat-viem

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