Skip to content

Commit

Permalink
Patch 1 (paritytech#355)
Browse files Browse the repository at this point in the history
* Update README.md

* Fix path
  • Loading branch information
yrong committed Apr 21, 2021
1 parent 3268f70 commit 633f683
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Check that all related services are not running (eg: from a previous run):
```
ps -aux | grep polkadot
ps -aux | grep ganache
ps -aux | grep substrate
ps -aux | grep artemis
```
Kill all processes that are still running if needed
Expand Down
3 changes: 3 additions & 0 deletions test/scripts/start-services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ configdir=$(mktemp -d -t artemis-config-XXX)
start_ganache()
{
echo "Starting Ganache"

pushd ../ethereum
yarn run ganache-cli \
--port=8545 \
--blockTime=4 \
--networkId=344 \
--deterministic \
--mnemonic='stone speak what ritual switch pigeon weird dutch burst shaft nature shove' \
>ganache.log 2>&1 &
popd

scripts/wait-for-it.sh -t 32 localhost:8545
sleep 5
Expand Down

0 comments on commit 633f683

Please sign in to comment.