Skip to content

Commit

Permalink
gas fee updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
SrikanthSoparla authored Oct 17, 2024
1 parent 5a130a0 commit f5c8b64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/defaultGasValues.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export const gas = {
send: 150000,
vote: 150000,
delegate: 350000,
un_delegate: 350000,
re_delegate: 600000,
claim_reward: 300000,
delegate: 400000,
un_delegate: 400000,
re_delegate: 650000,
claim_reward: 350000,
};

0 comments on commit f5c8b64

Please sign in to comment.