Christian Montoya

Results 69 comments of Christian Montoya

Hi, please update your dapp connect code to use a string as the key for the Snap ID instead of an array, like so: ``` await window.ethereum.request({ "method": "wallet_requestSnaps", "params":...

What is the value of SNAP_ID? Usually this error is the result of an invalid ID.

And just to be certain, `snapVersion` is resolving to a string?

Hmmm... what happens if you remove it entirely? Just: ``` return await provider.request({ method: 'wallet_requestSnaps', params: { [SNAP_ID]: {}, } as any, }); ```

Also, sorry, I'm noticing one other things that may or may not be an issue, we have `params` for `wallet_requestSnaps` as an array of objects in our docs, may be...

@tmpfs Thank you for the proposal, but for now it is not possible to evaluate this until we determine how to architect the underlying websockets functionality

If you can create custom launchers, you can create one that uses the Activity for Lemuroid's Android TV mode.

Also after this is merged I think this page content: https://docs.metamask.io/snaps/features/custom-ui/ Should just be entirely replaced with this page: https://metamask-docs-3x444rekv-metamask-web.vercel.app/snaps/features/custom-ui/ And then we can remove all the code examples using...

@alexandratran I would be OK with that

Found more things to fix @alexandratran , will need re-review :)