Skip to content

Commit

Permalink
update maxfee to 4%
Browse files Browse the repository at this point in the history
  • Loading branch information
ruijialin-avalabs committed Dec 12, 2024
1 parent 3d2c2a6 commit 094396a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-mobile/app/hooks/earn/useSearchNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const useSearchNode = ({
stakingAmount,
stakingEndTime,
minUpTime: 98,
maxFee: 20,
maxFee: 4,
isEndTimeOverOneYear
})

Expand Down

0 comments on commit 094396a

Please sign in to comment.