diff --git a/foundry.toml b/foundry.toml index 67ea74c4d..5f5dc72fb 100644 --- a/foundry.toml +++ b/foundry.toml @@ -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