Skip to content

Commit

Permalink
Remove openzeppelin from install script
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem committed Jul 12, 2024
1 parent e3cf82c commit 8d7a0b5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ forge install
echo ""
echo "*** Restoring submodule commits"
# Lock the submodules to specific commits
echo ""
echo "openzeppelin-contracts"
cd lib/openzeppelin-contracts && git checkout d6b63a48ba440ad8d551383697db6e5b0ef84137 && cd ../..

echo ""
echo "openzeppelin-contracts-upgradeable"
cd lib/openzeppelin-contracts-upgradeable && git checkout dda4972793c55bfdae604e8ef3388352e3e34bf1 && cd ../..

echo ""
echo "uniswap-v2-core"
cd lib/uniswap-v2-core && git checkout v1.0.1 && cd ../..
Expand Down

0 comments on commit 8d7a0b5

Please sign in to comment.