Aaron

Results 30 comments of Aaron

Is there anything I can help with to get this merged? Would be great to be able to lazy load routes to reduce bundle size!

@cmeisl I have a branch setup with code that implements this feature in this commit: 848da94 Off the top of my head I can't think of a way to test...

My guess is that the object is empty due to it being stringified before being logged and it isn't serializable? We should probably just take it off the event object...

Fixed and released in [v2.12.0](https://github.com/blocknative/web3-onboard/releases/tag/2.12.0)

Hey @gamalielhere thanks for this, we'll try to get a look at this one soon 😄

@ihorbond thanks for these suggestions. > Actually looks like just "wallet_getPermissions" won't cut it because even though we technically have permissions for 2 connected metamask accounts we can only send...

Hey @ihorbond can try installing core version: `2.9.0-alpha.1` and see if that works as you would expect?

Released in [v2.13.0](https://github.com/blocknative/web3-onboard/releases/tag/2.13.0)

We are going to take a look at this issue this week, we had a bit of a backlog to get through first.

@huy23121994 you can check out how we handle duplicate provider identity flags [here](https://github.com/blocknative/web3-onboard/blob/v2-web3-onboard/packages/injected/src/wallets.ts#L62). [Here is an example](https://github.com/blocknative/web3-onboard/tree/v2-web3-onboard/packages/injected#adding-custom-injected-wallets) of what a custom injected wallet looks like. Let us know if that...