Skip to content

Commit a8bccac

Browse files
authored
Merge pull request #435 from valory-xyz/develop
Release v0.23.0.post2
2 parents e96738c + acaf5a2 commit a8bccac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run_service.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ directory="trader"
737737
service_repo=https://github.com/$org_name/$directory.git
738738
# This is a tested version that works well.
739739
# Feel free to replace this with a different version of the repo, but be careful as there might be breaking changes
740-
service_version="hotfix/multi-bets"
740+
service_version="v0.23.1.post1"
741741

742742
# Define constants for on-chain interaction
743743
gnosis_chain_id=100
@@ -1280,7 +1280,7 @@ export DISABLE_TRADING=false
12801280
export STOP_TRADING_IF_STAKING_KPI_MET=true
12811281
export RESET_PAUSE_DURATION=45
12821282
export MECH_WRAPPED_NATIVE_TOKEN_ADDRESS=$WXDAI_ADDRESS
1283-
export TOOLS_ACCURACY_HASH=QmaWUTH1D8fsrLFrJ46WsbG4LbgxHwGeyVExPek1C1nxUM
1283+
export TOOLS_ACCURACY_HASH=QmVZvTD4ej9MV9MmhWgR66pwzBYsqXReagDw3crYTP7DsF
12841284

12851285
if [ -n "$SUBGRAPH_API_KEY" ]; then
12861286
export CONDITIONAL_TOKENS_SUBGRAPH_URL="https://gateway-arbitrum.network.thegraph.com/api/$SUBGRAPH_API_KEY/subgraphs/id/7s9rGBffUTL8kDZuxvvpuc46v44iuDarbrADBFw5uVp2"
@@ -1350,7 +1350,7 @@ directory="$service_dir/$build_dir"
13501350
if [ "$build_dir" = "abci_build" ]; then
13511351
suffix="abci_build"
13521352
else
1353-
suffix=${build_dir##*_}
1353+
suffix=${build_dir#*build_}
13541354
fi
13551355
abci_0="trader${suffix}_abci_0"
13561356
add_volume_to_service_docker_compose "$PWD/$directory/docker-compose.yaml" "$abci_0" "/data" "$path_to_store"

0 commit comments

Comments
 (0)