From f36fa640c5e948771be3586d1f313016209c3895 Mon Sep 17 00:00:00 2001 From: Jon Bray Date: Fri, 26 Jul 2024 19:28:21 -0400 Subject: [PATCH] docs: clean up remappings --- foundry.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/foundry.toml b/foundry.toml index 669d795..fb3dc8a 100644 --- a/foundry.toml +++ b/foundry.toml @@ -12,10 +12,7 @@ show_progress = true remappings = [ "forge-std/=lib/forge-std/src/", - "openzeppelin/=lib/openzeppelin-contracts/", - "uniswap/v2-core/=lib/v2-core/", - "uniswap/v3-core/=lib/v3-core/", - "uniswap/v3-periphery/=lib/v3-periphery/", + "@openzeppelin/=lib/openzeppelin-contracts/", "@uniswap/v2-core/=lib/v2-core/", "@uniswap/v3-core/=lib/v3-core/", "@uniswap/v3-periphery/=lib/v3-periphery/"