Skip to content

Commit

Permalink
re delegate gas fee fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SrikanthSoparla committed Nov 3, 2023
1 parent 5f11d02 commit 0e123ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultGasValues.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ export const gas = {
vote: 150000,
delegate: 350000,
un_delegate: 350000,
re_delegate: 400000,
re_delegate: 500000,
claim_reward: 300000,
};

0 comments on commit 0e123ff

Please sign in to comment.