Avalanche · Schema

EvmNetworkOptions

BlockchainWeb3AvalancheNFTDeFiCross-Chain

Properties

Name Type Description
addresses array
includeChains array
View JSON Schema on GitHub

JSON Schema

EvmNetworkOptions.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalanche/main/json-schema/EvmNetworkOptions.json",
  "title": "EvmNetworkOptions",
  "type": "object",
  "properties": {
    "addresses": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "includeChains": {
      "examples": [
        [
          "43114"
        ]
      ],
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "addresses",
    "includeChains"
  ]
}