diff --git a/backend/src/routes/livepeer.js b/backend/src/routes/livepeer.js index b80e4bb..086fd30 100644 --- a/backend/src/routes/livepeer.js +++ b/backend/src/routes/livepeer.js @@ -2870,7 +2870,9 @@ apiRouter.get("/grafana", async (req, res) => { commissionFeeCostL2, serviceUriFeeCostL1, serviceUriFeeCostL2, - quotes: cmcQuotes + quotes: cmcQuotes, + latestBlockMinedL2: latestBlockInChain, + latestBlockMinedL1: latestL1Block }); } catch (err) { res.status(400).send(err);