File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
cli-template-contracts-foundry Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- @semaphore/contracts/=../.. /node_modules/@semaphore-protocol/contracts/
2- @zk-kit/lean-imt.sol/=../.. /node_modules/@zk-kit/lean-imt.sol/
3- forge-std/=../.. /node_modules/forge-std/src/
4- poseidon-solidity/=../.. /node_modules/poseidon-solidity/
1+ @semaphore/contracts/=./node_modules/@semaphore-protocol/contracts/
2+ @zk-kit/lean-imt.sol/=./node_modules/@zk-kit/lean-imt.sol/
3+ forge-std/=./node_modules/forge-std/src/
4+ poseidon-solidity/=./node_modules/poseidon-solidity/
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ const supportedTemplates = [
3232 {
3333 value : "contracts-hardhat" ,
3434 name : "Hardhat"
35+ } ,
36+ {
37+ value : "contracts-foundry" ,
38+ name : "Foundry"
3539 }
3640]
3741
You can’t perform that action at this time.
0 commit comments