Fujicracy / fuji-v2

Cross-chain money market aggregator
https://fuji-v2-frontend.vercel.app
15 stars 10 forks source link

Number -> BN #662

Open ferostabio opened 10 months ago

ferostabio commented 10 months ago

Move all usages of number to BigNumber.

Start with balances. That force us to change different store properties and values passed around to components.

Wait until lending is done, so there are no breaking merge conflicts.