Skip to content

Commit

Permalink
feat(contracts): enable build info in foundry settings
Browse files Browse the repository at this point in the history
  • Loading branch information
seolaoh committed Dec 30, 2024
1 parent 3a2fe2a commit c92eec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ remappings = [
'forge-std/=node_modules/forge-std/src',
'ds-test/=node_modules/ds-test/src'
]
extra_output = ['metadata']
build_info = true
# [Kroma: END]
extra_output = ['devdoc', 'userdoc', 'metadata', 'storageLayout']
bytecode_hash = 'none'
build_info_path = 'artifacts/build-info'

Expand Down

0 comments on commit c92eec0

Please sign in to comment.