1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-22 09:47:04 +01:00

Upgrade aquarius version to multichain compatibility.

This commit is contained in:
Calina Cenan 2023-03-20 13:46:05 +00:00
parent 9604e114d5
commit 73de6172b4
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}