From 60207cf684666b29112139935683e6b8fb270689 Mon Sep 17 00:00:00 2001 From: jmoreira-valory Date: Fri, 5 Apr 2024 16:15:43 +0200 Subject: [PATCH 1/3] chore: update run_service.sh --- run_service.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run_service.sh b/run_service.sh index e1783db4..c85e573c 100755 --- a/run_service.sh +++ b/run_service.sh @@ -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.0" # Define constants for on-chain interaction gnosis_chain_id=100 @@ -602,14 +602,14 @@ 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" fi From 90967315accc5c9eb978d49b5506c6a8307d51ef Mon Sep 17 00:00:00 2001 From: jmoreira-valory Date: Fri, 5 Apr 2024 16:37:28 +0200 Subject: [PATCH 2/3] chore: add request price --- run_service.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_service.sh b/run_service.sh index c85e573c..a088a725 100755 --- a/run_service.sh +++ b/run_service.sh @@ -611,6 +611,7 @@ then echo "A Nevermined subscription will be used to pay for the mech requests." export MECH_CONTRACT_ADDRESS="0x327E26bDF1CfEa50BFAe35643B23D5268E41F7F9" export AGENT_REGISTRY_ADDRESS="0xAed729d4f4b895d8ca84ba022675bB0C44d2cD52" + export REQUEST_PRICE=0 fi sleep_duration=12 From f99ab2dfc32692572e5458823edd3e3017f5d88a Mon Sep 17 00:00:00 2001 From: jmoreira-valory Date: Sat, 6 Apr 2024 13:17:43 +0200 Subject: [PATCH 3/3] chore: update trader version --- run_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_service.sh b/run_service.sh index a088a725..0a6e93af 100755 --- a/run_service.sh +++ b/run_service.sh @@ -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.13.0" +service_version="v0.13.1" # Define constants for on-chain interaction gnosis_chain_id=100