From 8679b7b973254001640a95fca36f811a557a41a6 Mon Sep 17 00:00:00 2001 From: Jordi Montes Date: Wed, 14 Feb 2018 11:44:25 +0100 Subject: [PATCH] privateKey var added to config --- config/default.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/default.js b/config/default.js index 3960609..08cb447 100644 --- a/config/default.js +++ b/config/default.js @@ -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: '',