Merge pull request #356 from oceanprotocol/upgrade-aquarius5.1

Upgrade aquarius version to multichain compatibility.
This commit is contained in:
Călina Cenan 2023-03-20 15:52:23 +02:00 committed by GitHub
commit 0dfe4791f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ The default versions are always a combination of component versions which are co
| -------------- | ------------------ | --------------------------------- | --------------- | ------------- |
| ganache | ocean-contracts | latest | 172.15.0.3 | 8545 -> 8545 |
| ocean-contracts | | v1.1.8 | 172.15.0.14 | |
| Aquarius | | v5.0.0 | 172.15.0.5 | 5000 -> 5000 |
| Aquarius | | v5.1.0 | 172.15.0.5 | 5000 -> 5000 |
| Elasticsearch | Aquarius | 8.5.1 | 172.15.0.6 | |
| Provider | | v2.0.0 | 172.15.0.4 | 8030 -> 8030 |
| Provider2 | | v2.0.0 | 172.15.0.7 | 8030 -> 8030 |

View File

@ -28,7 +28,7 @@ COMPOSE_DIR="${DIR}/compose-files"
# Default versions of Aquarius, Provider
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v5.0.0}
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v5.1.0}
export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-8.5.1}
export PROVIDER_VERSION=${PROVIDER_VERSION:-v2.0.0}
export SUBGRAPH_VERSION=${SUBGRAPH_VERSION:-v3.0.0}