UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

8 lines (5 loc) 215 B
import path from "path"; import { ProjectPathsConfig } from "../../../../types"; export function getForkCacheDirPath(paths: ProjectPathsConfig): string { return path.join(paths.cache, "hardhat-network-fork"); }