Skip to content

Commit

Permalink
baseUrl fix for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
msanlisavas committed Jul 1, 2024
1 parent 7c32935 commit e2e9bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSPR.Cloud.Net/Clients/Api/Endpoints.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static class Endpoints
{
public static class BaseUrls
{
public static string Mainnet { get; } = "https://api.mainnet.cspr.cloud";
public static string Mainnet { get; } = "https://api.cspr.cloud";
public static string Testnet { get; } = "https://api.testnet.cspr.cloud";
public static string GetAccount { get; } = "/accounts/";
public static string GetAccounts { get; } = "/accounts";
Expand Down

0 comments on commit e2e9bbd

Please sign in to comment.