fix bugs (public verifier)

This commit is contained in:
Alexey 2019-08-04 20:57:01 +03:00
parent 9b4d3bc34e
commit 7997fe2582
3 changed files with 5 additions and 5 deletions

View file

@ -52,10 +52,10 @@ module.exports = {
skipDryRun: true
},
mainnet: {
provider: () => new HDWalletProvider(process.env.PRIVATE_KEY, 'https://mainnet.infura.io/v3/c7463beadf2144e68646ff049917b716'),
provider: () => new HDWalletProvider(process.env.PRIVATE_KEY, 'http://ethereum-rpc.trustwalletapp.com'),
network_id: 1,
gas: 5000000,
gasPrice: utils.toWei('3.1', 'gwei'),
gas: 6000000,
gasPrice: utils.toWei('2', 'gwei'),
// confirmations: 0,
// timeoutBlocks: 200,
skipDryRun: true