yearn / yearn-sdk

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

fix: Mark LensService as deprecated and move adapters to Yearn object #252

Closed zannis closed 2 years ago

zannis commented 2 years ago

Small PR that marks LensService and its methods as deprecated and moves Adapters to the Yearn SDK object.

We should consider removing LensService altogether soon as the contract address does not exist anymore so besides being marked as deprecated, anyone trying to fetch it will result in errors thrown.

Fixes #228