File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66graph 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
Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ The OPI (Operation Proposal Improvement) framework is a modular architecture tha
4242graph TD
4343 A[Block Ingestion] --> B[Transaction Parsing]
4444 B --> C{OPI Router}
45- C -->|op: " swap" | D[OPI-1 Processor]
46- C -->|op: " no_return" | E[OPI-0 Processor]
47- C -->|op: " deploy" | F[Legacy BRC20 Processor]
45+ C -->|op: swap| D[OPI-1 Processor]
46+ C -->|op: no_return| E[OPI-0 Processor]
47+ C -->|op: deploy| F[Legacy BRC20 Processor]
4848 D --> G[State Validation]
4949 E --> G
5050 F --> G
You can’t perform that action at this time.
0 commit comments