Skip to content

Commit

Permalink
feat(netconf): fix genesis config of mint module in local netconf (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezreal1997 authored Oct 9, 2024
1 parent c7ee3a2 commit 6dd797e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions lib/netconf/local/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,16 +179,9 @@
}
},
"mint": {
"minter": {
"inflation": "0.130000000000000000",
"annual_provisions": "0.000000000000000000"
},
"params": {
"mint_denom": "stake",
"inflation_rate_change": "0.130000000000000000",
"inflation_max": "0.200000000000000000",
"inflation_min": "0.070000000000000000",
"goal_bonded": "0.670000000000000000",
"inflations_per_year": "24625000000000000.000000000000000000",
"blocks_per_year": "6311520"
}
},
Expand Down

0 comments on commit 6dd797e

Please sign in to comment.