Skip to content

Commit

Permalink
Merge pull request #57 from 0xPolygonHermez/fix/copy-files-sha256
Browse files Browse the repository at this point in the history
update copy_files script with sha256 files
  • Loading branch information
krlosMata committed Dec 21, 2023
2 parents 5999f90 + 401f526 commit 29307cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/copy_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ if [ $CP_SCRIPTS -eq 1 ]; then
cpfile $BDIR/storage_sm_rom.json $FULLDST
cpfile $BASEDIR/src/sm/sm_keccakf/keccak_script.json $FULLDST/keccak_script.json
cpfile $BASEDIR/src/sm/sm_keccakf/keccak_connections.json $FULLDST/keccak_connections.json
cpfile $BASEDIR/src/sm/sm_sha256f/sha256_script.json $FULLDST/sha256_script.json
cpfile $BASEDIR/src/sm/sm_sha256f/sha256_gates.json $FULLDST/sha256_gates.json
fi

if [ $CP_ZKEVM -eq 1 ]; then
Expand Down

0 comments on commit 29307cb

Please sign in to comment.