ICO
ICO copied to clipboard
fix(my-app): use mathematical functions with BigNumber
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