Skip to content

Instantly share code, notes, and snippets.

@iurimatias
Last active June 20, 2018 15:11
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 iurimatias/9b09fce6abb0591e7e7f83c5f808a963 to your computer and use it in GitHub Desktop.
Save iurimatias/9b09fce6abb0591e7e7f83c5f808a963 to your computer and use it in GitHub Desktop.
config/contracts.js
// config/contracts.js
module.exports = {
"development": {
"deployment": {
"accounts": [
{
"mnemonic": "12 word mnemonic",
"balance": "5 ether"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment