We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e76dc commit ee0275dCopy full SHA for ee0275d
packages/frames.js/src/default.ts
@@ -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
+ */
5
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
11
export const DEFAULT_HUB_API_KEY = "NEYNAR_FRAMES_JS";
0 commit comments