@nomiclabs/hardhat-truffle5
Version:
Truffle 5 Hardhat compatibility plugin
7 lines • 322 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_GAS_MULTIPLIER = void 0;
// This should be 1.25 to match truffle-contract's doc, but as Hardhat already
// multiplies Ganache's estimations, we set 1 here.
exports.DEFAULT_GAS_MULTIPLIER = 1;
//# sourceMappingURL=constants.js.map