Skip to content

Commit

Permalink
Merge pull request #50 from floornfts/christine/zora-default-qty
Browse files Browse the repository at this point in the history
Update ZORA default quantity to 1
  • Loading branch information
chrismaddern authored Sep 1, 2024
2 parents 8459d7a + ddabefc commit 2c29b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ingestors/zora-internal/zora-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export class ZoraMetadataProvider {
abi = ZORA_TIMED_MINT_ABI;
supportsQuantity = true;
if (parseInt(mintPriceWei) <= 111000000000000) {
defaultQuantity = 11;
defaultQuantity = 1;
mintPriceWei = (BigInt(mintPriceWei) * BigInt(defaultQuantity)).toString();
}
} else if (mintType === 'FIXED_PRICE') {
Expand Down

0 comments on commit 2c29b91

Please sign in to comment.