Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
remove neynar nodejs sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLHuber committed Mar 6, 2024
1 parent bd574aa commit 5403ed1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"@farcaster/auth-client": "^0.1.0",
"@farcaster/auth-kit": "^0.2.1",
"@farcaster/connect-kit": "^0.0.31",
"@neynar/nodejs-sdk": "^1.11.2",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"axios": "^1.6.5",
Expand Down
6 changes: 0 additions & 6 deletions src/providers/thirdparty/neynarProvider.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { NeynarAPIClient } from "@neynar/nodejs-sdk";

import { ThirdParty } from "../class";

/*
Expand All @@ -21,8 +19,4 @@ export class NeynarProvider extends ThirdParty {
super("neynar", apiKey, "https://api.neynar.com/v2/farcaster");
}
}

client() {
return new NeynarAPIClient(this.apiKey);
}
}

0 comments on commit 5403ed1

Please sign in to comment.