min stake from backend (#78)

resolves #74

Co-authored-by: johba <johba@harb.eth>
Reviewed-on: https://codeberg.org/johba/harb/pulls/78
This commit is contained in:
johba 2025-10-11 15:30:08 +02:00
parent 0b3545091f
commit bd475c2271
11 changed files with 1176 additions and 1977 deletions

View file

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