Skip to content

Commit

Permalink
fix: update tests.sh for compatibility with the integrity verifier
Browse files Browse the repository at this point in the history
also update to use fork of `integrity` since the original repo is not up-to-date with the current version of the `sncast` command
  • Loading branch information
mellowcroc committed Feb 5, 2025
1 parent 92d2dda commit 7ed1384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cli/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ echo "Monolith proof serialized"

# Clone integrity repo
if [ ! -d "integrity" ]; then
git clone https://github.com/HerodotusDev/integrity.git
git clone https://github.com/zksecurity/integrity.git
echo "Integrity repo cloned"
fi
cd $MAIN_DIR/integrity/
Expand Down Expand Up @@ -137,7 +137,7 @@ echo "Starknet accounts file created"
recursive \
keccak_160_lsb \
stone5 \
cairo0
strict
echo "Monolith proof verified on Starknet"

cd $MAIN_DIR
Expand Down

0 comments on commit 7ed1384

Please sign in to comment.