gxurxv commited on
Commit
fe18dcd
·
verified ·
1 Parent(s): 322b74c

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def fetch_and_aggregate_transactions():
87
  agent_ids = service[-1] # Assuming the last element is the list of agent IDs
88
 
89
  # Check if 25 is in the list of agent IDs
90
- if 25 in agent_ids:
91
  agent_address = service_registry.functions.getAgentInstances(service_id).call()[1][0]
92
  response_transfers = get_transfers("valory", agent_address)
93
  transfers = response_transfers.get("transfers", [])
 
87
  agent_ids = service[-1] # Assuming the last element is the list of agent IDs
88
 
89
  # Check if 25 is in the list of agent IDs
90
+ if 40 in agent_ids:
91
  agent_address = service_registry.functions.getAgentInstances(service_id).call()[1][0]
92
  response_transfers = get_transfers("valory", agent_address)
93
  transfers = response_transfers.get("transfers", [])