Skip to content
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

feat(ICRC_Ledger): FI-1675: Add ICRC-10 to list of supported standards of ICRC ledger #4175

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mbjorkqvist
Copy link
Member

Add ICRC-10 to list of supported standards of ICRC ledger.

@github-actions github-actions bot added the feat label Feb 28, 2025
@@ -785,6 +785,10 @@ fn supported_standards() -> Vec<StandardRecord> {
name: "ICRC-3".to_string(),
url: "https://github.com/dfinity/ICRC-1/tree/main/standards/ICRC-3".to_string(),
},
StandardRecord {
name: "ICRC-10".to_string(),
url: "https://github.com/dfinity/ICRCs/ICRC-10".to_string(),
Copy link
Member Author

Choose a reason for hiding this comment

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

The ICRC-10 standard says that the url value MUST be https://github.com/dfinity/ICRCs/ICRC-10, but that repository no longer exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant