mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-05-09 10:05:14 -04:00
fix: update gas price oracle
This commit is contained in:
parent
7ea0b9abd6
commit
c0320285b9
4 changed files with 364 additions and 365 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue