Skip to content

Commit

Permalink
feat : updated makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdbytes committed Dec 2, 2024
1 parent 28c1622 commit 03db35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ starkgate-contracts-latest:
solc-select install 0.8.24 && solc-select use 0.8.24
# Building
cd lib/starkgate-contracts && \
git checkout $(STARKGATE_CONTRACTS_COMMIT_HASH) && \
git checkout $(STARKGATE_CONTRACTS_RELEASE_VERSION) && \
./scripts/setup.sh && \
FILES=$$(cat src/solidity/files_to_compile.txt) && \
solc $$FILES --allow-paths .=., --optimize --optimize-runs 200 --overwrite --combined-json abi,bin -o artifacts && \
Expand Down

0 comments on commit 03db35f

Please sign in to comment.