Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
awojciak committed Nov 14, 2023
1 parent 5d79d13 commit 46019ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/containers/NewPositionWrapper/NewPositionWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,8 @@ export const NewPositionWrapper = () => {
dispatch(
poolsActions.getPoolData(
new Pair(tokens[tokenA].assetAddress, tokens[tokenB].assetAddress, {
fee: ALL_FEE_TIERS_DATA[feeTierIndex].tier.fee
fee: ALL_FEE_TIERS_DATA[feeTierIndex].tier.fee,
tickSpacing: ALL_FEE_TIERS_DATA[feeTierIndex].tier.tickSpacing
})
)
)
Expand Down

0 comments on commit 46019ad

Please sign in to comment.