Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoorchashm37 committed Jan 30, 2025
1 parent 4398ddd commit d87b1a8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions contracts/foundry.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
[profile.default]
solc = "0.8.26"
bytecode_hash = "none"
solc = "0.8.26"
bytecode_hash = "none"
viaIR = false
optimizer_runs = 0xffffffff
verbosity = 3
verbosity = 3
fs_permissions = [{ access = "read-write", path = ".forge-snapshots/" }]
ast = true
evm_version = "cancun"
evm_version = "cancun"
libs = ["lib"]

ignored_error_codes = [
2394, # Transient storage warning
3860, # Initcode size too large
5574 # Contract size too large
5574, # Contract size too large
]


remappings = [
"solady/src/=lib/solady/src/",
"v4-core/src/=lib/v4-core/src/",
"solmate/=lib/solmate/"
"v4-periphery/src/=lib/v4-periphery/src/",
"solmate/=lib/solmate/",
]

[profile.default.fmt]
Expand Down Expand Up @@ -52,12 +53,11 @@ optimizer = true
remappings = [
"solady/src/=lib/solady/src/",
"v4-core/src/=lib/v4-core/src/",
"v4-periphery/src/=lib/v4-periphery/src/",
"forge-std/=lib/forge-std/src",
"core/src/=src/",
"solmate/=lib/solmate/",
]
ast = true
src = "../crates/uniswap-v4/src/uniswap/loaders"
libs = [
"lib"
]
libs = ["lib"]

0 comments on commit d87b1a8

Please sign in to comment.