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 b12b2a61d4
commit e2239a5029

View File

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