chore(gift_card): cardano scan url should be preprod as well
This commit is contained in:
parent
c4f6ef93bf
commit
bf9297efcf
|
@ -273,7 +273,7 @@ export default function App({ validators }: AppProps) {
|
||||||
<a
|
<a
|
||||||
class="mb-2"
|
class="mb-2"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href={`https://cardanoscan.io/transaction/${lockTxHash}`}
|
href={`https://preprod.cardanoscan.io/transaction/${lockTxHash}`}
|
||||||
>
|
>
|
||||||
{lockTxHash}
|
{lockTxHash}
|
||||||
</a>
|
</a>
|
||||||
|
@ -296,7 +296,7 @@ export default function App({ validators }: AppProps) {
|
||||||
<a
|
<a
|
||||||
class="mb-2"
|
class="mb-2"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href={`https://cardanoscan.io/transaction/${unlockTxHash}`}
|
href={`https://preprod.cardanoscan.io/transaction/${unlockTxHash}`}
|
||||||
>
|
>
|
||||||
{unlockTxHash}
|
{unlockTxHash}
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue