0xProject / 0x-launch-kit-frontend

Apache License 2.0
112 stars 207 forks source link

Replace units functions with Web3Wrapper methods #294

Closed fvictorio closed 5 years ago

fvictorio commented 5 years ago

Our helpers tokenAmountInUnits and unitsInTokenAmount do something similar to Web3Wrapper static methods toBaseUnitAmount and toUnitAmount. They are not exactly equivalent (signatures are different), but very close enough.

fvictorio commented 5 years ago

I think this is done, right @mariano-aguero?