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.
less decimals
dependent on start and end price (e.g: 0.001, 0.00001)
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:
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: