UNPKG

opstack-kit-chains

Version:
4 lines 181 B
import { maxUint16 } from '../../constants/number.js'; export const gasPerPubdataDefault = 50000n; export const maxBytecodeSize = maxUint16 * 32n; //# sourceMappingURL=number.js.map