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

Fix/uniswap v3 events DENG-25 #132

Merged
merged 10 commits into from
Jan 10, 2024
Merged

Fix/uniswap v3 events DENG-25 #132

merged 10 commits into from
Jan 10, 2024

Conversation

0xyijing
Copy link
Contributor

Add Pool Created Events

export class CreateUniswapV3PoolCreatedEventTable1687800088000 implements MigrationInterface {
public async up(queryRunner: QueryRunner): Promise<void> {
const connection = getConnection();
const { schema } = connection.options as any;
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm unfamiliar with this way of passing the schema to the migration.

@0xyijing 0xyijing changed the title Fix/uniswap v3 events Fix/uniswap v3 events DENG-25 Aug 22, 2023
@Ktl-XV Ktl-XV merged commit a6c379a into main Jan 10, 2024
3 checks passed
@Ktl-XV Ktl-XV deleted the fix/uniswap_v3_events branch January 10, 2024 11:47
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.

3 participants