{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/avalanche/main/json-schema/PrimaryNetworkOptions.json", "title": "PrimaryNetworkOptions", "type": "object", "properties": { "addresses": { "type": "array", "items": { "type": "string" } }, "cChainEvmAddresses": { "type": "array", "items": { "type": "string" } }, "includeChains": { "type": "array", "examples": [ [ "p-chain" ] ], "items": { "type": "string", "enum": [ "11111111111111111111111111111111LpoYY", "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm", "2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5", "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp", "p-chain", "x-chain", "c-chain" ] } } }, "required": [ "includeChains" ] }