commit
6ea395ca76
|
@ -25,7 +25,22 @@
|
||||||
"testnet": {
|
"testnet": {
|
||||||
"networkType": "testnet",
|
"networkType": "testnet",
|
||||||
"rpcHost": "localhost",
|
"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": {
|
"livenet": {
|
||||||
"networkType": "livenet",
|
"networkType": "livenet",
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
dev_password
|
|
@ -0,0 +1 @@
|
||||||
|
dev_password
|
|
@ -26,8 +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": {
|
||||||
|
"networkType": "rinkeby",
|
||||||
|
"rpcHost": "localhost",
|
||||||
|
"rpcPort": 8545,
|
||||||
|
"light": true,
|
||||||
|
"fast": true,
|
||||||
|
"account": {
|
||||||
|
"password": "config/rinkeby/password"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"livenet": {
|
"livenet": {
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
dev_password
|
|
@ -0,0 +1 @@
|
||||||
|
dev_password
|
Loading…
Reference in New Issue