Skip to content

Commit a15bc63

Browse files
committed
docs: rename staking domain flowchart node for KMS
1 parent d1ea6f9 commit a15bc63

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/staking.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@ The protocol uses two distinct yet structurally identical staking ecosystems for
4747

4848
```mermaid
4949
flowchart TD
50+
classDef protocolNode width:220px
5051
%% KMS Branch
51-
KPS([Key Management Service ProtocolStaking]) --- KOP_A[OperatorStaking-A]
52+
KPS([KMS ProtocolStaking]):::protocolNode --- KOP_A[OperatorStaking-A]
5253
KPS --- KOP_B[OperatorStaking-B]
5354
5455
%% Coprocessor Branch
55-
CPS([Coprocessor ProtocolStaking]) --- COP_A[OperatorStaking-C]
56+
CPS([Coprocessor ProtocolStaking]):::protocolNode --- COP_A[OperatorStaking-C]
5657
CPS --- COP_B[OperatorStaking-D]
5758
```
5859

0 commit comments

Comments
 (0)