Skip to content

Commit

Permalink
fix: fix ping provider url
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Sep 3, 2024
1 parent 8d4eeb3 commit aca9100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/providers/stats/SolanaPingProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function getPingUrl(cluster: Cluster) {
return undefined;
}

return `https://ping.atlasnet.staratlas.com/${slug}/last6hours`;
return `https://ping.atlasnet.staratlas.cloud/${slug}/last6hours`;
}

export type PingMetric = {
Expand Down

0 comments on commit aca9100

Please sign in to comment.