Skip to content

Commit

Permalink
add etherscan link
Browse files Browse the repository at this point in the history
  • Loading branch information
elshan-eth committed Feb 27, 2024
1 parent bf54244 commit 22db6d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/src/pages/step1-page/step1-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ const FirstStepPage = memo(() => {
If you are not comfortable connecting your wallet and submiting
the proof via web UI, you can claim directly from the smart
contract{" "}
<Link to="/" className={styles.dashboard__link}>
<Link
to="https://etherscan.io/address/0x6081d7F04a8c31e929f25152d4ad37c83638C62b#code"
className={styles.dashboard__link}
>
on Etherscan
</Link>
</p>
Expand Down

0 comments on commit 22db6d9

Please sign in to comment.