hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
6 lines • 307 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.FIRST_SOLC_VERSION_SUPPORTED = exports.SUPPORTED_SOLIDITY_VERSION_RANGE = void 0;
exports.SUPPORTED_SOLIDITY_VERSION_RANGE = "<=0.8.24";
exports.FIRST_SOLC_VERSION_SUPPORTED = "0.5.1";
//# sourceMappingURL=constants.js.map
;