Skip to content

Commit

Permalink
Merge pull request #256 from lidofinance/feature/si-1286-change-ethli…
Browse files Browse the repository at this point in the history
…nk-to-ethlimo-in-ens-integration

[fix]change eth.link to eth.limo
  • Loading branch information
jake4take authored Feb 28, 2024
2 parents 64f0e74 + 8e598dd commit 055fe37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/ipfs/outdated-hash-banner/use-ipfs-hash-check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const useIpfsHashCheck = () => {
return {
cid: contentHash,
ens: releaseInfo.ens,
link: `https://${releaseInfo.ens}.link`,
link: `https://${releaseInfo.ens}.limo`,
};
}
}
Expand Down

0 comments on commit 055fe37

Please sign in to comment.