From b2bb3930975460758b80facce59c27546e2713a3 Mon Sep 17 00:00:00 2001 From: Marek Mahut Date: Mon, 16 Jan 2023 12:18:09 +0100 Subject: [PATCH] chore(transaction): consolidate chain explorers --- src/ui/app/components/transaction.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/app/components/transaction.jsx b/src/ui/app/components/transaction.jsx index 9d9eefa2..863375f2 100644 --- a/src/ui/app/components/transaction.jsx +++ b/src/ui/app/components/transaction.jsx @@ -326,9 +326,9 @@ const TxDetail = ({ displayInfo, network }) => { (() => { switch (network.id) { case NETWORK_ID.mainnet: - return 'https://cardanoscan.io/transaction/'; + return 'https://cexplorer.io/tx/'; case NETWORK_ID.preprod: - return 'https://testnet.cardanoscan.io/transaction/'; + return 'https://preprod.cexplorer.io/tx/'; case NETWORK_ID.preview: return 'https://preview.cexplorer.io/tx/'; case NETWORK_ID.testnet: