UNPKG

@nomiclabs/buidler

Version:

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

6 lines 284 B
import { BuidlerConfig } from "../../../types"; export declare const DEFAULT_SOLC_VERSION = "0.5.15"; export declare const BUIDLEREVM_DEFAULT_GAS_PRICE = 8000000000; declare const defaultConfig: BuidlerConfig; export default defaultConfig; //# sourceMappingURL=default-config.d.ts.map