yearn / yearn-sdk

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

Convert if to switch statement #230

Closed jstashh closed 2 years ago

jstashh commented 2 years ago

Remove the if statements from this block of code - https://github.com/yearn/yearn-sdk/blob/master/src/interfaces/token.ts#L67-L79

Use a switch instead, as will be easier to add future chains

MahmoudHamdy02 commented 2 years ago

I would like to work on this as my first contribution!

velvet-shark commented 2 years ago

Submitted a pull request for this.

jstashh commented 2 years ago

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