position stream
This commit is contained in:
parent
0674648044
commit
55321eff65
5 changed files with 265 additions and 85 deletions
|
|
@ -19,6 +19,10 @@ export const stats = onchainTable('stats', t => ({
|
|||
.bigint()
|
||||
.notNull()
|
||||
.$default(() => 0n),
|
||||
positionsUpdatedAt: t
|
||||
.bigint()
|
||||
.notNull()
|
||||
.$default(() => 0n),
|
||||
|
||||
// Totals
|
||||
totalMinted: t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue