From 081cfac15dc88c0fba0f8ccf72eec0e4ad0e6486 Mon Sep 17 00:00:00 2001 From: Anna Sambrook Date: Thu, 13 Feb 2025 11:39:47 +0000 Subject: [PATCH 1/3] chore: bump trader version --- run_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_service.sh b/run_service.sh index 65d87dec..700bf693 100755 --- a/run_service.sh +++ b/run_service.sh @@ -737,7 +737,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.23.1" +service_version="v0.23.0.post1" # Define constants for on-chain interaction gnosis_chain_id=100 From f34f3e4cfd96739044ef75fb0f6934ac60feba77 Mon Sep 17 00:00:00 2001 From: Anna Sambrook Date: Thu, 13 Feb 2025 11:40:02 +0000 Subject: [PATCH 2/3] chore: update tools accuracy hash --- run_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_service.sh b/run_service.sh index 700bf693..9e43ee93 100755 --- a/run_service.sh +++ b/run_service.sh @@ -1280,7 +1280,7 @@ export DISABLE_TRADING=false export STOP_TRADING_IF_STAKING_KPI_MET=true export RESET_PAUSE_DURATION=45 export MECH_WRAPPED_NATIVE_TOKEN_ADDRESS=$WXDAI_ADDRESS -export TOOLS_ACCURACY_HASH=QmaWUTH1D8fsrLFrJ46WsbG4LbgxHwGeyVExPek1C1nxUM +export TOOLS_ACCURACY_HASH=QmVZvTD4ej9MV9MmhWgR66pwzBYsqXReagDw3crYTP7DsF if [ -n "$SUBGRAPH_API_KEY" ]; then export CONDITIONAL_TOKENS_SUBGRAPH_URL="https://gateway-arbitrum.network.thegraph.com/api/$SUBGRAPH_API_KEY/subgraphs/id/7s9rGBffUTL8kDZuxvvpuc46v44iuDarbrADBFw5uVp2" From 2b59f68369dd877cea3ea65c406139a4ddc3ec39 Mon Sep 17 00:00:00 2001 From: Anna Sambrook Date: Thu, 13 Feb 2025 11:45:57 +0000 Subject: [PATCH 3/3] chore: bump trader version --- run_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_service.sh b/run_service.sh index 9e43ee93..c989f823 100755 --- a/run_service.sh +++ b/run_service.sh @@ -737,7 +737,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.23.0.post1" +service_version="v0.23.1.post1" # Define constants for on-chain interaction gnosis_chain_id=100