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

Commit 6e940a5

Browse files
Merge pull request #268 from valory-xyz/develop
Release v0.14.1
2 parents 986ebc2 + 54aa8f6 commit 6e940a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

run_service.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ directory="trader"
581581
service_repo=https://github.com/$org_name/$directory.git
582582
# This is a tested version that works well.
583583
# Feel free to replace this with a different version of the repo, but be careful as there might be breaking changes
584-
service_version="v0.14.0"
584+
service_version="v0.14.1"
585585

586586
# Define constants for on-chain interaction
587587
gnosis_chain_id=100
@@ -607,7 +607,8 @@ export MECH_CONTRACT_ADDRESS="0x77af31De935740567Cf4fF1986D04B2c964A786a"
607607
export MECH_WRAPPED_NATIVE_TOKEN_ADDRESS=$WXDAI_ADDRESS
608608
export DISABLE_TRADING=false
609609
export STOP_TRADING_IF_STAKING_KPI_MET=true
610-
export RESET_PAUSE_DURATION=300
610+
export RESET_PAUSE_DURATION=120
611+
export MECH_CHAIN_ID=ethereum
611612

612613
# check if USE_NEVERMINED is set to true
613614
if [ "$USE_NEVERMINED" == "true" ];

0 commit comments

Comments
 (0)