gas oracle fix; entry point update; docker-compose removing

This commit is contained in:
Alexey 2019-12-05 15:51:01 +03:00
parent 46e3a1bcce
commit b833ed8a5e
8 changed files with 28 additions and 57 deletions

View file

@ -50,7 +50,7 @@ module.exports = {
}
},
defaultGasPrice: 2,
gasOracleUrls: ['https://www.etherchain.org/api/gasPriceOracle', 'https://gasprice.poa.network/'],
gasOracleUrls: ['https://ethgasstation.info/json/ethgasAPI.json', 'https://gasprice.poa.network/'],
port: process.env.APP_PORT,
relayerServiceFee: Number(process.env.RELAYER_FEE)
}