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

Commit 545754a

Browse files
chore: Update trader 0.6.2
1 parent e03c1e5 commit 545754a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

run_service.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ fi
193193
directory="trader"
194194
# This is a tested version that works well.
195195
# Feel free to replace this with a different version of the repo, but be careful as there might be breaking changes
196-
service_version="v0.6.0.post1"
196+
service_version="v0.6.2"
197197
service_repo=https://github.com/valory-xyz/$directory.git
198198
if [ -d $directory ]
199199
then
@@ -352,6 +352,10 @@ echo "Your agent instance's address: $agent_address"
352352
echo "Your service's Safe address: $safe"
353353
echo ""
354354

355+
poetry run autonomy --version
356+
git status
357+
358+
355359
suggested_amount=50000000000000000
356360
ensure_minimum_balance $agent_address $suggested_amount "agent instance's address"
357361

0 commit comments

Comments
 (0)