moonstream-to / web3

Moonstream game engine for blockchain games. Lootboxes, crafting, dropper, mini games that will enrich your game economy
20 stars 10 forks source link

Dropper - erc721 drops should allow default amount of 0 #333

Open kellan-simiotics opened 1 year ago

kellan-simiotics commented 1 year ago

Since the amount for erc721 drops is the tokenId, the default amount should be allowed to be 0 since it is unused (a tokenId MUST by supplied for each claim). Arguably 0 is the only correct value, so we could force it to be zero.