-
Notifications
You must be signed in to change notification settings - Fork 20
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
USDC Noble support for Pool Stats, Pool and Balances #850
Conversation
pgoos
commented
Dec 8, 2023
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #850 +/- ##
==========================================
- Coverage 28.15% 28.06% -0.10%
==========================================
Files 127 129 +2
Lines 2291 2302 +11
Branches 524 528 +4
==========================================
+ Hits 645 646 +1
- Misses 1643 1653 +10
Partials 3 3
|
app/package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "app", | |||
"version": "2.14.20", | |||
"version": "2.14.22", |
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.
@pgoos any reason why we are skipping 2.14.21 ?
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.
it's because when I created a commit for 2.14.21, it contained some changes that shouldn't be there so I created another commit to withdraw those changes and bumped version again.
app/src/hooks/usePoolStats.ts
Outdated
// arb: null, | ||
// } | ||
// ); | ||
// }); |
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.
@pgoos can you add a comment above to state why this code needs to be commented or kept commented here thanks
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.
removed that code