From 69f9afa68b20d5fcc411ad397bce9bfda9bf97c0 Mon Sep 17 00:00:00 2001 From: jmoreira-valory Date: Mon, 22 Apr 2024 19:54:15 +0200 Subject: [PATCH 1/2] fix: quick fix mech_chain_id --- run_service.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_service.sh b/run_service.sh index fb45a323..abe87960 100755 --- a/run_service.sh +++ b/run_service.sh @@ -608,6 +608,7 @@ export MECH_WRAPPED_NATIVE_TOKEN_ADDRESS=$WXDAI_ADDRESS export DISABLE_TRADING=false export STOP_TRADING_IF_STAKING_KPI_MET=true export RESET_PAUSE_DURATION=300 +export MECH_CHAIN_ID=ethereum # check if USE_NEVERMINED is set to true if [ "$USE_NEVERMINED" == "true" ]; From 6bc3e21e95a9f57920b7755e5c9023b4ae5e5e46 Mon Sep 17 00:00:00 2001 From: jmoreira-valory Date: Mon, 22 Apr 2024 20:22:20 +0200 Subject: [PATCH 2/2] chore: change trader version --- run_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_service.sh b/run_service.sh index abe87960..71163379 100755 --- a/run_service.sh +++ b/run_service.sh @@ -581,7 +581,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.14.0" +service_version="v0.14.1" # Define constants for on-chain interaction gnosis_chain_id=100