UNPKG

hardhat

Version:

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

11 lines 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SUPPORTED_NODE_VERSIONS = void 0; // TODO: Remove 18 on June 30, 2025 exports.SUPPORTED_NODE_VERSIONS = [ "^18.0.0", "^20.0.0", "^22.0.0", "^24.0.0", ]; //# sourceMappingURL=constants.js.map