Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump provider to v0.4.12 #253

Merged
merged 1 commit into from
Jun 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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