Skip to content
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

feat: add hub pool events indexing #482

Merged

Conversation

amateima
Copy link
Collaborator

@amateima amateima commented Sep 2, 2024

No description provided.

Copy link

linear bot commented Sep 2, 2024

Copy link

@melisaguevara melisaguevara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

) {}

@Process({ concurrency: 1 })
private async process(job: Job<MerkleDistributorBlocksEventsQueueMessage>) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
private async process(job: Job<MerkleDistributorBlocksEventsQueueMessage>) {
private async process(job: Job<HubPoolBlocksEventsQueueMessage>) {

import { DataSource } from "typeorm";

import { EthProvidersService } from "../../../web3/services/EthProvidersService";
import { MerkleDistributorBlocksEventsQueueMessage, ScraperQueue } from ".";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { MerkleDistributorBlocksEventsQueueMessage, ScraperQueue } from ".";
import { HubPoolBlocksEventsQueueMessage, ScraperQueue } from ".";

@amateima amateima merged commit ac2c6c3 into master Sep 3, 2024
2 checks passed
@amateima amateima deleted the amatei/acx-2615-scraper-add-hubpool-events-scraping branch September 3, 2024 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants