Explorar o código

bridge_ui: fix oasis explorer link

Evan Gray %!s(int64=3) %!d(string=hai) anos
pai
achega
25357d3848
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bridge_ui/src/components/SmartAddress.tsx

+ 1 - 1
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