Skip to content

Commit

Permalink
chore: update periphery
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Sep 24, 2024
1 parent e14d47e commit 8d168e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
9 changes: 5 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
branch = v4.9.5
[submodule "lib/tokenized-strategy-periphery"]
path = lib/tokenized-strategy-periphery
url = https://github.com/yearn/tokenized-strategy-periphery
branch = master
[submodule "lib/tokenized-strategy"]
path = lib/tokenized-strategy
url = https://github.com/yearn/tokenized-strategy
branch = v3.0.3
[submodule "lib/tokenized-strategy-periphery"]
path = lib/tokenized-strategy-periphery
url = https://github.com/yearn/tokenized-strategy-periphery
branch = master
4 changes: 1 addition & 3 deletions src/StrategyFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ contract StrategyFactory {
*/
function newStrategy(
address _asset,
string calldata _name
) external returns (address) {
// We need to use the custom interface with the
he
// tokenized strategies available setters.
IStrategyInterface _newStrategy = IStrategyInterface(
address(new Strategy(_asset, _name))
Expand Down

0 comments on commit 8d168e6

Please sign in to comment.