Skip to content

Commit

Permalink
reverse rpc-endpoint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joeaba authored Jan 22, 2022
1 parent ba5faa2 commit b0486f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/src/providers/cluster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
return MAINNET_BETA_URL.replace("api", "explorer-api");
case Cluster.Testnet:
return TESTNET_URL.replace("api", "explorer-api");
case Cluster.Custom:
Expand Down

0 comments on commit b0486f0

Please sign in to comment.