Skip to content

Commit

Permalink
Enable quantity for highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddern committed Aug 29, 2024
1 parent 8459d7a commit 23e9a1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ingestors/highlight/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,10 @@ export class HighlightIngestor implements MintIngestor {
chainId: 8453,
contractAddress: CONTRACT_ADDRESS,
contractMethod: 'vectorMint721',
contractParams: `[${vectorId}, 1, address]`,
contractParams: `[${vectorId}, quantity, address]`,
abi: MINT_CONTRACT_ABI,
priceWei: totalPriceWei,
supportsQuantity: true,
});

const metadata = await getHighlightMetadata(+vectorId, resources.alchemy);
Expand Down

0 comments on commit 23e9a1e

Please sign in to comment.