From 09f12d2e307161d97ad682cc4c900a91e7407f12 Mon Sep 17 00:00:00 2001 From: Eddort Date: Thu, 20 Jun 2024 12:07:48 +0200 Subject: [PATCH] fix: csm operator name generation --- src/common/registry-csm/fetch/operator.fetch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/registry-csm/fetch/operator.fetch.ts b/src/common/registry-csm/fetch/operator.fetch.ts index 29e8de5e..08ff453d 100644 --- a/src/common/registry-csm/fetch/operator.fetch.ts +++ b/src/common/registry-csm/fetch/operator.fetch.ts @@ -95,7 +95,7 @@ export class RegistryOperatorFetchService { return { index: operatorIndex, active, - name: `operator-${operatorIndex}`, + name: `CSM Operator ${operatorIndex}`, rewardAddress, stakingLimit: totalVettedKeys, stoppedValidators: totalExitedKeys,