Files
explorer-monorepo/config/explorer-bridge-proof-transfers.example.json
defiQUG 2eae47b0d1
Some checks failed
Deploy Explorer Live / deploy (push) Failing after 13s
Validate Explorer / frontend (push) Failing after 19s
Validate Explorer / smoke-e2e (push) Has been skipped
feat: bridge lane health API and dual-chain token list updates
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-25 00:33:08 -07:00

22 lines
733 B
JSON

{
"updated": "2026-05-23T13:07:00Z",
"sprint": "tier-a-week-3",
"note": "Example shape for MISSION_CONTROL_PROOF_TRANSFERS_JSON. Operator live file: reports/status/bridge-lane-proof-transfers-latest.json (gitignored). Populate with scripts/bridge/run-lane-proof-transfers.sh --execute.",
"lanes": {
"chain138": [
{
"tx_hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"amount_eth": "0.001",
"dest_chain": "mainnet",
"dest_selector": "5009297550715157269",
"bridge": "0xcacfd227A040002e49e2e01626363071324f820a",
"recorded_at": "2026-05-23T00:00:00Z"
}
],
"gnosis": [],
"cronos": [],
"celo": [],
"wemix": []
}
}