remove deprecated geth params

This commit is contained in:
Jonathan Rainville 2018-06-15 16:23:55 -04:00
parent 6ea395ca76
commit 26447c9362
2 changed files with 0 additions and 8 deletions

View File

@ -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"
}

View File

@ -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"
}