UNPKG

hardhat

Version:

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

7 lines 283 B
import { downloadSolcCompilersHandler } from "../solidity-hooks.js"; export default async () => ({ downloadCompilers: async (_context, compilerConfigs, quiet) => { await downloadSolcCompilersHandler(compilerConfigs, quiet); }, }); //# sourceMappingURL=solidity.js.map