Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Nov 19, 2024
1 parent c5325c9 commit 2fe3a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-gui/src/renderer/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { setAlerts } from "store/features/alertsSlice";
import { registryConnectionFailed, setRegistryProviders } from "store/features/providersSlice";
import logger from "utils/logger";

const PUBLIC_REGISTRY_API_BASE_URL = "https://api2.unstoppableswap.net";
const PUBLIC_REGISTRY_API_BASE_URL = "https://api.unstoppableswap.net";

async function fetchProvidersViaHttp(): Promise<
ExtendedProviderStatus[]
Expand Down

0 comments on commit 2fe3a8f

Please sign in to comment.