-
Notifications
You must be signed in to change notification settings - Fork 19
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
SOV-4334: TraderJoe basic test page #986
SOV-4334: TraderJoe basic test page #986
Conversation
* feat: disable SAT/WBTC pool and conversions via smart-router * chore: add changeset
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
import { fromWei } from '../../../../../../utils/math'; | ||
import { useBlockchainClients } from '../../../utils/client'; | ||
|
||
export const useGetBalance = (tokenAddress?: string) => { |
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.
useAssetBalance
hook can be used (if token is added to contracts package)
* SOV-4350: Disable SOV/WBTC pool (#979) * feat: disable SAT/WBTC pool and conversions via smart-router * chore: add changeset * Version Packages (#980) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: bring back WBTC/SAT pool (#983) * Version Packages (#984) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: liquidity book test page (TraderJoe) --------- Co-authored-by: soulBit <its.soulBit@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Victor Creed <69458664+creed-victor@users.noreply.github.com>
https://sovryn.atlassian.net/browse/SOV-4334