Skip to content

Commit d509536

Browse files
committedDec 6, 2024
changes
1 parent 6424cf7 commit d509536

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎typescript/packages/core/src/plugins/solana/nfts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { fromWeb3JsPublicKey, toWeb3JsInstruction } from "@metaplex-foundation/u
99
export function nfts(): Plugin<SolanaWalletClient> {
1010
return {
1111
name: "nft_actions",
12-
supportsSmartWallets: () => true,
12+
supportsSmartWallets: () => false,
1313
supportsChain: (chain) => chain.type === "solana",
1414
getTools: async () => {
1515
return [

‎typescript/pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)