diff --git a/bridge_ui/src/components/ShowTx.tsx b/bridge_ui/src/components/ShowTx.tsx index 0a7b280f0..8704d7434 100644 --- a/bridge_ui/src/components/ShowTx.tsx +++ b/bridge_ui/src/components/ShowTx.tsx @@ -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" diff --git a/bridge_ui/src/components/SmartAddress.tsx b/bridge_ui/src/components/SmartAddress.tsx index 7ded36875..e5b7cb04c 100644 --- a/bridge_ui/src/components/SmartAddress.tsx +++ b/bridge_ui/src/components/SmartAddress.tsx @@ -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"