Adding Routers and Components - Step by Step Guide
Adding new routers and components to a Node must be done in the correct order. The following constraints apply:
A Node Owner cannot add a Router that is not whitelisted at the protocol level
A Node Owner cannot add a component unless both:
The component is whitelisted on a Router by the RegistryOwner
This specific Router has already been added to the Node by the owner
1. Protocol Owner Actions
2. Registry Owner Actions
3. Node Owner Actions
If steps are performed out of order:
Adding component before router: Reverts with
RouterNotApproved
Adding component before router whitelist: Reverts with
NotWhitelisted
Adding router before protocol whitelist: Reverts with
NotWhitelisted
Adding component before component whitelist: Reverts with
NotWhitelisted
Last updated