Skip to content

Commit

Permalink
Update Dashboard.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Odomey authored Dec 21, 2024
1 parent d23abad commit 79b5d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dashboard/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function Dashboard() {
// staking ratio missing
const I = inflation // inflation
const F = parseFloat(secretFoundationTax) // foundation tax
const C = 0.05 // validator commision rate; median is 5%
const C = 0.05 // validator commission rate; median is 5%
const T = parseFloat(communityTax) // community tax
const R = bondedToken / totalSupply // bonded rate
const bondedRate = R * 100
Expand Down

0 comments on commit 79b5d52

Please sign in to comment.