We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d266ad9 + e12848b commit b7dbc75Copy full SHA for b7dbc75
1 file changed
src/db/index.ts
@@ -3,5 +3,7 @@ import { processStakingData } from "./procedures/staking";
3
4
export async function processData(blocks: Number[]) {
5
const db = await initOrGetDatabase();
6
+
7
await processStakingData(db, blocks);
8
+ // NOTE: Add more custom procedures here
9
}
0 commit comments