Skip to content

Commit

Permalink
feat: show funded priv key after start (#38)
Browse files Browse the repository at this point in the history
so that you can use machine gun and other stuff right away
  • Loading branch information
troggy authored Jul 26, 2019
1 parent 08a99d9 commit d305735
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ module.exports = async () => {

console.log(`\n Leap JSON RPC: ${nodes[0].getRpcUrl()}`);
console.log(`Root chain RPC: http://localhost:${ganachePort}\n`);
console.log('Priv key: ', accounts[0].privKey);

return { contracts, nodes, accounts, wallet, plasmaWallet };
};
Expand Down

0 comments on commit d305735

Please sign in to comment.