vanyasav
vanyasav
### Link to minimal reproducible example https://github.com/vanyasav/angular-reown-wagmi/tree/switch_network ### Summary 1. Choose unsupported network in metamask 2. Connect wallet 3. Metamask asks to change network 4. Change network 5. Connection successful...
### 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',...
### Link to minimal reproducible example https://github.com/vanyasav/angular-reown-wagmi/tree/getProvider_error ### Summary Error appears on the console when disconnecting from wallet or rejecting to connect to a wallet ``` chunk-WME3VOFU.js?v=c5e50c67:93 ERROR TypeError: connector.getProvider...
### Summary As stated in the docs: [Wagmi actions](https://wagmi.sh/core/api/actions/readContract) can help us interact with wallets and smart contracts: ``` import { readContract } from '@wagmi/core' import { USDTAbi } from...