Skip to content

Commit

Permalink
update processor
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit committed Dec 14, 2023
1 parent ffe6bf9 commit 7fa53a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ export const indexedNfts = [config.nfts.cb, config.nfts.vit, config.nfts.draft];
if (config.nfts.old !== '') {
indexedNfts.push(...config.nfts.old.split(','));
}
console.log(config.squid.archive);

export const processor = new SubstrateBatchProcessor()
.setDataSource({
archive: lookupArchive(config.squid.archive),
archive: lookupArchive(config.squid.archive, { release: 'ArrowSquid' }),
chain: {
url: config.squid.node,
},
Expand Down

0 comments on commit 7fa53a5

Please sign in to comment.