saddle-finance / saddle-frontend

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

Patch to claim tokens on side chains #1132

Closed nguyenaiden closed 2 years ago

nguyenaiden commented 2 years ago

Description: Since SDL now exists on side chains, rewards contract no longer needs to call .deposit() with amount Zero on non-Mainnet networks. Now, we can call .harvest() directly.

codecov[bot] commented 2 years ago

Codecov Report

Merging #1132 (baccc6f) into master (4f38c8a) will increase coverage by 0.00%. The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master    #1132   +/-   ##
=======================================
  Coverage   10.22%   10.23%           
=======================================
  Files         153      153           
  Lines        5533     5529    -4     
  Branches     1755     1753    -2     
=======================================
  Hits          566      566           
+ Misses       4965     4961    -4     
  Partials        2        2           
Impacted Files Coverage Δ
src/components/TokenClaimDialog.tsx 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4f38c8a...baccc6f. Read the comment docs.