mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-18 18:26:50 +00:00
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"
|
"password": "config/development/password"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"rinkeby": {
|
||||||
|
"networkType": "rinkeby",
|
||||||
|
"rpcHost": "localhost",
|
||||||
|
"rpcPort": 8545,
|
||||||
|
"account": {
|
||||||
|
"password": "config/development/password"
|
||||||
|
}
|
||||||
|
},
|
||||||
"livenet": {
|
"livenet": {
|
||||||
"networkType": "livenet",
|
"networkType": "livenet",
|
||||||
"rpcHost": "localhost",
|
"rpcHost": "localhost",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user