Skip to content

Conversation

@NikolasHaimerl
Copy link
Contributor

Adds MintAndWithdraw events support to the Websocket indexer.

@NikolasHaimerl NikolasHaimerl changed the base branch from master to stage December 19, 2025 23:02
await queryRunner.query(
`ALTER TABLE "evm"."message_received" ADD "dataSource" "evm"."datasource_type_enum" DEFAULT 'polling'`,
);
await queryRunner.query(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We can add the column creation to the migration file because we have not yet deployed it to production.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added a separate migration file for the sandbox instance that is already running

@NikolasHaimerl NikolasHaimerl marked this pull request as draft December 22, 2025 14:50
@NikolasHaimerl NikolasHaimerl marked this pull request as ready for review January 5, 2026 09:09
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