diff --git a/src/containers/NewPositionWrapper/NewPositionWrapper.tsx b/src/containers/NewPositionWrapper/NewPositionWrapper.tsx index 8f398f2bc..6af3d0e9c 100644 --- a/src/containers/NewPositionWrapper/NewPositionWrapper.tsx +++ b/src/containers/NewPositionWrapper/NewPositionWrapper.tsx @@ -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 }) ) )