mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-17 02:20:47 -04:00
gas oracle fix; entry point update; docker-compose removing
This commit is contained in:
parent
46e3a1bcce
commit
b833ed8a5e
8 changed files with 28 additions and 57 deletions
|
@ -50,7 +50,7 @@ module.exports = {
|
|||
}
|
||||
},
|
||||
defaultGasPrice: 2,
|
||||
gasOracleUrls: ['https://www.etherchain.org/api/gasPriceOracle', 'https://gasprice.poa.network/'],
|
||||
gasOracleUrls: ['https://ethgasstation.info/json/ethgasAPI.json', 'https://gasprice.poa.network/'],
|
||||
port: process.env.APP_PORT,
|
||||
relayerServiceFee: Number(process.env.RELAYER_FEE)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue