web3modal icon indicating copy to clipboard operation
web3modal copied to clipboard

[bug] All wallets tab is empty

Open vanyasav opened this issue 1 year ago • 0 comments

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

image

List of related npm package versions

    "@reown/appkit": "^1.1.6",
    "@reown/appkit-adapter-wagmi": "^1.1.6",

vanyasav avatar Oct 19 '24 18:10 vanyasav