From 494205b8598d586b0172094f7a55999cc7d09b65 Mon Sep 17 00:00:00 2001 From: Louise Poole Date: Fri, 21 Mar 2025 17:58:25 +0200 Subject: [PATCH] chore: update testing simulation dependency (#182) Update to a version that supports account balances --- testing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/requirements.txt b/testing/requirements.txt index f348f15..82980cf 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -3,4 +3,4 @@ PyYAML==6.0.1 Requests==2.32.2 web3==5.31.3 git+https://github.com/propeller-heads/tycho-indexer.git@0.49.0#subdirectory=tycho-client-py -git+https://github.com/propeller-heads/tycho-simulation.git@348cf5114f7f6bebd2cb56732c0a81e27736fd12#subdirectory=tycho_simulation_py \ No newline at end of file +git+https://github.com/propeller-heads/tycho-simulation.git@0.85.0#subdirectory=tycho_simulation_py \ No newline at end of file