Skip to content

Commit bc59fdd

Browse files
committed
remove unused method
1 parent 9f37e52 commit bc59fdd

File tree

1 file changed

+0
-10
lines changed
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/transactions/solana-wallets/lib

1 file changed

+0
-10
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/transactions/solana-wallets/lib/vault.client.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {
55
createSolanaAccount as vaultCreateSolanaAccount,
66
listSolanaAccounts as vaultListSolanaAccounts,
77
} from "@thirdweb-dev/vault-sdk";
8-
import type { Project } from "@/api/project/projects";
98
import { NEXT_PUBLIC_THIRDWEB_VAULT_URL } from "@/constants/public-envs";
109
import type { SolanaWallet } from "../wallet-table/types";
1110

@@ -199,12 +198,3 @@ export async function createSolanaAccount(params: {
199198
};
200199
}
201200
}
202-
203-
export async function updateDefaultProjectSolanaWallet(_params: {
204-
project: Project;
205-
publicKey: string;
206-
}): Promise<void> {
207-
// This would be implemented similar to the EVM version
208-
// For now, this is a placeholder
209-
// TODO: Implement default Solana wallet update
210-
}

0 commit comments

Comments
 (0)