Skip to content

Commit

Permalink
fix: csm operator name generation
Browse files Browse the repository at this point in the history
  • Loading branch information
eddort committed Jun 20, 2024
1 parent a168f1d commit 09f12d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/registry-csm/fetch/operator.fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class RegistryOperatorFetchService {
return {
index: operatorIndex,
active,
name: `operator-${operatorIndex}`,
name: `CSM Operator ${operatorIndex}`,
rewardAddress,
stakingLimit: totalVettedKeys,
stoppedValidators: totalExitedKeys,
Expand Down

0 comments on commit 09f12d2

Please sign in to comment.