From 778025f20c8aa6ee3b26948181f35f175b9a52f7 Mon Sep 17 00:00:00 2001 From: Shane Date: Sat, 1 Jun 2019 02:37:15 -0700 Subject: [PATCH] fix(README): add supported services --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 9dd13f09..3bc05ba1 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,23 @@ to run the service runner: jade-service-runner ``` +## Supported Services + +Currently it supports `multi-geth` with the following environments: + +- `kotti` +- `mainnet` +- `ethereum` +- `goerli` +- `rinkeby` + +## Extending services +You can extend jade-service-runner with your own configuration via the command line interface + +``` +jade-service-runner -c jade-service-runner-config.json +``` + # Contributing How to contribute, build and release are outlined in [CONTRIBUTING.md](CONTRIBUTING.md), [BUILDING.md](BUILDING.md) and [RELEASING.md](RELEASING.md) respectively. Commits in this repository follow the [CONVENTIONAL_COMMITS.md](CONVENTIONAL_COMMITS.md) specification.