From 3a1f823e7ac10ade433ac6f4f9b38c60cda91cfb Mon Sep 17 00:00:00 2001 From: KurogeWashu <70884201+KurogeWashu@users.noreply.github.com> Date: Wed, 6 Oct 2021 00:30:55 -0700 Subject: [PATCH 1/2] Updated smart contract links --- developers/code-repositories.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/developers/code-repositories.md b/developers/code-repositories.md index f0ed275f..f051fe8e 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-protocol](https://github.com/yearn/yearn-protocol) - [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) +- [Strategies](https://github.com/yearn/yearn-protocol/tree/develop/contracts/strategies) +- [Token Wrappers](https://github.com/yearn/yearn-vaults/blob/main/contracts/BaseWrapper.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) From 628c8bd4f4df565ae4cc4c9c64c98d46596df9eb Mon Sep 17 00:00:00 2001 From: KurogeWashu <70884201+KurogeWashu@users.noreply.github.com> Date: Wed, 6 Oct 2021 12:33:35 -0700 Subject: [PATCH 2/2] Revisions - updated smart contracts repo link: to yearn-vaults from yearn-protocol (v1) - removed strategies - added base wrapper --- developers/code-repositories.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/developers/code-repositories.md b/developers/code-repositories.md index f051fe8e..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-protocol) +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-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) +- [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)