Skip to content

Commit

Permalink
Merge pull request #91 from near/fix_64bit
Browse files Browse the repository at this point in the history
Switch to 64bit proverjs
  • Loading branch information
aborg-dev authored Nov 17, 2023
2 parents 220f712 + 650627b commit c0b814f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions tests/zkasm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions tests/zkasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@
"scripts": {
"test": "node run-tests-zkasm.js"
},
"keywords": [
],
"keywords": [],
"author": "Andrei Kashin",
"license": "AGPL",
"dependencies": {
"@0xpolygonhermez/zkasmcom": "https://github.com/0xPolygonHermez/zkasmcom.git#v1.0.0",
"yargs": "^17.5.1"
},
"devDependencies": {
"@0xpolygonhermez/zkevm-proverjs": "github:0xPolygonHermez/zkevm-proverjs#feature/64bits",
"@0xpolygonhermez/zkevm-commonjs": "github:0xPolygonHermez/zkevm-commonjs#v2.0.0-fork.5",
"@0xpolygonhermez/zkevm-proverjs": "github:0xPolygonHermez/zkevm-proverjs#feature/64bits",
"chai": "^4.3.6",
"chalk": "^3.0.0",
"eslint": "^8.25.0",
Expand Down

0 comments on commit c0b814f

Please sign in to comment.