Skip to content

Commit

Permalink
Increase gas limit for increase_amount method
Browse files Browse the repository at this point in the history
Fixes #221
  • Loading branch information
biendeveloper authored Dec 17, 2023
1 parent 9f1da93 commit c34c642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/lib/ve-token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function useVeNationBalance(address: any) {
let gasLimits = {
locked: 330000,
create_lock: 600000,
increase_amount: 600000,
increase_amount: 1000000,
increase_unlock_time: 600000,
withdraw: 400000,
}
Expand Down

0 comments on commit c34c642

Please sign in to comment.