mirror of https://github.com/embarklabs/embark.git
add rinkeby option for testing purposes
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
parent
391777d5bf
commit
44a77aa065
|
@ -30,6 +30,14 @@
|
|||
"password": "config/development/password"
|
||||
}
|
||||
},
|
||||
"rinkeby": {
|
||||
"networkType": "rinkeby",
|
||||
"rpcHost": "localhost",
|
||||
"rpcPort": 8545,
|
||||
"account": {
|
||||
"password": "config/development/password"
|
||||
}
|
||||
},
|
||||
"livenet": {
|
||||
"networkType": "livenet",
|
||||
"rpcHost": "localhost",
|
||||
|
|
Loading…
Reference in New Issue