From 5f53fdb8229b383441f13974f2e830509f72f7af Mon Sep 17 00:00:00 2001 From: Ardian Date: Fri, 26 Jul 2024 11:31:49 +0200 Subject: [PATCH 1/2] bump: trader@v0.17.1 --- run_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_service.sh b/run_service.sh index 096a9fe0..2c4c6d0e 100755 --- a/run_service.sh +++ b/run_service.sh @@ -659,7 +659,7 @@ directory="trader" service_repo=https://github.com/$org_name/$directory.git # This is a tested version that works well. # Feel free to replace this with a different version of the repo, but be careful as there might be breaking changes -service_version="v0.17.0" +service_version="v0.17.1" # Define constants for on-chain interaction gnosis_chain_id=100 From 840dca5710200792d1c64b42840068732096cb9f Mon Sep 17 00:00:00 2001 From: Ardian Date: Fri, 26 Jul 2024 14:17:27 +0200 Subject: [PATCH 2/2] chore: bump to v0.17.2 --- run_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_service.sh b/run_service.sh index 2c4c6d0e..cf712b3c 100755 --- a/run_service.sh +++ b/run_service.sh @@ -659,7 +659,7 @@ directory="trader" service_repo=https://github.com/$org_name/$directory.git # This is a tested version that works well. # Feel free to replace this with a different version of the repo, but be careful as there might be breaking changes -service_version="v0.17.1" +service_version="v0.17.2" # Define constants for on-chain interaction gnosis_chain_id=100