diff --git a/src/components/SmartAddress.tsx b/src/components/SmartAddress.tsx index 96b3bbda2..221b79784 100644 --- a/src/components/SmartAddress.tsx +++ b/src/components/SmartAddress.tsx @@ -132,7 +132,9 @@ export default function SmartAddress({ isAsset ? "token" : "address" }/${useableAddress}` : chainId === CHAIN_ID_AVAX - ? `https://${CLUSTER === "testnet" ? "testnet." : ""}avascan.info/blockchain/c/${ + ? `https://${ + CLUSTER === "testnet" ? "testnet." : "" + }avascan.info/blockchain/c/${ isAsset ? "token" : "address" }/${useableAddress}` : chainId === CHAIN_ID_OASIS