Skip to content

Commit

Permalink
fix: separate address and transaction urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ghimiresdp committed Jan 30, 2025
1 parent 6c33a56 commit eb29db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CryptoLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const CryptoLink = (
target="_blank"
href={`https://${
process.env.NODE_ENV ?? 'dev' === 'dev' ? 'sepolia-optimistic' : 'optimistic'
}.etherscan.io/address/${value}`}
}.etherscan.io/${type}/${value}`}
>
{children}
<ExternalLinkIcon mx={2} />
Expand Down

0 comments on commit eb29db8

Please sign in to comment.