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) => {