feat: bridge lane health API and dual-chain token list updates
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

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-05-25 00:33:08 -07:00
parent 228fa0eef6
commit 2eae47b0d1
5 changed files with 124 additions and 10 deletions

View File

@@ -0,0 +1,21 @@
{
"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": []
}
}