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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: