From c3c784529e2370d07d25734e7b11bc6fa06a195b Mon Sep 17 00:00:00 2001 From: Thomas van Dam Date: Wed, 11 Dec 2024 20:57:17 +0100 Subject: [PATCH] feat(planet): add initial tally params to genesis --- planet/genesis.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/planet/genesis.json b/planet/genesis.json index 3fb1b4c..936e612 100644 --- a/planet/genesis.json +++ b/planet/genesis.json @@ -879,7 +879,11 @@ "redelegations": [], "exported": false }, - "tally": null, + "tally": { + "params": { + "max_tally_gas_limit": "300000000000000" + } + }, "transfer": { "port_id": "transfer", "denom_traces": [],