Skip to content

Commit

Permalink
fix: migrate API client from farcaster.xyz to warpcast.com
Browse files Browse the repository at this point in the history
  • Loading branch information
gsgalloway committed Feb 16, 2023
1 parent 02fe73e commit dbb2f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/merkleAPI/MerkleAPIClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import type { WithRequired } from "../utils";
const THIRTY_SECONDS_IN_MILLIS = 30000;
const TEN_MINUTES_IN_MILLIS = 600000;

const BASE_PATH = "https://api.farcaster.xyz";
const BASE_PATH = "https://api.warpcast.com";

export class MerkleAPIClient {
private authToken?: Promise<AuthToken>;
Expand Down

0 comments on commit dbb2f16

Please sign in to comment.