Skip to content

Commit

Permalink
chore: downgrade Cairo to 2.5.4 for airdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed Mar 14, 2024
1 parent 6729848 commit 051e842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/compile_airdrop_with_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ docker run --rm \
--env "USER_ID=$(id -u)" \
--env "GROUP_ID=$(id -g)" \
--entrypoint sh \
starknet/cairo:2.6.3 \
starknet/cairo:2.5.4 \
-c "cd /work && ./scripts/compile_airdrop.sh"
2 changes: 1 addition & 1 deletion scripts/test_airdrop_with_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ docker run --rm \
--env "USER_ID=$(id -u)" \
--env "GROUP_ID=$(id -g)" \
--entrypoint sh \
starknet/cairo:2.6.3 \
starknet/cairo:2.5.4 \
-c "cd /work && ./scripts/test_airdrop.sh"

0 comments on commit 051e842

Please sign in to comment.