Skip to content

Commit

Permalink
Update whois base url
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Jan 26, 2024
1 parent 2a09fcb commit 6710260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const WHOIS_BASE_URL = 'https://raw.githubusercontent.com/RevokeCash/whois/master/data/generated';
export const WHOIS_BASE_URL = 'https://whois.revoke.cash/generated';
export const INFURA_API_KEY = process.env.INFURA_API_KEY!;
export const HARPIE_API_KEY = process.env.HARPIE_API_KEY!;

Expand Down

0 comments on commit 6710260

Please sign in to comment.