Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeday committed Aug 19, 2024
1 parent 3805e0e commit b1333f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features/ipfs/security-status-banner/use-remote-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<EnsHashCheckReturn>(
['swr:use-remote-version', externalConfigSwr.data],
async (): Promise<EnsHashCheckReturn> => {
Expand Down

0 comments on commit b1333f1

Please sign in to comment.