snaps
snaps copied to clipboard
Extend the functionality of MetaMask using Snaps
Bumps [@metamask/json-rpc-engine](https://github.com/MetaMask/core) from 8.0.1 to 8.0.2. Commits 3227bd5 Release 147.0.0 (#4234) 109ebe0 Release 146.0.0 (#4232) 8c80ba4 chore: Export ETHERSCAN_SUPPORTED_CHAIN_IDS constant from Preferences Control... a04eeb6 Release/145.0.0 (#4229) ffd16d4 [keyring-controller] Add withKeyring...
Bumps [@metamask/phishing-controller](https://github.com/MetaMask/core) from 9.0.1 to 9.0.2. Commits 109ebe0 Release 146.0.0 (#4232) 8c80ba4 chore: Export ETHERSCAN_SUPPORTED_CHAIN_IDS constant from Preferences Control... a04eeb6 Release/145.0.0 (#4229) ffd16d4 [keyring-controller] Add withKeyring method (#4197) 4264100 Don't...
I create two site A and site B in localhost. In site A, I have installed snap A(running in 8080). The snap's config is: ``` { "version": "0.1.0", "description": "SnapA",...
I installed two snaps in https://github.com/MetaMask/snaps/tree/main/packages/examples/packages/invoke-snap and using the following code to revoke @metamask/consumer-signer-example-snap, but there is the same error as https://github.com/MetaMask/snaps/issues/2340 : ``` await window.ethereum.request({ method: 'wallet_requestSnaps', params: {...
In my metamask flask, I installed multiple snaps that has transaction-insight permission. When I fired a transaction, I found there only one snap invoked. What's the invocation sequence for multiple...
According the example https://github.com/MetaMask/snaps/tree/main/packages/examples/packages/invoke-snap , I wrote two snaps: snapA: local:http://localhost:8080 snapB: local:http://localhost:8081 snapA invoke snapB, but there is the permitted error. Are there some other configures?
Using env var directly in snap code throw an error `const myApiKey = process.env.MY_API_KEY;` `MetaMask - RPC Error: process is not defined `
Some of our permissions might be too low-level for users to see during the installation phase. Two things: - Potentially introduce another weight (5) to group these implicit permissions -...
Top-level await is not supported in Snaps and following https://github.com/MetaMask/snaps/pull/2358 we throw an error when users try to use it. We should clean up this error and explain that this...
Awaiting Erik Marks SIPS