You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a new chain to the backend, we must go through a certain number of steps: #12
An entry in the CNS will be created for a chain before it is ready to be used in production and queried from the front-end. Therefore, I propose we add a enabled boolean to the chain struct. enabled will be manually set to true only after all the steps in the process have been properly completed.
Endpoints should only return value of enabled chains. For example, the /balances response should only contain balances of enabled chains.
When adding a new chain to the backend, we must go through a certain number of steps: #12
An entry in the CNS will be created for a chain before it is ready to be used in production and queried from the front-end. Therefore, I propose we add a
enabled
boolean to the chain struct.enabled
will be manually set to true only after all the steps in the process have been properly completed.Endpoints should only return value of enabled chains. For example, the
/balances
response should only contain balances of enabled chains.cc @gsora @clockworkgr @lukitsbrian
The text was updated successfully, but these errors were encountered: