{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Deployed graph: per-chain cW* addresses, anchor addresses, PMM pool existence and params. Fill to enable deployment-realistic simulation. Empty = design-only simulation.", "version": "1.0.0", "updated": "2026-02-26", "homeChainId": 138, "chains": { "1": { "name": "Ethereum Mainnet", "cwTokens": {}, "anchorAddresses": {}, "pmmPools": [], "bridgeAvailable": null }, "10": { "name": "Optimism", "cwTokens": {}, "anchorAddresses": {}, "pmmPools": [], "bridgeAvailable": null }, "25": { "name": "Cronos", "cwTokens": {}, "anchorAddresses": {}, "pmmPools": [], "bridgeAvailable": null }, "56": { "name": "BSC (BNB Chain)", "cwTokens": {}, "anchorAddresses": {}, "pmmPools": [], "bridgeAvailable": null }, "100": { "name": "Gnosis Chain", "cwTokens": {}, "anchorAddresses": {}, "pmmPools": [], "bridgeAvailable": null }, "137": { "name": "Polygon", "cwTokens": {}, "anchorAddresses": {}, "pmmPools": [], "bridgeAvailable": null }, "42161": { "name": "Arbitrum One", "cwTokens": {}, "anchorAddresses": {}, "pmmPools": [], "bridgeAvailable": null }, "8453": { "name": "Base", "cwTokens": {}, "anchorAddresses": {}, "pmmPools": [], "bridgeAvailable": null }, "43114": { "name": "Avalanche C-Chain", "cwTokens": {}, "anchorAddresses": {}, "pmmPools": [], "bridgeAvailable": null }, "42220": { "name": "Celo", "cwTokens": {}, "anchorAddresses": {}, "pmmPools": [], "bridgeAvailable": null }, "1111": { "name": "Wemix", "cwTokens": {}, "anchorAddresses": {}, "pmmPools": [], "bridgeAvailable": null } }, "schemaNotes": { "cwTokens": "e.g. { \"cWUSDT\": \"0x...\", \"cWUSDC\": \"0x...\" }", "anchorAddresses": "e.g. { \"USDC\": \"0x...\", \"USDT\": \"0x...\" }", "pmmPools": "array of { \"base\", \"quote\", \"poolAddress\", \"feeBps\", \"k\", \"initialLiquidity\", \"role\": \"defense\"|\"public_routing\"; optional routing controls: maxTradeSizeUnits, maxDailyNotional, cooldownBlocksAfterIntervention, minImprovementBpsToTrade, publicRoutingEnabled }", "bridgeAvailable": "true | false | null (unknown)" }, "routingControlsDoc": "config/routing-controls.json for defaults and per-pool overrides" }