-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat(arena): various improvements #1083
Conversation
k0beLeenders
commented
Feb 20, 2025
•
edited
Loading
edited
- started bank service file (one step closer to functional and class based sdk)
- moved bank utils to service file
- fixed various issues from the pnpm migration
- added support for oracle to bank
- verified oracle setup key logic
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Meticulous spotted zero visual differences across 197 screens tested: view results. Meticulous simulated ~4 hours of user flows but tested none of the executable lines edited in your PR. If your PR does not modify your frontend this is expected. If this is a new feature or Meticulous was recently introduced then Meticulous will generate tests to cover your code in the coming days1. 1. If you wish to increase coverage immediately you can do so by interacting with your feature on localhost. Expected differences? Click here. Last updated for commit 957ace2. This comment will update as new commits are pushed. |
7cb0e53
to
53b9494
Compare
523e223
to
b14540f
Compare
- started bank service file (one step closer to functional and class based sdk) - fixed various issues from the pnpm migration - added support for oracle to bank - verify oracle setup key logic (todo)
267f469
to
957ace2
Compare
@@ -25,7 +25,7 @@ export const PwaSignIn = ({ isLoading, isActiveLoading, setIsActiveLoading, setI | |||
return ( | |||
<> | |||
<OnboardHeader | |||
title={process.env.NEXT_PUBLIC_APP_ID === "marginfi-v2-ui" ? "# to marginfi" : "Enrter The Arena"} |
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.
noice hahah