reduce daily stimulus

This commit is contained in:
k00b 2025-08-03 13:02:12 -05:00
parent 8384f866b4
commit 77e3f6aed1

View File

@ -190,7 +190,7 @@ function earnStmts (data, { models }) {
})] })]
} }
const DAILY_STIMULUS_SATS = 50_000 const DAILY_STIMULUS_SATS = 25_000
export async function earnRefill ({ models, lnd }) { export async function earnRefill ({ models, lnd }) {
return await performPaidAction('DONATE', return await performPaidAction('DONATE',
{ sats: DAILY_STIMULUS_SATS }, { sats: DAILY_STIMULUS_SATS },