mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-21 17:27:00 +01:00
Merge pull request #405 from oceanprotocol/feature/update_contracts_to_v220
Feature/update contracts to v2.2.0
This commit is contained in:
commit
3abd5effa3
@ -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.1.0 | 172.15.0.14 | |
|
||||
| ocean-contracts | | v2.2.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 |
|
||||
|
@ -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.1.0}
|
||||
export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v2.2.0}
|
||||
export RBAC_VERSION=${RBAC_VERSION:-next}
|
||||
export GRAPH_NODE_VERSION=${GRAPH_NODE_VERSION:-v0.33.0}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user