Skip to content

Commit

Permalink
remove gasMultiplier configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdville03 committed Jul 1, 2024
1 parent 8baa1cf commit c955829
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cli-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const configs = {
keyVersion: process.env.KMS_KEY_VERSION,
},
tokenAddr: process.env.TOKEN_ADDR,
gasMultiplier: process.env.GAS_MULTIPLIER || 1,
};

module.exports = { configs };
1 change: 0 additions & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ module.exports = {
skipDryRun: true,
networkCheckTimeout: 10000,
deploymentPollingInterval: 10000,
gasMultiplier: parseInt(configs.gasMultiplier),
},
mainnet: {
url: configs.ethBlockchainApi,
Expand Down

0 comments on commit c955829

Please sign in to comment.