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
Is your feature request related to a problem? Please describe.
At present, StarkDefi pools listed do not have base APYs shown. We need to work on it to fix that.
Describe the solution you'd like
you will have to check their website and understand how they display their APYs. Use that logic to add baseAPYs info on our platform.
The text was updated successfully, but these errors were encountered:
My approach is to inspect the network tabs in StarkDefi to locate the API for APY (Annual Percentage Yield) data. Once I find the API, I will follow the guide provided here(https://github.com/strkfarm/starkfarm-client/blob/dev/docs/add_new_protocol.md) for adding a new protocol. I will then implement the changes within starkdefi.store.ts
@kateberryd @od-hunter please share your approach. This should include the source files and functions you would mainly modify to achieve this. Also, mention how do you plan to get the base APYs info.
Is your feature request related to a problem? Please describe.
At present, StarkDefi pools listed do not have base APYs shown. We need to work on it to fix that.
Describe the solution you'd like
you will have to check their website and understand how they display their APYs. Use that logic to add baseAPYs info on our platform.
The text was updated successfully, but these errors were encountered: