From 8e598dd5f51b87627a93c30eee81dc89f11903f5 Mon Sep 17 00:00:00 2001 From: Evgeny Taktarov Date: Wed, 28 Feb 2024 12:18:27 +0700 Subject: [PATCH] fix: change eth.link to eth.limo --- features/ipfs/outdated-hash-banner/use-ipfs-hash-check.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/ipfs/outdated-hash-banner/use-ipfs-hash-check.ts b/features/ipfs/outdated-hash-banner/use-ipfs-hash-check.ts index 2da1979cb..026e2d4ab 100644 --- a/features/ipfs/outdated-hash-banner/use-ipfs-hash-check.ts +++ b/features/ipfs/outdated-hash-banner/use-ipfs-hash-check.ts @@ -57,7 +57,7 @@ export const useIpfsHashCheck = () => { return { cid: contentHash, ens: releaseInfo.ens, - link: `https://${releaseInfo.ens}.link`, + link: `https://${releaseInfo.ens}.limo`, }; } }