mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 13:28:01 -05:00
fix readme (#506)
This commit is contained in:
@@ -31,7 +31,7 @@ To use UTC JSON with IPC:
|
||||
```
|
||||
bazel run //deployVRC --\
|
||||
--ipcPath /path/to/your/geth.ipc \
|
||||
--UTCPath /path/to/your/keystore/UTCJSON \
|
||||
--keystoreUTCPath /path/to/your/keystore/UTCJSON \
|
||||
--passwordFile /path/to/your/password.txt
|
||||
```
|
||||
|
||||
@@ -40,7 +40,7 @@ To use UTC JSON with RPC:
|
||||
```
|
||||
bazel run //deployVRC --\
|
||||
--httpPath http://localhost:8545/ \
|
||||
--UTCPath /path/to/your/keystore/UTCJSON \
|
||||
--keystoreUTCPath /path/to/your/keystore/UTCJSON \
|
||||
--passwordFile /path/to/your/password.txt
|
||||
```
|
||||
|
||||
@@ -48,7 +48,7 @@ or
|
||||
|
||||
```
|
||||
bazel run //deployVRC --\
|
||||
--UTCPath /path/to/your/keystore/UTCJSON \
|
||||
--keystoreUTCPath /path/to/your/keystore/UTCJSON \
|
||||
--passwordFile /path/to/your/password.txt
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user