From e2239a5029c04b76613c03eae8039e3302a24076 Mon Sep 17 00:00:00 2001 From: adpthegreat Date: Fri, 20 Dec 2024 21:03:58 +0100 Subject: [PATCH] feat:removed package-lock update pnpm lock, modified agent/index.ts --- src/agent/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/agent/index.ts b/src/agent/index.ts index c5dca61..5d63b9e 100644 --- a/src/agent/index.ts +++ b/src/agent/index.ts @@ -211,7 +211,6 @@ export class SolanaAgentKit { ); } - // New domain-related methods async resolveAllDomains(domain: string): Promise { return resolveAllDomains(this, domain); }