Skip to content

Commit

Permalink
fix: getCode in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Jul 24, 2024
1 parent 08a80a0 commit 0b6b1f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ src = "contracts"
out = "artifacts"
libs = ["node_modules", "lib"]
ffi = true
unchecked_cheatcode_artifacts = true
fs_permissions = [{ access = "read", path = "./artifacts"}, { access = "read-write", path = "./deployments"}, { access = "read-write", path = "./.deployments"}, {access = "read-write", path = "./script"}]

## set only when the `hardhat` profile is selected
Expand Down

0 comments on commit 0b6b1f7

Please sign in to comment.