proper gas calculation

This commit is contained in:
Alexey 2019-11-15 12:01:59 +03:00
parent 5352bd5a55
commit db35a0cbcc
4 changed files with 46 additions and 31 deletions

View file

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