Skip to content

Commit

Permalink
update gas price on hh task createVestings
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcloa committed Dec 24, 2024
1 parent 404cd3a commit f033a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat/tasks/governance.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ async function createVestings(hre, dryRun, path, multiplier, signerAcc, reissue
const receipt = await (
await vesting.stakeTokens(amount, {
gasLimit: 6800000,
gasPrice: 65e6,
gasPrice: 66000010,
})
).wait();
console.log("Transaction hash:", receipt.transactionHash);
Expand Down

0 comments on commit f033a04

Please sign in to comment.