-
Notifications
You must be signed in to change notification settings - Fork 1
change treasury-service endpoint #49
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
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
Constants end points doesn't do much if I recall correctly |
Most of the working ones are in Might be better to delete these constants in a future PR as they are misleading |
I am trying to |
The earnings page also needs to be uncommented from main and the side bar its not currently used. We can remove the fetchBalances. The actual balances we use are in the balances page and for historical ones we can probably do something in a similar vein (speaking as a non-frontend dev), I'm not sure if fetchBalances was functional before. |
2258344
to
b561557
Compare
Deploying wildcat-dashboard with
|
Latest commit: |
2a4340d
|
Status: | ✅ Deploy successful! |
Preview URL: | https://383f4f7c.wildcat-dashboard.pages.dev |
Branch Preview URL: | https://peanut-endpoints-1.wildcat-dashboard.pages.dev |
CI Feedback 🧐(Feedback updated until commit 0f7978b)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
b561557
to
0f7978b
Compare
0f7978b
to
2a4340d
Compare
Looks good 👍 |
User description
📝 Description
change treasury-service endpoints according to changes in wildcat
PR: #218
PR Type
enhancement
Description
Updated
BALANCES
endpoint to/v1/admin/treasury/balance
Aligned endpoint with recent changes in Wildcat service
Changes walkthrough 📝
endpoints.ts
Update BALANCES endpoint path for treasury-service
src/constants/endpoints.ts
BALANCES
endpoint to/v1/admin/treasury/balance