error handing

This commit is contained in:
Alexey 2019-07-23 19:07:33 +03:00
parent 1462313b14
commit 3f9b0ed499
3 changed files with 11 additions and 10 deletions

View file

@ -6,6 +6,6 @@ module.exports = {
privateKey: process.env.PRIVATE_KEY,
mixerAddress: process.env.MIXER_ADDRESS,
desiredFee: process.env.DESIRED_FEE || 10000000000000000, // 0.01 ETH
defaultGasPrice: 1,
defaultGasPrice: 2,
gasOracleUrls: ['https://www.etherchain.org/api/gasPriceOracle', 'https://gasprice.poa.network/']
}