From 8c50455d6025751c1c2b7ecc6ece3839c053bede Mon Sep 17 00:00:00 2001 From: Ben Guidarelli Date: Mon, 23 Oct 2023 09:25:13 -0400 Subject: [PATCH] fix: set url for solana transactions to the storage account --- common/src/explorer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/explorer.ts b/common/src/explorer.ts index 33a2ea78..9b4a1c8d 100644 --- a/common/src/explorer.ts +++ b/common/src/explorer.ts @@ -109,7 +109,7 @@ export const explorerTx = (chainId: ChainId, tx: string) => : chainId === CHAIN_ID_ACALA ? `https://blockscout.acala.network/tx/${tx}` : chainId === CHAIN_ID_SOLANA - ? `https://solscan.io/tx/${tx}` + ? `https://solscan.io/account/${tx}` : chainId === CHAIN_ID_TERRA ? `https://finder.terra.money/columbus-5/tx/${tx}` : chainId === CHAIN_ID_TERRA2