Skip to content

[bug] Solana provider #4343

@zenoUsman

Description

@zenoUsman

Link to minimal reproducible example

use const { walletProvider } = useAppKitProvider("solana");

Summary

the solana provider is saying proxyState is not iterable also i am facing some unknow error on new version its not showing the wallets when we remove phantom and solflare wallets from config file check screenshot

Image

Please use proxy object
⨯ TypeError: proxyState is not iterable
at ProjectPage (app[chain][projectName]\page.tsx:175:57)
173 | "pending" | "success" | "error" | null
174 | >(null);

175 | const { walletProvider } = useAppKitProvider("solana");
| ^
176 | const [logs, setLogs] = useState<TLog[]>([]);
177 | const CollectioncontractAddress = projectData[0]?.smartContractAddress;
178 | const ContractAddress = projectData[0]?.nativeContrcatAddress; {
digest: '2260673209'
}

List of related npm package versions

"@reown/appkit": "^1.7.4",
"@reown/appkit-adapter-solana": "^1.7.4",

Node.js Version

v1.7.4

Package Manager

npm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions