Skip to content

Commit ee0275d

Browse files
committed
docs: add JSDoc to default hub configuration constants
1 parent 81e76dc commit ee0275d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/frames.js/src/default.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1+
/**
2+
* Default Farcaster Hub API URL using the Neynar hub service.
3+
* Used when no custom hub URL is provided.
4+
*/
15
export const DEFAULT_HUB_API_URL = "https://hub-api.neynar.com";
6+
7+
/**
8+
* Default API key for the Neynar hub service.
9+
* This is a public API key for frames.js usage.
10+
*/
211
export const DEFAULT_HUB_API_KEY = "NEYNAR_FRAMES_JS";

0 commit comments

Comments
 (0)