Skip to content

Commit

Permalink
bump library version (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0wdy1 authored Jul 26, 2024
1 parent d523ba5 commit 2361feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"wagmi": "^0.12.1",
"web-vitals": "^1.0.1",
"webpack": "^5.70.0",
"zkbob-client-js": "6.0.0-beta4"
"zkbob-client-js": "6.0.0-beta9"
},
"scripts": {
"start": "react-app-rewired start",
Expand Down
1 change: 1 addition & 0 deletions src/contexts/ZkAccountContext/zp.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const createClient = (currentPoolAlias, supportId, callback) => {
snarkParams: config.snarkParams,
extraPrefixes: config.extraPrefixes,
supportId,
snarkParamsSet:config.snarkParamsSet
},
currentPoolAlias,
callback,
Expand Down

0 comments on commit 2361feb

Please sign in to comment.