MetaMask / snaps-cli

A CLI for developing MetaMask plugins.
ISC License
38 stars 26 forks source link

Add custom identity example #31

Closed danfinlay closed 3 years ago

danfinlay commented 5 years ago

Adds a simple account with the address 0x10000000000000, which throws errors on any signing method.

Just enough to test whether I'm crashing the UI with: https://github.com/MetaMask/metamask-plugin-beta/pull/63

I'm crashing the UI a lot right now, I think there are is a bit more selector-massaging in the future of that branch. Posting this here so I can get some help with that process.

rekmarks commented 3 years ago

Looks like we added this example in some other PR.