> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.adid.dev/llms.txt.
> For full documentation content, see https://docs.adid.dev/llms-full.txt.

# Deployment Map

| Contract             | Mainnet (8400)       | Testnet (99999)      | Localhost (31337)    |
| -------------------- | -------------------- | -------------------- | -------------------- |
| `DIDRegistry`        | `<DEPLOYED_ADDRESS>` | `<DEPLOYED_ADDRESS>` | `<DEPLOYED_ADDRESS>` |
| `SchemaRegistry`     | `<DEPLOYED_ADDRESS>` | `<DEPLOYED_ADDRESS>` | `<DEPLOYED_ADDRESS>` |
| `RevocationRegistry` | `<DEPLOYED_ADDRESS>` | `<DEPLOYED_ADDRESS>` | `<DEPLOYED_ADDRESS>` |
| `AgentTrustRegistry` | `<DEPLOYED_ADDRESS>` | `<DEPLOYED_ADDRESS>` | `<DEPLOYED_ADDRESS>` |
| `ZKProofVerifier`    | `<DEPLOYED_ADDRESS>` | `<DEPLOYED_ADDRESS>` | `<DEPLOYED_ADDRESS>` |

Addresses are written to `deployments/<network>.json` by the Hardhat deploy script. Pipe into your env-var management.