chore: Remove v3-periphery from gitmodules

- We aren't using this anymore since the solc version is outdated
This commit is contained in:
TAMARA LIPOWSKI
2025-01-29 14:05:56 -05:00
parent 96af542923
commit d3f1136486
2 changed files with 0 additions and 4 deletions

3
.gitmodules vendored
View File

@@ -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

View File

@@ -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