-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Description
Create a factory contract that allows for the creation and management of multiple token adapters. The factory should enable the addition of new token adapters as needed.
Tasks
- Design the token adapter factory contract interface
- Implement functions for creating and registering new token adapters
- Maintain a registry of available token adapters
- Provide a mechanism for retrieving the appropriate token adapter based on the token type
- Write tests to ensure the functionality of the token adapter factory