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:
TAMARA LIPOWSKI
2025-01-29 10:20:24 -05:00
parent 057c616b0c
commit 96af542923
9 changed files with 121 additions and 13 deletions

View File

@@ -3,4 +3,6 @@
@permit2/=lib/permit2/
@src/=src/
@uniswap-v2/=lib/v2-core/
@balancer-labs/v2-interfaces=lib/balancer-v2-monorepo/pkg/interfaces
@balancer-labs/v2-interfaces=lib/balancer-v2-monorepo/pkg/interfaces
@uniswap/v3-updated/=lib/v3-updated/
@uniswap/v3-core/=lib/v3-core/