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
e538236904
commit
aa7d389766
3 changed files with 12 additions and 12 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue