Skip to content

Commit

Permalink
Merge pull request #44 from floornfts/chris/export-rodeo
Browse files Browse the repository at this point in the history
Export rodeo ingestor doh
  • Loading branch information
chrismaddern authored Aug 26, 2024
2 parents f8c74bc + c66211d commit 0b86f99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ingestors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { HighlightIngestor } from './highlight';
import { TransientIngestor } from './transient-base';
import { FoundationIngestor } from './foundation';
import { ZoraInternalIngestor } from './zora-internal';
import { RodeoIngestor } from './rodeo';

export type MintIngestionMap = {
[key: string]: MintIngestor;
Expand All @@ -17,6 +18,7 @@ export const ALL_MINT_INGESTORS: MintIngestionMap = {
transient: new TransientIngestor(),
foundation: new FoundationIngestor(),
'zora-internal': new ZoraInternalIngestor(),
rodeo: new RodeoIngestor(),
};

export * from './';

0 comments on commit 0b86f99

Please sign in to comment.