Merge pull request #537 from embark-framework/gethFixes

Geth fixes
This commit is contained in:
RJ Catalano 2018-06-15 14:11:24 -05:00 committed by GitHub
commit 6ea395ca76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 33 additions and 2 deletions

View File

@ -25,7 +25,22 @@
"testnet": {
"networkType": "testnet",
"rpcHost": "localhost",
"rpcPort": 8545
"rpcPort": 8545,
"light": true,
"fast": true,
"account": {
"password": "config/ropsten/password"
}
},
"rinkeby": {
"networkType": "rinkeby",
"rpcHost": "localhost",
"rpcPort": 8545,
"light": true,
"fast": true,
"account": {
"password": "config/rinkeby/password"
}
},
"livenet": {
"networkType": "livenet",

View File

@ -0,0 +1 @@
dev_password

View File

@ -0,0 +1 @@
dev_password

View File

@ -26,8 +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/rinkeby/password"
}
},
"livenet": {

View File

@ -0,0 +1 @@
dev_password

View File

@ -0,0 +1 @@
dev_password