lower wallet limit to 100k

This commit is contained in:
keyan 2024-04-25 19:37:22 -05:00
parent 95b03c4bbf
commit 2180afaed0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export const MAX_POLL_CHOICE_LENGTH = 40
export const ITEM_SPAM_INTERVAL = '10m'
export const ANON_ITEM_SPAM_INTERVAL = '0'
export const INV_PENDING_LIMIT = 100
export const BALANCE_LIMIT_MSATS = 250000000 // 250k sat
export const BALANCE_LIMIT_MSATS = 100000000 // 100k sat
export const SN_USER_IDS = [616, 6030, 946, 4502, 27]
export const SN_NO_REWARDS_IDS = [27, 4502]
export const ANON_INV_PENDING_LIMIT = 1000