Skip to content

Commit

Permalink
remove wip changes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xyijing committed Jan 3, 2024
1 parent 11cf141 commit 6477db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokenMetadataSingleton.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Producer } from 'kafkajs';
import { Connection } from 'typeorm';
import { TokenMetadata, TokenRegistry } from './entities';
import { CHAIN_ID, CHAIN_NAME_LOWER, SCHEMA } from './config';
import { CHAIN_ID, CHAIN_NAME_LOWER } from './config';
import { kafkaSendAsync } from './utils';

export class TokenMetadataSingleton {
Expand Down

0 comments on commit 6477db7

Please sign in to comment.