UNPKG

@nomicfoundation/hardhat-viem

Version:
7 lines 286 B
import type { HardhatViemHelpers } from "./types.js"; declare module "hardhat/types/network" { interface NetworkConnection<ChainTypeT extends ChainType | string = DefaultChainType> { viem: HardhatViemHelpers<ChainTypeT>; } } //# sourceMappingURL=type-extensions.d.ts.map