Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Jan 23, 2024
1 parent fb45ce0 commit ad2834f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/evm-subql/src/chain-types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { typesBundleForPolkadot } from '@acala-network/types';
import { acalaTypesBundle } from '@acala-network/api';

export default { typesBundle: typesBundleForPolkadot };
export default { typesBundle: acalaTypesBundle };

0 comments on commit ad2834f

Please sign in to comment.