We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bdc8da commit 256e504Copy full SHA for 256e504
docs/architecture/OPI_ARCHITECTURE_DIAGRAM.md
@@ -6,9 +6,9 @@
6
graph TD
7
A[Block Ingestion] --> B[Transaction Parsing]
8
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]
+ C -->|op: swap| D[OPI-1 Processor]
+ C -->|op: no_return| E[OPI-0 Processor]
+ C -->|op: deploy| F[Legacy BRC20 Processor]
12
D --> G[State Validation]
13
E --> G
14
F --> G
0 commit comments