Skip to content

Commit 1910bba

Browse files
committed
remove near plugin causing issue on twitter image upload.
Ref: elizaOS/agent-twitter-client#26
1 parent 6b184aa commit 1910bba

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

agent/src/index.ts

-6
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ import { flowPlugin } from "@elizaos/plugin-flow";
5353
import { fuelPlugin } from "@elizaos/plugin-fuel";
5454
import { imageGenerationPlugin } from "@elizaos/plugin-image-generation";
5555
import { multiversxPlugin } from "@elizaos/plugin-multiversx";
56-
import { nearPlugin } from "@elizaos/plugin-near";
5756
import { createNodePlugin } from "@elizaos/plugin-node";
5857
import { solanaPlugin } from "@elizaos/plugin-solana";
5958
import { storyPlugin } from "@elizaos/plugin-story";
@@ -535,11 +534,6 @@ export async function createAgent(
535534
!getSecret(character, "WALLET_PUBLIC_KEY")?.startsWith("0x"))
536535
? solanaPlugin
537536
: null,
538-
(getSecret(character, "NEAR_ADDRESS") ||
539-
getSecret(character, "NEAR_WALLET_PUBLIC_KEY")) &&
540-
getSecret(character, "NEAR_WALLET_SECRET_KEY")
541-
? nearPlugin
542-
: null,
543537
getSecret(character, "EVM_PUBLIC_KEY") ||
544538
(getSecret(character, "WALLET_PUBLIC_KEY") &&
545539
getSecret(character, "WALLET_PUBLIC_KEY")?.startsWith("0x"))

0 commit comments

Comments
 (0)