Files
proxmox/docs/03-deployment/OP_STACK_L2_AND_BESU138_BRIDGE_NOTES.md
defiQUG dbd517b279 Sync workspace: config, docs, scripts, CI, operator rules, and submodule pointers.
- Update dbis_core, cross-chain-pmm-lps, explorer-monorepo, metamask-integration, pr-workspace/chains
- Omit embedded publish git dirs and empty placeholders from index

Made-with: Cursor
2026-04-12 06:12:20 -07:00

1.9 KiB

OP Stack L2 ↔ Besu Chain 138 — integration notes

Last updated: 2026-04-01
Purpose: Optional follow-on after a Standard Rollup L2 is live on Ethereum. Not part of superchain-registry listing. Does not extend XDC-Zero unless you design a separate pairing.

Architecture reminder

Network Stack Role in DBIS landscape
Besu Chain 138 (EIP-155:138) Besu + contracts + XDC-Zero Core DBIS chain; XDC parent ↔ 138 via XDC-Relayer pattern
New OP Stack L2 op-node / op-geth + L1 Ethereum Superchain-aligned rollup; separate chain ID from 138

If you need asset or message flow L2 ↔ 138

  1. Treat as a new bridge program — pick one or combine:

    • CCIP (patterns in smom-dbis-138 / ALL_MAINNETS_DEPLOYMENT_RUNBOOK.md) once router/onramps exist for your L2 chain id.
    • Custom lock/mint or canonical bridge contracts audited for your token policy.
  2. Update machine-readable config after addresses exist

  3. Keep XDC-Zero scope clear

    • XDC-Zero runbooks address XDC Network ↔ Chain 138.
    • Do not repoint the 138↔XDC relayer to serve the OP L2 without a dedicated design review.

Ordering

Complete OP_STACK_STANDARD_ROLLUP_SUPERCHAIN_RUNBOOK.md through Phase 4 (registry) before investing in L2↔138 bridging.