Skip to content

Commit

Permalink
cli init: bump zkjs version (#19)
Browse files Browse the repository at this point in the history
* psp_template: added solana-zk-token patch, removed _main, removed additional anchor import

* psp_template: bumped zkjs version to 0.3.2-alpha.8
  • Loading branch information
ananas-block authored May 19, 2023
1 parent 3e62591 commit 0b3df7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/psp_template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ pub fn ts_package_json_psp(jest: bool, name: &str) -> String {
"@coral-xyz/anchor": "^{VERSION}",
"circomlib": "^2.0.5",
"circomlibjs": "^0.1.7",
"@lightprotocol/zk.js": "0.3.2-alpha.2"
"@lightprotocol/zk.js": "0.3.2-alpha.8"
}},
"devDependencies": {{
"chai": "^4.3.4",
Expand Down

0 comments on commit 0b3df7e

Please sign in to comment.