Networks & addresses
This section is a set of everything-as-a-table pages auto-generated from the canonical sources:
- ConfigIds — from
getConfigFromConfigId()/getEnvConfigs()in@bosonprotocol/common. - Contract addresses — from
boson-protocol-contracts/addresses/*.json. - Subgraph endpoints — from per-config metadata in
@bosonprotocol/common. - MCP server URLs — from the
agentic-commercedeployment config. - Supported tokens — from
get_supported_tokens(MCP) and config metadata.
Pages
- ConfigIds matrix — env × chain × index → string.
- Contract addresses — Diamond, voucher, forwarder, Permit2, etc.
- Subgraph endpoints — GraphQL URLs per chain × env.
- MCP server URLs — staging vs production.
- Supported tokens — accepted ERC-20s per chain.
Why a separate section
These tables are queried constantly during integration ("what's the Diamond on Base?", "where do I point the subgraph?"). Keeping them in one place — and machine-readable — lets:
- Build pages and recipes link to a single canonical row.
- LLM clients fetch the JSON-rendered version via the auto-generated machine surface.
- Reference pages stay short.