We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e317914 commit 2a85249Copy full SHA for 2a85249
src/ingestors/index.ts
@@ -15,16 +15,16 @@ export type MintIngestionMap = {
15
};
16
17
export const ALL_MINT_INGESTORS: MintIngestionMap = {
18
+ 'zora-internal': new ZoraInternalIngestor(),
19
+ rodeo: new RodeoIngestor(),
20
'prohibition-daily': new ProhibitionDailyIngestor(),
21
fxhash: new FxHashIngestor(),
22
manifold: new ManifoldIngestor(),
23
rarible: new RaribleIngestor(),
24
transient: new TransientIngestor(),
25
highlight: new HighlightIngestor(),
26
foundation: new FoundationIngestor(),
- 'coinbase-wallet': new CoinbaseWalletIngestor(),
- 'zora-internal': new ZoraInternalIngestor(),
27
- rodeo: new RodeoIngestor(),
+ 'coinbase-wallet': new CoinbaseWalletIngestor()
28
29
30
export * from './';
0 commit comments