Skip to content

Commit 48bb161

Browse files
committed
chore: re-enable full blocks
1 parent 94e65dc commit 48bb161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const config: PgIndexerConfig = {
3030
};
3131

3232
const registry = defaultRegistryTypes.concat(atomoneProtoRegistry);
33-
const blocksModule = new Blocks.MinimalBlocksModule(registry);
33+
const blocksModule = new Blocks.FullBlocksModule(registry);
3434
const authModule = new AuthModule(registry);
3535
const bankModule = new BankModule(registry);
3636
const stakingModule = new StakingModule(registry);

0 commit comments

Comments
 (0)