feat: fixed USV3 Verification
- We cannot use the regular v3-periphery library because of outdated solc versions. I've copied the v3-updated library which we have used in our previous project
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -13,3 +13,6 @@
|
||||
[submodule "foundry/lib/balancer-v2-monorepo"]
|
||||
path = foundry/lib/balancer-v2-monorepo
|
||||
url = https://github.com/balancer/balancer-v2-monorepo
|
||||
[submodule "foundry/lib/v3-core"]
|
||||
path = foundry/lib/v3-core
|
||||
url = https://github.com/Uniswap/v3-core
|
||||
|
||||
Reference in New Issue
Block a user