Skip to content

Commit

Permalink
feat(config): source map support
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha authored Jun 2, 2024
1 parent 14c8418 commit 442efcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ evm_version = "cancun"
cancun = true

# includes the contract's metadata in the contract's json artifact
extra_output = ['irOptimized', 'evm.assembly']
# includes the source mappings for compiled bytecode artifact
extra_output = ['irOptimized', 'evm.assembly', 'evm.bytecode', 'evm.generatedSources']
# emits the output selection as separate json artifact files
extra_output_files = ['metadata']
names = false
Expand Down

0 comments on commit 442efcd

Please sign in to comment.