viem
Version:
8 lines • 420 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.requiredL1ToL2GasPerPubdataLimit = exports.maxBytecodeSize = exports.gasPerPubdataDefault = void 0;
const number_js_1 = require("../../constants/number.js");
exports.gasPerPubdataDefault = 50000n;
exports.maxBytecodeSize = number_js_1.maxUint16 * 32n;
exports.requiredL1ToL2GasPerPubdataLimit = 800n;
//# sourceMappingURL=number.js.map
;