Skip to content

Commit b5b52c1

Browse files
authored
Merge pull request #7 from JupiterMetaLabs/feat/docs-content-update
fix(mdx): escape bare < characters causing MDX compilation errors
2 parents 7ef6772 + d289a99 commit b5b52c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/advantages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following table compares **Jupiter Meta Data Token (JMDT)** with leading L2
1919
| Feature | **JMDT** | Polygon zkEVM | Starknet | Aztec Network | Hyperledger Fabric |
2020
|---|---|---|---|---|---|
2121
| **Layer Type** | L2 + L3 (Enterprise DAG) | L2 (zkEVM) | L2 (STARK Rollup) | L2 (Private zk-SNARKs) | Private Consortium |
22-
| **Scalability (TPS)** | 2,000+ (L2); 10K+ (L3 DAG) | 2,000–4,000 | 3,000+ | <100 (privacy bottleneck) | Depends on config |
22+
| **Scalability (TPS)** | 2,000+ (L2); 10K+ (L3 DAG) | 2,000–4,000 | 3,000+ | &lt;100 (privacy bottleneck) | Depends on config |
2323
| **Privacy Model** | zk-SNARK/STARK + DID + zkVM | zk-SNARKs | zk-STARKs (public) | zk-SNARKs (Private Tx) | No native privacy |
2424
| **ZK Circuit Strategy** | Rust + RISC Zero zkVM | Circom + Groth16 | Cairo VM | Circom + Aztec Noir | None |
2525
| **Finality Time (L2)** | ~3–10 sec | ~5–10 min | ~10–15 min | ~30–60 min | Instant (centralised) |

docs/mempool-routing-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@ Key metrics to monitor:
13751375
- **CPU Usage**: Should stay below 70%
13761376
- **Memory Usage**: Should stay below 80%
13771377
- **Goroutine Count**: Monitor for goroutine leaks
1378-
- **Response Time**: Should be < 100ms for most requests
1378+
- **Response Time**: Should be &lt; 100ms for most requests
13791379
- **Connection Count**: Monitor mempool connection health
13801380

13811381
#### **Cost Optimization**

0 commit comments

Comments
 (0)