commit
6ea395ca76
|
@ -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",
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
dev_password
|
|
@ -0,0 +1 @@
|
|||
dev_password
|
|
@ -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": {
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
dev_password
|
|
@ -0,0 +1 @@
|
|||
dev_password
|
Loading…
Reference in New Issue