yearn / yearn-sdk

🦧 SDK for the yearn.finance platform. WIP
https://npm.im/@yfi/sdk
MIT License
53 stars 56 forks source link

Add deprecation notice to protocol earnings #231

Closed jstashh closed 2 years ago

jstashh commented 2 years ago

https://github.com/yearn/yearn-sdk/blob/master/src/interfaces/earnings.ts#L33

Should mark this function as deprecated since we're not able to accurately calculate protocol earnings from the subgraph. This function will be removed in a future version of the SDK

jstashh commented 2 years ago

Done in https://github.com/yearn/yearn-sdk/pull/238