Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommE2E/comm
/ getNeynarConfig
Function
getNeynarConfig
keyserver/src/utils/neynar-utils.js:11–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
};
10
11
function
getNeynarConfig(): Promise<?NeynarConfig> {
12
return
getCommConfig<NeynarConfig>({
13
folder:
'secrets'
,
14
name:
'neynar'
,
15
});
16
}
17
18
export
{ getNeynarConfig };
Callers
3
initFCCache
Function · 0.90
verifyNeynarWebhookSignature
Function · 0.90
taggedCommFarcasterResponder
Function · 0.90
Calls
1
getCommConfig
Function · 0.90
Tested by
no test coverage detected