export const MAX_TX_SIZE_KB: number = 512; export const MAX_MESSAGE_SIZE_KB: number = 10 * 1024; /** Maximum size for L2Block response (contains TxEffects, not full Txs with proofs) */ export const MAX_L2_BLOCK_SIZE_KB: number = 3 * 1024; // 3 MB