chore(gift_card): cardano scan url should be preprod as well

This commit is contained in:
rvcas 2023-03-16 09:45:11 -04:00
parent c4f6ef93bf
commit bf9297efcf
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 2 additions and 2 deletions

View File

@ -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>
@ -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>