From b3ffb47f54fbf8ab26b51e82106eae03e4c5fb1e Mon Sep 17 00:00:00 2001 From: Daniel Olshansky Date: Wed, 8 May 2024 12:51:48 -0700 Subject: [PATCH] [Genesis Config] Set MaxValidators to 1 Added the following change and comment in `config.yml`. Should be self-explanatory. ```yaml # TODO_BLOCKER(@Olshansk): Figure out what this should be on Shannon # re-genesis. We're setting it to 1 for Alpha TestNet #1 so Grove # maintains the only validator until Alpha TestNet #2. max_validators: 1 ``` --- config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.yml b/config.yml index 7a129a20f..3e505eef5 100644 --- a/config.yml +++ b/config.yml @@ -88,6 +88,10 @@ genesis: staking: params: bond_denom: upokt + # TODO_BLOCKER(@Olshansk): Figure out what this should be on Shannon + # re-genesis. We're setting it to 1 for Alpha TestNet #1 so Grove + # maintains the only validator until Alpha TestNet #2. + max_validators: 1 crisis: constant_fee: amount: "10000"