Files
cross-chain-pmm-lps/config/chains.json
defiQUG 168dba25d9 chore(sim): refresh deployment status, pool matrix, schemas, and scenario scripts
- deployment-status and pool-matrix snapshots aligned with validate-deployment-status.cjs.
- Micro-trade / scorecard docs and run-scenario wiring.

Made-with: Cursor
2026-04-07 22:56:16 -07:00

29 lines
1.3 KiB
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Public chain IDs and hub stable per chain for cW* edge pools (EVM). Non-EVM networks used for interoperability are listed under nonEvm (no EIP-155 id).",
"version": "1.1.0",
"updated": "2026-04-03",
"nonEvm": [
{
"identifier": "Solana",
"vmKind": "SVM",
"caip2": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"hubStableNote": "SPL USDC/USDT hubs differ from EVM; cW* edge PMM topology TBD when a wrapped representation is defined",
"adapter": "SolanaAdapter"
}
],
"chains": [
{ "chainId": 1, "name": "Ethereum Mainnet", "hubStable": "USDC" },
{ "chainId": 10, "name": "Optimism", "hubStable": "USDC" },
{ "chainId": 56, "name": "BSC (BNB Chain)", "hubStable": "USDT" },
{ "chainId": 100, "name": "Gnosis Chain", "hubStable": "USDC" },
{ "chainId": 137, "name": "Polygon", "hubStable": "USDC" },
{ "chainId": 42161, "name": "Arbitrum One", "hubStable": "USDC" },
{ "chainId": 8453, "name": "Base", "hubStable": "USDC" },
{ "chainId": 43114, "name": "Avalanche C-Chain", "hubStable": "USDC" },
{ "chainId": 25, "name": "Cronos", "hubStable": "USDT" },
{ "chainId": 42220, "name": "Celo", "hubStable": "USDC" },
{ "chainId": 1111, "name": "Wemix", "hubStable": "USDT" }
]
}