From d3f1136486d5c44e654306592ae4d8850d973fed Mon Sep 17 00:00:00 2001 From: TAMARA LIPOWSKI Date: Wed, 29 Jan 2025 14:05:56 -0500 Subject: [PATCH] chore: Remove v3-periphery from gitmodules - We aren't using this anymore since the solc version is outdated --- .gitmodules | 3 --- foundry/foundry.toml | 1 - 2 files changed, 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 608f2c8..0c139fa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,6 @@ [submodule "foundry/lib/v2-core"] path = foundry/lib/v2-core url = https://github.com/uniswap/v2-core -[submodule "foundry/lib/v3-periphery"] - path = foundry/lib/v3-periphery - url = https://github.com/Uniswap/v3-periphery [submodule "foundry/lib/balancer-v2-monorepo"] path = foundry/lib/balancer-v2-monorepo url = https://github.com/balancer/balancer-v2-monorepo diff --git a/foundry/foundry.toml b/foundry/foundry.toml index b1f3da6..a3c8d7b 100644 --- a/foundry/foundry.toml +++ b/foundry/foundry.toml @@ -3,7 +3,6 @@ src = 'src' out = 'out' libs = ['lib'] solc = "0.8.28" -auto_detect_solc = true # Allows per-file version detection evm_version = 'shanghai' optimizer = true optimizer_runs = 1000