From b1333f18202ed7e6e23e6576161d4fc1cec54d2c Mon Sep 17 00:00:00 2001 From: Evgeny Taktarov Date: Mon, 19 Aug 2024 14:51:56 +0700 Subject: [PATCH] chore: comment --- features/ipfs/security-status-banner/use-remote-version.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/ipfs/security-status-banner/use-remote-version.ts b/features/ipfs/security-status-banner/use-remote-version.ts index 0c524f5ad..d970860bc 100644 --- a/features/ipfs/security-status-banner/use-remote-version.ts +++ b/features/ipfs/security-status-banner/use-remote-version.ts @@ -18,6 +18,8 @@ export const useRemoteVersion = () => { const externalConfigSwr = useConfig().externalConfig.fetchMeta; const { data, error } = externalConfigSwr; + // we only need this as swr because of possible future ENS support + // otherwise there is no fetch const swr = useLidoSWR( ['swr:use-remote-version', externalConfigSwr.data], async (): Promise => {