Fix bot + disable position fetcher

This commit is contained in:
2025-04-26 01:30:27 +07:00
parent 6579bbc06f
commit 5eb401dc80
3 changed files with 46 additions and 21 deletions

View File

@@ -139,10 +139,6 @@ export const openGmxPositionImpl = async (
throw new Error("No markets or tokens info data");
}
console.log('price', price)
console.log('stopLossPrice', stopLossPrice)
console.log('takeProfitPrice', takeProfitPrice)
const marketInfo = getMarketInfoFromTicker(ticker, marketsInfoData);
const collateralToken = getTokenDataFromTicker("USDC", tokensData); // Using USDC as collateral
console.log('collateralToken', collateralToken)