From f5a23af4db02fa6ef1bd7093fc79025b5ae4b542 Mon Sep 17 00:00:00 2001 From: Schlagonia Date: Tue, 24 Sep 2024 13:57:41 -0600 Subject: [PATCH 1/2] chore: upate to 303 --- .gitmodules | 4 ++-- lib/tokenized-strategy | 2 +- lib/yearn-vaults-v3 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index a4c5d07..a8591f1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,8 +9,8 @@ [submodule "lib/tokenized-strategy"] path = lib/tokenized-strategy url = https://github.com/yearn/tokenized-strategy - release = v3.0.2 + branch = v3.0.3 [submodule "lib/yearn-vaults-v3"] path = lib/yearn-vaults-v3 url = https://github.com/yearn/yearn-vaults-v3 - release = v3.0.2 + branch = master \ No newline at end of file diff --git a/lib/tokenized-strategy b/lib/tokenized-strategy index 0d90dee..6e12ce0 160000 --- a/lib/tokenized-strategy +++ b/lib/tokenized-strategy @@ -1 +1 @@ -Subproject commit 0d90dee170d53a0e04af3ff41d2f7a4f3ac395bd +Subproject commit 6e12ce08584b49c7560227e94810d2f0e3dec8b2 diff --git a/lib/yearn-vaults-v3 b/lib/yearn-vaults-v3 index cb9be33..92716ed 160000 --- a/lib/yearn-vaults-v3 +++ b/lib/yearn-vaults-v3 @@ -1 +1 @@ -Subproject commit cb9be33989dd0f482462c3ee429dff6900e05dfd +Subproject commit 92716ed7298b2f3e5c1afc339dfe7c85868c747e From 95c6309bb8ad999653802a0c844f9bbd8380d87a Mon Sep 17 00:00:00 2001 From: Schlagonia Date: Tue, 24 Sep 2024 13:58:35 -0600 Subject: [PATCH 2/2] fix: branch --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a8591f1..d962e6f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,4 +13,4 @@ [submodule "lib/yearn-vaults-v3"] path = lib/yearn-vaults-v3 url = https://github.com/yearn/yearn-vaults-v3 - branch = master \ No newline at end of file + branch = v3.0.3 \ No newline at end of file