Feature - Improves Swap Functionality and SEO#75
Merged
Corey-Code merged 3 commits intomainfrom Feb 20, 2026
Merged
Conversation
- Updated the title of the index.html to improve search visibility. - Added meta tags for description, keywords, and Open Graph properties to enhance SEO. - Introduced structured data in JSON-LD format for better indexing by search engines. - Added a new informational box in main.tsx to provide users with a brief overview of Vidulum Wallet's features and capabilities.
- Updated address filtering in the Swap component to only apply filters for connected addresses across Cosmos, EVM, and SVM networks. - Added `connectedAddresses` as a dependency in the useEffect hook to ensure accurate filtering. - Introduced a new prop to hide assets unless the wallet type is connected, improving user experience.
- Introduced a new proxy URL for transaction simulation to improve reliability when using specific endpoints. - Updated the `simulateTransaction` function to dynamically select the appropriate simulation URL based on the endpoint. - Added a constant for the skip API URL in the Swap component to streamline API calls and improve maintainability.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces improvements to both backend and frontend components, focusing on swap functionality, user experience, and SEO for the Vidulum Wallet. Key changes include enhanced filtering logic for connected wallets, updated API endpoints, improved widget configuration, and enriched metadata for better discoverability.
Swap functionality and filtering improvements
SwapPageto only show swap options for networks with connected addresses, improving user experience and preventing unnecessary options.SKIP_API_URLfor the swap widget, ensuring consistent API routing. [1] [2]Backend endpoint and proxy enhancements
BZE_SIMULATE_PROXY_URLand updated transaction simulation logic to use a proxy endpoint for BeeZee (rest.getbze.com), improving reliability and failover handling. [1] [2]SEO and metadata improvements
index.htmlto improve SEO and social sharing for Vidulum Wallet.