mirror of https://github.com/embarklabs/embark.git
replicate in contracts app
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
parent
44a77aa065
commit
950ae2df88
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue