Skip to content

Commit ae83f2b

Browse files
committed
README - fix types for keystore files location
1 parent 83daa7b commit ae83f2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Sentry API will be accessible at `localhost:8006`
9292
IP_ADDR=127.0.0.1 REDIS_URL="redis://127.0.0.1:6379/2" \
9393
POSTGRES_DB="sentry_follower" PORT=8006 KEYSTORE_PWD=ganache1 cargo run -p sentry -- \
9494
--adapter ethereum \
95-
--keystoreFile ./adapter/test/resources/0xf3f583AEC5f7C030722Fe992A5688557e1B86ef7_keystore.json
95+
--keystoreFile ./adapter/tests/resources/0xf3f583AEC5f7C030722Fe992A5688557e1B86ef7_keystore.json \
9696
./docs/config/ganache.toml
9797
```
9898

@@ -174,7 +174,7 @@ Assuming you have [Sentry API running](#running-sentry-rest-api) for the **Leade
174174
```bash
175175
KEYSTORE_PWD=ganache0 cargo run -p validator_worker -- \
176176
--adapter ethereum \
177-
--keystoreFile ./adapter/test/resources/0x80690751969B234697e9059e04ed72195c3507fa_keystore.json \
177+
--keystoreFile ./adapter/tests/resources/0x80690751969B234697e9059e04ed72195c3507fa_keystore.json \
178178
--sentryUrl http://127.0.0.1:8005 \
179179
./docs/config/ganache.toml
180180
```
@@ -186,7 +186,7 @@ Assuming you have [Sentry API running](#running-sentry-rest-api) for the **Follo
186186
```bash
187187
KEYSTORE_PWD=ganache1 cargo run -p validator_worker -- \
188188
--adapter ethereum \
189-
--keystoreFile ./adapter/test/resources/0xf3f583AEC5f7C030722Fe992A5688557e1B86ef7_keystore.json \
189+
--keystoreFile ./adapter/tests/resources/0xf3f583AEC5f7C030722Fe992A5688557e1B86ef7_keystore.json \
190190
--sentryUrl http://127.0.0.1:8006 \
191191
./docs/config/ganache.toml
192192
```

0 commit comments

Comments
 (0)