-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ODHack: Integrate Ekubo TWAMM to Treasury #84
Comments
@tensojka can you assign this project to me please? |
Can I hop on this task? |
@tensojka im ready to start work, can I hop on this? |
Please read CONTRIBUTING.md and outline how you would approach the task and provide an estimated delivery timeline, as it's a complex task |
My estimated delivery timeline is 3 days, starting from when I’m assigned the project. I’m a full stack developer with very wide knowledge on this and to tackle this complex task, I will take the following approach:
Please I’d love to be given this opportunity. |
@od-hunter Can you open a draft PR so I can see the status and progress? |
Hello @tensojka I am still making some more research as this task is complex and I wouldn’t want to make mistakes. I will send the PR today, but if I’m not able to, I’ll send it tomorrow unfailingly please. But I promise you I'm on it, Thank you sir.🙏🏾 |
@tensojka while making my research, I found this interface for Ekubo TWAMM: https://github.com/EkuboProtocol/abis/blob/main/src/extensions/interfaces/twamm.cairo, which I believe is what I am supposed to integrate with Treasury contract. But I couldn't find the implementation of the interface (I guess it's not opensource). In this case, do you mind adding more details about what part of the interface I'm supposed to extend? |
@od-hunter You're not supposed to extend the interface, you should add an ability for the treasury to start DCA orders on the TWAMM. Yes, it's not opensource, if you have questions, I would suggest you ask in the Ekubo Discord |
Extend treasury.cairo to support setting up TWAMM orders on Ekubo. This is a complex task.
Definition of Done
The Cairo code works as expected, has nearly full test coverage, is reasonably documented (docstrings or similar suffice) and readable.
The text was updated successfully, but these errors were encountered: