fix: update gas price oracle

This commit is contained in:
Danil Kovtonyuk 2021-11-15 17:38:11 +10:00
parent 7ea0b9abd6
commit c0320285b9
No known key found for this signature in database
GPG key ID: E72A919BF08C3746
4 changed files with 364 additions and 365 deletions

View file

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