瀏覽代碼

bridge_ui: fix oasis explorer link

Evan Gray 3 年之前
父節點
當前提交
25357d3848
共有 1 個文件被更改,包括 1 次插入1 次删除
  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