Skip to content

Commit

Permalink
build: enable via-ir in Foundry settings
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlak committed Feb 21, 2024
1 parent 7f96314 commit 0180319
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[profile.default]
remappings = [
"solstat/=lib/solstat/src/",
"forge-std/=lib/solstat/lib/forge-std/src/",
"solmate/=lib/solstat/lib/solmate/src/",
"solstat/=lib/solstat/src/",
"forge-std/=lib/solstat/lib/forge-std/src/",
"solmate/=lib/solstat/lib/solmate/src/",
]
solc_version = "0.8.22"

# these are defaults. explicitly setting them here for clarity.
libs = ["lib"]
out = "out/"
via-ir = true

[fmt]
bracket_spacing = true
@@ -26,4 +27,3 @@ optimism_sepolia = "${OPTIMISM_SEPOLIA_RPC_URL}"

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

0 comments on commit 0180319

Please sign in to comment.