File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -737,7 +737,7 @@ directory="trader"
737
737
service_repo=https://github.com/$org_name /$directory .git
738
738
# This is a tested version that works well.
739
739
# 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 "
741
741
742
742
# Define constants for on-chain interaction
743
743
gnosis_chain_id=100
@@ -1280,7 +1280,7 @@ export DISABLE_TRADING=false
1280
1280
export STOP_TRADING_IF_STAKING_KPI_MET=true
1281
1281
export RESET_PAUSE_DURATION=45
1282
1282
export MECH_WRAPPED_NATIVE_TOKEN_ADDRESS=$WXDAI_ADDRESS
1283
- export TOOLS_ACCURACY_HASH=QmaWUTH1D8fsrLFrJ46WsbG4LbgxHwGeyVExPek1C1nxUM
1283
+ export TOOLS_ACCURACY_HASH=QmVZvTD4ej9MV9MmhWgR66pwzBYsqXReagDw3crYTP7DsF
1284
1284
1285
1285
if [ -n " $SUBGRAPH_API_KEY " ]; then
1286
1286
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"
1350
1350
if [ " $build_dir " = " abci_build" ]; then
1351
1351
suffix=" abci_build"
1352
1352
else
1353
- suffix=${build_dir##* _ }
1353
+ suffix=${build_dir#* build_ }
1354
1354
fi
1355
1355
abci_0=" trader${suffix} _abci_0"
1356
1356
add_volume_to_service_docker_compose " $PWD /$directory /docker-compose.yaml" " $abci_0 " " /data" " $path_to_store "
You can’t perform that action at this time.
0 commit comments