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