From f7be42e380a5b1d7dbba065e531bfab957927476 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Thu, 27 Oct 2022 12:57:36 +0300 Subject: [PATCH] Bump provider to v1.3.6 --- start_ocean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_ocean.sh b/start_ocean.sh index 3b0f48a..15caf5e 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -29,7 +29,7 @@ COMPOSE_DIR="${DIR}/compose-files" # Default versions of Aquarius, Provider export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v4.2.0} -export PROVIDER_VERSION=${PROVIDER_VERSION:-v1.3.5} +export PROVIDER_VERSION=${PROVIDER_VERSION:-v1.3.6} export SUBGRAPH_VERSION=${SUBGRAPH_VERSION:-v2.1.1} export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v1.1.8} export RBAC_VERSION=${RBAC_VERSION:-next}