Add user to position + fix few things
This commit is contained in:
@@ -321,7 +321,7 @@ export async function increaseOrderHelper(
|
||||
referralCodeForTxn: params.referralCodeForTxn,
|
||||
triggerPrice: params.limitPrice,
|
||||
collateralTokenAddress: collateralToken.address,
|
||||
isLong: true,
|
||||
isLong: params.isLong,
|
||||
receiveTokenAddress: collateralTokenAddress,
|
||||
indexToken: marketInfo.indexToken,
|
||||
marketInfo,
|
||||
|
||||
Reference in New Issue
Block a user