-
Notifications
You must be signed in to change notification settings - Fork 45
drop Mercuryo #812
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
base: main
Are you sure you want to change the base?
drop Mercuryo #812
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
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 removes Mercuryo as a crypto purchase provider from the Status wallet application, simplifying the codebase to use only MoonPay as the on-ramp solution.
- Removed Mercuryo-related configuration, environment variables, and type definitions
- Updated UI components to remove Mercuryo provider options
- Simplified the BuyTokens component by removing the address parameter dependency
- Updated documentation to reflect the removal of Mercuryo as a supported provider
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
packages/wallet/src/config/env.server.mjs | Removed MERCURYO_SECRET_KEY from environment schema |
packages/wallet/src/components/send-assets-modal/index.tsx | Updated buy crypto link to use MoonPay instead of Mercuryo |
packages/wallet/src/components/image/types.ts | Removed Mercuryo logo image type definitions |
packages/wallet/src/components/empty-state-actions/index.tsx | Removed address parameter from BuyTokens component |
packages/wallet/src/components/empty-state-actions/components/buy-tokens.tsx | Simplified component by removing Mercuryo provider and address dependency |
packages/wallet/src/components/buy-crypto-drawer/index.tsx | Removed Mercuryo from provider types and configurations |
apps/wallet/wxt.config.ts | Removed MERCURYO_SECRET_KEY from test environment variables |
apps/status.app/content/help/wallet/buy-crypto.mdx | Updated documentation to remove Mercuryo references |
apps/status.app/content/help/getting-started/privacy-with-status-third-parties.mdx | Removed Mercuryo privacy policy section |
apps/portfolio/src/config/env.server.mjs | Removed MERCURYO_SECRET_KEY from environment schema |
apps/portfolio/src/app/_components/buy-crypto-drawer.tsx | Complete rewrite to use only MoonPay provider with inline implementation |
apps/portfolio/src/app/_actions.ts | Removed Mercuryo-specific logic and simplified to support only MoonPay |
apps/api/src/config/env.server.mjs | Removed MERCURYO_SECRET_KEY from environment schema |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.