Skip to content

Commit

Permalink
chore(genesis): add singularity height to genesis.json
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHansLee committed Oct 16, 2024
1 parent 8f05c4b commit 52b89f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/netconf/local/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,16 @@
"params": {
"max_withdrawal_per_block": 32,
"max_sweep_per_block": 128,
"min_partial_withdrawal_amount": 100000000
"min_partial_withdrawal_amount": 100000000,
"singularity_height": "30"
}
},
"mint": {
"params": {
"mint_denom": "stake",
"inflations_per_year": "24625000000000000.000000000000000000",
"blocks_per_year": "6311520"
"blocks_per_year": "6311520",
"singularity_height": "30"
}
}
}
Expand Down

0 comments on commit 52b89f0

Please sign in to comment.