operator role

This commit is contained in:
Alexey 2019-08-02 20:12:30 +03:00
parent aa88f1c04e
commit 9b4d3bc34e
4 changed files with 62 additions and 11 deletions

View file

@ -55,7 +55,7 @@ module.exports = {
provider: () => new HDWalletProvider(process.env.PRIVATE_KEY, 'https://mainnet.infura.io/v3/c7463beadf2144e68646ff049917b716'),
network_id: 1,
gas: 5000000,
gasPrice: utils.toWei('2', 'gwei'),
gasPrice: utils.toWei('3.1', 'gwei'),
// confirmations: 0,
// timeoutBlocks: 200,
skipDryRun: true