Skip to content

Commit

Permalink
Merge pull request #4 from rhinestonewtf/chore/bump-dependecies
Browse files Browse the repository at this point in the history
chore: update modulekit dependencies
  • Loading branch information
kopy-kat authored Oct 24, 2024
2 parents 19d4365 + 27d75c9 commit 33454f6
Show file tree
Hide file tree
Showing 6 changed files with 271 additions and 193 deletions.
3 changes: 3 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ script = "script"
libs = ["node_modules"]
fs_permissions = [{ access = "read", path = "out-optimized" }, { access = "read-write", path = "gas_calculations" }]
allow_paths = ["*", "/"]
gas_limit = "18446744073709551615"
memory_limit = 2147483648
verbosity = 3

[rpc_endpoints]
mainnet = "${MAINNET_RPC_URL}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:optimized": "pnpm run build:optimized && FOUNDRY_PROFILE=test-optimized forge test"
},
"dependencies": {
"@rhinestone/modulekit": "^0.4.8"
"@rhinestone/modulekit": "^0.4.14"
},
"files": [
"src",
Expand Down
Loading

0 comments on commit 33454f6

Please sign in to comment.