File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Sentry API will be accessible at `localhost:8006`
92
92
IP_ADDR=127.0.0.1 REDIS_URL=" redis://127.0.0.1:6379/2" \
93
93
POSTGRES_DB=" sentry_follower" PORT=8006 KEYSTORE_PWD=ganache1 cargo run -p sentry -- \
94
94
--adapter ethereum \
95
- --keystoreFile ./adapter/test /resources/0xf3f583AEC5f7C030722Fe992A5688557e1B86ef7_keystore.json
95
+ --keystoreFile ./adapter/tests /resources/0xf3f583AEC5f7C030722Fe992A5688557e1B86ef7_keystore.json \
96
96
./docs/config/ganache.toml
97
97
```
98
98
@@ -174,7 +174,7 @@ Assuming you have [Sentry API running](#running-sentry-rest-api) for the **Leade
174
174
``` bash
175
175
KEYSTORE_PWD=ganache0 cargo run -p validator_worker -- \
176
176
--adapter ethereum \
177
- --keystoreFile ./adapter/test /resources/0x80690751969B234697e9059e04ed72195c3507fa_keystore.json \
177
+ --keystoreFile ./adapter/tests /resources/0x80690751969B234697e9059e04ed72195c3507fa_keystore.json \
178
178
--sentryUrl http://127.0.0.1:8005 \
179
179
./docs/config/ganache.toml
180
180
```
@@ -186,7 +186,7 @@ Assuming you have [Sentry API running](#running-sentry-rest-api) for the **Follo
186
186
``` bash
187
187
KEYSTORE_PWD=ganache1 cargo run -p validator_worker -- \
188
188
--adapter ethereum \
189
- --keystoreFile ./adapter/test /resources/0xf3f583AEC5f7C030722Fe992A5688557e1B86ef7_keystore.json \
189
+ --keystoreFile ./adapter/tests /resources/0xf3f583AEC5f7C030722Fe992A5688557e1B86ef7_keystore.json \
190
190
--sentryUrl http://127.0.0.1:8006 \
191
191
./docs/config/ganache.toml
192
192
```
You can’t perform that action at this time.
0 commit comments