From 25357d3848a5759bd68ebe282fbf001b4911d49c Mon Sep 17 00:00:00 2001 From: Evan Gray Date: Thu, 13 Jan 2022 14:18:15 +0000 Subject: [PATCH] bridge_ui: fix oasis explorer link --- bridge_ui/src/components/SmartAddress.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_ui/src/components/SmartAddress.tsx b/bridge_ui/src/components/SmartAddress.tsx index e5b7cb04c..a028e4304 100644 --- a/bridge_ui/src/components/SmartAddress.tsx +++ b/bridge_ui/src/components/SmartAddress.tsx @@ -117,7 +117,7 @@ export default function SmartAddress({ CLUSTER === "testnet" ? "testnet." : "" }snowtrace.io/address/${useableAddress}` : chainId === CHAIN_ID_OASIS - ? `https://explorer.${ + ? `https://${ CLUSTER === "testnet" ? "testnet." : "" }explorer.emerald.oasis.dev/address/${useableAddress}` : chainId === CHAIN_ID_SOLANA