remove privatekey from deployment

This commit is contained in:
Ricardo Guilherme Schmidt 2019-03-20 23:33:59 -03:00
parent 6c8f0be564
commit 6df774bcfc
No known key found for this signature in database
GPG Key ID: BFB3F5C8ED618A94
1 changed files with 0 additions and 11 deletions

View File

@ -49,17 +49,6 @@ module.exports = {
}
},
development: {
deployment: {
accounts: [
{
privateKey: "b2ab40d549e67ba67f278781fec03b3a90515ad4d0c898a6326dd958de1e46fa",
balance: "5 ether" // You can set the balance of the account in the dev environment
// Balances are in Wei, but you can specify the unit with its name
}
]
}
},
testnet: {
contracts: {
"MiniMeTokenFactory": {