+ LINK balances are read from each remote CCIP bridge contract. Proof-transfer status comes from operator-recorded CCIP message hashes when available. +
+
+ Operator runbook: fund LINK with{' '}
+ fund-ccip-bridges-with-link.sh
+ {' '}· lane probe{' '}
+ probe-bridge-lane-link-balances.sh
+ {' '}· routing reference{' '}
+
+ public API access
+
+
| Lane | +Overall | +Proof | +WETH9 bridge | +WETH10 bridge | +
|---|---|---|---|---|
|
+ {lane.chain_name || lane.key}
+ chain {lane.chain_id ?? '?'}
+ |
+
+ |
+
+ |
+
+ {lane.weth9?.bridge || '—'}
+
+
+ |
+
+ {lane.weth10?.bridge || '—'}
+
+
+ |
+
diff --git a/frontend/src/pages/docs/index.tsx b/frontend/src/pages/docs/index.tsx index ab8ddc2..b980bd5 100644 --- a/frontend/src/pages/docs/index.tsx +++ b/frontend/src/pages/docs/index.tsx @@ -10,6 +10,11 @@ const docsCards = [ href: '/docs/posture-glossary', description: 'First-read definitions for x402, ISO-20022, forward-canonical, cW public-network, and related explorer badges.', }, + { + title: 'Config compatibility keys', + href: '/docs/posture-glossary#transportactive-config-compatibility', + description: 'Methodology for public /config compatibility keys (transportActive, forward-canonical) and planned v2 alias mapping.', + }, { title: 'Public API access', href: '/docs/public-api-access', diff --git a/frontend/src/pages/docs/posture-glossary.tsx b/frontend/src/pages/docs/posture-glossary.tsx index 0e54760..0d26488 100644 --- a/frontend/src/pages/docs/posture-glossary.tsx +++ b/frontend/src/pages/docs/posture-glossary.tsx @@ -36,7 +36,8 @@ export default function PostureGlossaryDocsPage() {
{term.summary}
- This contract is indexed by Blockscout but is not in the curated Chain 138 token registry. Prefer canonical addresses from the token index for trading, liquidity, and bridge routing. + This contract is indexed by Blockscout but is not in the curated Chain 138 token registry. Prefer canonical addresses from the{' '} + token index + {' '}and the posture glossary for trading, liquidity, and bridge routing.