Skip to content

Commit b7dbc75

Browse files
committed
Merge branch 'main' into release/testnet
2 parents d266ad9 + e12848b commit b7dbc75

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/db/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ import { processStakingData } from "./procedures/staking";
33

44
export async function processData(blocks: Number[]) {
55
const db = await initOrGetDatabase();
6+
67
await processStakingData(db, blocks);
8+
// NOTE: Add more custom procedures here
79
}

0 commit comments

Comments
 (0)