Skip to content

Commit

Permalink
Fix 1155 Discount validator token encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarb committed Nov 6, 2024
1 parent ca413fe commit 0e0ff63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/hooks/useAttestations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ export function useBaseWorldAttestations() {
data: {
discountValidatorAddress,
discount: Discount.BASE_WORLD,
validationData: '0x0' as `0x${string}`,
validationData: encodeAbiParameters([{ type: 'uint256[]' }], [baseWorldTokenIds]),
},
loading: false,
error: null,
Expand Down

0 comments on commit 0e0ff63

Please sign in to comment.