This commit is contained in:
owen05
2021-01-22 19:54:21 +08:00
parent f842e6db84
commit 25fabbe7be
5 changed files with 116 additions and 16 deletions

View File

@@ -78,8 +78,8 @@ module.exports = {
provider: function () {
return new HDWalletProvider(privKey, "https://mainnet.infura.io/v3/" + infuraId);
},
gas: 3000000,
gasPrice: 75000000000,
gas: 6000000,
gasPrice: 80000000000,
network_id: 1,
skipDryRun: true
},