web3modal
web3modal copied to clipboard
[bug] All wallets tab is empty
Link to minimal reproducible example
https://github.com/vanyasav/angular-reown-wagmi/tree/all_wallets
Summary
Having setup config this way:
this.modal = createAppKit({
allWallets: 'SHOW',
adapters: [wagmiAdapter],
networks: [immutableZkEvmTestnet],
metadata,
projectId: PROJECT_ID,
includeWalletIds: [
'c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96',
],
});
To fix this one must add a field featuredWalletIds with the same array as in includeWalletIds
List of related npm package versions
"@reown/appkit": "^1.1.6",
"@reown/appkit-adapter-wagmi": "^1.1.6",