Skip to content

Commit

Permalink
chore: remove remapping from config file (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
KedziaPawel authored Aug 22, 2024
1 parent ae37251 commit 213bca1
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,6 @@ ignored_warnings_from = ["contracts/release/extensions/integration-manager/integ
# NOTE: Specifying shanghai as the evm_version seems required for the Goerli tests to pass
evm_version = "shanghai"

# NOTE: Remappings are somewhat limited right now as there's no way to apply them to specific contexts: https://github.com/foundry-rs/foundry/issues/1855
remappings = [
# Used by us directly.
"forge-std/=lib/forge-std/src/",
"morpho-blue/=lib/morpho-blue/src/libraries",
"openzeppelin-solc-0.6/=lib/openzeppelin-solc-0.6/contracts/",
"openzeppelin-solc-0.7/=lib/openzeppelin-solc-0.7/contracts/",
"openzeppelin-solc-0.8/=lib/openzeppelin-solc-0.8/contracts/",
"uniswap-v3-periphery/=lib/uniswap-v3-periphery/contracts/",

# Used by uniswap v3 internally.
"@uniswap/v3-core/=lib/uniswap-v3-core/",
"@openzeppelin/contracts/=lib/openzeppelin-solc-0.6/contracts/",
]

[profile.default.optimizer_details]
yul = true

Expand Down

0 comments on commit 213bca1

Please sign in to comment.