Skip to content

Add Zircuit Layer 2 network#17036

Merged
wackerow merged 5 commits into
devfrom
feature/add-zircuit-layer2
Jan 9, 2026
Merged

Add Zircuit Layer 2 network#17036
wackerow merged 5 commits into
devfrom
feature/add-zircuit-layer2

Conversation

@konopkja
Copy link
Copy Markdown
Contributor

@konopkja konopkja commented Jan 8, 2026

Summary

Adds Zircuit as a new Layer 2 network to ethereum.org.

Changes:

  • Added Zircuit logo to /public/images/layer-2/
  • Added Zircuit entry to layer2Data in networks.ts
  • Added Zircuit ID to growthepieIds.ts
  • Added description translation to page-layer-2.json

About Zircuit:

Zircuit is an EVM-compatible ZK Rollup built on the OP Stack architecture with zkVM provers. It features AI-powered Sequencer-Level Security (SLS) that detects and prevents malicious transactions before they reach the blockchain.

Closes #16837

Test plan

  • Verify Zircuit appears on the Layer 2 page
  • Verify all links work correctly
  • Verify logo displays properly

🤖 Generated with Claude Code

- Add Zircuit logo
- Add Zircuit to layer2Data in networks.ts
- Add Zircuit to growthepieIds.ts
- Add description translation

Zircuit is an EVM-compatible ZK Rollup featuring AI-powered
Sequencer-Level Security.

Closes #16837

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@github-actions github-actions Bot added content 🖋️ This involves copy additions or edits translation 🌍 This is related to our Translation Program labels Jan 8, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 8, 2026

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit 96b36b9
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/6960273e2a50100008acc132
😎 Deploy Preview https://deploy-preview-17036.ethereum.it
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 55 (🟢 up 3 from production)
Accessibility: 94 (no change from production)
Best Practices: 100 (🟢 up 1 from production)
SEO: 100 (no change from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the tooling 🔧 Changes related to tooling of the project label Jan 8, 2026
@minimalsm
Copy link
Copy Markdown
Contributor

The Zircuit integration looks comprehensive! A few observations on the mock data files:

  1. fetch-grow-the-pie.json - The value 0.00012345678901234567 looks like a placeholder rather than realistic test data. Consider using a more realistic mock value.

  2. fetch-l2beat.json - The TVL of 350000000 and fetch-grow-the-pie.json active addresses of 45000 - are these based on actual Zircuit metrics, or placeholders? For mock data consistency, it might help to use values closer to L2BEAT's real data.

  3. Good catch on networkMaturity.ts - The null checks you added (if (!l2beatData?.risks) and if (!l2beatData)) are solid defensive improvements.

  4. Minor - The description says "EVM-compatible ZK Rollup" but L2BEAT shows Zircuit as being built on OP Stack architecture with zkVM provers (a hybrid approach). The current description is accurate for end-users, just noting for awareness.

Overall the structure follows the existing patterns well.

@wackerow wackerow merged commit d97a34f into dev Jan 9, 2026
7 checks passed
@wackerow wackerow deleted the feature/add-zircuit-layer2 branch January 9, 2026 03:48
@wackerow wackerow mentioned this pull request Jan 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

content 🖋️ This involves copy additions or edits tooling 🔧 Changes related to tooling of the project translation 🌍 This is related to our Translation Program

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Zircuit

3 participants