From d46da6d78b1f959ce2862311bb13b475bd078fe9 Mon Sep 17 00:00:00 2001 From: Thomas Bruyelle Date: Sat, 28 Sep 2024 10:05:08 +0200 Subject: [PATCH] genesis: min-commission to 5% --- genesis-atomone-orig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genesis-atomone-orig.json b/genesis-atomone-orig.json index 6932c23..cb7b592 100644 --- a/genesis-atomone-orig.json +++ b/genesis-atomone-orig.json @@ -222,7 +222,7 @@ "max_entries": 7, "historical_entries": 10000, "bond_denom": "uatone", - "min_commission_rate": "0.000000000000000000" + "min_commission_rate": "0.050000000000000000" }, "last_total_power": "0", "last_validator_powers": [],