Actions

Adding Nodes to OCR AccessController

From Chainlink Community Wiki

Revision as of 15:33, 30 May 2022 by Devtrace (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page provides instructions on adding Chainlink Nodes to the SimpleWriteAccessController.sol contract that is referenced by your AccessControlledOffchainAggregator.sol contract.

If you're looking to make changes to the AccessController that manages the billing permissions, please navigate to the Managing Billing Access page.

Adding/Removing Chainlink Nodes to your OCR AccessController.

This page makes a couple assumptions regarding what you have deployed and under your ownership

  1. You've deployed two SimpleWriteAccessControllers
    1. One for managing control of billing value changes
    2. Another for managing which Chainlink Nodes are able to respond to your AccessControlledOffchainAggregator
  2. You've deployed an AccessControlledOffchainAggregator contract and set the _REQUESTERACCESSCONTROLLER as the contract address for the desired AccessController contract.