Skip to content

Commit

Permalink
init token params for native token
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Nov 4, 2024
1 parent 789a3a4 commit 34e144f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions genesis/tokens.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[token.NAM]
denom = 6

[token.NAM.parameters]
[token.NAM.masp_params]
max_reward_rate = "0.0"
kd_gain_nom = "0.1"
kp_gain_nom = "0.1"
locked_ratio_target = "0.6667"
kd_gain_nom = "0.0"
kp_gain_nom = "0.0"
locked_amount_target = 0

0 comments on commit 34e144f

Please sign in to comment.