mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-16 10:00:31 -04:00
update fetcher
This commit is contained in:
parent
4ba67e3c86
commit
211d68eeba
2 changed files with 7 additions and 11 deletions
|
@ -144,8 +144,8 @@ module.exports = {
|
|||
}
|
||||
}
|
||||
},
|
||||
defaultGasPrice: 2,
|
||||
gasOracleUrls: ['https://ethgasstation.info/json/ethgasAPI.json', 'https://gasprice.poa.network/'],
|
||||
defaultGasPrice: 20,
|
||||
gasOracleUrls: ['https://ethgasstation.info/json/ethgasAPI.json', 'https://gas-oracle.zoltu.io/'],
|
||||
port: process.env.APP_PORT,
|
||||
relayerServiceFee: Number(process.env.RELAYER_FEE)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue