Skip to content

Commit

Permalink
chore: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kimurayu45z committed May 19, 2024
1 parent 3024c0f commit c2be0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/tokenconverter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This module is for converting `SRG` to `SR` token.

$$
\text{OutputSR} = \text{InputSSR} \times \max\left(1, \frac{\text{CurrentSupplySR}}{\text{CurrentSupplySSR}} \right) \ \text{if} \ \text{CurrentSupplySR} + \text{OutputSR} \le \text{MaxSupplySR}
\text{OutputSR} = \text{InputSSR} \times \min\left(1, \frac{\text{CurrentSupplySR}}{\text{CurrentSupplySSR}} \right) \ \text{if} \ \text{CurrentSupplySR} + \text{OutputSR} \le \text{MaxSupplySR}
$$

## Ante Handler
Expand Down

0 comments on commit c2be0b3

Please sign in to comment.