File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,3 +36,5 @@ gas_benchmark.diff
3636/bench-out
3737
3838/coverage
39+
40+ node_modules
Original file line number Diff line number Diff line change 33 "version" : " 0.1.0" ,
44 "license" : " Apache-2.0" ,
55 "description" : " Aztec contracts for the Ethereum mainnet and testnets" ,
6+ "files" : [
7+ " src/**/*.sol" ,
8+ " lib/**/*.sol" ,
9+ " foundry.toml" ,
10+ " remappings.txt"
11+ ],
12+ "exports" : {
13+ "./contracts/*" : " ./src/*" ,
14+ "./foundry.toml" : " ./foundry.toml" ,
15+ "./remappings.txt" : " ./remappings.txt"
16+ },
617 "devDependencies" : {
718 "@openzeppelin/merkle-tree" : " ^1.0.8" ,
819 "ox" : " ^0.8.3" ,
Original file line number Diff line number Diff line change 1+ @oz/=lib/openzeppelin-contracts/contracts/
2+ @aztec/=src/
3+ @test/=test/
4+ @zkpassport/=lib/circuits/src/solidity/src/
5+ @zkpassport-test/=lib/circuits/src/solidity/test/
6+ @openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/
7+ circuits/=lib/circuits/src/
8+ erc4626-tests/=lib/openzeppelin-contracts/lib/erc4626-tests/
9+ forge-std/=lib/forge-std/src/
10+ halmos-cheatcodes/=lib/openzeppelin-contracts/lib/halmos-cheatcodes/src/
11+ openzeppelin-contracts/=lib/openzeppelin-contracts/
You can’t perform that action at this time.
0 commit comments