From c9f569cfd957f0e028c341b42e93dc3d6e36cfbd Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Thu, 15 Apr 2021 23:50:01 -0700 Subject: [PATCH] fix Readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c556e6..0242351 100644 --- a/README.md +++ b/README.md @@ -122,13 +122,19 @@ This Building Block can be disabled by setting the `--no-aquarius` flag. | Hostname | External Port | Internal URL | Local URL | Description | | ----------- | ------------- | --------------------- | --------------------- | --------------------------------------------------- | -| `provider` | `8030` | http://provider:9000 | http://localhost:8030 | | +| `provider` | `8030` | http://provider:8030 | http://localhost:8030 | | ### Ganache | Hostname | External Port | Internal URL | Local URL | Description | | ----------- | ------------- | --------------------- | --------------------- | --------------------------------------------------- | -| `ganache` | `8545` | http://ganache:9000 | http://localhost:8545 | | +| `ganache` | `8545` | http://ganache:8545 | http://localhost:8545 | | + +### TheGraph + +| Hostname | External Port | Internal URL | Local URL | Description | +| ----------- | ------------- | --------------------- | --------------------- | --------------------------------------------------- | +| `graphnode` | `9000` | http://graphnode:9000 | http://localhost:9000 | | ### ocean-contracts