-
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
Order Zora and Rodeo first for mobile mint ingesting #58
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨Explore these optional code suggestions:
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. 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 |
User description
Mint Ingestor:
Functionality Supported
Before you submit
src/ingestors
myMintingPlatformGetContractDetails
resources
objectPR Type
enhancement
Description
ALL_MINT_INGESTORS
map insrc/ingestors/index.ts
to prioritizezora-internal
androdeo
for mobile mint ingesting.zora-internal
androdeo
are processed first in the ingestion process.Changes walkthrough 📝
index.ts
Reorder mint ingestors for mobile priority
src/ingestors/index.ts
ALL_MINT_INGESTORS
map to prioritizezora-internal
androdeo
.zora-internal
androdeo
to the top of the list.