- 
                Notifications
    You must be signed in to change notification settings 
- Fork 6
chore: bump web3auth and skip #588
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
| @fmorency is attempting to deploy a commit to the Manifest Network's projects Team on Vercel. A member of the Team first needs to authorize it. | 
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.
Pull Request Overview
This PR updates wallet and IBC widget dependencies, fixes a Web3Auth configuration issue, and adds a background color for consistency in the IBC send form.
Key changes:
- Upgraded @skip-go/clientfrom 1.3.7 to 1.5.9 and@skip-go/widgetfrom 3.12.11 to 3.14.14
- Switched @cosmos-kit/web3authto a custom package from@manifest-networknamespace
- Corrected placement of mfaLevelproperty in Web3Auth configuration
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description | 
|---|---|
| package.json | Updates dependencies for Web3Auth and Skip-Go packages | 
| contexts/web3AuthContext.tsx | Moves mfaLevelproperty into the correctclientconfiguration object | 
| components/bank/forms/ibcSendForm.tsx | Adds background color to success state styling | 
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| Codecov Report❌ Patch coverage is  
 📢 Thoughts on this report? Let us know! | 
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.
Pull Request Overview
Copilot reviewed 5 out of 6 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
(cherry picked from commit 467261f)
(cherry picked from commit 467261f)
(cherry picked from commit 467261f)
This pull request updates several dependencies and makes minor adjustments to the UI and authentication configuration. The most significant changes are dependency upgrades for wallet and client packages, along with a small UI color tweak and a configuration fix for Web3Auth.
Dependency updates:
@cosmos-kit/web3authto use a custom package version from the@manifest-networknamespace (2.16.6-ll.1) inpackage.json.@skip-go/clientto1.5.9and@skip-go/widgetto3.14.14inpackage.json.UI and configuration improvements:
backgroundcolor (#161616) to thesuccessstyle inIbcSendFormfor improved visual consistency.mfaLevel: 'optional'property to the correct location within theclientconfiguration object inWeb3AuthProviderfor accurate multi-factor authentication setup.