Skip to content

Commit

Permalink
finalize new genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
gachouchani1999 committed Mar 29, 2024
1 parent 1cecf2d commit 1b2ae6b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"consensus": null,
"crisis": {
"constant_fee": {
"denom": "stake",
"denom": "uandr",
"amount": "1000"
}
},
Expand All @@ -116,7 +116,7 @@
"base_proposer_reward": "0.000000000000000000",
"bonus_proposer_reward": "0.000000000000000000",
"withdraw_addr_enabled": true,
"rewards_per_block": "0.000000000000000000"
"rewards_per_block": "1.000000000000000000"
},
"fee_pool": {
"community_pool": []
Expand Down Expand Up @@ -162,12 +162,12 @@
"params": {
"min_deposit": [
{
"denom": "stake",
"denom": "uandr",
"amount": "10000000"
}
],
"max_deposit_period": "172800s",
"voting_period": "172800s",
"voting_period": "3600s",
"quorum": "0.334000000000000000",
"threshold": "0.500000000000000000",
"veto_threshold": "0.334000000000000000",
Expand Down Expand Up @@ -245,14 +245,14 @@
},
"mint": {
"minter": {
"inflation": "0.130000000000000000",
"inflation": "0.000000000000000000",
"annual_provisions": "0.000000000000000000"
},
"params": {
"mint_denom": "stake",
"inflation_rate_change": "0.130000000000000000",
"inflation_max": "0.200000000000000000",
"inflation_min": "0.070000000000000000",
"mint_denom": "uandr",
"inflation_rate_change": "0.000000000000000000",
"inflation_max": "0.000000000000000000",
"inflation_min": "0.000000000000000000",
"goal_bonded": "0.670000000000000000",
"blocks_per_year": "6311520"
}
Expand All @@ -275,11 +275,11 @@
},
"staking": {
"params": {
"unbonding_time": "1814400s",
"max_validators": 100,
"unbonding_time": "3600s",
"max_validators": 5,
"max_entries": 7,
"historical_entries": 10000,
"bond_denom": "stake",
"bond_denom": "uandr",
"min_commission_rate": "0.000000000000000000"
},
"last_total_power": "0",
Expand Down

0 comments on commit 1b2ae6b

Please sign in to comment.