Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit ee36157

Browse files
authored
Merge pull request #438 from valory-xyz/develop
Release `v0.24.0`
2 parents e17b0ee + 0e444a4 commit ee36157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_service.sh

Lines changed: 2 additions & 2 deletions
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="v0.23.1.post1"
740+
service_version="v0.25.0"
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=QmVZvTD4ej9MV9MmhWgR66pwzBYsqXReagDw3crYTP7DsF
1283+
export TOOLS_ACCURACY_HASH=QmZFEoQ1oFCWmwgyo63sn2cFwQm2M5HxgU9jhCE2ayQhKG
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"

0 commit comments

Comments
 (0)