bridge_ui: update oasis explorer links
This commit is contained in:
parent
b563772d46
commit
8eea035490
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue