bridge_ui: update oasis explorer links

This commit is contained in:
Evan Gray 2022-01-11 20:22:00 +00:00 committed by Evan Gray
parent b563772d46
commit 8eea035490
2 changed files with 3 additions and 3 deletions

View File

@ -58,9 +58,9 @@ export default function ShowTx({
tx?.id
}`
: chainId === CHAIN_ID_OASIS
? `https://explorer.${
? `https://${
CLUSTER === "testnet" ? "testnet." : ""
}oasis.updev.si/tx/${tx?.id}`
}explorer.emerald.oasis.dev/tx/${tx?.id}`
: chainId === CHAIN_ID_SOLANA
? `https://explorer.solana.com/tx/${tx?.id}${
CLUSTER === "testnet"

View File

@ -119,7 +119,7 @@ export default function SmartAddress({
: chainId === CHAIN_ID_OASIS
? `https://explorer.${
CLUSTER === "testnet" ? "testnet." : ""
}oasis.updev.si/address/${useableAddress}`
}explorer.emerald.oasis.dev/address/${useableAddress}`
: chainId === CHAIN_ID_SOLANA
? `https://explorer.solana.com/address/${useableAddress}${
CLUSTER === "testnet"