mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-21 20:28:21 -04:00
dai price
This commit is contained in:
parent
53828dca12
commit
2d2115ab43
5 changed files with 38 additions and 6 deletions
|
@ -6,5 +6,6 @@ module.exports = {
|
|||
privateKey: process.env.PRIVATE_KEY,
|
||||
mixerAddress: process.env.MIXER_ADDRESS,
|
||||
defaultGasPrice: 2,
|
||||
gasOracleUrls: ['https://www.etherchain.org/api/gasPriceOracle', 'https://gasprice.poa.network/']
|
||||
gasOracleUrls: ['https://www.etherchain.org/api/gasPriceOracle', 'https://gasprice.poa.network/'],
|
||||
ethdaiAddress: '0x7Ef645705cb7D401C5CD91a395cfcc3Db3C93689'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue