mirror of https://github.com/embarklabs/embark.git
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:
parent
950ae2df88
commit
7926a697c4
|
@ -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": {
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
dev_password
|
|
@ -0,0 +1 @@
|
||||||
|
dev_password
|
|
@ -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": {
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
dev_password
|
|
@ -0,0 +1 @@
|
||||||
|
dev_password
|
Loading…
Reference in New Issue