chore(gift_card): cardano scan url should be preprod as well
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user