Skip to content

Commit

Permalink
fix: reduce ropsten gas a block gas limit is lower
Browse files Browse the repository at this point in the history
  • Loading branch information
Westlad committed Dec 14, 2021
1 parent b23ad19 commit 0db478f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nightfall-deployer/truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports = {
skipDryRun: true,
websockets: true,
gasPrice: config.WEB3_OPTIONS.gasPrice,
gas: 8000000,
gas: 7000000,
},

// Another network with more advanced options...
Expand Down

0 comments on commit 0db478f

Please sign in to comment.