replicate in contracts app

Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
VoR0220 2018-06-15 13:27:14 -05:00
parent 44a77aa065
commit 950ae2df88
1 changed files with 12 additions and 1 deletions

View File

@ -25,7 +25,18 @@
"testnet": { "testnet": {
"networkType": "testnet", "networkType": "testnet",
"rpcHost": "localhost", "rpcHost": "localhost",
"rpcPort": 8545 "rpcPort": 8545,
"account": {
"password": "config/development/password"
}
},
"rinkeby": {
"networkType": "rinkeby",
"rpcHost": "localhost",
"rpcPort": 8545,
"account": {
"password": "config/development/password"
}
}, },
"livenet": { "livenet": {
"networkType": "livenet", "networkType": "livenet",