fix: update gas price oracle

This commit is contained in:
Danil Kovtonyuk 2021-08-25 22:39:58 +10:00
parent e538236904
commit aa7d389766
3 changed files with 12 additions and 12 deletions

View file

@ -50,7 +50,7 @@ function start() {
}
async function getGasPrices() {
const networksWithOracle = [56, 137]
const networksWithOracle = [56, 100, 137]
if (networksWithOracle.includes(netId)) {
return await gasPriceOracle.gasPrices()
}