From b7c9dee335988da988d40b1398003ffd1d2aec71 Mon Sep 17 00:00:00 2001 From: codingsh Date: Mon, 16 Jun 2025 12:24:04 +0100 Subject: [PATCH] chore: add eslint-disable on utils explorer --- src/lib/utils/explorer.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/utils/explorer.ts b/src/lib/utils/explorer.ts index 886d4fc..7b30819 100644 --- a/src/lib/utils/explorer.ts +++ b/src/lib/utils/explorer.ts @@ -1,3 +1,4 @@ +/* eslint-disable @typescript-eslint/no-unused-vars*/ interface Network { name: string; symbol: string;