Skip to content

Commit

Permalink
remove ata derivation method
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarshanbhag committed Dec 13, 2024
1 parent 45cbd70 commit c2f41ca
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
Empty file.
5 changes: 0 additions & 5 deletions packages/solana/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ import {
} from "@turnkey/http";
import type { TurnkeyBrowserClient } from "@turnkey/sdk-browser";
import type { TurnkeyServerClient, TurnkeyApiTypes } from "@turnkey/sdk-server";
import { getSPLAssociatedTokenAddress } from "./utils";
export {
getSPLAssociatedTokenAddress
}

type TClient = TurnkeyClient | TurnkeyBrowserClient | TurnkeyServerClient;

Expand Down Expand Up @@ -283,4 +279,3 @@ export class TurnkeySigner {
return messageToSign;
}
}

21 changes: 0 additions & 21 deletions packages/solana/src/utils.ts

This file was deleted.

0 comments on commit c2f41ca

Please sign in to comment.