David Li

Results 5 issues of David Li

### Link to minimal reproducible example app.cibola.finance ### Summary I added a logo by settting `--w3m-logo-image-url` and the logo works in web app But in the mobile, the logo is...

bug
needs review

### Describe the bug When I click `Connect Wallet` button in my website (iPhone, chrome browser), I am redirected to metamask app and connect wallet popup is displayed. But the...

type-bug
Sev3-low
stale
team-extension-platform
external-contributor

Versions: uniforms: ^3.10.1 uniforms-mui: ^3.10.1 ``` type A1 = { id_type: 'a1'; id: string; }; type A2 = { id_type: 'a2'; id: string; }; type C = { name: string;...

```ts type A1 = { id_type: 'a1'; id: string; }; type A2 = { id_type: 'a2'; id: string; }; type C = { name: string; address: string; } type A1c...

bug
help wanted
good first issue

### Check existing issues - [X] I checked there isn't [already an issue](https://github.com/wevm/wagmi/issues) for the bug I encountered. ### Describe the bug 1. To reproduce - connect wallet to Ethereum...