opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
7 lines • 328 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.maxBytecodeSize = exports.gasPerPubdataDefault = void 0;
const number_js_1 = require("../../constants/number.js");
exports.gasPerPubdataDefault = 50000n;
exports.maxBytecodeSize = number_js_1.maxUint16 * 32n;
//# sourceMappingURL=number.js.map
;