seperated the dependencies from the main project

This commit is contained in:
Deepak
2024-12-27 14:44:21 +05:30
parent 45d5ad21a7
commit 954e49e08e
3 changed files with 4063 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
import { SolanaAgentKit } from "../../../src/agent";
import { SolanaAgentKit } from "solana-agent-kit";
export const agentKit = new SolanaAgentKit(
process.env.SOLANA_PRIVATE_KEY!,