Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Quazia authored and github-actions[bot] committed Oct 19, 2023
1 parent 0b3a29b commit 901047d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/gmx/src/GMX.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ export const swap = async (swap: SwapActionParams) => {
to: contractAddress, // The contract address of the swap
chainId: chainId, // The chain id of the swap
input: {
$abiAbstract: GMX_SWAPV2_ABI,
params: {
numbers: {
minOutputAmount: amountOut,
},
orderType: OrderType.MarketSwap,
addresses: {
receiver: recipient,
swapPath: [tokenIn, tokenOut],
},
$abiAbstract: GMX_SWAPV2_ABI,
params: {
numbers: {
minOutputAmount: amountOut,
},
orderType: OrderType.MarketSwap,
addresses: {
receiver: recipient,
swapPath: [tokenIn, tokenOut],
},
},
},
})
}
Expand Down

0 comments on commit 901047d

Please sign in to comment.