Skip to content

Commit a506ca7

Browse files
authored
Merge pull request #428 from valory-xyz/develop
Release v0.23.0
2 parents c951263 + 5c6c122 commit a506ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_service.sh

+2-2
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.22.0"
740+
service_version="v0.23.1"
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=QmZSkE49cnp3KeR9r6bp3hP4M2LPAmG4beHq4isz55ghv5
1283+
export TOOLS_ACCURACY_HASH=QmaWUTH1D8fsrLFrJ46WsbG4LbgxHwGeyVExPek1C1nxUM
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)