position stream

This commit is contained in:
johba 2025-10-11 12:33:35 +00:00
parent 0674648044
commit 55321eff65
5 changed files with 265 additions and 85 deletions

View file

@ -19,6 +19,10 @@ export const stats = onchainTable('stats', t => ({
.bigint()
.notNull()
.$default(() => 0n),
positionsUpdatedAt: t
.bigint()
.notNull()
.$default(() => 0n),
// Totals
totalMinted: t