privateKey var added to config

This commit is contained in:
Jordi Montes 2018-02-14 11:44:25 +01:00
parent eeebfc5a1a
commit 8679b7b973

View File

@ -16,6 +16,9 @@ module.exports = {
// Address with the funding for the bounties
sourceAddress: '',
// Private key for ether.js wallet
privateKey: '',
// Token of the currency for fetching real time prices (e.g. 'SNT')
token: '',