Skip to content

Commit

Permalink
bump gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
barrasso committed Mar 28, 2024
1 parent 5bcb639 commit 38a9f2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = async ({
if (force || validityChanged) {
console.log(yellow(`Refreshing debt snapshot...`));
await runStep({
gasLimit: useOvm ? 4.0e6 : 5.0e6, // About 3.34 million gas is required to refresh the snapshot with ~40 synths on L1
gasLimit: 6.0e6,
contract: 'DebtCache',
target: DebtCache,
write: 'takeDebtSnapshot',
Expand Down

0 comments on commit 38a9f2e

Please sign in to comment.