Skip to content

Commit

Permalink
Update useV3PositionFees.ts (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnaysngh-mudrex authored May 30, 2024
1 parent 65ce234 commit cf6d60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useV3PositionFees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export const useStaticFeeResults = (
amount1_max: MAX_UINT128,
}
const isWalletCairoVersionGreaterThanZero = Boolean(contract_version.data)
const payload = isWalletCairoVersionGreaterThanZero
const payload = !isWalletCairoVersionGreaterThanZero
? {
contractAddress: address,
calldata: CallData.compile({
Expand Down

0 comments on commit cf6d60a

Please sign in to comment.