From 051e8420b27569e1f1eabcb37acc83895ff82287 Mon Sep 17 00:00:00 2001 From: Jonathan LEI Date: Thu, 14 Mar 2024 05:42:06 +0000 Subject: [PATCH] chore: downgrade Cairo to 2.5.4 for airdrop --- scripts/compile_airdrop_with_docker.sh | 2 +- scripts/test_airdrop_with_docker.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/compile_airdrop_with_docker.sh b/scripts/compile_airdrop_with_docker.sh index 292f685..4673757 100755 --- a/scripts/compile_airdrop_with_docker.sh +++ b/scripts/compile_airdrop_with_docker.sh @@ -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" diff --git a/scripts/test_airdrop_with_docker.sh b/scripts/test_airdrop_with_docker.sh index 48f9d06..e7dc965 100755 --- a/scripts/test_airdrop_with_docker.sh +++ b/scripts/test_airdrop_with_docker.sh @@ -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"