fix oracle bug

This commit is contained in:
Alexey 2019-08-03 23:36:22 +03:00
parent 7b23aefcf0
commit a7e83b9fee
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ app.post('/relay', async (req, resp) => {
app.listen(8000)
if (netId === 1) {
if (Number(netId) === 1) {
fetchGasPrice({ gasPrices })
console.log('Gas price oracle started.')
}