Skip to content

Commit dc29fd2

Browse files
committed
fixup README
1 parent 21cac81 commit dc29fd2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mithril-aggregator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Run 'serve' command in release with a specific mode
122122
Run 'serve' command in release with a custom configuration via env vars
123123

124124
```bash
125-
GENESIS_VERIFICATION_KEY=$(wget -q -O - https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey) RUN_INTERVAL=60000 NETWORK=**YOUR_CARDANO_NETWORK** ./mithril-aggregator serve
125+
GENESIS_VERIFICATION_KEY=$(wget -q -O - **YOUR_GENESIS_VERIFICATION_KEY**) RUN_INTERVAL=60000 NETWORK=**YOUR_CARDANO_NETWORK** ./mithril-aggregator serve
126126
```
127127

128128
## Release build and run binary 'genesis' command
@@ -200,7 +200,7 @@ Or with a custom export path (to override the default value `./mithril-genesis-s
200200
Run 'genesis import' command in release with a custom configuration via env vars
201201

202202
```bash
203-
GENESIS_VERIFICATION_KEY=$(wget -q -O - https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey) RUN_INTERVAL=60000 NETWORK=**YOUR_CARDANO_NETWORK** ./mithril-aggregator genesis import
203+
GENESIS_VERIFICATION_KEY=$(wget -q -O - **YOUR_GENESIS_VERIFICATION_KEY**) RUN_INTERVAL=60000 NETWORK=**YOUR_CARDANO_NETWORK** ./mithril-aggregator genesis import
204204
```
205205

206206
```

mithril-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ make build
7373
./mithril-client -r preview list
7474

7575
# Run with custom configuration with env vars
76-
GENESIS_VERIFICATION_KEY=$(wget -q -O - https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey) NETWORK=**YOUR_CARDANO_NETWORK** AGGREGATOR_ENDPOINT=**YOUR_AGREGATOR_ENDPOINT** ./mithril-client
76+
GENESIS_VERIFICATION_KEY=$(wget -q -O - **YOUR_GENESIS_VERIFICATION_KEY**) NETWORK=**YOUR_CARDANO_NETWORK** AGGREGATOR_ENDPOINT=**YOUR_AGREGATOR_ENDPOINT** ./mithril-client
7777
```
7878

7979
You can use the `--json` option in order to display results in `JSON` format for the `list` and `show` commands:

0 commit comments

Comments
 (0)