We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807f297 commit 872f238Copy full SHA for 872f238
1 file changed
packages/common/src/constraints/ValidityChecks.ts
@@ -381,7 +381,7 @@ export const checkKusamaRank = async (
381
}
382
383
if (Number(res.data.rank) < Constants.KUSAMA_RANK_VALID_THRESHOLD) {
384
- const invalidityReason = `${candidate.name} has a Kusama stash with lower than 25 rank in the Kusama OTV programme: ${res.data.rank}.`;
+ const invalidityReason = `${candidate.name} has a Kusama stash with lower than 100 rank in the Kusama 1KV programme: ${res.data.rank}.`;
385
await setKusamaRankInvalidity(candidate, false, invalidityReason);
386
return false;
387
0 commit comments