You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2021. It is now read-only.
Bug Description
When trying to create a new Liquidity Pool, first adding the token for the pairing, there's a division by zero and the frontend crashes.
rangeError: Division by zero
value jsbi-umd.js:1
get fraction.ts:37
quote price.ts:64
R hooks.ts:86
React 2
L hooks.ts:71
Ol index.tsx:72
React 8
unstable_runWithPriority scheduler.production.min.js:18
React 5
Uncaught RangeError: Division by zero
value jsbi-umd.js:1
get fraction.ts:37
quote price.ts:64
R hooks.ts:86
React 2
L hooks.ts:71
Ol index.tsx:72
React 8
unstable_runWithPriority scheduler.production.min.js:18
React 5
Expected Behavior
The page not to turn white, to show the pairing, and to allow me to add the new LP pairing.
The text was updated successfully, but these errors were encountered:
I cloned to test in local using mainnet and I could interact with the UI without this problem, so it may be something that's not happening on master upstream.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Description
When trying to create a new Liquidity Pool, first adding the token for the pairing, there's a division by zero and the frontend crashes.
Steps to Reproduce
Expected Behavior
The page not to turn white, to show the pairing, and to allow me to add the new LP pairing.
The text was updated successfully, but these errors were encountered: