0xProject / 0x-launch-kit-frontend

Apache License 2.0
114 stars 208 forks source link

(Bug) Fix maker/taker fee #113

Closed Agupane closed 5 years ago

Agupane commented 5 years ago

Right now there is sort of conversion problem between the values of the maker and taker fee, if an user tries to create a order (buy or sell), an error appears:

image

Values used on env vars (in order to reproduce the error): REACT_APP_MAKER_FEE=0.1 REACT_APP_TAKER_FEE=0.05