update templates for the new keystore password

This commit is contained in:
Jonathan Rainville 2018-08-24 15:50:11 -04:00
parent 9d4a3fd228
commit 18abd639c3
3 changed files with 6 additions and 3 deletions

View File

@ -14,7 +14,8 @@ module.exports = {
// Balances are in Wei, but you can specify the unit with its name // Balances are in Wei, but you can specify the unit with its name
}, },
{ {
privateKeyFile: "path/to/file" // You can put more than one key, separated by , or ; privateKeyFile: "path/to/file", // Either a keystore or a list of keys, separated by , or ;
password: "passwordForTheKeystore" // Needed to decrypt the keystore file
}, },
{ {
mnemonic: "12 word mnemonic", mnemonic: "12 word mnemonic",

View File

@ -14,7 +14,8 @@ module.exports = {
// Balances are in Wei, but you can specify the unit with its name // Balances are in Wei, but you can specify the unit with its name
}, },
{ {
privateKeyFile: "path/to/file" // You can put more than one key, separated by , or ; privateKeyFile: "path/to/file", // Either a keystore or a list of keys, separated by , or ;
password: "passwordForTheKeystore" // Needed to decrypt the keystore file
}, },
{ {
mnemonic: "12 word mnemonic", mnemonic: "12 word mnemonic",

View File

@ -14,7 +14,8 @@ module.exports = {
// Balances are in Wei, but you can specify the unit with its name // Balances are in Wei, but you can specify the unit with its name
}, },
{ {
privateKeyFile: "path/to/file" // You can put more than one key, separated by , or ; privateKeyFile: "path/to/file", // Either a keystore or a list of keys, separated by , or ;
password: "passwordForTheKeystore" // Needed to decrypt the keystore file
}, },
{ {
mnemonic: "12 word mnemonic", mnemonic: "12 word mnemonic",