"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
// This should be 1.25 to match truffle-contract's doc, but as Buidler already// multiplies Ganache's estimations, we set 1 here.exports.DEFAULT_GAS_MULTIPLIER = 1;
//# sourceMappingURL=constants.js.map