-
Notifications
You must be signed in to change notification settings - Fork 16
Split config objects in ENSApi #1806
Copy link
Copy link
Open
Description
ENSApi should have more than one config object. There's an idea where ENSApi uses two config objects:
- The env-based config built from env vars, available as a static import.
- The ENSDb-based config (including ENSIndexer Public Config), derived from async ENSDb read, that is shared via middleware.
It's best to start with a design for the requested changes, as there might be important details that have not yet been discovered.
More details in thse threads:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ensapiENSApi relatedENSApi related
Type
Projects
Status
Todo