fix: lint

This commit is contained in:
michaelessiet
2025-01-03 18:22:32 +01:00
parent a8952f3308
commit c2bf6191ff
13 changed files with 1604 additions and 1598 deletions

View File

@@ -6,5 +6,5 @@ import { SolanaAgentKit } from "..";
* @returns string
*/
export function get_wallet_address(agent: SolanaAgentKit) {
return agent.wallet_address.toBase58();
return agent.wallet_address.toBase58();
}