mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-17 02:20:47 -04:00
proper gas calculation
This commit is contained in:
parent
5352bd5a55
commit
db35a0cbcc
4 changed files with 46 additions and 31 deletions
|
@ -14,5 +14,6 @@ module.exports = {
|
|||
} ],
|
||||
defaultGasPrice: 2,
|
||||
gasOracleUrls: ['https://www.etherchain.org/api/gasPriceOracle', 'https://gasprice.poa.network/'],
|
||||
ethdaiAddress: '0x7Ef645705cb7D401C5CD91a395cfcc3Db3C93689'
|
||||
ethdaiAddress: '0x7Ef645705cb7D401C5CD91a395cfcc3Db3C93689',
|
||||
port: process.env.APP_PORT
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue