From 2199b13873dd59463c723f3e6ecc229aa9fe4b79 Mon Sep 17 00:00:00 2001 From: poma Date: Sat, 9 Nov 2019 15:21:33 +0300 Subject: [PATCH] send ethPriceInDai in status --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2185282..b59a45f 100644 --- a/index.js +++ b/index.js @@ -37,7 +37,7 @@ app.get('/', function (req, res) { }) app.get('/status', function (req, res) { - res.json({ relayerAddress: web3.eth.defaultAccount, gasPrices, netId }) + res.json({ relayerAddress: web3.eth.defaultAccount, gasPrices, netId, ethPriceInDai }) }) app.post('/relay', async (req, resp) => {