mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 18:55:09 +02:00
add latest block mined to the json grafana endpoint as well
This commit is contained in:
parent
0b0a913fb7
commit
09adcf5c39
@ -2870,7 +2870,9 @@ apiRouter.get("/grafana", async (req, res) => {
|
|||||||
commissionFeeCostL2,
|
commissionFeeCostL2,
|
||||||
serviceUriFeeCostL1,
|
serviceUriFeeCostL1,
|
||||||
serviceUriFeeCostL2,
|
serviceUriFeeCostL2,
|
||||||
quotes: cmcQuotes
|
quotes: cmcQuotes,
|
||||||
|
latestBlockMinedL2: latestBlockInChain,
|
||||||
|
latestBlockMinedL1: latestL1Block
|
||||||
});
|
});
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
res.status(400).send(err);
|
res.status(400).send(err);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user