Skip to content

Commit

Permalink
chore(update-deps.sh): use soldeer instead of forge soldeer
Browse files Browse the repository at this point in the history
  • Loading branch information
TuDo1403 committed Jul 15, 2024
1 parent e7b5d77 commit 26eaabc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ contract Migration__02_GrantAdminRoleForMultisig_Mainnet is Migration {
_validateReclaimAuctionNames({ searchSize: 20 });
}

function _validateOverriddenTiers() internal logFn("_validateOverriddenTiers") {
function _validateOverriddenTiers() internal view logFn("_validateOverriddenTiers") {
string[] memory labels = new string[](5);
labels[0] = "heidi";
labels[1] = "luke";
Expand Down
2 changes: 1 addition & 1 deletion update-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ for dir in */; do
fi

# Run soldeer update
forge soldeer update
$HOME/.cargo/bin/soldeer update

# Return to the dependencies folder
cd ..
Expand Down

0 comments on commit 26eaabc

Please sign in to comment.