change directories for passwords to replicate good behavior and add light and fast modes

Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
VoR0220 2018-06-15 14:03:48 -05:00
parent 950ae2df88
commit 7926a697c4
6 changed files with 16 additions and 4 deletions

View File

@ -26,16 +26,20 @@
"networkType": "testnet",
"rpcHost": "localhost",
"rpcPort": 8545,
"light": true,
"fast": true,
"account": {
"password": "config/development/password"
"password": "config/ropsten/password"
}
},
"rinkeby": {
"networkType": "rinkeby",
"rpcHost": "localhost",
"rpcPort": 8545,
"light": true,
"fast": true,
"account": {
"password": "config/development/password"
"password": "config/rinkeby/password"
}
},
"livenet": {

View File

@ -0,0 +1 @@
dev_password

View File

@ -0,0 +1 @@
dev_password

View File

@ -26,16 +26,20 @@
"networkType": "testnet",
"rpcHost": "localhost",
"rpcPort": 8545,
"light": true,
"fast": true,
"account": {
"password": "config/development/password"
"password": "config/ropsten/password"
}
},
"rinkeby": {
"networkType": "rinkeby",
"rpcHost": "localhost",
"rpcPort": 8545,
"light": true,
"fast": true,
"account": {
"password": "config/development/password"
"password": "config/rinkeby/password"
}
},
"livenet": {

View File

@ -0,0 +1 @@
dev_password

View File

@ -0,0 +1 @@
dev_password