Skip to content

Commit

Permalink
Fix verifier contract href (#1687)
Browse files Browse the repository at this point in the history
Co-authored-by: Amine E <aelmanaa@users.noreply.github.com>
  • Loading branch information
Chipe1 and aelmanaa authored Dec 8, 2023
1 parent 54c8b09 commit 4129410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/feeds/components/Tables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ const StreamsTr = ({ network, proxy, showExtraDetails }) => (
<a
style="font-size: 0.75em;"
class={tableStyles.addressLink}
href={network.explorerUrl.replace("%s", "0xea9B98Be000FBEA7f6e88D08ebe70EbaAD10224c")}
href={network.explorerUrl.replace("%s", "0x2ff010DEbC1297f19579B4246cad07bd24F2488A")}
>
0x2ff010DEbC1297f19579B4246cad07bd24F2488A
</a>
Expand Down

1 comment on commit 4129410

@vercel
Copy link

@vercel vercel bot commented on 4129410 Dec 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.