-
-
After upgrading `@metamask/snaps-cli` from `0.27.1` to `0.31.0` I get this error when trying to install/connect to the snap (using Flask 10.26.1):
```
{
"code": -32603,
"message": "Faile…
-
Received this error in the Metamask dialog
```
Failed to fetch Snap "npm:btcsnap": Invalid Snap manifest: manifest shasum does not match computed shasum..
```
-
Currently Metamask passes the chainId to the snap as a string like this "eip155:64" but the chainId is actually hex encoded (so eip155:64 actually means chainId=100, which is Gnosis chain). The curren…
-
Something strange in Firefox with the dialog test snap - when choosing a prompt dialog, if you enter nothing in the response field, it generates an RPC error - saying `MetaMask - RPC Error: Request fo…
-
In the list of features in the first section of the snaps documentation, we should include a feature like "Access the Internet" and link to the network-access reference documentation.
https://docs.m…
-
I was wondering if there is a part of the documentation which focuses on dApp side integration requirements and/or steps.
Lots of the great examples here have an example dApp already working/incl…
-
We have been closely following the [snaps documentation](https://docs.metamask.io/snaps/how-to/develop-a-snap/#detect-the-users-metamask-version) to accurately detect the user's MetaMask version.
U…
-
Start receiving an error on snap installation:
```
Error when adding snap. Error: Error while running snap 'local:http://localhost:8080/': Cannot add property default, object is not extensible
at…
-