Update markets

This commit is contained in:
2025-07-23 02:39:23 +07:00
parent 9639e3a56b
commit 29c960eeca
2 changed files with 4 additions and 1 deletions

View File

@@ -622,7 +622,7 @@ public class TradingBot : Bot, ITradingBot
else else
{ {
await LogWarning( await LogWarning(
$"❌ **Position Not Found**\nNo position on exchange and no orders\nSignal: `{signal.Identifier}`\nPosition might be already closed"); $"❌ **Position Closed**\nNo position on exchange and no orders\nSignal: `{signal.Identifier}`\nPosition have been closed.");
await HandleClosedPosition(positionForSignal); await HandleClosedPosition(positionForSignal);
} }
} }

View File

@@ -222,6 +222,9 @@ export async function getClientForAddress(
"0x0e46941F9bfF8d0784BFfa3d0D7883CDb82D7aE7": { "0x0e46941F9bfF8d0784BFfa3d0D7883CDb82D7aE7": {
isListed: false, isListed: false,
}, },
"0x9c060B2fA953b5f69879a8B7B81f62BFfEF360be": {
isListed: false,
},
} }
}; };