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", "networkType": "testnet",
"rpcHost": "localhost", "rpcHost": "localhost",
"rpcPort": 8545, "rpcPort": 8545,
"light": true,
"fast": true,
"account": { "account": {
"password": "config/development/password" "password": "config/ropsten/password"
} }
}, },
"rinkeby": { "rinkeby": {
"networkType": "rinkeby", "networkType": "rinkeby",
"rpcHost": "localhost", "rpcHost": "localhost",
"rpcPort": 8545, "rpcPort": 8545,
"light": true,
"fast": true,
"account": { "account": {
"password": "config/development/password" "password": "config/rinkeby/password"
} }
}, },
"livenet": { "livenet": {

View File

@ -0,0 +1 @@
dev_password

View File

@ -0,0 +1 @@
dev_password

View File

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

View File

@ -0,0 +1 @@
dev_password

View File

@ -0,0 +1 @@
dev_password