-
Notifications
You must be signed in to change notification settings - Fork 8
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
Enable quantity for highlight #49
Conversation
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
CI Failure Feedback 🧐
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
PR Type
enhancement
Description
contractParams
to include aquantity
parameter.supportsQuantity
set to true, indicating the support for quantity in mint instructions.Changes walkthrough 📝
index.ts
Enable dynamic quantity support in mint instructions
src/ingestors/highlight/index.ts
contractParams
to includequantity
instead of a fixed value.supportsQuantity
flag set to true in mint instructions.