Skip to content

Commit

Permalink
fix: prepare config script
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweichi committed Sep 25, 2024
1 parent 8ab17e2 commit 4f65a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devnet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bootstrap:

config:
echo "Creating configuration files..."
cd scroll-sdk && time docker run --rm -it -v .:/contracts/volume scrolltech/scroll-stack-contracts:gen-configs-v0.0.24-fee-vault2
cd scroll-sdk && time docker run --rm -it -v .:/contracts/volume scrolltech/scroll-stack-contracts:gen-configs-v0.0.24
echo "Creating env files..."
./create-env-files.sh scroll-sdk
./prepare-config-files.sh
Expand Down

0 comments on commit 4f65a86

Please sign in to comment.