Skip to content

Instantly share code, notes, and snippets.

@eduadiez
Last active October 14, 2017 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eduadiez/da7816f5b6cd89dcb0f74dca876cf3d9 to your computer and use it in GitHub Desktop.
Save eduadiez/da7816f5b6cd89dcb0f74dca876cf3d9 to your computer and use it in GitHub Desktop.
How to delete contracts from Ethereum Wallet (MIST)

You would need to open the console (CMD/CTRL + ALT + i) and type:

CustomContracts.find().fetch() CustomContracts.remove('id')

CustomContracts.remove(CustomContracts.find().fetch()[0]._id)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment