Updated protocol name instead of library name

This commit is contained in:
0xCipherCoder
2025-01-11 21:27:54 +05:30
parent af85a502e0
commit a6f9b05e2a
33 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
export * from "./adrena";
export * from "./onsol";
export * from "./alldomains";
export * from "./dexscreener";
export * from "./onsol";
export * from "./alldomains";
export * from "./flash";
export * from "./gibwork";
export * from "./jupiter";
@@ -21,7 +21,7 @@ export * from "./solayer";
export * from "./tensor";
export * from "./3land";
export * from "./tiplink";
export * from "./bonfida";
export * from "./sns";
export * from "./lightprotocol";
import { SolanaAgentKit } from "../agent";