Commit 1910bba 1 parent 6b184aa commit 1910bba Copy full SHA for 1910bba
File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ import { flowPlugin } from "@elizaos/plugin-flow";
53
53
import { fuelPlugin } from "@elizaos/plugin-fuel" ;
54
54
import { imageGenerationPlugin } from "@elizaos/plugin-image-generation" ;
55
55
import { multiversxPlugin } from "@elizaos/plugin-multiversx" ;
56
- import { nearPlugin } from "@elizaos/plugin-near" ;
57
56
import { createNodePlugin } from "@elizaos/plugin-node" ;
58
57
import { solanaPlugin } from "@elizaos/plugin-solana" ;
59
58
import { storyPlugin } from "@elizaos/plugin-story" ;
@@ -535,11 +534,6 @@ export async function createAgent(
535
534
! getSecret ( character , "WALLET_PUBLIC_KEY" ) ?. startsWith ( "0x" ) )
536
535
? solanaPlugin
537
536
: null ,
538
- ( getSecret ( character , "NEAR_ADDRESS" ) ||
539
- getSecret ( character , "NEAR_WALLET_PUBLIC_KEY" ) ) &&
540
- getSecret ( character , "NEAR_WALLET_SECRET_KEY" )
541
- ? nearPlugin
542
- : null ,
543
537
getSecret ( character , "EVM_PUBLIC_KEY" ) ||
544
538
( getSecret ( character , "WALLET_PUBLIC_KEY" ) &&
545
539
getSecret ( character , "WALLET_PUBLIC_KEY" ) ?. startsWith ( "0x" ) )
You can’t perform that action at this time.
0 commit comments