Skip to content

Commit 8d8b24c

Browse files
authored
lower limit
1 parent 21c268f commit 8d8b24c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/fastapi_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ async def run_agent(
290290
)
291291

292292
# Restrict agent usage to funded wallets
293-
if portfolio.total_value_usd <= 10:
293+
if portfolio.total_value_usd <= 5:
294294
return AgentMessage(
295295
message="Please use a funded Solana wallet to start using the agent",
296296
pools=[],

0 commit comments

Comments
 (0)