Skip to content

Commit

Permalink
fix #869 add a repository link to the create2 verified contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocastignoli committed Apr 28, 2023
1 parent 30104e1 commit e841b1f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ui/src/pages/Lookup/Result.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,14 @@ const Found = ({ response }: FoundProp) => {
>
{isCreate2Verified && <>create2</>} verified
<HiOutlineInformationCircle className="inline text-gray-600 text-lg" />
</span>{" "}
</span>
,{" "}
<a
className="underline"
href={generateUrl(URL_TYPE.REPO, "0", response?.address, "perfect")}
>
view in Sourcify Repository
</a>
</p>
{isCreate2Verified && Create2Info(response)}
<p>{chains.length > 0 && <span>on the following networks:</span>}</p>
Expand Down

0 comments on commit e841b1f

Please sign in to comment.