MCPcopy 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
11function getNeynarConfig(): Promise<?NeynarConfig> {
12 return getCommConfig<NeynarConfig>({
13 folder: 'secrets',
14 name: 'neynar',
15 });
16}
17
18export { getNeynarConfig };

Callers 3

initFCCacheFunction · 0.90

Calls 1

getCommConfigFunction · 0.90

Tested by

no test coverage detected