change param

This commit is contained in:
owen05
2020-12-14 22:02:22 +08:00
parent 505d007731
commit 6bdf689af8
3 changed files with 10 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ module.exports = {
return new HDWalletProvider(privKey, "https://mainnet.infura.io/v3/" + infuraId);
},
gas: 3000000,
gasPrice: 40000000000,
gasPrice: 50000000000,
network_id: 1,
skipDryRun: true
},