ergo-auction-house / frontend

User interface of Auction House.
2 stars 0 forks source link

Lowercase in trait name during minting #45

Closed maritsaart closed 1 year ago

maritsaart commented 1 year ago

Item: https://auctionhouse-testnet-qa78f.ondigitalocean.app/artwork/8e3982cfd974ea411ff002b5671a4fddd0256440db293ecfaa5771803d784bda

Now : x, y, width, height, xxxxxxxx, yyyyyyyy Must be: X, Y, Width, Height, XxxxXxxx, YyyyYyyy

LowercaseInTraitNameDuringMinting01 LowercaseInTraitNameDuringMinting02 LowercaseInTraitNameDuringMinting03

anon-real commented 1 year ago

Traits are case-insensitive. We should make all keys uppercase. @imght