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
This commit is contained in:
defiQUG
2026-04-12 06:12:20 -07:00
parent 6fb6bd3993
commit dbd517b279
2935 changed files with 327972 additions and 5533 deletions

View File

@@ -0,0 +1,16 @@
# OP Stack L2 operator env (example — copy to deployed/op-stack-l2.env or host path; do not commit secrets)
#
# L2 chain ID: MUST be distinct from Besu DBIS Chain 138 (138). Choose a registered-unique ID per superchain-registry / chainlist policy.
# OP_STACK_L2_CHAIN_ID=
# Ethereum L1 (mainnet or Sepolia rehearsal)
# ETH_MAINNET_RPC_URL=https://eth.llamarpc.com
# ETH_SEPOLIA_RPC_URL=https://rpc.sepolia.org
# L2 sequencer / replica RPC (your infra)
# OP_STACK_L2_RPC_URL=http://127.0.0.1:8545
# Deployer / batcher / proposer (use separate keys in production; never commit private keys)
# DEPLOYER_PRIVATE_KEY=
# BATCHER_PRIVATE_KEY=
# PROPOSER_PRIVATE_KEY=