Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Jan 23, 2024
1 parent d2ec5d3 commit e601532
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 { acalaTypesBundle } from '@acala-network/api';
import { typesBundleForPolkadot } from '@acala-network/api';

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

0 comments on commit e601532

Please sign in to comment.