1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-21 17:27:00 +01:00

Merge pull request #404 from oceanprotocol/feature/update_contracts_v2.1.0

Feature/update contracts v2.1.0
This commit is contained in:
Alex Coseru 2024-08-30 10:42:03 +03:00 committed by GitHub
commit 5bd4a318c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,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 | | v2.0.2 | 172.15.0.14 | |
| ocean-contracts | | v2.1.0 | 172.15.0.14 | |
| Aquarius | | v5.1.4 | 172.15.0.5 | 5000 -> 5000 |
| Elasticsearch | Aquarius | 8.5.1 | 172.15.0.6 | |
| Typesense | Ocean-node | 0.25.1 | 172.15.0.20 | 8108 -> 8108 |

View File

@ -32,7 +32,7 @@ export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v5.1.5}
export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-8.5.1}
export PROVIDER_VERSION=${PROVIDER_VERSION:-v2.1.6}
export SUBGRAPH_VERSION=${SUBGRAPH_VERSION:-v4.0.2}
export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v2.0.4}
export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v2.1.0}
export RBAC_VERSION=${RBAC_VERSION:-next}
export GRAPH_NODE_VERSION=${GRAPH_NODE_VERSION:-v0.33.0}