ICO icon indicating copy to clipboard operation
ICO copied to clipboard

fix(my-app): use mathematical functions with BigNumber

Open MasaHirano opened this issue 3 years ago • 0 comments

Summary

In the codebase, the token amount is represented as BigNumber which is supposed to be compared with its mathematical functions. Currently, we use operators such as * or < so this PR replaces them with those functions.

Reference: https://github.com/LearnWeb3DAO/Sophomore-Mixed-Topics#bignumbers

MasaHirano avatar Jul 23 '22 10:07 MasaHirano