Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ gas_benchmark.diff
/bench-out

/coverage

node_modules
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
"license": "Apache-2.0",
"description": "Aztec contracts for the Ethereum mainnet and testnets",
"devDependencies": {
"@openzeppelin/merkle-tree": "^1.0.8",
"ox": "^0.8.3",
"solhint": "5.1.0"
},
"dependencies": {
"@openzeppelin/contracts": "5.4.0",
"@openzeppelin/merkle-tree": "^1.0.8",
"forge-std": "git+https://github.com/foundry-rs/forge-std.git"
},
"scripts": {
"format": "forge fmt",
"lint": "solhint --config ./.solhint.json \"src/**/*.sol\"",
Expand Down
4 changes: 4 additions & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@oz/=node_modules/@openzeppelin/contracts
forge-std/=node_modules/forge-std/src/
@aztec/=src
@test/=test