Skip to content

Commit

Permalink
chore(gift_card): cardano scan url should be preprod as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Mar 16, 2023
1 parent c4f6ef9 commit bf9297e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/gift_card/islands/App.tsx
Expand Up @@ -273,7 +273,7 @@ export default function App({ validators }: AppProps) {
<a
class="mb-2"
target="_blank"
href={`https://cardanoscan.io/transaction/${lockTxHash}`}
href={`https://preprod.cardanoscan.io/transaction/${lockTxHash}`}
>
{lockTxHash}
</a>
Expand All @@ -296,7 +296,7 @@ export default function App({ validators }: AppProps) {
<a
class="mb-2"
target="_blank"
href={`https://cardanoscan.io/transaction/${unlockTxHash}`}
href={`https://preprod.cardanoscan.io/transaction/${unlockTxHash}`}
>
{unlockTxHash}
</a>
Expand Down

0 comments on commit bf9297e

Please sign in to comment.