-
Notifications
You must be signed in to change notification settings - Fork 32
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
Update avascan link #1566
Update avascan link #1566
Conversation
WalkthroughThe recent updates involve a uniform change across multiple files, where the URL for the Avalanche blockchain explorer has been modified. The previous URL 'https://avascan.info/' has been replaced with 'https://avascan.info/blockchain/c/', refining the link to direct users to a more specific subsection of the Avascan website. Changes
TipsChat with CodeRabbit Bot (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1566 +/- ##
=============================================
Coverage 51.26346% 51.26346%
=============================================
Files 362 362
Lines 24694 24694
Branches 283 283
=============================================
Hits 12659 12659
Misses 10807 10807
Partials 1228 1228
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- packages/synapse-interface/constants/chains/master.tsx (1 hunks)
Additional comments: 1
packages/synapse-interface/constants/chains/master.tsx (1)
- 119-125: The URL change from 'https://avascan.info/' to 'https://avascan.info/blockchain/c/' is specific and seems to point directly to the Avalanche C-Chain explorer. This is a good change if the intention is to direct users to the C-Chain specifically, as Avalanche has multiple chains (X, P, and C). However, ensure that this change is communicated to users if they are accustomed to navigating from the general Avascan homepage to the specific chain explorer.
Deploying with Cloudflare Pages
|
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.
Will need to update explorer link as well
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- packages/explorer-ui/constants/networks.ts (1 hunks)
Additional comments: 1
packages/explorer-ui/constants/networks.ts (1)
- 296-296: The URL for the Avalanche blockchain explorer has been updated to point to the C-Chain explorer. This change should be verified to ensure that it correctly reflects the intended destination and that there are no other places in the codebase where the old URL might still be used.
Additional Considerations
- It's important to check if there are any hardcoded URLs in the codebase that might also need updating.
- Ensure that the updated URL is reflected in all user-facing components where the explorer link might be displayed.
- Verify that the change does not affect any backend services that might be using the old URL for data retrieval or other purposes.
- It might be beneficial to search for the old URL string in the entire codebase to ensure that no instances have been missed.
- If the URL structure is subject to change again in the future, consider implementing a more centralized or configurable approach to manage such URLs to simplify future updates.
Updated explorer link fe1898f |
Summary by CodeRabbit
8aad429059da6d73ac47da1d4b3299061e02ab85: synapse-interface preview link
e2e6bc91d1bb2b117a843d9dcb657eabe11b8ae0: synapse-interface preview link
e2e6bc91d1bb2b117a843d9dcb657eabe11b8ae0: explorer-ui preview link