[
  {
    "type": "constructor",
    "inputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "acceptOwnership",
    "inputs": [],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "owner",
    "inputs": [],
    "outputs": [
      {
        "name": "",
        "type": "address",
        "internalType": "address"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "promoteStagingConfig",
    "inputs": [
      {
        "name": "configId",
        "type": "bytes32",
        "internalType": "bytes32"
      },
      {
        "name": "isGreenProduction",
        "type": "bool",
        "internalType": "bool"
      }
    ],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "setProductionConfig",
    "inputs": [
      {
        "name": "configId",
        "type": "bytes32",
        "internalType": "bytes32"
      },
      {
        "name": "signers",
        "type": "bytes[]",
        "internalType": "bytes[]"
      },
      {
        "name": "offchainTransmitters",
        "type": "bytes32[]",
        "internalType": "bytes32[]"
      },
      {
        "name": "f",
        "type": "uint8",
        "internalType": "uint8"
      },
      {
        "name": "onchainConfig",
        "type": "bytes",
        "internalType": "bytes"
      },
      {
        "name": "offchainConfigVersion",
        "type": "uint64",
        "internalType": "uint64"
      },
      {
        "name": "offchainConfig",
        "type": "bytes",
        "internalType": "bytes"
      }
    ],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "setStagingConfig",
    "inputs": [
      {
        "name": "configId",
        "type": "bytes32",
        "internalType": "bytes32"
      },
      {
        "name": "signers",
        "type": "bytes[]",
        "internalType": "bytes[]"
      },
      {
        "name": "offchainTransmitters",
        "type": "bytes32[]",
        "internalType": "bytes32[]"
      },
      {
        "name": "f",
        "type": "uint8",
        "internalType": "uint8"
      },
      {
        "name": "onchainConfig",
        "type": "bytes",
        "internalType": "bytes"
      },
      {
        "name": "offchainConfigVersion",
        "type": "uint64",
        "internalType": "uint64"
      },
      {
        "name": "offchainConfig",
        "type": "bytes",
        "internalType": "bytes"
      }
    ],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "supportsInterface",
    "inputs": [
      {
        "name": "interfaceId",
        "type": "bytes4",
        "internalType": "bytes4"
      }
    ],
    "outputs": [
      {
        "name": "isVerifier",
        "type": "bool",
        "internalType": "bool"
      }
    ],
    "stateMutability": "pure"
  },
  {
    "type": "function",
    "name": "transferOwnership",
    "inputs": [
      {
        "name": "to",
        "type": "address",
        "internalType": "address"
      }
    ],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "typeAndVersion",
    "inputs": [],
    "outputs": [
      {
        "name": "",
        "type": "string",
        "internalType": "string"
      }
    ],
    "stateMutability": "pure"
  },
  {
    "type": "event",
    "name": "OwnershipTransferRequested",
    "inputs": [
      {
        "name": "from",
        "type": "address",
        "indexed": true,
        "internalType": "address"
      },
      {
        "name": "to",
        "type": "address",
        "indexed": true,
        "internalType": "address"
      }
    ],
    "anonymous": false
  },
  {
    "type": "event",
    "name": "OwnershipTransferred",
    "inputs": [
      {
        "name": "from",
        "type": "address",
        "indexed": true,
        "internalType": "address"
      },
      {
        "name": "to",
        "type": "address",
        "indexed": true,
        "internalType": "address"
      }
    ],
    "anonymous": false
  },
  {
    "type": "event",
    "name": "ProductionConfigSet",
    "inputs": [
      {
        "name": "configId",
        "type": "bytes32",
        "indexed": true,
        "internalType": "bytes32"
      },
      {
        "name": "previousConfigBlockNumber",
        "type": "uint32",
        "indexed": false,
        "internalType": "uint32"
      },
      {
        "name": "configDigest",
        "type": "bytes32",
        "indexed": false,
        "internalType": "bytes32"
      },
      {
        "name": "configCount",
        "type": "uint64",
        "indexed": false,
        "internalType": "uint64"
      },
      {
        "name": "signers",
        "type": "bytes[]",
        "indexed": false,
        "internalType": "bytes[]"
      },
      {
        "name": "offchainTransmitters",
        "type": "bytes32[]",
        "indexed": false,
        "internalType": "bytes32[]"
      },
      {
        "name": "f",
        "type": "uint8",
        "indexed": false,
        "internalType": "uint8"
      },
      {
        "name": "onchainConfig",
        "type": "bytes",
        "indexed": false,
        "internalType": "bytes"
      },
      {
        "name": "offchainConfigVersion",
        "type": "uint64",
        "indexed": false,
        "internalType": "uint64"
      },
      {
        "name": "offchainConfig",
        "type": "bytes",
        "indexed": false,
        "internalType": "bytes"
      },
      {
        "name": "isGreenProduction",
        "type": "bool",
        "indexed": false,
        "internalType": "bool"
      }
    ],
    "anonymous": false
  },
  {
    "type": "event",
    "name": "PromoteStagingConfig",
    "inputs": [
      {
        "name": "configId",
        "type": "bytes32",
        "indexed": true,
        "internalType": "bytes32"
      },
      {
        "name": "retiredConfigDigest",
        "type": "bytes32",
        "indexed": true,
        "internalType": "bytes32"
      },
      {
        "name": "isGreenProduction",
        "type": "bool",
        "indexed": false,
        "internalType": "bool"
      }
    ],
    "anonymous": false
  },
  {
    "type": "event",
    "name": "StagingConfigSet",
    "inputs": [
      {
        "name": "configId",
        "type": "bytes32",
        "indexed": true,
        "internalType": "bytes32"
      },
      {
        "name": "previousConfigBlockNumber",
        "type": "uint32",
        "indexed": false,
        "internalType": "uint32"
      },
      {
        "name": "configDigest",
        "type": "bytes32",
        "indexed": false,
        "internalType": "bytes32"
      },
      {
        "name": "configCount",
        "type": "uint64",
        "indexed": false,
        "internalType": "uint64"
      },
      {
        "name": "signers",
        "type": "bytes[]",
        "indexed": false,
        "internalType": "bytes[]"
      },
      {
        "name": "offchainTransmitters",
        "type": "bytes32[]",
        "indexed": false,
        "internalType": "bytes32[]"
      },
      {
        "name": "f",
        "type": "uint8",
        "indexed": false,
        "internalType": "uint8"
      },
      {
        "name": "onchainConfig",
        "type": "bytes",
        "indexed": false,
        "internalType": "bytes"
      },
      {
        "name": "offchainConfigVersion",
        "type": "uint64",
        "indexed": false,
        "internalType": "uint64"
      },
      {
        "name": "offchainConfig",
        "type": "bytes",
        "indexed": false,
        "internalType": "bytes"
      },
      {
        "name": "isGreenProduction",
        "type": "bool",
        "indexed": false,
        "internalType": "bool"
      }
    ],
    "anonymous": false
  },
  {
    "type": "error",
    "name": "ConfigUnset",
    "inputs": [
      {
        "name": "configId",
        "type": "bytes32",
        "internalType": "bytes32"
      }
    ]
  },
  {
    "type": "error",
    "name": "ConfigUnsetProduction",
    "inputs": [
      {
        "name": "configId",
        "type": "bytes32",
        "internalType": "bytes32"
      },
      {
        "name": "isGreenProduction",
        "type": "bool",
        "internalType": "bool"
      }
    ]
  },
  {
    "type": "error",
    "name": "ConfigUnsetStaging",
    "inputs": [
      {
        "name": "configId",
        "type": "bytes32",
        "internalType": "bytes32"
      },
      {
        "name": "isGreenProduction",
        "type": "bool",
        "internalType": "bool"
      }
    ]
  },
  {
    "type": "error",
    "name": "ExcessSigners",
    "inputs": [
      {
        "name": "numSigners",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "maxSigners",
        "type": "uint256",
        "internalType": "uint256"
      }
    ]
  },
  {
    "type": "error",
    "name": "FaultToleranceMustBePositive",
    "inputs": []
  },
  {
    "type": "error",
    "name": "InsufficientSigners",
    "inputs": [
      {
        "name": "numSigners",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "minSigners",
        "type": "uint256",
        "internalType": "uint256"
      }
    ]
  },
  {
    "type": "error",
    "name": "InvalidOnchainLength",
    "inputs": [
      {
        "name": "onchainConfigLength",
        "type": "uint256",
        "internalType": "uint256"
      }
    ]
  },
  {
    "type": "error",
    "name": "InvalidPredecessorConfigDigest",
    "inputs": [
      {
        "name": "predecessorConfigDigest",
        "type": "bytes32",
        "internalType": "bytes32"
      }
    ]
  },
  {
    "type": "error",
    "name": "IsGreenProductionMustMatchContractState",
    "inputs": [
      {
        "name": "configId",
        "type": "bytes32",
        "internalType": "bytes32"
      },
      {
        "name": "isGreenProductionContractState",
        "type": "bool",
        "internalType": "bool"
      }
    ]
  },
  {
    "type": "error",
    "name": "NonZeroPredecessorConfigDigest",
    "inputs": [
      {
        "name": "predecessorConfigDigest",
        "type": "bytes32",
        "internalType": "bytes32"
      }
    ]
  },
  {
    "type": "error",
    "name": "UnsupportedOnchainConfigVersion",
    "inputs": [
      {
        "name": "version",
        "type": "uint256",
        "internalType": "uint256"
      }
    ]
  }
]