olta-art / editions-auction

Dutch auction style drop mechanic for editions
GNU General Public License v3.0
0 stars 2 forks source link

Aesthetic pricing #18

Closed george-e-d-g-e closed 2 years ago

george-e-d-g-e commented 2 years ago

Find a way to make the prices more aesthetically pleasing. At the moment there can be numbers with 18 decimals and it quickly gets crazy looking prices the more drops that are added.

one solution might be to just give an array of prices as a params Another is to quantize the price to have last digits on nice numbers .... e.g [25, 5, 75, 99] :joy: