diff --git a/ui/lib/ve-token.ts b/ui/lib/ve-token.ts index bd2d7d1..b22d24b 100644 --- a/ui/lib/ve-token.ts +++ b/ui/lib/ve-token.ts @@ -19,9 +19,9 @@ export function useVeNationBalance(address: any) { let gasLimits = { locked: 330000, - create_lock: 600000, - increase_amount: 600000, - increase_unlock_time: 600000, + create_lock: 1000000, + increase_amount: 1000000, + increase_unlock_time: 1000000, withdraw: 400000, }