Adding Nodes to OCR AccessController: Difference between revisions
From Chainlink Community Wiki
(Created page with "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. ==") |
No edit summary |
||
Line 4: | Line 4: | ||
== Adding/Removing Chainlink Nodes to your OCR AccessController. == | == 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 <code>SimpleWriteAccessControllers</code> | |||
## One for managing control of billing value changes | |||
## Another for managing which Chainlink Nodes are able to respond to your <code>AccessControlledOffchainAggregator</code> | |||
# You've deployed an <code>AccessControlledOffchainAggregator</code> contract and set the <code>_REQUESTERACCESSCONTROLLER</code> as the contract address for the desired AccessController contract. |
Latest revision as of 15:33, 30 May 2022
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.