yearn / yearn-sdk

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

Deprecate LensService #228

Closed jstashh closed 2 years ago

jstashh commented 2 years ago

LensService https://github.com/yearn/yearn-sdk/blob/master/src/services/lens.ts relies upon a contract that doesn't exist. It's functionality does not work, so should eventually be removed. First, it should be marked as deprecated, and it's functionality in the sdk (accessing adapters) being replaced by moving those adapters to a more suitable place, perhaps on the Yearn object

zannis commented 2 years ago

Maybe I can pick up this one after #208 is merged.