Fix bot + disable position fetcher
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user