Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-eastwood3 committed Dec 7, 2024
1 parent 7d0914a commit 7a7e88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/packages/plugins/solana/src/nfts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { fromWeb3JsPublicKey, toWeb3JsInstruction } from "@metaplex-foundation/u

export function nfts(connection: Connection): Plugin<SolanaWalletClient> {
return {
name: "nft_actions",
name: "nfts",
supportsSmartWallets: () => false,
supportsChain: (chain) => chain.type === "solana",
getTools: async () => {
Expand Down

0 comments on commit 7a7e88f

Please sign in to comment.