Remove kr from SN users (#1203)
This commit is contained in:
parent
30718b9e1b
commit
4e14e2b5d3
|
@ -36,7 +36,7 @@ export const ITEM_SPAM_INTERVAL = '10m'
|
|||
export const ANON_ITEM_SPAM_INTERVAL = '0'
|
||||
export const INV_PENDING_LIMIT = 100
|
||||
export const BALANCE_LIMIT_MSATS = 100000000 // 100k sat
|
||||
export const SN_USER_IDS = [616, 6030, 946, 4502, 27]
|
||||
export const SN_USER_IDS = [616, 6030, 4502, 27]
|
||||
export const SN_NO_REWARDS_IDS = [27, 4502]
|
||||
export const ANON_INV_PENDING_LIMIT = 1000
|
||||
export const ANON_BALANCE_LIMIT_MSATS = 0 // disable
|
||||
|
|
Loading…
Reference in New Issue