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