[
  {
    "inputs": [],
    "stateMutability": "nonpayable",
    "type": "constructor"
  },
  {
    "inputs": [],
    "name": "ChannelDefinitionNotFound",
    "type": "error"
  },
  {
    "inputs": [],
    "name": "EmptyStreamIDs",
    "type": "error"
  },
  {
    "inputs": [],
    "name": "OnlyCallableByEOA",
    "type": "error"
  },
  {
    "inputs": [],
    "name": "StagingConfigAlreadyPromoted",
    "type": "error"
  },
  {
    "inputs": [],
    "name": "ZeroChainSelector",
    "type": "error"
  },
  {
    "inputs": [],
    "name": "ZeroReportFormat",
    "type": "error"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "internalType": "uint32",
        "name": "channelId",
        "type": "uint32"
      }
    ],
    "name": "ChannelDefinitionRemoved",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "internalType": "uint32",
        "name": "channelId",
        "type": "uint32"
      },
      {
        "components": [
          {
            "internalType": "uint32",
            "name": "reportFormat",
            "type": "uint32"
          },
          {
            "internalType": "uint64",
            "name": "chainSelector",
            "type": "uint64"
          },
          {
            "internalType": "uint32[]",
            "name": "streamIDs",
            "type": "uint32[]"
          }
        ],
        "indexed": false,
        "internalType": "struct IChannelConfigStore.ChannelDefinition",
        "name": "channelDefinition",
        "type": "tuple"
      }
    ],
    "name": "NewChannelDefinition",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "from",
        "type": "address"
      },
      {
        "indexed": true,
        "internalType": "address",
        "name": "to",
        "type": "address"
      }
    ],
    "name": "OwnershipTransferRequested",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "from",
        "type": "address"
      },
      {
        "indexed": true,
        "internalType": "address",
        "name": "to",
        "type": "address"
      }
    ],
    "name": "OwnershipTransferred",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "internalType": "uint32",
        "name": "channelId",
        "type": "uint32"
      }
    ],
    "name": "PromoteStagingConfig",
    "type": "event"
  },
  {
    "inputs": [],
    "name": "acceptOwnership",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint32",
        "name": "channelId",
        "type": "uint32"
      },
      {
        "components": [
          {
            "internalType": "uint32",
            "name": "reportFormat",
            "type": "uint32"
          },
          {
            "internalType": "uint64",
            "name": "chainSelector",
            "type": "uint64"
          },
          {
            "internalType": "uint32[]",
            "name": "streamIDs",
            "type": "uint32[]"
          }
        ],
        "internalType": "struct IChannelConfigStore.ChannelDefinition",
        "name": "channelDefinition",
        "type": "tuple"
      }
    ],
    "name": "addChannel",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint32",
        "name": "channelId",
        "type": "uint32"
      }
    ],
    "name": "getChannelDefinitions",
    "outputs": [
      {
        "components": [
          {
            "internalType": "uint32",
            "name": "reportFormat",
            "type": "uint32"
          },
          {
            "internalType": "uint64",
            "name": "chainSelector",
            "type": "uint64"
          },
          {
            "internalType": "uint32[]",
            "name": "streamIDs",
            "type": "uint32[]"
          }
        ],
        "internalType": "struct IChannelConfigStore.ChannelDefinition",
        "name": "",
        "type": "tuple"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "owner",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint32",
        "name": "channelId",
        "type": "uint32"
      }
    ],
    "name": "removeChannel",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "bytes4",
        "name": "interfaceId",
        "type": "bytes4"
      }
    ],
    "name": "supportsInterface",
    "outputs": [
      {
        "internalType": "bool",
        "name": "",
        "type": "bool"
      }
    ],
    "stateMutability": "pure",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "to",
        "type": "address"
      }
    ],
    "name": "transferOwnership",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "typeAndVersion",
    "outputs": [
      {
        "internalType": "string",
        "name": "",
        "type": "string"
      }
    ],
    "stateMutability": "pure",
    "type": "function"
  }
]
