Skip to content
Logo

Deployment registry format

Every registry is environment- and chain-specific and must be committed without secrets.

{
  "schemaVersion": 1,
  "environment": "testnet",
  "chainId": 84532,
  "release": "git-commit-sha",
  "contracts": {
    "collateralManager": "0x...",
    "vaultFactory": "0x..."
  },
  "features": {
    "crossChainRoutersEnabled": false,
    "conversionMode": "same-chain-only"
  }
}

Production registries additionally record Safe, guardian, oracle signer, collateral, strategy, market cap, and governance-delay evidence. Unknown addresses fail validation rather than falling back to development values.