Adding Nodes to OCR AccessController
From Chainlink Community Wiki
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
- You've deployed two
SimpleWriteAccessControllers
- One for managing control of billing value changes
- Another for managing which Chainlink Nodes are able to respond to your
AccessControlledOffchainAggregator
- You've deployed an
AccessControlledOffchainAggregator
contract and set the_REQUESTERACCESSCONTROLLER
as the contract address for the desired AccessController contract.