bridge_ui: fix oasis explorer link

This commit is contained in:
Evan Gray 2022-01-13 14:18:15 +00:00 committed by Evan Gray
parent d80da14852
commit 25357d3848
1 changed files with 1 additions and 1 deletions

View File

@ -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