Skip to content

Commit

Permalink
Update and fix versions for modulekit and zkemail contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGuilding committed May 29, 2024
1 parent f5671ae commit 0046202
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 479 deletions.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ emv_version = "paris"
src = "src"
out = "out"
script = "script"
libs = ["node_modules"]
libs = ["node_modules", "lib"]
fs_permissions = [{ access = "read", path = "out-optimized" }, { access = "read-write", path = "gas_calculations" }]
allow_paths = ["*", "/"]

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"test:optimized": "pnpm run build:optimized && FOUNDRY_PROFILE=test-optimized forge test"
},
"dependencies": {
"@rhinestone/modulekit": "^0.4.1",
"@rhinestone/modulekit": "v0.4.2",
"@openzeppelin/contracts-upgradeable": "v5.0.1",
"@zk-email/contracts": "^6.0.2"
"@zk-email/contracts": "v6.0.3"
},
"files": [
"src",
Expand Down
Loading

0 comments on commit 0046202

Please sign in to comment.