diff --git a/developers/code-repositories.md b/developers/code-repositories.md index f0ed275f..731f0bbf 100644 --- a/developers/code-repositories.md +++ b/developers/code-repositories.md @@ -17,13 +17,13 @@ ## Smart Contracts -Yearn smart contracts repo: [https://github.com/yearn/yearn-protocol](https://github.com/yearn/yearn-vaults) +Yearn smart contracts repo: [https://github.com/yearn/yearn-vaults](https://github.com/yearn/yearn-vaults) - [Controllers](https://github.com/yearn/yearn-protocol/tree/develop/contracts/controllers) - [Registries](https://github.com/yearn/yearn-protocol/tree/develop/contracts/registries) -- [Vaults](https://github.com/yearn/yearn-protocol/tree/develop/contracts/vaults) -- [Strategies](https://github.com/yearn/brownie-strategy-mix) -- [Token Wrappers](https://github.com/yearn/brownie-wrapper-mix) +- [Vaults](https://github.com/yearn/yearn-vaults) +- [Base Wrapper](https://github.com/yearn/yearn-vaults/blob/main/contracts/BaseWrapper.sol) +- [Base Router](https://github.com/yearn/yearn-vaults/blob/main/contracts/BaseRouter.sol) - [APR Oracle](https://github.com/yearn/apr-oracle/tree/master/contracts) - [Utils](https://github.com/yearn/yearn-protocol/tree/develop/contracts/utils) @@ -94,4 +94,4 @@ Yearn smart contracts repo: [https://github.com/yearn/yearn-protocol](https://gi - Repo: [https://github.com/yearn/iborrow-finance](https://github.com/yearn/iborrow-finance) - Yearn Swap - Site: [https://yswap.exchange](https://yswap.exchange/) - - Repo: [https://github.com/yearn/yswap-finance](https://github.com/yearn/yswap-finance) \ No newline at end of file + - Repo: [https://github.com/yearn/yswap-finance](https://github.com/yearn/yswap-finance)