Skip to content

Commit

Permalink
Merge pull request #253 from oceanprotocol/feature/provider-bump
Browse files Browse the repository at this point in the history
bump provider to v0.4.12
  • Loading branch information
alexcos20 committed Jun 30, 2021
2 parents fe1da21 + b26d67c commit 855796e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ The default versions are always a combination of component versions which are co
| ocean-contracts | | v0.6.4 | 172.15.0.14 | |
| Aquarius | | v2.2.12 | 172.15.0.5 | 5000 -> 5000 |
| Elasticsearch | Aquarius | 6.8.3 | 172.15.0.6 | |
| Provider | | v0.4.9 | 172.15.0.4 | 8030 -> 8030 |
| Provider2 | | v0.4.9 | 172.15.0.7 | 8030 -> 8030 |
| Provider | | v0.4.12 | 172.15.0.4 | 8030 -> 8030 |
| Provider2 | | v0.4.12 | 172.15.0.7 | 8030 -> 8030 |
| RBAC Server | | main | 172.15.0.8 | 3000 -> 3000 |
| GraphNode | | oceanprotocol/graph-node:latest | 172.15.0.15 | 9000 -> 8000 ,9001 -> 8001 , 9020 -> 8020, 9030 -> 8030, 9040 -> 8040 |
| Graphipfs | | ipfs/go-ipfs:v0.4.23 | 172.15.0.16 | 5001 -> 5001 |
Expand Down
2 changes: 1 addition & 1 deletion start_ocean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COMPOSE_DIR="${DIR}/compose-files"
# Default versions of Aquarius, Provider

export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v2.2.12}
export PROVIDER_VERSION=${PROVIDER_VERSION:-v0.4.9}
export PROVIDER_VERSION=${PROVIDER_VERSION:-v0.4.12}
export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v0.6.4}
export RBAC_VERSION=${RBAC_VERSION:-next}
export PROJECT_NAME="ocean"
Expand Down

0 comments on commit 855796e

Please sign in to comment.