-
Notifications
You must be signed in to change notification settings - Fork 134
Update links #604
base: master
Are you sure you want to change the base?
Update links #604
Conversation
@@ -17,13 +17,13 @@ | |||
|
|||
## Smart Contracts | |||
|
|||
Yearn smart contracts repo: [https://github.com/yearn/yearn-protocol](https://github.com/yearn/yearn-vaults) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yearn-vaults is the correct repo. The description needs to change.
yearn-protocol is for v1 vaults
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [x]
developers/code-repositories.md
Outdated
- [Strategies](https://github.com/yearn/brownie-strategy-mix) | ||
- [Token Wrappers](https://github.com/yearn/brownie-wrapper-mix) | ||
- [Vaults](https://github.com/yearn/yearn-vaults) | ||
- [Strategies](https://github.com/yearn/yearn-protocol/tree/develop/contracts/strategies) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
strategies are in separate repos, this should be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we keep the controllers, registries, and utils links from yearn-protocol?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's really not used anymore :/
The registry is all v2 vaults. But that repo is deprecated for good
developers/code-repositories.md
Outdated
- [Token Wrappers](https://github.com/yearn/brownie-wrapper-mix) | ||
- [Vaults](https://github.com/yearn/yearn-vaults) | ||
- [Strategies](https://github.com/yearn/yearn-protocol/tree/develop/contracts/strategies) | ||
- [Token Wrappers](https://github.com/yearn/yearn-vaults/blob/main/contracts/BaseWrapper.sol) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here we should add base router also: https://github.com/yearn/yearn-vaults/blob/main/contracts/BaseRouter.sol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [x]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Update links in smart contract section