diff --git a/explorer/src/providers/cluster.tsx b/explorer/src/providers/cluster.tsx index 9a29cb5b3..f583304a1 100644 --- a/explorer/src/providers/cluster.tsx +++ b/explorer/src/providers/cluster.tsx @@ -65,7 +65,7 @@ export function clusterUrl(cluster: Cluster, customUrl: string): string { case Cluster.Devnet: return DEVNET_URL.replace("api", "explorer-api"); case Cluster.MainnetBeta: - return MAINNET_BETA_URL.replace("api.mainnet-beta.solana.com", "ssc-dao.genesysgo.net"); + return MAINNET_BETA_URL.replace("api", "explorer-api"); case Cluster.Testnet: return TESTNET_URL.replace("api", "explorer-api"); case Cluster.Custom: