-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] All wallets tab is empty #3128
Comments
I have the same problem |
same here |
A tip, it may be related to the following issue: #2961 (The number of wallets returned varies significantly across chains (e.g., 380+ for Ethereum mainnet, 60 for Base, 3 for Base Sepolia)) It seems that when the react/web SDK performs an all-wallets query, if a chain is specified, it may not be able to query all the wallets that are "theoretically" supported. For less popular chains, you can only manually specify: featuredWalletIds to avoid all-wallet queries being empty Related query requests:https://api.web3modal.org/getWallets?page=1&chains=eip155:【Chain ID 】 一个提示,可能与如下issue有关: #2961 (同链返回的钱包数量差异很大(例如,以太坊主网为 380+,Base 为 60,Base Sepolia 为 3)) 似乎react / web端的SDK,进行all-wallets查询时,如果指定了一个chain,则不一定能将“理论上”支持的钱包都查询出来。 对于比较“冷门”的chain,只能手动指定:featuredWalletIds来避免all-wallet查询是空 相关查询请求:https://api.web3modal.org/getWallets?page=1&chains=eip155:【Chain ID 】 |
so the issue is still there, I'm experiencing this right now. The web3modal.org domain has expired and the api response is just Forbidden |
hopefully gets fixed soon, cause this is crippling everything |
@rtomas still an issue in 1.3.2 |
Link to minimal reproducible example
https://github.com/vanyasav/angular-reown-wagmi/tree/all_wallets
Summary
Having setup config this way:
To fix this one must add a field
featuredWalletIds
with the same array as inincludeWalletIds
List of related npm package versions
The text was updated successfully, but these errors were encountered: