Skip to content

Commit

Permalink
bump zksync.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvush committed Jun 2, 2020
1 parent 27fbb48 commit 2724a64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 deletions js/zksync.js/abi/SyncMain.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,6 @@
"internalType": "bytes32",
"name": "stateRoot",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "opTreeRootHash",
"type": "bytes32"
}
],
"payable": false,
Expand Down Expand Up @@ -381,14 +376,9 @@
"type": "uint32"
},
{
"internalType": "bytes32",
"name": "_newRoot",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "_opTreeRootHash",
"type": "bytes32"
"internalType": "bytes32[]",
"name": "_newBlockInfo",
"type": "bytes32[]"
},
{
"internalType": "bytes",
Expand Down
2 changes: 1 addition & 1 deletion js/zksync.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zksync",
"version": "0.5.6",
"version": "0.5.7",
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 2724a64

Please sign in to comment.