mirror of https://github.com/embarklabs/embark.git
remove deprecated geth params
This commit is contained in:
parent
6ea395ca76
commit
26447c9362
|
@ -26,8 +26,6 @@
|
|||
"networkType": "testnet",
|
||||
"rpcHost": "localhost",
|
||||
"rpcPort": 8545,
|
||||
"light": true,
|
||||
"fast": true,
|
||||
"account": {
|
||||
"password": "config/ropsten/password"
|
||||
}
|
||||
|
@ -36,8 +34,6 @@
|
|||
"networkType": "rinkeby",
|
||||
"rpcHost": "localhost",
|
||||
"rpcPort": 8545,
|
||||
"light": true,
|
||||
"fast": true,
|
||||
"account": {
|
||||
"password": "config/rinkeby/password"
|
||||
}
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
"networkType": "testnet",
|
||||
"rpcHost": "localhost",
|
||||
"rpcPort": 8545,
|
||||
"light": true,
|
||||
"fast": true,
|
||||
"account": {
|
||||
"password": "config/ropsten/password"
|
||||
}
|
||||
|
@ -36,8 +34,6 @@
|
|||
"networkType": "rinkeby",
|
||||
"rpcHost": "localhost",
|
||||
"rpcPort": 8545,
|
||||
"light": true,
|
||||
"fast": true,
|
||||
"account": {
|
||||
"password": "config/rinkeby/password"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue