-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
@0xnook is attempting to deploy a commit to the Balancer Team on Vercel. A member of the Team first needs to authorize it. |
resolves #973 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@0xnook what's the state here? Would be great to get this working. When I first checked I think something was required on the API side first? |
fb458da
to
ab1b731
Compare
* error display fixed in main, so changes not needed anymore
Hey @garethfuller, there are still some display inaccuracies.
Pool attributes:
Pool risks:
The trickiest part is the dynamic and possibly non symmetrical swap fee. My opinion is that the PR is good enough to go (after a review) since most issues are fixed at the backend level, and they where already visible at frontend-v2 with the only regression being the APR. There is an open issue in balancer/backend#802 You can easily compare with current deployed versions: Only changes from this PR are redirecting to Xaves interface for adding/removing liquidity, and displaying the pools on the frontend. Screencast of the PR: Also I didn't test staking in gauge, but I can test it shortly, and don't see why it would work any differently. |
hi @0xnook @garethfuller Xave team member here. If there's anything we can help with let me know. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a label for the filter here? https://github.com/balancer/frontend-v3/blob/main/lib/modules/pool/PoolList/usePoolListQueryState.tsx#L113-L128 I think it should be FX
instead of Fx
right?
I think so. Added the label |
Some data is still not correctly displayed, like the pool swap fee apr, pool owner, and pool attribute immutability. Using the swap interface also does not route through these pools.
However, these inaccuracies where also present in the frontend-v2 UI.