Skip to content

Commit 4129410

Browse files
Chipe1aelmanaa
andauthored
Fix verifier contract href (#1687)
Co-authored-by: Amine E <[email protected]>
1 parent 54c8b09 commit 4129410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/feeds/components/Tables.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ const StreamsTr = ({ network, proxy, showExtraDetails }) => (
367367
<a
368368
style="font-size: 0.75em;"
369369
class={tableStyles.addressLink}
370-
href={network.explorerUrl.replace("%s", "0xea9B98Be000FBEA7f6e88D08ebe70EbaAD10224c")}
370+
href={network.explorerUrl.replace("%s", "0x2ff010DEbC1297f19579B4246cad07bd24F2488A")}
371371
>
372372
0x2ff010DEbC1297f19579B4246cad07bd24F2488A
373373
</a>

0 commit comments

Comments
 (0)