-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add tabs for add liquidity #214
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
2c66299
add tabs
groninge01 8f97d5f
Merge branch 'main' into feat/add-liquidity-tabs
groninge01 c7ca500
set default tab
groninge01 b65e5fe
add tvl threshold
groninge01 dae10e7
set tab index
groninge01 0761db3
Merge branch 'main' into feat/add-liquidity-tabs
groninge01 8e96a7d
proportional check logic has moved
groninge01 b3d869c
Merge branch 'main' into feat/add-liquidity-tabs
agualis f68ad17
Merge branch 'main' into feat/add-liquidity-tabs
agualis 8b203bc
reafactor: proportional tabs and handlers
agualis f6b7662
fix: do not show unbalanced error in nested adds
agualis a6d6743
fix: nested with top level with underlyings
agualis 7d58595
chore: simplify AddLiquidityFormTabs
agualis 98057ea
fix: disable wethIsEth for v3 boosted
agualis 64ea9fd
fix: boostedPoolState when underlying token has undefined address
agualis b305468
fix: avoid using ETH instead of WETH when pool does not support wethI…
agualis 8bfb117
fix: use token index instead of for index in boostedPoolState
agualis 81fb155
fix: use explicit referenceAmount by address in Proportional adds
agualis 9e0e9c7
debug: log silenced PI query error
agualis 11f487d
debug: log nested PI inputs
agualis b4ef6c2
debug: avoid retry limit on PI error
agualis 8067449
debug: alchemy route
agualis cd0ef87
debug: alchemy route 2
agualis 720141b
chore: clean console logs
agualis a8dfe02
chore: improve ratio error messages
agualis 365c5b5
Merge branch 'main' into feat/add-liquidity-tabs
agualis b4dea10
add optional prop for full width
groninge01 1ac39a6
set to full width
groninge01 afaecb1
add optional prop for larger text
groninge01 08d148b
set larger text for buttons
groninge01 9d2a39b
chore: refactor unbalanced error label logic
agualis 8b9c851
chore: bump sdk to 0.33.2
agualis b48aa41
chore: add unit test for boosted state
agualis 8b75d71
chore: change boosted message
agualis c918b95
chore: update MIN_LIQUIDITY_FOR_BALANCED_ADD
agualis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
i moved this function from useProportionalInputs to here