Skip to content

Commit 256e504

Browse files
docs: fix Mermaid syntax error in OPI architecture diagrams
1 parent 2bdc8da commit 256e504

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/architecture/OPI_ARCHITECTURE_DIAGRAM.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
graph TD
77
A[Block Ingestion] --> B[Transaction Parsing]
88
B --> C{OPI Router}
9-
C -->|op: "swap"| D[OPI-1 Processor]
10-
C -->|op: "no_return"| E[OPI-0 Processor]
11-
C -->|op: "deploy"| F[Legacy BRC20 Processor]
9+
C -->|op: swap| D[OPI-1 Processor]
10+
C -->|op: no_return| E[OPI-0 Processor]
11+
C -->|op: deploy| F[Legacy BRC20 Processor]
1212
D --> G[State Validation]
1313
E --> G
1414
F --> G

0 commit comments

Comments
 (0)