UNPKG

@nomiclabs/hardhat-truffle5

Version:
7 lines 322 B
"use strict"; 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