Closed h0ngcha0 closed 1 year ago
When a number is too big, Mongo is returning the number with scientific notation, such as 1.157920892373162e+75.
1.157920892373162e+75
FE can not handle this number and stops loading. This PR fixes that.
We probably should limit the highest price an NFT should be, perhaps to total supply of ALPH.
When a number is too big, Mongo is returning the number with scientific notation, such as
1.157920892373162e+75
.FE can not handle this number and stops loading. This PR fixes that.
We probably should limit the highest price an NFT should be, perhaps to total supply of ALPH.