Skip to content

Commit

Permalink
chore: set default profile to use via_ir
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Feb 2, 2024
1 parent 06a7c89 commit c2b0bd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
optimizer = true
optimizer_runs = 1000
verbosity = 2
via_ir = true

[fmt]
bracket_spacing = true
Expand All @@ -23,3 +24,6 @@

[etherscan]
mainnet = { key = "${ETHERSCAN_API_KEY}" }

[profile.dev]
via_ir = false

0 comments on commit c2b0bd3

Please sign in to comment.