Skip to content

Commit

Permalink
Adjust convert gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
tiltom committed Dec 5, 2024
1 parent 28b7aa1 commit 5ceeefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/constants/gasLimits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const GAS_LIMIT = {
ADJUST_TROVE: 4_000_000,
CLOSE_TROVE: 350_000,
CLOSE_DLLR_TROVE: 600_000,
CONVERT: 1500_000,
CONVERT: 750_000,
STABILITY_POOL: 400_000,
STABILITY_POOL_INC_WITHDRAW: 490_000,
STABILITY_POOL_DLLR: 600_000,
Expand Down

0 comments on commit 5ceeefc

Please sign in to comment.