dai price

This commit is contained in:
Alexey 2019-09-19 18:21:57 +03:00
parent 53828dca12
commit 2d2115ab43
5 changed files with 38 additions and 6 deletions

View file

@ -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'
}