Skip to content

chore: acred listing#2891

Merged
foodaka merged 1 commit intomainfrom
chore/acred
Mar 5, 2026
Merged

chore: acred listing#2891
foodaka merged 1 commit intomainfrom
chore/acred

Conversation

@foodaka
Copy link
Collaborator

@foodaka foodaka commented Mar 5, 2026

General Changes

  • Fixes XYZ bug
  • Adds XYZ feature

Developer Notes

Add any notes here that may be helpful for reviewers.


Reviewer Checklist

Please ensure you, as the reviewer(s), have gone through this checklist to ensure that the code changes are ready to ship safely and to help mitigate any downstream issues that may occur.

  • End-to-end tests are passing without any errors
  • Code changes do not significantly increase the application bundle size
  • If there are new 3rd-party packages, they do not introduce potential security threats
  • If there are new environment variables being added, they have been added to the .env.example file as well as the pertinant .github/actions/* files
  • There are no CI changes, or they have been approved by the DevOps and Engineering team(s)

Copilot AI review requested due to automatic review settings March 5, 2026 17:46
@vercel
Copy link

vercel bot commented Mar 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
interface Ready Ready Preview, Comment Mar 5, 2026 5:49pm

Request Review

@foodaka foodaka merged commit 602712d into main Mar 5, 2026
5 checks passed
@foodaka foodaka deleted the chore/acred branch March 5, 2026 17:53
@github-actions
Copy link

github-actions bot commented Mar 5, 2026

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the dashboard list configuration to hide a specific asset (aCRED) on the proto_horizon_v3 market, addressing an asset-listing issue.

Changes:

  • Uncomments/enables the proto_horizon_v3 entry in HIDDEN_ASSETS
  • Adds the aCRED underlying asset address to the hidden-assets list

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +4 to +6
[CustomMarket.proto_horizon_v3]: [
'0x17418038ecf73ba4026c4f428547bf099706f27b'.toLowerCase(), // aCRED
],
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The hidden-asset entry relies on a bare address literal with only a trailing comment for context. Consider extracting this address into a named constant (e.g., ACRED_UNDERLYING), and/or adding a short comment explaining why it must be hidden (e.g., deprecated asset, incorrect listing, etc.) to make future audits safer and reduce accidental removal.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants