Skip to content

Commit

Permalink
fix phase 4 target shielded amount for rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Nov 19, 2024
1 parent a1dfd58 commit c84fa85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phase4/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const IBC_TOKENS: [(
0,
"channel-1",
"uosmo",
"0.01", // Max annual inflation of 1% of NAM supply
1_000, // Target shielded amount of 1,000 OSMO
"0.01", // Max annual inflation of 1% of NAM supply
1_000_000_000, // Target shielded amount of 1,000 OSMO (1B uOSMO)
"120000", // Kp gain of 120000 --> this is a high value that will reach max inflation quickly
"120000", // Kd gain of 120000 --> this is a high value that will reach max inflation quickly
)];
Expand Down

0 comments on commit c84fa85

Please sign in to comment.