diff --git a/packages/evm-subql/src/chain-types.ts b/packages/evm-subql/src/chain-types.ts index f0cdcf490..2cc8c788d 100644 --- a/packages/evm-subql/src/chain-types.ts +++ b/packages/evm-subql/src/chain-types.ts @@ -1,3 +1,3 @@ -import { typesBundleForPolkadot } from '@acala-network/types'; +import { acalaTypesBundle } from '@acala-network/api'; -export default { typesBundle: typesBundleForPolkadot }; +export default { typesBundle: acalaTypesBundle };