export type L1TransactionInfoResponse = { commitTx?: string; commitTime?: string; proveTx?: string; proveTime?: string; executeTx?: string; executeTime?: string; };