@nomiclabs/buidler
Version:
Buidler is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
7 lines • 394 B
TypeScript
export declare const BUIDLER_NAME = "Buidler";
export declare const BUIDLER_EXECUTABLE_NAME = "buidler";
export declare const BUIDLEREVM_NETWORK_NAME = "buidlerevm";
export declare const SOLC_INPUT_FILENAME = "solc-input.json";
export declare const SOLC_OUTPUT_FILENAME = "solc-output.json";
export declare const BUIDLEREVM_SUPPORTED_HARDFORKS: string[];
//# sourceMappingURL=constants.d.ts.map