From 29c960eeca8289590cd3441e1aeb7765b748d32a Mon Sep 17 00:00:00 2001 From: cryptooda Date: Wed, 23 Jul 2025 02:39:23 +0700 Subject: [PATCH] Update markets --- src/Managing.Application/Bots/TradingBot.cs | 2 +- src/Managing.Web3Proxy/src/plugins/custom/gmx.ts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Managing.Application/Bots/TradingBot.cs b/src/Managing.Application/Bots/TradingBot.cs index 78402f2..667edc9 100644 --- a/src/Managing.Application/Bots/TradingBot.cs +++ b/src/Managing.Application/Bots/TradingBot.cs @@ -622,7 +622,7 @@ public class TradingBot : Bot, ITradingBot else { 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); } } diff --git a/src/Managing.Web3Proxy/src/plugins/custom/gmx.ts b/src/Managing.Web3Proxy/src/plugins/custom/gmx.ts index 6839b3f..9e0b675 100644 --- a/src/Managing.Web3Proxy/src/plugins/custom/gmx.ts +++ b/src/Managing.Web3Proxy/src/plugins/custom/gmx.ts @@ -222,6 +222,9 @@ export async function getClientForAddress( "0x0e46941F9bfF8d0784BFfa3d0D7883CDb82D7aE7": { isListed: false, }, + "0x9c060B2fA953b5f69879a8B7B81f62BFfEF360be": { + isListed: false, + }, } };