Objective
Add the dedicated bridge relayer proof command required by the final real-value pilot gate:
npm run flowchain:real-value-pilot:bridge
Acceptance Criteria
- Command exists at the repo root and can run without live RPC in mock mode.
- Base
8453 observer mode verifies eth_chainId == 0x2105, rejects wrong chains, rejects unapproved lockboxes, and enforces confirmation-depth configuration.
- Writes deterministic observation, credit, pilot evidence, withdrawal intent, and release evidence files.
- Duplicate Base event replay is rejected or idempotent with explicit evidence and no second local credit application.
- Scripts print exact next operator commands and keep committed fixtures/logs/exports free of secrets.
- Records exact commands, reports, blockers, allowed folders, and forbidden folders in the PR.
Out Of Scope
- Production bridge custody or public bridge readiness claims.
Objective
Add the dedicated bridge relayer proof command required by the final real-value pilot gate:
Acceptance Criteria
8453observer mode verifieseth_chainId == 0x2105, rejects wrong chains, rejects unapproved lockboxes, and enforces confirmation-depth configuration.Out Of Scope