saddle-finance / saddle-frontend

An open source UI for saddle.finance 🤠
https://saddle.exchange
54 stars 58 forks source link

Allow Wrapped Token withdraw #1176

Closed nkrulikovsky closed 1 year ago

nkrulikovsky commented 2 years ago

What does this PR do?

enable to withdraw wrapped token from meta pool.

NOTE Withdrawing function is having more issue like the following.

codecov[bot] commented 2 years ago

Codecov Report

Merging #1176 (79f36cd) into master (61678a9) will decrease coverage by 0.02%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #1176      +/-   ##
==========================================
- Coverage   10.30%   10.28%   -0.03%     
==========================================
  Files         161      161              
  Lines        6053     6065      +12     
  Branches     1965     1970       +5     
==========================================
  Hits          624      624              
- Misses       5429     5441      +12     
Impacted Files Coverage Δ
src/components/WithdrawPage.tsx 0.00% <0.00%> (ø)
src/hooks/useApproveAndWithdraw.ts 0.00% <0.00%> (ø)
src/hooks/usePoolData.ts 0.00% <ø> (ø)
src/hooks/useWithdrawFormState.ts 0.00% <ø> (ø)
src/pages/Withdraw.tsx 0.00% <0.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more