Adds contracts v2.0.2.

This commit is contained in:
Calina Cenan 2023-11-21 09:31:53 +00:00
parent d6bcd0eafe
commit be92229b94
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ The default versions are always a combination of component versions which are co
| Component name | Required by | Version | IP Address | Ports exposed |
| -------------- | ------------------ | --------------------------------- | --------------- | ------------- |
| ganache | ocean-contracts | latest | 172.15.0.3 | 8545 -> 8545 |
| ocean-contracts | | v1.1.8 | 172.15.0.14 | |
| ocean-contracts | | v2.0.2 | 172.15.0.14 | |
| 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 |

View File

@ -32,7 +32,7 @@ export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v5.1.0}
export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-8.5.1}
export PROVIDER_VERSION=${PROVIDER_VERSION:-v2.0.1}
export SUBGRAPH_VERSION=${SUBGRAPH_VERSION:-v3.0.3}
export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v1.1.8}
export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v2.0.2}
export RBAC_VERSION=${RBAC_VERSION:-next}
export OPERATOR_SERVICE_VERSION=${OPERATOR_SERVICE_VERSION:-oceanprotocol/operator-service:v4main}