Skip to content

Commit

Permalink
update package.json versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zkronos73 committed Mar 17, 2023
1 parent 8353e1a commit 316a592
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xpolygonhermez/zkevm-proverjs",
"version": "0.8.0",
"version": "1.0.0",
"description": "JS version of the zkProver.",
"main": "index.js",
"config": {
Expand Down Expand Up @@ -116,9 +116,9 @@
"author": "Jordi Baylina",
"license": "UNLICENSED",
"dependencies": {
"@0xpolygonhermez/zkasmcom": "https://github.com/0xPolygonHermez/zkasmcom.git#v0.8.0.0-rc.1-fork.1",
"@0xpolygonhermez/zkasmcom": "https://github.com/0xPolygonHermez/zkasmcom.git#231829b036081c7a3c43c3fc587c333647d6f50d",
"@0xpolygonhermez/zkevm-commonjs": "https://github.com/0xpolygonhermez/zkevm-commonjs.git#v0.8.0.0",
"@0xpolygonhermez/zkevm-rom": "https://github.com/0xpolygonhermez/zkevm-rom.git#feature/forkid-2",
"@0xpolygonhermez/zkevm-rom": "https://github.com/0xPolygonHermez/zkevm-rom.git#v1.0.0-rc.1-fork.3",
"@0xpolygonhermez/zkevm-storage-rom": "https://github.com/0xPolygonHermez/zkevm-storage-rom.git#v0.8.0.0-rc.1-fork.1",
"chalk": "^3.0.0",
"circomlib": "^2.0.3",
Expand All @@ -128,9 +128,9 @@
"ffjavascript": "^0.2.55",
"fs": "^0.0.1-security",
"json-bigint": "^1.0.0",
"pil-stark": "0.0.54",
"pilcom": "0.0.21",
"snarkjs": "0.6.5",
"pil-stark": "0.0.56",
"pilcom": "0.0.23",
"snarkjs": "0.6.9",
"yargs": "^17.4.0"
},
"devDependencies": {
Expand Down
4 changes: 1 addition & 3 deletions tools/copy_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ CP_CIRCOM=1
CP_BUILDS=1
GENERATE_HASH=1


if [ $CP_SCRIPTS -eq 1 ]; then
# scripts
FULLDST=$DST/config/scripts
Expand All @@ -98,7 +97,6 @@ if [ $CP_ZKEVM -eq 1 ]; then
cpfile $BDIR/zkevm.consttree $FULLDST
cpfile $BDIR/zkevm.starkinfo.json $FULLDST
cpfile $BDIR/zkevm.verkey.json $FULLDST
cpdir $BDIR/pols_generated $DST/c_files
cpdir $BDIR/zkevm.verifier_cpp $DST/c_files
cpdir $BDIR/zkevm.chelpers $DST/c_files
cpdir $BDIR/pil/zkevm $DST/pil/
Expand Down Expand Up @@ -217,4 +215,4 @@ if [ $CP_BUILDS -eq 1 ]; then
for F in $BUILDS; do
cpfile $BDIR/$F $FULLDST
done
fi
fi

0 comments on commit 316a592

Please sign in to comment.