fix oracle bug
This commit is contained in:
parent
7b23aefcf0
commit
a7e83b9fee
2
index.js
2
index.js
@ -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.')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user