Skip to content

Commit

Permalink
Merge pull request #259 from valory-xyz/develop
Browse files Browse the repository at this point in the history
Release v0.13.1
  • Loading branch information
DavidMinarsch authored Apr 6, 2024
2 parents 8a49b70 + f0abdb1 commit 316d823
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions run_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ directory="trader"
service_repo=https://github.com/$org_name/$directory.git
# This is a tested version that works well.
# Feel free to replace this with a different version of the repo, but be careful as there might be breaking changes
service_version="v0.12.8"
service_version="v0.13.1"

# Define constants for on-chain interaction
gnosis_chain_id=100
Expand All @@ -602,15 +602,16 @@ export CUSTOM_SERVICE_REGISTRY_TOKEN_UTILITY_ADDRESS="0xa45E64d13A30a51b91ae0eb1
export CUSTOM_GNOSIS_SAFE_PROXY_FACTORY_ADDRESS="0x3C1fF68f5aa342D296d4DEe4Bb1cACCA912D95fE"
export CUSTOM_GNOSIS_SAFE_SAME_ADDRESS_MULTISIG_ADDRESS="0x6e7f594f680f7aBad18b7a63de50F0FeE47dfD06"
export CUSTOM_MULTISEND_ADDRESS="0x40A2aCCbd92BCA938b02010E17A5b8929b49130D"
export MECH_AGENT_ADDRESS="0x77af31De935740567Cf4fF1986D04B2c964A786a"
export MECH_CONTRACT_ADDRESS="0x77af31De935740567Cf4fF1986D04B2c964A786a"
export WXDAI_ADDRESS="0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d"

# check if USE_NEVERMINED is set to true
if [ "$USE_NEVERMINED" == "true" ];
then
echo "A Nevermined subscription will be used to pay for the mech requests."
export MECH_AGENT_ADDRESS="0x327E26bDF1CfEa50BFAe35643B23D5268E41F7F9"
export MECH_CONTRACT_ADDRESS="0x327E26bDF1CfEa50BFAe35643B23D5268E41F7F9"
export AGENT_REGISTRY_ADDRESS="0xAed729d4f4b895d8ca84ba022675bB0C44d2cD52"
export REQUEST_PRICE=0
fi

sleep_duration=12
Expand Down

0 comments on commit 316d823

Please sign in to comment.