@nomicfoundation/hardhat-viem
Version:
Hardhat plugin for viem
8 lines • 318 B
TypeScript
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>;
}
}
//# sourceMappingURL=type-extensions.d.ts.map