Skip to content

Commit

Permalink
fix: fix gasMultiplier application
Browse files Browse the repository at this point in the history
  • Loading branch information
jdville03 committed Apr 4, 2024
1 parent c371f0f commit 8baa1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
skipDryRun: true,
networkCheckTimeout: 10000,
deploymentPollingInterval: 10000,
gasMultiplier: configs.gasMultiplier,
gasMultiplier: parseInt(configs.gasMultiplier),
},
mainnet: {
url: configs.ethBlockchainApi,
Expand Down

0 comments on commit 8baa1cf

Please sign in to comment.