@nomiclabs/buidler
Version:
Buidler is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
14 lines • 460 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.BUIDLER_NAME = "Buidler";
exports.BUIDLER_EXECUTABLE_NAME = "buidler";
exports.BUIDLEREVM_NETWORK_NAME = "buidlerevm";
exports.SOLC_INPUT_FILENAME = "solc-input.json";
exports.SOLC_OUTPUT_FILENAME = "solc-output.json";
exports.BUIDLEREVM_SUPPORTED_HARDFORKS = [
"byzantium",
"constantinople",
"petersburg",
"istanbul",
];
//# sourceMappingURL=constants.js.map
;