Skip to content

Commit

Permalink
Merge remote-tracking branch 'clearcontracts/main' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Nov 28, 2024
2 parents fa6b1cf + a475a89 commit 1ce6d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/buttons/viewTxButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function ViewTxButton(props: Props): JSX.Element {
return (
<a
href={
process.env.NEXT_PUBLIC_NETWORK
process.env.NEXT_PUBLIC_NETWORK === 'mainnet'
? `https://cardanoscan.io/transaction/${txId}?tab=metadata`
: `https://preview.cardanoscan.io/transaction/${txId}?tab=metadata`
}
Expand Down

0 comments on commit 1ce6d78

Please sign in to comment.