yearn / yearn-sdk

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

Adding goerli to chains #307

Closed Seroxdesign closed 1 year ago

Seroxdesign commented 1 year ago

Adding goerli

I have altered these files to allow for goerli to be connected to the yearn SDK, these still needs to be an address added although I'm not so sure why.

We use yearn SDK and find it very useful. it would be great if we can connect Goerli

Seroxdesign commented 1 year ago

we forked the yearn frontend for an unrelated smart contract app. We want to keep using it for testing and not have to replace their entire wallet provider system in the frontend. This would change would make the yearn frontend a much better starter template for other projects

Let us know if there's anything on our part we can do to make this happen

xgambitox commented 1 year ago

Hi @Seroxdesign! Glad you find SDK useful.

The SDK is just a part of the needed infrastructure to fully support a new chain. SDK aggregates multiple sources of information. Those sources need to be available in order for the SDK to work correctly. It would take some effort to be able to fully add support for Goerli. If useful, it would be a nice project for community to implement.

Just to give you an idea, it would require some vaults and strategies deployed on the network, add support to yearn-lens, yearn-exporter, yDaemon, subgraph.

xgambitox commented 1 year ago

Closing until all infra is available on a testnet.