From 45f0545f825d2bb2648c10ac1420fc4f0b432fdb Mon Sep 17 00:00:00 2001 From: Kodey Kilday-Thomas Date: Tue, 10 Dec 2024 11:46:44 +0000 Subject: [PATCH] chore: add functions router zksync to solhint ignore --- contracts/.solhintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/.solhintignore b/contracts/.solhintignore index 7ae5b10d150..ce7dfa800ba 100644 --- a/contracts/.solhintignore +++ b/contracts/.solhintignore @@ -31,6 +31,7 @@ # Ignore Functions v1.0.0 code that was frozen after audit ./src/v0.8/functions/v1_0_0 +./src/v0.8/functions/v1_3_0_zksync/FunctionsRouter.sol # Test helpers ./src/v0.8/vrf/testhelpers