refactor + coingecko

This commit is contained in:
Roman Storm 2019-11-23 00:18:54 -08:00
parent db35a0cbcc
commit b5609c30c5
10 changed files with 3399 additions and 124 deletions

View file

@ -14,6 +14,7 @@ module.exports = {
} ],
defaultGasPrice: 2,
gasOracleUrls: ['https://www.etherchain.org/api/gasPriceOracle', 'https://gasprice.poa.network/'],
ethdaiAddress: '0x7Ef645705cb7D401C5CD91a395cfcc3Db3C93689',
port: process.env.APP_PORT
port: process.env.APP_PORT,
//dai
tokens: ['0x6b175474e89094c44da98b954eedeac495271d0f']
}