From b7e775f6c2f4f879c039ee0053502a85fea02c76 Mon Sep 17 00:00:00 2001 From: gluwa-bot Date: Sun, 1 Sep 2024 12:29:49 +0000 Subject: [PATCH] Auto-update creditcoin-js type definitions --- creditcoin-js/src/interfaces/augment-api-consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creditcoin-js/src/interfaces/augment-api-consts.ts b/creditcoin-js/src/interfaces/augment-api-consts.ts index a056a54b61..0c2a5bc095 100644 --- a/creditcoin-js/src/interfaces/augment-api-consts.ts +++ b/creditcoin-js/src/interfaces/augment-api-consts.ts @@ -117,7 +117,7 @@ declare module '@polkadot/api-base/types/consts' { **/ maxAdditionalFields: u32 & AugmentedConst; /** - * Maximum number of registrars allowed in the system. Needed to bound the complexity + * Maxmimum number of registrars allowed in the system. Needed to bound the complexity * of, e.g., updating judgements. **/ maxRegistrars: u32 & AugmentedConst;