feat:removed package-lock update pnpm lock, modified agent/index.ts

This commit is contained in:
adpthegreat
2024-12-20 21:03:58 +01:00
parent 670ba08cf3
commit c21d340fb8

View File

@@ -193,7 +193,6 @@ export class SolanaAgentKit {
);
}
// New domain-related methods
async resolveAllDomains(domain: string): Promise<PublicKey | null> {
return resolveAllDomains(this, domain);
}