Skip to content

Commit

Permalink
Install soldeer dependencies in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem committed Jul 12, 2024
1 parent 332252d commit e74a7bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ echo ""
echo "*** Running forge install"
forge install

echo ""
echo "*** Installing soldeer dependencies"
forge soldeer update

echo ""
echo "*** Restoring submodule commits"
# Lock the submodules to specific commits
Expand Down
2 changes: 1 addition & 1 deletion remappings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ g-uni-v1-core/=lib/g-uni-v1-core/contracts/
@solady-0.0.124=dependencies/solady-0.0.124/src
@openzeppelin-contracts-4.9.2=dependencies/@openzeppelin-contracts-4.9.2
@openzeppelin-contracts-upgradeable-4.9.2=dependencies/@openzeppelin-contracts-upgradeable-4.9.2
@uniswap-v2-core-1.0.1=dependencies/@uniswap-v2-core-1.0.1/contracts
@uniswap-v2-core-1.0.1=dependencies/@uniswap-v2-core-1.0.1/contracts

0 comments on commit e74a7bb

Please sign in to comment.