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
Separate initialize from the soroswap-aggregator-adapter-interface and add it as a independent trait inside the adapter
Why?
In the future another adapter could need more initialization options and we will be held back by the adapter-interface, so i think is better for us to take out the initialize from the interface trait and define it as a separate Trait inside the adapter.
chopan123
changed the title
Separate initialize from the soroswap-aggregator-adapter-interface
1 Separate initialize from the soroswap-aggregator-adapter-interface
Aug 19, 2024
Separate initialize from the soroswap-aggregator-adapter-interface and add it as a independent trait inside the adapter
Why?
In the future another adapter could need more initialization options and we will be held back by the adapter-interface, so i think is better for us to take out the initialize from the interface trait and define it as a separate Trait inside the adapter.
An example can be found in the DeFindex adapters
The text was updated successfully, but these errors were encountered: