Skip to content

Commit

Permalink
Merge pull request #98 from 0xPolygonHermez/feature/fix-vm-version
Browse files Browse the repository at this point in the history
fix old dependency zkevm-commonjs --> 0.5.0.1
  • Loading branch information
krlosMata authored May 2, 2023
2 parents 9aac92d + ea5926c commit 8a554e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@0xpolygonhermez/zkevm-commonjs",
"description": "Javascript library implementing common utilities for zkevm",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"scripts": {
"setup": "npm i",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@ethereumjs/block": "^3.6.2",
"@ethereumjs/tx": "^3.4.0",
"@polygon-hermez/common": "2.6.4",
"@polygon-hermez/vm": "5.7.31",
"@polygon-hermez/vm": "5.7.34",
"ethereumjs-util": "^7.1.4",
"ethers": "^5.5.4",
"ffjavascript": "^0.2.55",
Expand Down

0 comments on commit 8a554e4

Please sign in to comment.