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 (6 loc) 124 B
import { defineConfig } from "hardhat/config"; export default defineConfig({ solidity: { version: "0.8.28", }, });