mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +01:00
Merge pull request #388 from oceanprotocol/predictoor-test
Adds contracts v2.0.2.
This commit is contained in:
commit
54c888cc61
@ -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 |
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user