Skip to content

Commit

Permalink
feat(planet): add initial tally params to genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasvdam committed Dec 11, 2024
1 parent 4f5256c commit c3c7845
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion planet/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,11 @@
"redelegations": [],
"exported": false
},
"tally": null,
"tally": {
"params": {
"max_tally_gas_limit": "300000000000000"
}
},
"transfer": {
"port_id": "transfer",
"denom_traces": [],
Expand Down

0 comments on commit c3c7845

Please sign in to comment.