Skip to content

Commit

Permalink
feat(contracts): add Foundry profile settings for OZ Foundry Upgrades…
Browse files Browse the repository at this point in the history
… toolkit
  • Loading branch information
mempirate committed Oct 15, 2024
1 parent e7467c6 commit 1f779d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bolt-contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ out = "out"
libs = ["lib"]
fs_permissions = [{ access = "read-write", path = "./" }]
gas_reports = ["*"]
# Required options for the OpenZeppelin Foundry Upgrades toolkit: https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
ffi = true
ast = true
build_info = true
extra_output = ["storageLayout"]

# silence some warnings during compilation
# https://book.getfoundry.sh/reference/config/solidity-compiler#ignored_error_codes
Expand Down

0 comments on commit 1f779d4

Please sign in to comment.